Public feed
-
Unnamed
2109136·text·1.3 KB·2012-02-02 22:05 UTC foam@ofc-vm5:/opt/foam/db$ sudo /etc/init.d/foam stop kill: No such process foam@ofc-vm5:/opt/foam/db$ sudo rm foam.db foam@ofc-vm5:/opt/foam/db$ sudo -u www-data foamctl init-db Traceback (most
-
Unnamed
2109135·text·1.2 KB·2012-02-02 22:04 UTC foam@ofc-vm5:/opt/foam/db$ sudo rm foam.db foam@ofc-vm5:/opt/foam/db$ sudo -u www-data foamctl init-db Traceback (most recent call last): File "/usr/bin/foamctl", line 503, in <module> do_f
-
Stuff
2109134·text·829 B·2012-02-02 22:01 UTC 1 <1 ms <1 ms <1 ms 192.168.20.1 2 <1 ms 1 ms 1 ms iphost-72-13-182-129.cgy.wiband.net [72.13.182.1 9] 3 1 ms 3 ms 10 ms del-sw1.edm.wiband.net [72.13.182.233]
-
ktunell XNXX
2109132·mirc·6 B·2012-02-02 21:52 UTC dddddd
-
Someone
2109131·text·1.2 KB·2012-02-02 21:41 UTC == Using UDPTL TOS bits 184 == Using UDPTL CoS mark 5 == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Executing [555@from-internal:1] ResetCDR("SIP/108-00000041", "") in ne -
Anonymous
2109130·text·6 B·2012-02-02 21:38 UTC لصق
-
Anonymous
2109129·text·1.1 KB·2012-02-02 21:26 UTC section .data filename: db 'testdir',0 ;name of the new dir string: db 'Hello',0 ;string to write to file.. stringLen: equ $-string ;length of string textfile: db 'hello.txt',0;textfile
-
Anonymous
2109128·text·489 B·2012-02-02 21:16 UTC import java.util.Scanner; public class Karkausvuosi { public static void main(String[] args) { Scanner lukija = new Scanner(System.in); System.out.print("Anna vuosi:"); -
Something
2109127·text·446 B·2012-02-02 21:02 UTC import java.util.Scanner; public class Karkausvuosi { public static void main(String[] args) { Scanner lukija = new Scanner(System.in); System.out.print("Anna vuosi:"); -
Something
2109126·text·724 B·2012-02-02 21:00 UTC root@v2:~# ifconfig -a | grep 'RX bytes' RX bytes:92836374724 (92.8 GB) TX bytes:135953735324 (135.9 GB) RX bytes:93679941003 (93.6 GB) TX bytes:105821919445 (105.8 GB)
-
deploy.rb
2109123·ruby·2.2 KB·2012-02-02 20:46 UTC $ cat config/deploy.rb require 'rubygems' require 'railsless-deploy' #load 'config/deploy.rb' #set :application, "mysite" set :location, "squid1" role :web, "#{location}" -
Miscellany
2109121·text·486 B·2012-02-02 20:38 UTC import java.util.Scanner; public class Karkausvuosi { public static void main(String[] args) { Scanner lukija = new Scanner(System.in); System.out.print("Anna vuosi:"); -
xbmc debug log
2109117·text·55.3 KB·2012-02-02 20:01 UTC -
Someone
2109116·text·2.2 KB·2012-02-02 19:59 UTC hard_2 = {4 =>[0,0,2,2,2,2,2,2,2,2,2,2], 5 =>[0,0,2,2,2,2,2,2,2,2,2,2], 6 =>[0,0,2,2,2,2,2,2,2,2,2,2], 7 =>[0,0,2,2,2,2,2,2,2,2,2,2], 8 =>[0,0,2,2,2,2,2,2,2 -
Anonymous
2109115·text·472 B·2012-02-02 19:57 UTC if (polyA.length >= polyB.length) { polychoice = 1; for (int p = 0; p < polyB.length; p++) { int coefA; int coefB; coefA = polyA[p].getCoef(); coefB = polyB[p].getCoef(); coefA = co -
Stuff
2109114·text·35.5 KB·2012-02-02 19:56 UTC -
Miscellany
2109113·text·6 B·2012-02-02 19:53 UTC sfdasd
-
Something
2109112·text·3 B·2012-02-02 19:52 UTC sfd
-
Stuff
2109111·text·200 B·2012-02-02 19:48 UTC #include <stdarg.h> void my_printf(const char *fmt, ...) { char bufText[4096]; va_list args; va_start(args, fmt); vsprintf(bufText, fmt, args); va_end(args); } -
Miscellany
2109109·c·132 B·2012-02-02 19:45 UTC #define buffer_MAX 16 PROGMEM unsigned char data_buffer[] = "0123456789ABCDEF"; unsigned char *pntr_buffer = data_buffer;