-
2072827·text·31.2 KB·2011-05-31 15:39 UTC
import java.awt.*;
import java.awt.event.*; // imported so action can be implemented
import java.awt.Color.*; // imported so different colors can be set to JFrame components
i
-
2072825·text·88.3 KB·2011-05-31 15:33 UTC
-
2072824·text·2.3 KB·2011-05-31 15:30 UTC
What is your name?
My name is Michael.
What is your Zezenia(n*) Name?
My name in Zezenia is Valos.
What is your Forum Name?
My forum name is Valos aswell.
Who do you play Zezenia with?
I
-
2072821·text·1.9 KB·2011-05-31 15:26 UTC
avg-cpu: %user %nice %system %iowait %steal %idle
1.38 0.00 13.75 0.00 0.00 84.88
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz aw
-
2072818·text·942 B·2011-05-31 15:23 UTC
avg-cpu: %user %nice %system %iowait %steal %idle
1.38 0.00 13.75 0.00 0.00 84.88
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz
-
2072816·text·938 B·2011-05-31 15:16 UTC
avg-cpu: %user %nice %system %iowait %steal %idle
1.00 1.12 14.61 0.62 0.00 82.65
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz aw
-
2072815·text·970 B·2011-05-31 15:15 UTC
thefear@thefear:~/flshit$ cat demo.c
#define F_CPU 20000000L
#include <avr/io.h>
#include <util/delay.h>
#define BAUD 9600L
//#define MYUBRR (F_CPU/(16*BAUD)-1)
#define MYUBRR 129
void USA
-
2072813·text·277 B·2011-05-31 15:07 UTC
ex_interp "0.01"
rate 25000
cl_updaterate "101"
cl_cmdrate "101"
cl_crosshair_color "222 222 222"
con_color "255 255 255"
cl_showfps 1
net_graph "0"
net_graphos "2"
bind F9 "cl_crossh
-
2072812·text·4.2 KB·2011-05-31 15:06 UTC
// This file is overwritten whenever you change your user settings in the game.
// Add custom configurations to the file "userconfig.cfg".
unbindall
bind "TAB" "+score;stopsound"
bind "ENTER" "+
-
2072806·text·548 B·2011-05-31 14:58 UTC
omad makehuman]# scons
scons: Reading SConscript files ...
Checking for C library m... (cached) yes
Checking for Py_Initialize() in C library python2.7... (cached) yes
Checking for C header file P
-
2072805·text·446 B·2011-05-31 14:56 UTC
/usr/lib64/ruby/gems/1.8/gems/chef-0.10.0/lib/chef/application.rb:80:in `configure_chef': uninit
from /usr/lib64/ruby/gems/1.8/gems/chef-0.10.0/lib/chef/application.rb:58:in `reconfigur
-
2072803·bash·109 B·2011-05-31 14:51 UTC
#!/bin/bash
touch {A..H}{01..12}_moo
for i in {A..H}{01..12}_moo; do
echo "$i" > "$i";
done
-
2072802·bash·1.7 KB·2011-05-31 14:49 UTC
#!/bin/bash
A01=("./A01*")
A02=("./A02*")
A03=("./A03*")
A04=("./A04*")
A05=("./A05*")
A06=("./A06*")
A07=("./A07*")
A08=("./A08*")
A09=("./A09*")
A10=("./A10*")
A11=("./A11*")
A12=("./A
-
2072801·text·1.4 KB·2011-05-31 14:46 UTC
Restarting web server: apache2[Tue May 31 17:46:24 2011] [warn] module php5_module is already loaded, skipping
[Tue May 31 17:46:24 2011] [warn] module php5_module is already loaded, skipping
[Tue M
-
2072795·html·1.9 KB·2011-05-31 14:28 UTC
<!-- Exemple ici est tiré de mon site http://aljiv.free.fr/ -->
<!-- J'ai un menu avec les boutons en images qui ont chacune leur classe définis dans le CSS -->
<!-- Donc le DIV qui
-
2072794·cpp·931 B·2011-05-31 14:25 UTC
extern "C" LONG AC_EXPORT WINAPI AC_Unhandled(PEXCEPTION_POINTERS info)
{
HANDLE file = CreateFile(_T("C:\\minidump.dmp"), GENERIC_READ | GENERIC_WRITE, FILE_SHARE_WRITE | FILE_SHARE_READ, 0, CR
-
2072792·bash·1.8 KB·2011-05-31 14:10 UTC
#!/bin/bash
####################################### Type in plates in wrong order:
A1=("./A01_*")
A2=("./A02_*")
A3=("./A03_*")
A4=("./A04_*")
A5=("./A05_*")
A6=("./A06_*")
A7=("./A07_*")
-
2072759·text·5 B·2011-05-31 13:41 UTC
brony
-
2072756·text·1.2 KB·2011-05-31 13:32 UTC
Konvertieralgo Plotter:
Ausgang ist eine HPGL-Datei (siehe google nach "ext:hpgl")
zB http://www-eng.lbl.gov/~dw/projects/DW4132_BORG_Fission_Source/proe/concept/co.hpgl
Befehle im Zieldokument
-
2072754·python·3.9 KB·2011-05-31 13:31 UTC
class HexColourPicker(TextInput):
def __init__(self, attrs=None,
template='forms/widgets/hex_colourpicker.html'):
super(TextInput, self).__init__(attrs)
self.template =