-
2059741·c·1004 B·2011-05-15 06:51 UTC
void htable_rehash_term(htable_t* hash)
{
int size,i;
value_t* new;
size = hash->buckets*2;
htable_t* newTable = new_htable(size);
for(i=0;i<hash->buckets; i++){
if(hash
-
2059713·text·905 B·2011-05-15 06:20 UTC
New Type vs Axis
Cult's proposed lineups:
Ctf_B2b:
TOP: Zero + Kag/Buddhaa
LOW: Cult
Ctf_X:
Rush: Cult
Defense: Kag
Middle kill whore: Buddhaa/riz
ctf_IceBeam:
Top: Riz/Sumich/buddhaa
-
2059712·text·885 B·2011-05-15 06:18 UTC
New Type vs Axis
Cult's proposed lineups:
Ctf_B2b:
TOP: Zero + Kag/Buddhaa
LOW: Cult
Ctf_X:
Rush: Cult
Defense: Kag/riz
Middle kill whore: Buddhaa/jjbn
ctf_IceBeam:
Top: Riz/Sumich/bud
-
2059691·text·887 B·2011-05-15 06:11 UTC
New Type vs Axis
Cult's proposed lineups:
Ctf_B2b:
TOP: Zero + Kag/Buddhaa
LOW: Cult
Ctf_X:
Rush: Cult
Defense: Kag/riz
Middle kill whore: Buddhaa/jjbn
ctf_IceBeam:
Top: Riz + Sumich/b
-
2059684·text·887 B·2011-05-15 06:04 UTC
New Type vs Axis
Cult's proposed lineups:
Ctf_B2b:
TOP: Zero + Kag/Buddhaa
LOW: Cult
Ctf_X:
Rush: Cult
Defense: Kag/riz
Middle kill whore: Kag/riz/jjbn
ctf_IceBeam:
Top: Riz + Sumich/b
-
2059673·text·84 B·2011-05-15 06:00 UTC
http://leaguecraft.com/strategies/gameguide/970-the-allmighty-guide-to-timings.xhtml
-
2059657·c·363 B·2011-05-15 05:33 UTC
void insertion_sort (value_t** A, int n,
int (*cmp_fptr)(const void*,const void*))
{
printf ("--- Insertion sort! ---\n");
int i, k;
value_t* tmp;
i = 0;
for (
-
2059650·text·2.4 KB·2011-05-15 05:22 UTC
james@ubuntu:~$ ./scripts/compiz-addons install cubemodel
Cloning into cubemodel...
remote: Counting objects: 300, done.
remote: Compressing objects: 100% (298/298), done.
remote: Total 300 (delta
-
2059644·c·600 B·2011-05-15 05:21 UTC
value_t** remap_freq_htable(htable_t* htable)
{
printf ("--- Remap freq table! ---\n");
/* First sort table */
insertion_sort( htable->array, htable->buckets, &cntcmphash );
htabl
-
2059642·c·180 B·2011-05-15 05:17 UTC
value_t** narray = (value_t**) safe_malloc( sizeof(value_t**) * htable->items );
i = 0;
while ( htable->array[i] != NULL ) {
narray[i] = htable->array[i];
i++;
}
-
2059627·text·583 B·2011-05-15 05:07 UTC
point getHorizontalNeighbour(int row, int col) {
point neighbour;
if (col % 2 == 0) {
if (row % 2 == 0) {
neighbour.row = row - 1;
neighbour.col = col +
-
2059625·text·185 B·2011-05-15 05:01 UTC
var pkgStyle = document.getElementById("pkg1").style;
function raise(topval)
{
if (topval > 10)
{
pkgStyle.top = topval + "px";
setTimeout(raise(topval - 1), 500);
}
}
-
2059621·text·991 B·2011-05-15 04:36 UTC
Cleverbot: Is this a chat web-site?
User: I don't think it is. I'm talking to a robot.
Cleverbot: No, actually, I'M talking to a robot.
User: How do you figure that?
Cleverbot: Because Ed
-
2059619·text·304 B·2011-05-15 04:34 UTC
Cleverbot: I'm breaking up with you right now.
User: You can't. We're not even married yet.
Cleverbot: You're a mean script.
User: You're the script buddy. I'm human.
Cleverbot: No. I'm
-
2059618·text·226 B·2011-05-15 04:33 UTC
function topSetter(x)
{
var pkgStyle = document.getElementById("pkg1").style;
pkgStyle.top = x + "px";
}
function raise() {
for (topval = 120; topval > 10; topval - 1)
{
setTimeout(t
-
2059617·text·236 B·2011-05-15 04:30 UTC
function topSetter(x)
{
var pkgStyle = document.getElementById("pkg1").style;
pkgStyle.top = x + "px";
}
function raise() {
for (topval = 120; topval > 10; topval - .1)
{
setTimeou
-
2059613·python·1.7 KB·2011-05-15 04:08 UTC
#!/usr/bin/env python
'''
# OSKitchen - An open-sourced kitchen management tool for professional establishments
# Copyright (C) 2011 Neal Hughes
# This program is free software: you can redistr
-
2059609·text·3.8 KB·2011-05-15 03:58 UTC
Adam Smith\The Wealth Of Nations.pdf
Adam Smith\Theory Of Moral Sentiments.pdf
Adolf Hitler\Mein Kampf.pdf
Aristotle\Nicomachean Ethics.pdf
Barack Obama\Dreams From My Father.pdf
Barack Obama\The
-
2059608·text·1.1 KB·2011-05-15 03:53 UTC
Long - hey eddie boy
Eddie - SHORT
Long - have u done anything in the digsys ass2?
Eddie - wow.. conincidence we start talking at the same time
Eddie - yeah all of it...
Eddie - hehe =P
Lo
-
2059607·python·1.7 KB·2011-05-15 03:51 UTC
#!/usr/bin/env python
'''
# OSKitchen - An open-sourced kitchen management tool for professional establishments
# Copyright (C) 2011 Neal Hughes
# This program is free software: you can redistr