-
2095094·text·3 B·2011-11-23 22:45 UTC
ddd
-
2095093·nasm·2.6 KB·2011-11-23 22:43 UTC
section .data
-
2095091·text·1.2 KB·2011-11-23 22:27 UTC
<script>
heights = [160,160,83,115];
margin = [0,0,55,22];
colors = ['d7b8aa','bbcfdc','c5c5c5','bdd2e1'];
titles = ['HTML5', 'CSS3', 'jQuery', 'Ajax'];
text = ['Cascading Style Sheets (C
-
2095088·text·1.2 KB·2011-11-23 22:09 UTC
<script>
heights = [160,160,83,115];
margin = [0,0,20,20];
colors = ['d7b8aa','bbcfdc','c5c5c5','bdd2e1'];
titles = ['HTML5', 'CSS3', 'jQuery', 'Ajax'];
text = ['Cascading Style Sheets (C
-
2095087·text·2.2 KB·2011-11-23 22:07 UTC
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.
-
2095086·text·630 B·2011-11-23 21:59 UTC
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.28.11 0.0.0.0 UG 0 0 0 wlan0
0.0.0.0 0.0.0.0 0.0.0.0
-
2095085·text·2.4 KB·2011-11-23 21:56 UTC
8139too : Realtek Semiconductor Co., Ltd.|RTL-8139/8139C/8139C+ [NETWORK_ETHERNET] (vendor:10ec device:8139 subv:1631 subd:c023) (rev: 10)
ath5k : Atheros Communications Inc.|AR5001
-
2095084·text·604 B·2011-11-23 21:46 UTC
gapi@GZT-lappy:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0
-
2095083·text·306 B·2011-11-23 21:45 UTC
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.150.1 192.168.150.122 4250
0.0.0.0 0.0.0.0 On-
-
2095079·text·11.2 KB·2011-11-23 21:27 UTC
diff -Naur lcdproc-0.5.2_org/acinclude.m4 lcdproc-0.5.2/acinclude.m4
--- lcdproc-0.5.2_org/acinclude.m4 2007-04-14 22:39:28.000000000 +0800
+++ lcdproc-0.5.2/acinclude.m4 2010-11-03 15:55:37.0000000
-
2095078·text·2.2 KB·2011-11-23 21:27 UTC
Lanner LCM patch file for lcdproc-0.5.2
=========================================
Contents
========
- In This Release
- Building and installation
- HOW-TO Test
- Support
In This Releas
-
2095075·text·5.5 KB·2011-11-23 21:24 UTC
Mappack reviews for packs on the old forums.
[border=blue]False Ending :: [url=http://pastebin.com/D5wqVGGD]Demos[/url]
[list][*]An Another After Image >> [color=#cc00cc]It reminded me of that Na
-
2095074·text·4.0 KB·2011-11-23 21:20 UTC
Mappack reviews for packs on the old forums.
False Ending :: Demos
An Another After Image >> It reminded me of that Napalm map you made.
Another Attack >> Interesting use of teleporters.
Dash a
-
2095069·text·6.6 KB·2011-11-23 20:58 UTC
auto_increment_increment 1
auto_increment_offset 1
autocommit ON
automatic_sp_privileges ON
back_log 50
basedir /usr/
big_tables OFF
binlog_cache_size 32768
binlog_format STATEMENT
bulk_inser
-
2095067·text·1002 B·2011-11-23 20:54 UTC
/* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
/*
* Do NOT include this file directly, but include the wrapper instead.
* This prevents wastefull recompiling.
-
2095066·text·3.0 KB·2011-11-23 20:53 UTC
----total-cpu-usage---- -dsk/total- -net/total- ---paging-- ---system--
usr sys idl wai hiq siq| read writ| recv send| in out | int csw
10 6 83 0 0 0| 0 0 | 0 0 | 1B
-
2095065·text·562 B·2011-11-23 20:50 UTC
public static String replaceChar(String theString, String starString, String newChar)
{
int foundPos = -2;
int foundCount = 0;
String newString = "";
whi
-
2095064·text·1.8 KB·2011-11-23 20:48 UTC
In file included from /home/spads/spring/src/spring_84.0/rts/Game/GameVersion.cpp:8:
/home/spads/spring/src/spring_84.0/src-generated/engine/System/VersionGenerated.h:12:55: warning: missing terminat
-
2095063·text·7.4 KB·2011-11-23 20:29 UTC
Variable_name Value
Aborted_clients 370
Aborted_connects 1
Binlog_cache_disk_use 0
Binlog_cache_use 0
Bytes_received 116980734
Bytes_sent 215827151
Com_admin_commands
-
2095062·text·500 B·2011-11-23 20:23 UTC
// foo/bar/CMakeLists.txt
SET(FILES blah.cpp)
FOREACH(file ${FILES})
SET(OUTPUT_FILES ${OUTPUT_FILES} bar/${file})
ENDFOREACH(file)
SET(BAR_SRC ${OUTPUT_FILES} PARENT_SCOPE)
// foo/CMakeLis