-
2108861·python·174 B·2012-02-01 22:24 UTC
Homeless teen Samantha Garvey has gone from a shelter to Washington D.C., where she was invited Tuesday to watch the State of the Union Address. NBC’s Rehema Ellis reports.
-
2108860·python·17 B·2012-02-01 22:23 UTC
is or and | || &&
-
2108859·text·8.2 KB·2012-02-01 22:19 UTC
░░░░░░░░░░░░░░░░░░▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░▒██████████████████████████▓▓▓░░░░░░░░░░░░░░░░
░░░░░░░░░░░█░▓░░░░░░░░░▒▓▒▒▒▒▒▓▒▒░░▒▒▒▓▓▓████▓▒░░░░░░░░░░░
░░░░░░░░░░██▒░░░░░░░
-
2108858·python·17 B·2012-02-01 22:10 UTC
is or and | || &&
-
2108857·python·30 B·2012-02-01 22:10 UTC
WAZZUP. THis is a real MESSAGE
-
2108856·python·6 B·2012-02-01 22:09 UTC
WAZZUP
-
2108855·python·2 B·2012-02-01 22:09 UTC
hi
-
2108853·python·3.6 KB·2012-02-01 22:06 UTC
import sys
import socket
import select
import threading
_port = 1234 # Port number to use for listening connection
_timeout = 10 # Represents the timeout for the child thread
_max_request_
-
2108851·text·1.9 KB·2012-02-01 22:03 UTC
Prop_ID Description
0 Shooting mode dial position
1 Photo effect
5 White balance
6 Drive mode (S3 values: 0=single, 1=continuous, 2=timer)
8 Hi-speed c
-
2108849·c·1.1 KB·2012-02-01 21:54 UTC
//includes
#include "Arduino.h"
int ledPin = 10;
void setup() {
pinMode(ledPin, OUTPUT);
for(i = 0 ; i <= 15; i+=1)
{
analogWrite(ledPin, i);
delay(5);
}
}
void lo
-
2108847·text·942 B·2012-02-01 21:44 UTC
$ git show 12095db8956ef5b8a70f9db2431a6ccabec56b81
commit 12095db8956ef5b8a70f9db2431a6ccabec56b81
Author: @ <@>
Date: Wed Feb 1 16:28:55 2012 -0500
Continued work on MC vs MCd
-- Wh
-
2108846·text·189 B·2012-02-01 21:43 UTC
$ git show 12095db8956ef5b8a70f9db2431a6ccabec56b81
commit 12095db8956ef5b8a70f9db2431a6ccabec56b81
Author: @ <@>
Date: Wed Feb 1 16:28:55 2012 -0500
Continued work on MC vs MCd
-
2108841·text·4.0 KB·2012-02-01 20:40 UTC
using System;
using System.Collections.Generic;
using System.Text;
namespace SayiYazi
{
public class SayiOku
{
private string[] yuzler = new string[10];
private strin
-
2108835·text·1.3 KB·2012-02-01 20:17 UTC
<?php
require_once("security.php");
session_start();
if ( array_key_exists( 'username', $_POST ) ) {
$_SESSION['user'] = $_POST['username'];
}
if(!empty($_SESSION['user']))
{
$user = $
-
2108834·text·991 B·2012-02-01 20:17 UTC
This city is the best city on Earth
It is as if drawn with chalk on the wall
Painted river parkways and bridges
Multi-colored freckles white bows
This city is waking up looking at the clouds
Wh
-
2108833·text·3.1 KB·2012-02-01 19:55 UTC
function updatetot() {
var runtot = 0;
runtot = parseInt(document.checklist.Q1Scr.value);
runtot = runtot + parseInt(document.checklist.Q2Scr.value);
runtot = runtot + parseInt(document.checklist.
-
2108832·text·268 B·2012-02-01 19:54 UTC
lttngtop /root/lttng-traces/test2-20120201-135840/
error syntax error
[error] Error creating AST
Error opening trace "/root/lttng-traces/test2-20120201-135840/kernel" for reading.
[error] openin
-
2108829·text·414 B·2012-02-01 19:44 UTC
iptables -A INPUT -p tcp -s 192.168.216.0/24 -d 192.168.160.222 --dport 9922 -j ACCEPT
iptables -A INPUT -p tcp -s 192.168.217.0/24 -d 192.168.160.222 --dport 9922 -j ACCEPT
iptables -A INPUT -p tcp
-
2108828·text·2.4 KB·2012-02-01 19:36 UTC
function calculate(qid){
var me=document.forms[0];
if(qid.checked==true){
var obj=eval('me.'+qid.name+'_points');
obj.value=qid.value;
}else{
var obj=eval('me.'+qid.name+'_points');
o
-
2108827·text·1.9 KB·2012-02-01 19:33 UTC
// script.aculo.us sound.js v1.8.2, Tue Nov 18 18:30:58 +0100 2008
// Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
//
// Based on code created by Jules Gravi