-
2053526·text·5.9 KB·2011-05-03 17:11 UTC
(18:47:46) Nadine: men jeg skal ta meg en dusj nå jeg da:D og så lage grønn te og sette meg på macen igjen:D
(18:48:38) Nadine: kos deg med middagen da=)
(18:48:39) Christine: men men. hvordan skal
-
2053524·text·11.0 KB·2011-05-03 16:58 UTC
[18:34:00] <xelister> hi i'm paying 0.5 - 2 BTC: to give me bash script to unfaggotize file names (make them fat32 compatible, just ascii, space to _ and other specials to _. ALSO make it solve result
-
2053523·text·2.4 KB·2011-05-03 16:54 UTC
# athstats
29022247 data frames received
19989973 data frames transmit
11182 tx frames with an alternate rate
401136 long on-chip tx retries
762 tx failed 'cuz too many retries
54M
-
2053521·text·8.0 KB·2011-05-03 16:33 UTC
Type=cdir;Modify=20110502110020;Win32.ea=0x00000010; /
Type=dir;Modify=20110502100203;Win32.ea=0x00000010; Alice.In.Wonderland.2010.NL.PAL.DVDR-REWIND
Type=dir;Modify=20110418215342;Win32.ea=0x00000
-
2053519·text·1.3 KB·2011-05-03 16:14 UTC
# LC_ALL=C urpmi MIME-Types
To satisfy dependencies, the following packages are going to be installed:
Package Version Release Arch
(medium "Core Release")
-
2053517·java·1.4 KB·2011-05-03 16:06 UTC
//================== Please DO NOT modify any code below ======================
public boolean equals(SynonymList list)
{
boolean retval = false;
int len = length();
-
2053516·text·424 B·2011-05-03 16:01 UTC
void OnComplete(int error, const AddressList& addrlist) {
if (error == OK)
addresses_->SetFrom(addrlist, port());
CompletionCallback* callback = callback_;
MarkAsCancelled();
-
2053514·text·1.0 KB·2011-05-03 15:57 UTC
MariaDB [mydb]> repair table tx_stelection_Candidate;
+------------------------------+--------+----------+----------------------------------------------------+
| Table | Op
-
2053512·text·4.9 KB·2011-05-03 15:49 UTC
private static int[][] calculateHonogram(int[][] board){
int numberOfChanges=1;
while(numberOfChanges!=0){
numberOfChanges=0;
/*
* Check all possible row solutions
*/
for (
-
2053510·text·715 B·2011-05-03 15:46 UTC
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1046.179] (II) Loading extension MIT-SCREEN-SAVER
[ 1047.220] (EE) Logitech USB Receiver: failed to initialize for relative axes.
-
2053509·text·1.1 KB·2011-05-03 15:43 UTC
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Option "Xinerama" "0"
EndSection
Section "Monitor"
Identifier "Monitor1"
ModelName
-
2053508·text·417 B·2011-05-03 15:42 UTC
Kaubik
Margus
Mirko
Kenneth
Nublu
Pupe
Lisette
Taavi
Raadi
Kuura
Kulu
Poolik
Mariel
Anna Liisa
Kaisa M
Olger
Henri
Astok
Helleliina
Tillmann
Raimond
Kaisa J
Sten
Jorma
Elenor
-
2053503·text·426 B·2011-05-03 15:37 UTC
comb_sort(list of t)
gap = list.count
temp as t
swapped = false
while gap > 1 or not swapped
swapped = false
if gap > 1 then
gap = floor(gap/1.3)
-
2053502·text·1.4 KB·2011-05-03 15:35 UTC
[17:35:16]: L2J bot v0.1 started..
[17:35:16]: Loaded 3114 system messages.
[17:35:16]: Connecting to Loginserver 89.149.200.219:2106
[17:35:17]: [0] SERVER ID: 1 IP: 178.162.191.62:7777 free slots
-
2053499·cpp·546 B·2011-05-03 15:17 UTC
void combsort(int *arr, int size) {
float shrink_factor = 1.247330950103979;
int gap = size, swapped = 1, swap, i;
while ((gap > 1) || swapped) {
if (gap > 1)
g
-
2053498·text·8.8 KB·2011-05-03 15:15 UTC
1. Koja su dosadasnja leksikografska djela bosanskog jezika?
2. Sta je leksem?
- Leksem je najmanja smisaona jedinica u leksici.
3. Sta izcafa leksikologija, i cime se bavi leksikografija?
-
2053495·text·9 B·2011-05-03 15:05 UTC
asdsadasd
-
2053494·text·8.0 KB·2011-05-03 15:05 UTC
Booting 'OpenWrt'
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinuz block2mtd.block2mtd=/dev/sda2,131072,rootfs root=/dev/mtd
block0 rootfstype=jffs2 rootwa
-
2053493·text·182 B·2011-05-03 15:01 UTC
#ZONE INTERFACE BROADCAST OPTIONS
net eth0 detect dhcp,tcpflags,routefilter,nosmurfs,logmartians
loc eth1 detect tcpflags,nosmurfs
-
2053492·text·180 B·2011-05-03 15:00 UTC
void setup() {
Serial.begin(9600);
pinMode(2,OUTPUT);
}
void loop(){
for (int i = 0; i<256;i++){
Serial.println(i);
analogWrite(2,i);
delay(50);
}
}