-
2126459·text·57.8 KB·2012-03-09 18:22 UTC
-
2126458·text·78.0 KB·2012-03-09 18:21 UTC
-
2126456·text·608 B·2012-03-09 18:16 UTC
/data # dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
1.34.707.310+0 records in
10+0 records out
10 bytes (10B) copied, 0.002380 seconds, 4.
-
2126454·text·620 B·2012-03-09 18:15 UTC
[13:12] frood: ~ $ irb
irb(main):001:0> (1..10).find {|i| i == 2}
=> 2
irb(main):002:0> (1..10).find
LocalJumpError: no block given
from (irb):2:in `find'
from (irb):2:in `each'
from (irb):
-
2126451·text·426 B·2012-03-09 18:08 UTC
>> (1..10)
=> 1..10
>> (1..10).find {|i| i == 2}
=> 2
>> (1..10).find
LocalJumpError: no block given
from (irb):3:in `find'
from (irb):3:in `each'
from (irb):3:in `find'
from (irb):3
>>
-
2126449·text·717 B·2012-03-09 18:00 UTC
access:
192.168.25.119 - - [09/Mar/2012:12:57:46 -0500] "GET /eg/opac/results?fi%3Aitem_type=&query=test&qtype=keyword&loc=1 HTTP/1.0" 200 21266 "-" "Wget/1.12 (linux-gnu)"
error:
[Fri Mar 09 12:
-
2126448·text·905 B·2012-03-09 17:56 UTC
(12:48:17 PM) Jack Cain: http://www.nytimes.com/2010/12/04/education/04hummus.html?_r=1
(12:48:46 PM) Jack Cain: the company supports militarism in israel/palestine
(12:49:10 PM) Tobi: no one of the
-
2126447·text·3.8 KB·2012-03-09 17:43 UTC
Propuesta de Servidor Firewall
El servidor Firewall, como su nombre lo indica, es una pared de fuego que nos protege tanto interna como exteriormente, ya sea de aplicaciones maliciosas (virus, troy
-
2126444·text·13.1 KB·2012-03-09 17:06 UTC
Linking CXX executable scribus
third_party/cairo/libscribus_cairo_lib.a(cairo-ft-font.c.o): In function `_get_bitmap_surface':
/home/gopavarapu/scribus/Scribus/scribus/third_party/cairo/cairo-ft-fon
-
2126440·text·1.7 KB·2012-03-09 16:27 UTC
Kanał prowadzony jest przez dwie osoby, przez Przemcia (założyciela) i Destrojera. Możecie zobaczyć tu także 5 recenzji mojego byłego współpracownika Maślaka.
Na kanale znajdziecie recenzje horroró
-
2126437·mirc·102 B·2012-03-09 16:17 UTC
if ($nick == JaBSnGServ && $chan == #JaBSnG-Support) {
if (New Request isin $1-) {
}
}
-
2126436·text·1.5 KB·2012-03-09 16:03 UTC
Mar 9 10:59:32 mail postfix/smtpd[18315]: connect from localhost[::1]
Mar 9 10:59:32 mail postfix/smtpd[18315]: warning: SASL: Connect to private/auth-client failed: Connection refused
Mar 9 10:5
-
2126432·text·85.8 KB·2012-03-09 15:45 UTC
-
2126431·text·1.2 KB·2012-03-09 15:45 UTC
[ 12%] Building CXX object scribus/CMakeFiles/scribus.dir/util_printer.cpp.o
/home/gopavarapu/scribus/Scribus/scribus/util_printer.cpp: In static member function 'static bool PrinterUtil::getPrinterM
-
2126426·text·6.7 KB·2012-03-09 15:34 UTC
(13:21:18) Jani Brezavscek đđ
(13:21:21) Jani Brezavscek đđ đđ đđ
(13:21:24) Jaka Filej DZDZDZDZDZ
(13:21:33) Jani Brezavscek ki bo nowga?
(13:21:33) Jani Brezavscek :)
(13:27:25) Jani Brezavscek
-
2126420·text·1.0 KB·2012-03-09 15:04 UTC
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Conten
-
2126410·text·13.4 KB·2012-03-09 14:49 UTC
]$ PROJECT=Generic ARCH=i386 make
./scripts/image
=================================================================================
Configuration for OpenELEC
================================
-
2126405·text·596 B·2012-03-09 14:43 UTC
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking cpuid.h usability... no
checking cpuid.h presence... yes
configure: WARNING: cpuid.h: present but cannot be compi
-
2126404·text·484 B·2012-03-09 14:42 UTC
checking cpuid.h presence... yes
configure: WARNING: cpuid.h: present but cannot be compiled
configure: WARNING: cpuid.h: check for missing prerequisite headers?
configure: WARNING: cpuid.h: se
-
2126403·java·1021 B·2012-03-09 14:36 UTC
/* Relevant imports: */
import java.io.Serializable;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.ejb.PrePassivate;
import javax.ejb.Statef