-
2112338·text·1.5 KB·2012-02-08 08:53 UTC
GET /cat.webm HTTP/1.1
Host: localhost:8080
Connection: keep-alive
Accept-Encoding: identity;q=1, *;q=0
User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.7 (KHTML, like Gecko) Ubuntu/10.04
-
2112334·text·853 B·2012-02-08 08:11 UTC
- Futuristic world, technology has been progressed because of the societal issues of the time, but now its solved but society has a heavy focus on the mind
- Because of improvements in medicine, di
-
2112333·text·948 B·2012-02-08 07:53 UTC
# Time: 030207 7:03:33
# User@Host: wsuser[wsuser] @ localhost.localdomain [127.0.0.1]
# Query_time: 13 Lock_time: 0 Rows_sent: 117 Rows_examined: 234
use wsdb;
SELECT l FROM un WHERE ip='209.x
-
2112332·text·2.2 KB·2012-02-08 07:52 UTC
[ build LNK ] CppunitTest/libtest_sfx2_metadatable.so
[ build CUT ] sfx2_metadatable
[ build CHK ] sfx2
[ build LNK ] CppunitTest/libtest_svtools_filters_test.so
[ build CUT ] svtools_filters_test
-
2112324·text·1.2 KB·2012-02-08 07:07 UTC
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
int * a;
int main(int argc, char * argv[])
{
FILE * fptr;
int c;
int i;
int count = 0;
int found =0;
int key;
int sptr;
-
2112321·text·177 B·2012-02-08 06:53 UTC
6400 volatile life @7.5g each
3200 azsharas veil @8.5g each
3200 whiptail @2.5g each
3200 cinderbloom @3.5g each
3200 twilight jasmine @6.5g each
750 crystal vials @1s each
-
2112320·text·512 B·2012-02-08 06:36 UTC
x1 2000.00000000000 REAL(8)
x2 2001.00000000000 REAL(8)
y1 728.890000000000 REAL(8)
y2 606.870000000000 REAL(8)
lineStyle 1 INTEGER(4)
- pltPar(:) {...} REAL(8)
pltPar(1) 0.21
-
2112319·text·5.0 KB·2012-02-08 05:55 UTC
ncdy [SSH] ~ [master*] # rc-status -a
Runlevel: boot
procfs [ started
-
2112318·text·553 B·2012-02-08 05:43 UTC
#include < stdio.h>
#include <math.h>
#include <stdlib.h>
int factorial (int);
int main (void)
{
int nVal;
int fact;
printf("Enter non-negative integer number you want to find factori
-
2111569·text·955 B·2012-02-08 05:27 UTC
The Real Reason Steve Jobs’ Benz Didn’t Have a License Plate
By Casey Chan
Oct 27, 2011 12:53 PM
We've always wondered why Steve Jobs' Mercedes-Benz SL55 AMG didn't have a license plate. Did he t
-
2111049·cpp·1021 B·2012-02-08 05:21 UTC
/**
* Problem a3c1p2
* Written by: Scott Giles
* Program Description: To determine the cost of a plane ticket given input variables.
**/
#include <iostream>
#include <fstream>
#include <cst
-
2111048·text·819 B·2012-02-08 05:21 UTC
/* Name: Brennen Cox
Project: A3C1P1
Description: Stating who wins the even odd game.*/
#include <iostream>
using namespace std;
int main()
{
int p1, p2, total, total1;
cout
-
2111047·text·796 B·2012-02-08 05:15 UTC
/* Name: Brennen Cox
Project: A3C1P2
Description: Stating cost of flight to New York from Knoxville.*/
#include <iostream>
using namespace std;
int main()
{
char day;
int tim
-
2111046·text·1.0 KB·2012-02-08 05:14 UTC
/**
* Problem a3c1p2
* Written by: Scott Giles
* Program Description: To determine the cost of a plane ticket given input variables.
**/
#include <iostream>
#include <fstream>
#include <cst
-
2111044·text·5.0 KB·2012-02-08 05:07 UTC
ncdy [SSH] ~ [master*] # rc-status -a
Runlevel: boot
procfs [ start
-
2111042·text·279 B·2012-02-08 04:56 UTC
char b,w,h;
float day;
cout << "Press return after entering a answer.\n";
cout << "Please enter the type of day your flight leaves on, b for business day, w for weekend, or h for holiday.";
ci
-
2111041·text·3 B·2012-02-08 04:56 UTC
meh
-
2111040·text·4.6 KB·2012-02-08 04:54 UTC
02-07-12
bertha presents a large array of symptoms associated with hysteria, 21, 2 months before her father's death
mental confusion, hallucinations, paralysis, sensory loss, coughing, loss of spe
-
2111025·text·579 B·2012-02-08 04:25 UTC
switch(age){
case 2: cout << “toddler” << endl; break;
case 3:
case 4:
case 5: cout << “early childhood” << endl; break;
case 6:
case 7: cout << “young reader” << endl; break;
case 8:
-
2111024·text·119 B·2012-02-08 04:21 UTC
n = 20
s = xrange(11,20)
while True:
if all(n % i == 0 for i in s):
print n
break
n += 20