-
2103096·text·2.5 KB·2012-01-15 04:53 UTC
Alex Zalir 8:30 pm
so, Shade and Punk really should have a talk
Punk Screwcrusher 8:31 pm
i'm actually having second thoughts about the whole bdsm thing in general
Alex Zalir 8:31 pm
-
2103094·text·345 B·2012-01-15 04:12 UTC
~/android/system$ repo sync -j16
fatal: Not a git repository: '/home/aaron/android/system/.repo/projects/bootable/bootloader/legacy.git'
Fetching projects: 99% (309/312) fatal: Not a git repositor
-
2103093·text·982 B·2012-01-15 03:34 UTC
traceroute to taazoo.net (173.234.168.132), 30 hops max, 60 byte packets
1 10.0.0.1 (10.0.0.1) 3.195 ms 3.920 ms 4.285 ms
2 dsldevice (192.168.1.254) 16.841 ms 16.948 ms 17.081 ms
3 76.
-
2103090·text·410 B·2012-01-15 02:47 UTC
void copy(char to[], char from[])
{
printf ("to[]: %s\nfrom[]: %s\n", to, from);
int i = 0;
while (from[i] != '\0') {
printf ("from[%d]: %c\n", i, from
-
2103085·text·17 B·2012-01-15 00:16 UTC
lllllllllllllllll
-
2103084·text·568 B·2012-01-15 00:16 UTC
aport@hal9000:~$ cat test.c
#include <stdio.h>
/* print fahrenheit-celcius table */
double convert(int a)
{
double u;
u = (a - 32) * (5.0/9.0);
return u;
}
int main()
{
int f;
-
2103082·text·236 B·2012-01-15 00:07 UTC
#include <stdio.h>
double
convert (int a)
{
double u;
u = (a - 32) * (5.0 / 9.0);
return u;
}
int
main (void)
{
int f;
for (f = 0; f <= 300; f += 20)
printf ("%3d %6.1f\n",
-
2103080·text·39.7 KB·2012-01-14 23:54 UTC
-
2103078·lua·1.0 KB·2012-01-14 23:47 UTC
-- Booklet
print("Booklet")
-- We output a letter booklet
PageWidth = SourceWidth * 2
PageHeight = SourceHeight
print("PageCount",PageCount)
pps = 16
offset = 0
sheet = 1
while offset <
-
2103068·text·47 B·2012-01-14 22:55 UTC
alias smiley {
say $+ $rand(1,13) $+ :D
}
-
2103067·text·79 B·2012-01-14 22:54 UTC
[root@cent54v0s2 files]# telnet io.zapto.org 2323
Trying 98.109.160.206...
-
2103066·text·24.2 KB·2012-01-14 22:20 UTC
The information contained in this document is for your eyes only.
Please do NOT forward it to anyone else for any reason!
There is a great deal of information to pass on to a new moderat
-
2103063·text·50.4 KB·2012-01-14 21:55 UTC
-
2103062·text·2.8 KB·2012-01-14 21:53 UTC
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Roo
-
2103060·text·3.5 KB·2012-01-14 21:11 UTC
Spellbound (Dir: Alfred Hitchcock,1945)
The Big Sleep (Dir: Howard Hawks, 1946)
Casablanca (Dir: Michael Curtiz, 1942)
Rebecca(Dir: Alfred Hitchcock, 1940)
The Wicked Lady (Dir: Leslie
-
2103058·text·2.2 KB·2012-01-14 20:43 UTC
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git WebService/Rackspace/CloudFiles.pm WebService/Rackspace/CloudFiles.pm
|index ff66
-
2103057·text·8.7 KB·2012-01-14 20:28 UTC
Found unknown attribute(s) passed to the constructor: content_disposition at constructor WebService::Rackspace::CloudFiles::Object::new (defined at /usr/local/lib/perl5/site_perl/5.12.4/WebService/Rac
-
2103056·text·1.1 KB·2012-01-14 20:27 UTC
In the vampire communities (discussed in the chapter of thatname), people often differentiate between a purely psychic vampire whodraws off a living aura but does not break skin, and a “sanguinarian”v
-
2103055·sql·260 B·2012-01-14 19:47 UTC
INSERT INFO Album (albumid, title, created, lastupdated, access, username)
VALUE (1, 'I love sports', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'public', 'sportslover'),
(2, 'I love sports', CURRE
-
2103054·sql·90 B·2012-01-14 19:45 UTC
TRUNCATE Album;
TRUNCATE AlbumAccess;
TRUNCATE Contain;
TRUNCATE Photo;
TRUNCATE User;