--- Log opened Tue May 12 00:00:10 2009 |
00:03 | | Doctor_Nick [~nick@Nightstar-7517.tampfl.dsl-w.verizon.net] has quit [Quit: leaving] |
00:05 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has quit [Ping Timeout] |
00:05 | | AnnoDomini [~farkoff@Nightstar-29015.neoplus.adsl.tpnet.pl] has quit [Quit: Our spaceship is pulled through the aether by the outrage of honest politicians.] |
00:06 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code |
00:06 | | mode/#code [+o gnolam] by ChanServ |
00:14 | <@Consul> | Just treat everything with the lowest of expectations. Then when someone puts in the modicum of effort it takes to actually exceed them, I get impressed. |
00:15 | <@Consul> | This way, I don't get too disappointed by those I think should do better, but if someone really does go above and beyond, they get the recognition for it. |
00:17 | | Doctor_Nick [~nick@Nightstar-7517.tampfl.dsl-w.verizon.net] has joined #code |
00:17 | | mode/#code [+o Doctor_Nick] by ChanServ |
00:19 | | Vornicus-Latens is now known as Vornicus |
00:34 | < Vornicus> | arg attack of the add |
00:35 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
00:35 | <@Derakon> | You have ten minutes. Code up a cellular automata. |
00:35 | <@Derakon> | It can use any rules you like. |
00:37 | <@Derakon> | Okay, I think I have most of the new animation stuff working as intended. |
00:41 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
00:41 | | mode/#code [+o Attilla] by ChanServ |
00:52 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
00:54 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
00:54 | | mode/#code [+o Attilla] by ChanServ |
01:22 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
01:23 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
01:23 | | mode/#code [+o Attilla] by ChanServ |
02:18 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
02:21 | | Consul [~consul@Nightstar-3183.dsl.sfldmi.ameritech.net] has quit [Ping Timeout] |
02:28 | | Consul [~consul@Nightstar-540.dsl.sfldmi.ameritech.net] has joined #code |
02:29 | | mode/#code [+o Consul] by ChanServ |
02:37 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has quit [Quit: Z?] |
03:50 | | Derakon is now known as Derakon[AFK] |
03:54 | < Vornicus> | Okay. Page 1 of my application is a load/new screen. |
03:59 | < Vornicus> | This one will havethe basic CRUD powers; I need to be able to Create, Read/View, Update, and Delete characters. |
04:09 | | Derakon[AFK] is now known as Derakon |
04:18 | | Chi [~omegaboot@Nightstar-61.dsl.emhril.sbcglobal.net] has quit [Ping Timeout] |
04:19 | | Alek [~omegaboot@Nightstar-24747.dsl.emhril.sbcglobal.net] has joined #code |
05:07 | | * Vornicus makes no progress as he is distracted by hockey. |
06:02 | | Syloqs-AFH [Syloq@ServicesAdmin.Nightstar.Net] has quit [Connection reset by peer] |
07:08 | | You're now known as TheWatcher |
07:17 | | AnnoDomini [~farkoff@Nightstar-29015.neoplus.adsl.tpnet.pl] has joined #Code |
07:18 | | mode/#code [+o AnnoDomini] by ChanServ |
07:19 | | Derakon is now known as Derakon[AFK] |
07:30 | <@C_tiger> | heh, hockey! |
07:30 | <@C_tiger> | I need more mysql help. |
07:31 | <@C_tiger> | I have a subquery that returns a list of numbers. I'd like to make a histogram with buckets. |
07:31 | <@C_tiger> | this should be doable. |
07:47 | | Doctor_Nick [~nick@Nightstar-7517.tampfl.dsl-w.verizon.net] has quit [Ping Timeout] |
07:49 | | Doctor_Nick [~nick@Nightstar-7517.tampfl.dsl-w.verizon.net] has joined #code |
07:49 | | mode/#code [+o Doctor_Nick] by ChanServ |
07:56 | | * TheWatcher honestly has no idea how to do that with pure SQL. Would probably just do my $sth = $dbh -> prepare(...); $sth -> execute() or die "blargh: ".$dbh -> errstr; my @counts; while(my $row = $sth -> fretchrow_arrayref) { ++$counts[$row -> [0]]; } |
08:02 | < EvilDarkLord> | SELECT FLOOR(t1.number / bucketcount) as bucket, count(bucket) from t1 group by bucket; |
08:02 | < EvilDarkLord> | (Mebbe) |
08:03 | < EvilDarkLord> | SELECT FLOOR(t1.number / bucketcount) as bucket, count(bucket) as bucketcount from t1 group by bucket; |
08:04 | <@AnnoDomini> | BUCKET. |
08:13 | | You're now known as TheWatcher[afk] |
08:18 | | Namegduf [namegduf@86.29.157.ns-3965] has quit [Quit: Headin' out.] |
09:25 | | C_tiger [~cheng@Nightstar-5625.hsd1.ca.comcast.net] has quit [Ping Timeout] |
09:56 | | You're now known as TheWatcher |
10:28 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code |
10:29 | | mode/#code [+o gnolam] by ChanServ |
10:47 | | You're now known as TheWatcher[d00m] |
11:09 | | Rhamphoryncus [~rhamph@Nightstar-7184.ed.shawcable.net] has quit [Quit: Rhamphoryncus] |
12:20 | | You're now known as TheWatcher |
14:02 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
14:02 | | mode/#code [+o Attilla] by ChanServ |
14:13 | | AnnoDomini [~farkoff@Nightstar-29015.neoplus.adsl.tpnet.pl] has quit [Ping Timeout] |
14:20 | | AnnoDomini [~farkoff@Nightstar-29106.neoplus.adsl.tpnet.pl] has joined #Code |
14:20 | | mode/#code [+o AnnoDomini] by ChanServ |
14:20 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
14:22 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
14:22 | | mode/#code [+o Attilla] by ChanServ |
14:24 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
14:24 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
14:24 | | mode/#code [+o Attilla] by ChanServ |
14:26 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
14:39 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
14:40 | | mode/#code [+o Attilla] by ChanServ |
14:52 | | You're now known as TheWatcher[afk] |
14:56 | < Vornicus> | I like EDL's. |
14:59 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
14:59 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
14:59 | | mode/#code [+o Attilla] by ChanServ |
15:41 | | Tarinaky [~Tarinaky@88.83.110.ns-10776] has quit [Ping Timeout] |
15:53 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
15:53 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
15:53 | | mode/#code [+o Attilla] by ChanServ |
15:55 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
15:56 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
15:56 | | mode/#code [+o Attilla] by ChanServ |
15:57 | | Tarinaky [~Tarinaky@88.83.110.ns-10776] has joined #code |
15:59 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
16:05 | | Syloqs_AFH [Syloq@Admin.Nightstar.Net] has joined #code |
16:06 | | Syloqs_AFH is now known as Syloqs-AFH |
16:17 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
16:17 | | mode/#code [+o Attilla] by ChanServ |
16:51 | | Derakon[AFK] is now known as Derakon |
16:54 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
16:54 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
16:54 | | mode/#code [+o Attilla] by ChanServ |
17:10 | | Namegduf [namegduf@86.29.157.ns-3965] has joined #code |
17:41 | | You're now known as TheWatcher |
18:56 | | C_tiger [~cheng@Nightstar-5625.hsd1.ca.comcast.net] has joined #code |
18:56 | | mode/#code [+o C_tiger] by ChanServ |
19:08 | | ryan [~haggle@Nightstar-2978.dsl.scrm01.sbcglobal.net] has joined #Code |
19:10 | < ryan> | hi, is anyone around who knows about javascript/dom stuff? |
19:11 | < ryan> | I am pretty much a javascript beginner so I am probably making a stupid mistake but I have no idea what it could be |
19:35 | | Gruber [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code |
19:36 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has quit [Ping Timeout] |
19:59 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
20:09 | | ryan [~haggle@Nightstar-2978.dsl.scrm01.sbcglobal.net] has quit [Quit: ] |
20:10 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
20:10 | | mode/#code [+o Attilla] by ChanServ |
20:22 | | Rhamphoryncus [~rhamph@Nightstar-7184.ed.shawcable.net] has joined #code |
20:23 | | * TheWatcher sighs vaguely, eyes his code, gets out the Refactoring Cannon again |
20:39 | <@Consul> | Just make sure you don't grab the Recursion Cannon by mistake again. |
20:39 | <@TheWatcher> | That's Vorn's ;) |
20:39 | <@Consul> | Well, I wouldn't want to grab Vorn's Cannon, either. |
20:50 | | Gruber is now known as gnolam |
20:51 | | * gnolam giggles. |
20:51 | < gnolam> | // MAKE SURE THESE ADD UP TO ONE OR YOU WILL DIE IN SEVEN DAYS |
20:53 | < Namegduf> | Hahaha. |
21:23 | <@McMartin> | Is it a... ring queue? |
21:25 | < gnolam> | A list of probabilities. |
21:28 | <@TheWatcher> | Shame. |
22:31 | | Tarinaky [~Tarinaky@88.83.110.ns-10776] has quit [Ping Timeout] |
22:49 | | Tarinaky [~Tarinaky@88.83.110.ns-10776] has joined #code |
23:02 | < gnolam> | "C++: An octopus made by nailing extra legs onto a dog." |
23:02 | <@MyCatVerbs> | C isn't so much of a dog as a greyhound. |
23:02 | <@MyCatVerbs> | Okay, sure, it is a dog. But it's pretty skinny, as dogs go. |
23:05 | | You're now known as TheWatcher[T-2] |
23:07 | | You're now known as TheWatcher[zZzZ] |
23:43 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
23:43 | | Attilla_ [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
23:44 | | Attilla_ [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
23:48 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
23:48 | | mode/#code [+o Attilla] by ChanServ |
23:51 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
23:55 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
23:55 | | mode/#code [+o Attilla] by ChanServ |
--- Log closed Wed May 13 00:00:26 2009 |