-
2069257·text·1.2 KB·2011-05-26 02:35 UTC
Project Description
Starting with:
#include <iostream>
using namespace std;
int main() {
cout << "Enter your mass on earth: ";
double earthMass;
cin >> earthMass;
double const
-
2069254·text·4.3 KB·2011-05-26 02:25 UTC
$ ./manage.py migrateRunning migrations for indexer:
- Nothing to migrate.
- Loading initial data for indexer.
No fixtures found.
Running migrations for sentry:
- Nothing to migrate.
- Loading
-
2069253·text·45.9 KB·2011-05-26 02:25 UTC
-
2069251·text·8.3 KB·2011-05-26 02:13 UTC
[05/25/2011]
18:02 Whlsper: Awesome! We got 25!
18:02 Bloodywarrz: :P
18:02 Peepaws: yayyyy44
18:02 Smokester: yeap
18:03 Shinigamí: woot!
18:03 Smokester: last night
18:03 Whlsper: nice.
1
-
2069250·text·3.1 KB·2011-05-26 02:11 UTC
$ ./manage.py migrate
Running migrations for indexer:
- Nothing to migrate.
- Loading initial data for indexer.
No fixtures found.
Running migrations for sentry:
- Nothing to migrate.
- Loadi
-
2069243·text·29.9 KB·2011-05-26 01:46 UTC
[ 16.782440] type=1400 audit(1306368760.821:10): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=643 comm="apparmor_parser"
[ 16.811231] type=1400 audit(1306368760
-
2069240·text·1.2 KB·2011-05-26 01:38 UTC
Project Description
Starting with:
#include <iostream>
using namespace std;
int main() {
cout << "Enter your mass on earth: ";
double earthMass;
cin >> earthMass;
double const
-
2069238·text·1.5 KB·2011-05-26 01:29 UTC
:~/test1$ ffmpeg -i SDV_0103.MP4 -ar 24000 -acodec pcm_s16le -f s16le -ac 2 -i /dev/zero -map 0.0 -map 1.0 -shortest silence.wav
FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fa
-
2069235·text·2.0 KB·2011-05-26 01:16 UTC
Network Next Hop Metric LocPrf Weight Path
*>i2001:DC2::/32 2001:44B8:F0E0::1
0 200 0 1273 1299 10026 2518 2515 2515 25
-
2069233·text·524 B·2011-05-26 01:13 UTC
fernando@huno:~$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundatio
-
2069230·text·1.3 KB·2011-05-26 01:11 UTC
eth0 Link encap:Ethernet direcciónHW 00:90:f5:5c:d6:13
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paq
-
2069225·text·834 B·2011-05-26 00:53 UTC
ernando@huno:~$ lspci -n
00:00.0 0600: 1106:0364
00:00.1 0600: 1106:1364
00:00.2 0600: 1106:2364
00:00.3 0600: 1106:3364
00:00.4 0600: 1106:4364
00:00.5 0800: 1106:5364
00:00.6 0600: 1106:6364
-
2069224·text·602 B·2011-05-26 00:51 UTC
root@Vladmir:/home/myles# dkms build -m rt73-k2wrlz -v 3.0.3
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....
make KERNELRELEASE=2.6.38-8-g
-
2069223·text·1.9 KB·2011-05-26 00:47 UTC
Sakura rainbyte # lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset In
-
2069222·text·3.1 KB·2011-05-26 00:46 UTC
$ find / -name png.h
/home/jason/libpng-1.5.2/png.h
/local/include/libpng15/png.h
/local/include/png.h
$ make -I /local/include bootstrap
.
.
.
.
86/ralloc.o ralloc.c
gcc -I. -c -gdwar
-
2069221·text·2.3 KB·2011-05-26 00:46 UTC
fernando@huno:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.2 Host bridge: VIA
-
2069220·text·27.2 KB·2011-05-26 00:44 UTC
mv -f /mnt/arm/0/toolchain/work/build-eglibc/bits/stdio_lim.dt /mnt/arm/0/toolchain/work/build-eglibc/bits/stdio_lim.d
fopen_max=`sed -n 's/^#define OPEN_MAX //1p' /mnt/arm/0/toolchain/work/build-egl
-
2069216·text·2.3 KB·2011-05-26 00:27 UTC
/*
DAn Williams
Aug 14 2004
Demo of parallel port access and controll.
uses inpout.dll
Enjoy.
Code Modified by James Marcelin November 20, 2008
*/
#include <conio.h>
#include
-
2069212·text·1.1 KB·2011-05-26 00:01 UTC
setting -bricks bedroom with bed in the middle
Plantation home in the Mississippi Delta
Set in 1950
Plot elements - Introduction - Maggie and brick fighting
Gooper and Maes kids running abou
-
2069210·text·256 B·2011-05-25 23:36 UTC
struct A {
int bar;
};
struct B {
struct A a;
int foo;
};
struct C {
void *priv;
};
void f(struct C *c) {
struct A *a = c->priv;
}
void g(void) {
struc