--- Log opened Sun Jun 19 00:00:33 2011 |
00:02 | | Syloqs-AFH [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Connection reset by peer] |
00:09 | < Vornicus> | I need a less spectacularly shit terminal emulator for winXP. |
00:09 | < Derakon> | Cygwin doesn't cut it? |
00:10 | < Vornicus> | Not the direction I want to go. |
00:10 | < Vornicus> | Or rather |
00:10 | < Vornicus> | Cygwin still uses the same terminal emulator. |
00:15 | < Derakon> | Random bit of hatred: the Visual Studio commandline interface has a maximum width of 80 characters. |
00:15 | < Derakon> | You can make it smaller, but you can't make it bigger. |
00:24 | | You're now known as TheWatcher[T-2] |
00:30 | < McMartin> | By "commandline interface" do you mean devenv or cl? |
00:31 | < Derakon> | Er, I mean the thing that calls itself "Visual Studio 2008 Commandline Interface" when you select it from the start menu. |
00:32 | | You're now known as TheWatcher[zZzZ] |
00:35 | < Derakon> | AFAICT it's basically Windows' normal CLI but with nmake in the path. |
00:43 | < Derakon> | Hi, KWSN. |
00:43 | < Derakon> | Mischan. |
00:44 | | kwsn [kwsn@Nightstar-5a8951e9.res.rr.com] has joined #code |
01:13 | < Vornicus> | Heh |
01:13 | < Vornicus> | mischan, or merely psychic? |
01:13 | | Tarinaky_ is now known as Tarinaky |
01:13 | < Derakon> | Yes. |
01:16 | < McMartin> | Derakon: Ah, OK, I thought you meant the CLI tool itself would only accept input of 80 chars, which sounded Wrong (tm) |
01:16 | < McMartin> | This is cmd.exe's fault, mainly |
01:17 | < Derakon> | Yeah, no, it's the window itself that can't be resized to be wider than 80 characters. |
01:17 | < Vornicus> | yeah, just like cmd.exe |
01:17 | | gruber is now known as gnolam |
01:17 | < Vornicus> | You can give it settings to make it start wider |
01:18 | < Vornicus> | But cmd.exe itself can't be resized wider than its starting width for some dumb reason. |
01:44 | | Netsplit *.net <-> *.split quits: Derakon, Vornicus, jerith |
01:45 | | Netsplit over, joins: jerith, Vornicus, Derakon |
01:51 | | Kindamoody is now known as Kindamoody[zZz] |
02:25 | | * Vornicus continues poking at Euler 122. |
02:26 | | * kwsn pokes Vornicus |
02:26 | < Vornicus> | ack |
02:26 | < Vornicus> | what |
02:26 | | * kwsn pokes more |
02:27 | | * Vornicus bites kwsn's arm off. |
02:27 | | * kwsn bleeds on Vornicus |
02:32 | | Attilla [Some.Dude@Nightstar-febccc15.cable.virginmedia.com] has quit [Ping timeout: 121 seconds] |
04:16 | < gnolam> | Relating to the same thingy as before: |
04:17 | < gnolam> | if you have to dictionaries with the same keys and values, are they guaranteed to be the same? |
04:17 | < gnolam> | As in: the keys in the same order? |
04:17 | < gnolam> | *have two dictionaries |
04:17 | | Syloqs_AFH [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code |
04:18 | | Syloqs_AFH is now known as Syloqs-AFH |
04:18 | < Vornicus> | THey will not have the keys in the same order necessarily, no. |
04:19 | < Derakon> | Key ordering in dictionaries is arbitrary. |
04:19 | < Vornicus> | Because behind the scenes there's occasionally a re-binning; depending on the path taken, you may end up with a different number of bins. |
04:19 | < Derakon> | If you want an ordered list of keys, you can do "foo = mydict.keys(); foo.sort()". |
04:20 | < Derakon> | Or "sorted(mydict.keys())", I think will work as well. |
04:20 | < Vornicus> | I think dicts with the same kv pairs will /compare/ equally though |
04:20 | < Vornicus> | YOu'll want to use iterkeys on that; that way you're not creating two lists and then dumping one. |
04:21 | < gnolam> | Ah |
04:21 | < gnolam> | Thanks. |
04:21 | | AbuDhabi [annodomini@Nightstar-cc4e07b2.adsl.tpnet.pl] has quit [[NS] Quit: Dawn has broken. Time for bed.] |
04:22 | | celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
04:23 | < gnolam> | At least this time, it was as I thought it would be. :) |
04:44 | < Vornicus> | I suspect that you might be better served going to full strength objects, considering your questions so far. |
04:48 | < gnolam> | Full strength objects? |
04:48 | < Derakon> | I.e. classes. |
04:49 | < gnolam> | Already (ab)using those, I'm afraid. |
04:55 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has quit [[NS] Quit: Z?] |
05:09 | < Vornicus> | None of these tricks so far help with 191. |
05:36 | | kwsn [kwsn@Nightstar-5a8951e9.res.rr.com] has quit [Ping timeout: 121 seconds] |
05:39 | < Vornicus> | ...wait. I can prune the tree. I know the "naive" method, and I can use that to prune off sequences that won't get there fast enough. |
05:59 | | cpux is now known as shade_of_cpux |
06:05 | | Vash [Vash@Nightstar-f03c5637.sd.cox.net] has joined #code |
06:10 | < Vornicus> | Still not enough. |
06:12 | | Stalker [Z@2C3C9C.B2A300.F245DE.859909] has quit [[NS] Quit: If the world didn't suck, we'd all fall off.] |
06:24 | < Vornicus> | No, this isn't working really at all. |
06:28 | | Stalker [Z@5E691D.FC7C16.7074BE.123915] has joined #code |
06:28 | | * Vornicus comes up with an entirely different design. |
06:35 | | Derakon is now known as Derakon[AFK] |
06:35 | | Serah [Z@5E691D.FC7C16.7074BE.123915] has joined #code |
06:35 | | Stalker [Z@5E691D.FC7C16.7074BE.123915] has quit [Client closed the connection] |
06:44 | | Serah [Z@5E691D.FC7C16.7074BE.123915] has quit [[NS] Quit: If the world didn't suck, we'd all fall off.] |
06:50 | < Vornicus> | THis one's starting to groan under its own weight too, but I haven't crossed the million object barrier yet. |
06:59 | | Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code |
07:04 | < Vornicus> | Ah, there. Filter earlier and the thing works better. |
07:06 | < Vornicus> | THat one was crazy. |
07:14 | | Kindamoody[zZz] is now known as Kindamoody |
08:23 | | Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
08:30 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code |
08:41 | < Vornicus> | and done through 125. 126 is apparently harder (in terms of number of people who have solved it) than all the other ones I've seen before. |
09:12 | | Vornicus is now known as Vornicus-Latens |
09:19 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has joined #code |
09:23 | | Vash is now known as Vash[Sleeping] |
09:37 | | You're now known as TheWatcher |
10:37 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [Connection closed] |
10:50 | | Kindamoody [Kindamoody@Nightstar-1cf96749.tbcn.telia.com] has quit [Client closed the connection] |
10:51 | | Kindamoody [Kindamoody@Nightstar-1cf96749.tbcn.telia.com] has joined #code |
11:42 | | AnnoDomini [annodomini@Nightstar-cc4e07b2.adsl.tpnet.pl] has joined #code |
11:45 | | Attilla [Some.Dude@Nightstar-febccc15.cable.virginmedia.com] has joined #code |
13:23 | | Kindamoody [Kindamoody@Nightstar-1cf96749.tbcn.telia.com] has quit [Client exited] |
13:27 | | Kindamoody [Kindamoody@Nightstar-1cf96749.tbcn.telia.com] has joined #code |
13:50 | | Kindamoody is now known as Kindamoody|out |
15:08 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code |
15:09 | | celticminstrel [celticminst@Nightstar-f8b608eb.cable.rogers.com] has joined #code |
15:26 | | Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code |
15:31 | | Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [[NS] Quit: If the world didn't suck, we'd all fall off.] |
16:08 | | shade_of_cpux is now known as cpux |
16:13 | | Vash[Sleeping] is now known as Vash[Out] |
16:45 | | Stalker [Z@26ECB6.A4B64C.298B52.D80DA0] has joined #code |
17:00 | | celticminstrel [celticminst@Nightstar-f8b608eb.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
17:37 | | Derakon[AFK] is now known as Derakon |
17:40 | | AnnoDomini [annodomini@Nightstar-cc4e07b2.adsl.tpnet.pl] has quit [Ping timeout: 121 seconds] |
17:42 | | AnnoDomini [annodomini@Nightstar-9e859ea9.adsl.tpnet.pl] has joined #code |
17:51 | | Reiver [orthianz@9C034E.E649EA.3194C7.8381A3] has quit [Connection reset by peer] |
17:51 | | Reiver [orthianz@9C034E.E649EA.3194C7.8381A3] has joined #code |
18:00 | | AnnoDomini is now known as Birds |
18:26 | | Rikushadow5 [DSD@Nightstar-5a4542a1.res.rr.com] has joined #code |
19:12 | | Kindamoody|out is now known as Kindamoody |
19:39 | | kwsn [kwsn@Nightstar-5a8951e9.res.rr.com] has joined #code |
20:54 | | Kindamoody is now known as Kindamoody|out |
21:11 | | Stalker [Z@26ECB6.A4B64C.298B52.D80DA0] has quit [[NS] Quit: If the world didn't suck, we'd all fall off.] |
21:24 | | Stalker [Z@5E691D.FC7C16.75EF63.144885] has joined #code |
21:31 | | Vash[Out] is now known as Vash[Working] |
21:38 | | Stalker [Z@5E691D.FC7C16.75EF63.144885] has quit [[NS] Quit: If the world didn't suck, we'd all fall off.] |
21:40 | | Kindamoody|out is now known as Kindamoody |
21:54 | | Stalker [Z@2C3C9C.B2A300.F245DE.859909] has joined #code |
22:00 | | Rikushadow5 [DSD@Nightstar-5a4542a1.res.rr.com] has quit [[NS] Quit: BBL] |
22:01 | | Birds is now known as AnnoDomini |
22:03 | | Tamber [tamber@furryhelix.co.uk] has quit [Client closed the connection] |
22:03 | | Tamber [tamber@furryhelix.co.uk] has joined #code |
22:43 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [Connection closed] |
22:47 | | celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has joined #code |
22:56 | | AnnoDomini [annodomini@Nightstar-9e859ea9.adsl.tpnet.pl] has quit [[NS] Quit: Sleep.] |
23:00 | | You're now known as TheWatcher[T-2] |
23:02 | | You're now known as TheWatcher[zZzZ] |
23:40 | | * McMartin eyes Android |
23:40 | < McMartin> | public class |
23:40 | < McMartin> | Toast |
23:40 | < McMartin> | Yes, this is clearly where I would look for popup functionality. |
23:45 | < McMartin> | Be careful, son! I'm making... Toast! |
--- Log closed Mon Jun 20 00:00:48 2011 |