-
2076006·text·704 B·2011-06-07 06:49 UTC
final int serverTimeout = getStopTimeout() * 1000;
if (serverTimeout > 0) {
Thread thread = new Thread("Server Stop Timeout") {
public void run() {
try {
Thread.sleep(server
-
2076000·text·4.0 KB·2011-06-07 06:05 UTC
188.226.76.130 - - [07/Jun/2011:02:03:56 -0400] "GET /index.php HTTP/1.1" 301 - "-" "-"
188.226.76.130 - - [07/Jun/2011:02:03:56 -0400] "GET /index.php HTTP/1.1" 301 - "-" "-"
188.226.76.130 - - [07
-
2075989·actionscript·285 B·2011-06-07 05:42 UTC
Hi!
My name is Gleb Chernov. I read this forum during last two years.
Thanks to all you guys for your really helpful topics!
And now I've made decision to register here.
I have a very interestin
-
2075988·text·3.8 KB·2011-06-07 05:42 UTC
REM self_slaghters minecraft selector
REM with consistent stats/saves throughout
@echo off
C:
cd\games\minecraft
:menu
cls
echo.
echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
-
2075979·diff·660 B·2011-06-07 05:33 UTC
Index: include/cmake.mk
===================================================================
--- include/cmake.mk (revision 26868)
+++ include/cmake.mk (working copy)
@@ -15,9 +15,13 @@
C
-
2075978·actionscript·149 B·2011-06-07 05:32 UTC
Es gibt offensichtlich eine Menge zu wissen. Ich glaube, Sie haben einige gute Punkte in Funktionen auch. Halten Sie Ihren Arbeitsbereich, great job!
-
2075972·bash·160 B·2011-06-07 05:25 UTC
for i in $(ls *flv); do mplayer -quiet -vo null -vc dummy -af volume=0,resample=44100:0:1 -ao pcm:waveheader:file="$i.wav" $i; lame -h -b 320 $i.wav $i.mp3 done
-
2075967·bash·136 B·2011-06-07 04:54 UTC
for i in $(ls *flv); do mplayer -quiet -vo null -vc dummy -af volume=0,resample=44100:0:1 -ao pcm:waveheader:file="cancion.wav" $i; done
-
2075966·text·136 B·2011-06-07 04:54 UTC
for i in $(ls *flv); do mplayer -quiet -vo null -vc dummy -af volume=0,resample=44100:0:1 -ao pcm:waveheader:file="cancion.wav" $i; done
-
2075954·text·1.1 KB·2011-06-07 04:34 UTC
Size:
5 Million
Nation Traits:
Competent
Seekers
Bountiful Nature
Close-Knit
Academic Revolution
Police
Population Traits:
Educated
Perfectionists
Loyal
Resourceful
Skilled Fingers
-
2075950·text·3.7 KB·2011-06-07 04:25 UTC
[00:09:00] <fbf> So what /were/ you trying to prove by being so rude/mean?
[00:09:13] <blue_tetris> That you need to self-evaluate.
[00:09:35] <blue_tetris> And, also, that making gross exaggeration
-
2075943·text·370 B·2011-06-07 04:15 UTC
#
# python character generator using random numbers
#
from random import randint
def roll_d6():
""" roll 6 sided die, return result """
return randint(1,6)
def roll_3_d6():
""" roll 3 6 si
-
2075925·text·541 B·2011-06-07 03:22 UTC
alias mcolor {
if ($isid && $1) {
var %z 1, %c
var %t $replace($1-,$chr(32),$chr(17))
while (%z <= $len($1-)) {
:retry
var %a $r(0,15), %b $r(0,15)
if (%a == %b
-
2075920·text·2.4 KB·2011-06-07 03:03 UTC
// Deck file for Magic Workstation (http://www.magicworkstation.com)
// NAME: Sealed Deck
// Lands
5 [NPH] Plains (1)
9 [NPH] Forest (1)
3 [NPH] Mountain (1)
// Creatures
1
-
2075919·text·2.3 KB·2011-06-07 03:01 UTC
// Deck file for Magic Workstation (http://www.magicworkstation.com)
// NAME: Sealed Deck
// Lands
5 [NPH] Plains (1)
6 [NPH] Mountain (1)
6 [NPH] Island (1)
// Creatures
1
-
2075918·text·3.2 KB·2011-06-07 03:00 UTC
Here I've compiled a list of interesting points which I know can help move people in a good direction for a brighter future.
4. Evict your inner wussy
a. Show up and kick it's ass. Mentally
5
-
2075912·text·2.2 KB·2011-06-07 02:39 UTC
Funcionamiento.
La placa de video es la que se encarga de enviarle al monitor la información a mostrar. Esta información es enviada por un cable, y una vez que llega al monitor, es el controlador
-
2075910·text·1.9 KB·2011-06-07 02:33 UTC
Funcionamiento.
La placa de video es la que se encarga de enviarle al monitor la información a mostrar. Esta información es enviada por un cable, y una vez que llega al monitor, es el controlador
-
2075896·text·33.5 KB·2011-06-07 02:06 UTC
-
2075890·text·100 B·2011-06-07 01:50 UTC
src.csv:
carrots 38
snakes 109
umbrellas 66
> d <- read.table("src.csv")
> plot(d[,2], d[,1])