-
2120239·text·617 B·2012-02-20 22:18 UTC
Server Software: nginx/1.0.11
Server Hostname: nomanga.dev
Server Port: 80
Document Path: /
Document Length: 1426 bytes
Concurrency Level: 15
Ti
-
2120238·text·618 B·2012-02-20 22:16 UTC
Server Software: nginx/1.0.11
Server Hostname: nomanga.dev
Server Port: 80
Document Path: /
Document Length: 1425 bytes
Concurrency Level: 15
Ti
-
2120237·text·3.8 KB·2012-02-20 22:16 UTC
[16:54:06] <B00daW> any of you guys track POKEY?
[16:55:19] * B00daW will try google translate
[16:56:25] <B00daW> mamy compo muzyki na http://www.battleofthebits.org. jedna z kategorii jest POKEY.
-
2120227·text·1.2 KB·2012-02-20 21:46 UTC
A blue mare rolls out of bed from a late night. Her mane is white with light blue streaks, and the colour of her eyes are silver, which she got her name from. She has a few freckles on her forhead w
-
2120226·text·1.0 KB·2012-02-20 21:39 UTC
Tracing route to 50.97.93.32
Hop Time Host IP Location
1 0.944 10.0.0.1 10.0.0.1 , ,
2 3.578 10.20.62.254 10.20.62.254 , ,
3 12.105 r2-l3tca-cr2.nextweb.net 216.237.3.33 Irvine, CA, United State
-
2120222·text·3.8 KB·2012-02-20 21:07 UTC
// I have some sample code (to list hbase tables) that runs on the zookeeper / HMaster node , see below
import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.
-
2120216·java·4.8 KB·2012-02-20 20:57 UTC
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class TipCalc extends JFrame implements ActionListener{
//Declare global variables
private JTextField txtTotalB
-
2120189·text·943 B·2012-02-20 20:15 UTC
timf@linn[749] pkgsend generate file.tar Traceback (most recent call last):
File "/usr/bin/pkgsend", line 799, in <module>
__ret = main_func()
File "/
-
2120188·text·594 B·2012-02-20 20:13 UTC
[21:05] < kludge > Soon after 9-11, I was flying back from Boston and they
found a 1/4 allen wrench in my carry-on.
[21:06] < kludge > This was before the establis
-
2120186·text·5 B·2012-02-20 20:07 UTC
test5
-
2120185·text·6 B·2012-02-20 20:06 UTC
test 2
-
2120184·text·4 B·2012-02-20 20:06 UTC
test
-
2120183·text·2.9 KB·2012-02-20 20:06 UTC
Message à l'attention de Rivaol.
Bonjour,
Je me présente vite fait : Temet79 sur le site, fan de WipEout... j'ai participé à la convention européenne ces deux dernières années (regroupement d'un
-
2120178·python·2.2 KB·2012-02-20 18:57 UTC
#!/usr/bin/env python
import cPickle
import csv
import collections
import sys
import re
import pdb
STATE_START, STATE_TIME, STATE_USER, STATE_QUERY_TIME, STATE_QUERY = range(5)
re_time = r
-
2120177·text·6.2 KB·2012-02-20 18:54 UTC
I/Netd ( 531): Netd 1.0 starting
D/AndroidRuntime( 534):
D/AndroidRuntime( 534): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 534): CheckJNI is ON
-
2120173·text·1.2 KB·2012-02-20 17:38 UTC
[17:22:16]
:)
[17:23:11] Mensagem de rede
:C
[17:23:21]
:)
[17:23:23] [[LTV]LUSI - 5.157.61.183 / 2620:9b::59d:3db7]
:C
[17:23:27]
C:
[17:23:29] Mensagem de rede
:(
[17:23:34]
-
2120171·text·1.1 KB·2012-02-20 17:26 UTC
From 35a61739b959cb65cad201facbd31dcdff35b47b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= <olivier.crete@collabora.com>
Date: Mon, 20 Feb 2012 12:22:12 -0500
Subject: [PATCH] rt
-
2120165·text·255 B·2012-02-20 15:20 UTC
$(document).ready(function() {
$.webOn = 1;
$('#web').click(function() {
if ($.webOn == 1) {
$(this).animate({opacity:0.4},100,'swing')
$.webOn = 0;
} else {
$(this).animate({opa
-
2120164·text·236 B·2012-02-20 15:14 UTC
#include<stdio.h>
void main()
{
int a;
printf("\nEnter any number = ");
scanf("%d",&a);
if(a%2==0)
{
printf("\nThe no is even");
}
else
{
pr
-
2120163·text·1.7 KB·2012-02-20 14:55 UTC
//Basit Server Uygulaması 1
//Bu program Hüseyin ÇAKANLI tarafından
//20.02.2012 Tarihinde yazıldı.
//Visual Studio 2010 ile test edilmiştir.
using System;
using System.Collections.Generic;
us