-
2099870·text·7.1 KB·2012-01-05 22:31 UTC
RULE #1: AVOID “WHITE” CARBOHYDRATES.
Avoid any carbohydrate that is, or can be, white. The following foods are prohibited, except for
within 30 minutes of Lnishing a resistance-training workout lik
-
2099867·text·10 B·2012-01-05 22:10 UTC
ciao ciao
-
2099865·text·1.7 KB·2012-01-05 22:01 UTC
mysql> select * from f13576ac696fa7250e4cecb1c9503f11923ceaf47fa68f87774ef478cdf86ffc;
+------------------------------------------------------------------+--------------------------------------------
-
2099863·text·9.7 KB·2012-01-05 21:59 UTC
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Text;
using System.Diagnostics;
using System.IO;
namespace Midgar
{
public enum Mercane
-
2099851·python·874 B·2012-01-05 21:25 UTC
jsanto@panzer ~ $ cat bin/khinsider.py
#!/usr/bin/python
import urllib
import sys
import httplib2
from BeautifulSoup import BeautifulSoup, SoupStrainer
def find_links(url, download=Fals
-
2099850·text·876 B·2012-01-05 21:24 UTC
jsanto@panzer ~ $ cat bin/khinsider.py
#!/usr/bin/python
import urllib
import sys
import httplib2
from BeautifulSoup import BeautifulSoup, SoupStrainer
def find_links(url, download=Fals
-
2099848·csharp·961 B·2012-01-05 21:19 UTC
using System;
namespace If
{
class If
{
public static void Main()
{
int Alderkalle;
int
-
2099847·csharp·967 B·2012-01-05 21:19 UTC
using System;
namespace If
{
class If
{
public static void Main()
{
int Alderkalle;
int
-
2099845·text·7.4 KB·2012-01-05 21:14 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099844·text·7.4 KB·2012-01-05 21:13 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099843·text·3.8 KB·2012-01-05 21:12 UTC
Dim iNumber As Integer
Dim sCharacter As String
Public iLetter As Integer
Dim iLoop As Integer
Dim iKeyDown As Integer
Private Declare Function Beep Lib "kernel32" (ByVal dwFreq As Long, ByVal dw
-
2099841·text·7.4 KB·2012-01-05 21:12 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099840·text·4.2 KB·2012-01-05 21:11 UTC
var html5rocks = {};
var indexedDB = window.indexedDB || window.webkitIndexedDB ||
window.mozIndexedDB;
if ('webkitIndexedDB' in window) {
window.IDBTransaction = window.webkit
-
2099839·text·7.4 KB·2012-01-05 21:11 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099837·text·7.4 KB·2012-01-05 21:10 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099836·text·3.2 KB·2012-01-05 21:10 UTC
[root@direct NS_1.12.29_files]# apktool b framework-res.apk
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
invalid resource directory name: /home/r
-
2099833·text·7.4 KB·2012-01-05 21:09 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099832·text·121 B·2012-01-05 21:09 UTC
public static IEnumerable<TSource> AsEnumerable<TSource>(this IEnumerable<TSource> source)
{
return source;
}
-
2099831·text·559 B·2012-01-05 21:02 UTC
#!/bin/bash
#store current state on start
last_state=`cat /proc/acpi/battery/BAT1/state`
#lets write it to console
echo "current_state: $last_state"
#keep looking for changes usin
-
2099829·text·369 B·2012-01-05 20:47 UTC
#!/bin/bash
last_state=`cat /proc/acpi/battery/BAT1/state`
echo "current_state: $last_state"
while true
do
state=`cat /proc/acpi/battery/BAT1/state`
if [[ "$state" == "$last_state" ]];
then