--- Log opened Wed Aug 12 00:00:52 2009 |
00:41 | | You're now known as TheWatcher[T-2] |
00:44 | | You're now known as TheWatcher[zZzZ] |
01:53 | | Thaqui [~Thaqui@121.98.166.ns-22683] has joined #code |
01:53 | | mode/#code [+o Thaqui] by ChanServ |
02:16 | | * GeekSoldier mounts TW's eyes. |
02:53 | | Derakon[AFK] is now known as Derakon |
03:16 | | ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Client exited] |
03:27 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has quit [Quit: Z?] |
03:41 | | ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code |
03:41 | | mode/#code [+o ToxicFrog] by ChanServ |
06:03 | | Syloqs-AFH [Syloq@ServicesAdmin.Nightstar.Net] has quit [Connection reset by peer] |
06:16 | | Vornicus [~vorn@ServicesOp.Nightstar.Net] has quit [Quit: Leaving] |
06:17 | | Vornicus [Vornicus@Admin.Nightstar.Net] has joined #code |
06:17 | | mode/#code [+o Vornicus] by ChanServ |
06:36 | | Namegduf [~namegduf@Nightstar-9056.infra.grepnet.cz] has quit [Quit: Heading out.] |
07:01 | | Derakon is now known as Derakon[AFK] |
09:10 | | Attilla [~The.Attil@92.16.127.ns-3667] has quit [Quit: ] |
09:23 | | Vornicus [Vornicus@Admin.Nightstar.Net] has quit [Ping Timeout] |
09:23 | | Vornicus [Vornicus@Admin.Nightstar.Net] has joined #code |
09:23 | | mode/#code [+o Vornicus] by ChanServ |
09:24 | | GeekSoldier [~Rob@Nightstar-8573.midstate.ip.cablemo.net] has quit [Ping Timeout] |
09:26 | | GeekSoldier [~Rob@Nightstar-8573.midstate.ip.cablemo.net] has joined #code |
09:26 | | mode/#code [+o GeekSoldier] by ChanServ |
09:28 | | Attilla [~The.Attil@92.16.127.ns-3667] has joined #code |
09:28 | | mode/#code [+o Attilla] by ChanServ |
09:30 | | You're now known as TheWatcher |
10:46 | | Rhamphoryncus [~rhamph@Nightstar-16476.ed.shawcable.net] has quit [Quit: Rhamphoryncus] |
10:56 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code |
10:56 | | mode/#code [+o gnolam] by ChanServ |
12:06 | | Thaqui [~Thaqui@121.98.166.ns-22683] has quit [Operation timed out] |
12:08 | | Thaqui [~Thaqui@121.98.166.ns-22683] has joined #code |
12:08 | | mode/#code [+o Thaqui] by ChanServ |
12:33 | | Thaqui [~Thaqui@121.98.166.ns-22683] has quit [Connection reset by peer] |
12:42 | | Vornicus [Vornicus@Admin.Nightstar.Net] has quit [Quit: ] |
12:46 | | Vornicus [~vorn@ServicesOp.Nightstar.Net] has joined #code |
12:46 | | mode/#code [+o Vornicus] by ChanServ |
12:57 | | Vornicus is now known as Vornicus-Latens |
15:03 | | * TheWatcher eyes perl |
15:33 | | Netsplit DeepThought.NY.US.Nightstar.Net <-> Blargh.CA.US.Nightstar.Net quits: Alek, TarinakyKai |
16:05 | | Syloqs_AFH [Syloq@Admin.Nightstar.Net] has joined #code |
16:06 | | Syloqs_AFH is now known as Syloqs-AFH |
17:11 | | Namegduf [~namegduf@Nightstar-9056.infra.grepnet.cz] has joined #code |
17:31 | | Derakon[AFK] is now known as Derakon |
17:32 | <@Derakon> | TW: what's it done this time? |
17:42 | <@TheWatcher> | Oh, it just threw me with $? |
17:42 | <@Derakon> | What's that one do? |
17:43 | <@TheWatcher> | In a shell, $? gives you the exit code returned by the last executed program |
17:44 | <@ToxicFrog> | ...what does it do in perl? |
17:45 | <@TheWatcher> | In perl, it does nearly the same thing, except that it's a 16 bit word with the code returned by the last pipe close, backtick, wait, waitpid, or system in the upper byte and the signal the process died from and whether it produced a core dump in hte lower byte |
17:46 | <@TheWatcher> | So you need to do a $? >> 8 to get the actual exit code rather than just use it straight >.> |
17:46 | <@Derakon> | ...I'm not used to Perl doing tricks with bits that way. |
17:46 | < Namegduf> | Oh, well, that's simple. |
17:46 | <@TheWatcher> | Yeah, it is, provided you expect it |
17:46 | <@TheWatcher> | given that it's completely divergent from the way shells do it, it threw me at first until I did some checking on it |
18:26 | | GeekSoldier [~Rob@Nightstar-8573.midstate.ip.cablemo.net] has quit [Ping Timeout] |
18:29 | | GeekSoldier [~Rob@Nightstar-8573.midstate.ip.cablemo.net] has joined #code |
18:29 | | mode/#code [+o GeekSoldier] by ChanServ |
18:52 | | Alek [~omegaboot@Nightstar-7016.dsl.emhril.sbcglobal.net] has joined #code |
20:50 | | Rhamphoryncus [~rhamph@Nightstar-16476.ed.shawcable.net] has joined #code |
20:55 | <@Derakon> | ...I think I may need to devote some time to setting up a splash screen. |
20:56 | <@Derakon> | Jetblade currently takes 18.82s to get into game mode if it has to compile classes first. |
20:56 | <@Derakon> | Granted it's only 1.67s if it doesn't and the map is simple. |
21:10 | | Vornicus-Latens is now known as Vornicus |
21:16 | < Rhamphoryncus> | heh |
23:03 | | m2masahisto [~moccacino@187.9.120.ns-4768] has joined #code |
23:03 | | m2masahisto [~moccacino@187.9.120.ns-4768] has left #code [http://sharesend.com/b9owd] |
23:47 | | You're now known as TheWatcher[T-2] |
23:50 | | You're now known as TheWatcher[zZzZ] |
23:50 | | Vornicus [~vorn@ServicesOp.Nightstar.Net] has quit [Quit: Leaving] |
23:51 | | Vornicus [Vornicus@Admin.Nightstar.Net] has joined #code |
23:52 | | mode/#code [+o Vornicus] by ChanServ |
--- Log closed Thu Aug 13 00:00:59 2009 |