-
2055263·text·1.2 KB·2011-05-08 11:23 UTC
$ for i in `ls 2.1.1/sys/lib/*.so`; do diff $i `echo $i | sed -e 's/2.1.1/1.4.2/g'`; done
Binary files 2.1.1/sys/lib/libandroid_runtime.so and 1.4.2/sys/lib/libandroid_runtime.so differ
Binary files
-
2055262·text·1.1 KB·2011-05-08 11:22 UTC
Clever Omegle v1.0.1.0
Created by: louts
Setting up new Chat!
Searching for new Stranger...
Stranger connected!
Stranger: 20 m rome but originally from nyc
CleverBot: Cool I'm from texas but I'm
-
2055259·text·1.2 KB·2011-05-08 11:11 UTC
1.8.3/CG56.img-ramdisk$ diff init.rc ../../2.1.1/CG56.img-ramdisk/init.rc
699a700,715
> # atvc stuff
> # Define Motorola DBVC ATVC Property defaults (failsafe properties)
> setprop ro.sys.atvc_al
-
2055256·text·1.1 KB·2011-05-08 11:00 UTC
I DBVC : atvc_pal_production_part: start
I DBVC : dbval_production_part: determined production part
I DBVC : atvc_pal_init_factory_state: start
I DBVC : atvc_pal_init_factory_state: det
-
2055255·text·54.9 KB·2011-05-08 10:58 UTC
-
2055254·text·824 B·2011-05-08 10:54 UTC
I DBVC : atvc_pal_production_part: start
I DBVC : dbval_production_part: determined production part
I DBVC : atvc_pal_init_factory_state: start
I DBVC : atvc_pal_init_factory_state: det
-
2055253·python·654 B·2011-05-08 10:54 UTC
def cbc_encrypt(word,p,q,e,vector):
print 'CBC Encrypt'
n = p*q
r = (p-1)*(q-1)
while len(word) % 3 != 0:
word += ' '
blocks = []
counter = 0
current_block = 0
for char in word:
-
2055241·text·135 B·2011-05-08 09:45 UTC
auth.log
daemon.log
dpkg.log
fontconfig.log
kern.log
lpr.log
mail.log
mysql.log
pycentral.log
user.log
vsftpd.log
Xorg.0.log
-
2055232·java·1.3 KB·2011-05-08 09:35 UTC
Tähän tyyliin
File file = new File( getDataFolder() + "/DropPlugin.properties" );
if( !file.exists() )
{
new File( getDataFolder().toString() ).mkdir();
Properties pr =
-
2055229·text·184 B·2011-05-08 09:12 UTC
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=Tilda
Comment=drop down terminal console
Exec=/usr/bin/tilda
StartupNotify=false
Terminal=false
Hidden=false
-
2055228·text·3.4 KB·2011-05-08 09:03 UTC
# scripts/process-upload.py /var/tmp/poppy -C absolutely-anything -vvv
2011-05-08 09:00:56 DEBUG Cronscript control file not found at file:cronscripts.ini
2011-05-08 09:00:56 INFO Creating lock
-
2055226·text·271 B·2011-05-08 08:56 UTC
числитель: <input type="text" id="chis">
<br>знаменатель: <input type="text" id="znam">
<br><img src="images/send.gif" onclick="get_cep_drob();">
<input type="hidden" id="hidenchi
-
2055222·text·381 B·2011-05-08 08:36 UTC
Hollie Crimson 11:58 pm
I just told my boyfriend that and he kinda rolled his eyes at me and was like "i'm happy you made hamburgers" then sorta walked away
Clay Young 11:58 pm
:I
-
2055219·text·41.4 KB·2011-05-08 08:27 UTC
-
2055208·text·389 B·2011-05-08 07:38 UTC
3:35 < ebering> (Random story, I did hear that at Google Waterloo in Canada, a guy once came in for an interview
wearing a wizards hat, a robe, and a kilt. That didn't help him, or
-
2055204·text·1.2 KB·2011-05-08 07:31 UTC
1 Kiki-Jiki, Mirror Breaker
1 Bogardan Hellkite
1 Chandra Ablaze
1 Reiterate
1 Earthquake
1 Fault Line
1 Shattering Spree
1 Siege-Gang Commander
1 Heat Shimmer
1 Starstorm
1 Wild Ricochet
3
-
2055197·text·1.9 KB·2011-05-08 07:14 UTC
Process PoolWorker-52:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib/python2.7/multiprocessing/
-
2055195·sql·6.9 KB·2011-05-08 07:00 UTC
INSERT INTO cq_shell_glb2.cq_shell.email_rule (
is_active,
name,
change_fields,
display_fields,
entity_def,
include_defect,
filter_query,
show_previous,
cc
-
2055182·text·12.3 KB·2011-05-08 06:41 UTC
procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
1 8 429388 1103928 1956152 8160012 0
-
2055175·text·1.5 KB·2011-05-08 06:30 UTC
#!/usr/bin/perl
# Determine the basename of this directory:
$ThisDir=`pwd`;
chomp($ThisDir) ;
@DirParts = split("/",$ThisDir) ;
$ThisDirsBaseName = pop(@DirParts) ;