-
2055301·text·7.9 KB·2011-05-08 13:42 UTC
#v3.02 set variables so everything can be found...
PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R7/bin:/root/my-applications/bin"
LD_LIBRARY_PATH="/lib:/usr/lib:/usr/X11R7/lib:/root/my
-
2055300·text·897 B·2011-05-08 13:37 UTC
To-do list
- Ask Joey to change the main vertical titles into text instead of images
- Finish off the Omniture module customizations
- Change URL for Passion Project wall feed to the producti
-
2055290·text·330 B·2011-05-08 13:10 UTC
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=1a86 ProdID=e008 Rev=11.00
S: Manufacturer=WCH.CN
S: P
-
2055289·text·332 B·2011-05-08 13:09 UTC
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=1a86 ProdID=e008 Rev=11.00
S: Manufacturer=WCH.CN
S: P
-
2055285·c·27.1 KB·2011-05-08 12:52 UTC
1 /*
2 * SLOB Allocator: Simple List Of Blocks
3 *
4 * Matt Mackall <mpm@selenic.com> 12/30/03
5 *
6 * NUMA support by Paul Mundt, 2007.
7 *
8 * How SLOB works:
9 *
-
2055284·diff·2.8 KB·2011-05-08 12:48 UTC
diff --git a/fmt/private/fmt-c.scm b/fmt/private/fmt-c.scm
index f686406..8c1d51f 100644
--- a/fmt/private/fmt-c.scm
+++ b/fmt/private/fmt-c.scm
@@ -88,15 +88,20 @@
(or (number? x) (string? x)
-
2055275·text·1.0 KB·2011-05-08 12:35 UTC
<?php
$file=fopen("humidity.txt","r");
/*
MONTH SEP10
d1 71 70 70 70 70 70 74 75 73 73 73 73 73 73 72 75 68 60 60 60 58
d2 55 55 56 54 53 56 56 57 49 32 54 47 47 52
d28 34 33
*/
$mon
-
2055271·text·6 B·2011-05-08 12:31 UTC
@@dddd
-
2055269·text·263 B·2011-05-08 12:19 UTC
May 8 14:16:01 dwd postfix/smtpd[10238]: sql_select option missing
May 8 14:16:01 dwd postfix/smtpd[10238]: auxpropfunc error no mechanism available
May 8 14:16:01 dwd postfix/smtpd[10238]: _sasl
-
2055268·text·307 B·2011-05-08 11:52 UTC
List<Zakaznik> loginName;
loginName = em.createQuery("SELECT v FROM Zakaznik WHERE v.login LIKE :str)", Zakaznik.class ).setParameter("str", meno ).getResultList() ;
if(meno == logi
-
2055265·text·209 B·2011-05-08 11:26 UTC
deb ftp://ftp.plusline.de/pub/debian/ testing main contrib non-free
deb-src ftp://ftp.plusline.de/pub/debian/ testing main contrib non-free
deb ftp://ftp.de.debian.org/debian-security/ testing/upd
-
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 =