2012-03-13T00:05:06 *** yoden has quit IRC (Quit: Leaving.) 2012-03-13T00:39:31 *** vrexu has quit IRC (Ping timeout: 246 seconds) 2012-03-13T00:58:16 *** coius__ has joined #aichallenge 2012-03-13T01:01:24 *** coeus_ has quit IRC (Ping timeout: 252 seconds) 2012-03-13T01:14:55 *** coeus_ has joined #aichallenge 2012-03-13T01:17:42 *** antimatroid has quit IRC (Ping timeout: 240 seconds) 2012-03-13T01:17:48 *** antimatroid has joined #aichallenge 2012-03-13T01:17:51 *** coius__ has quit IRC (Ping timeout: 245 seconds) 2012-03-13T01:18:23 *** Areks has joined #aichallenge 2012-03-13T01:22:03 *** antimatroid has quit IRC (Ping timeout: 246 seconds) 2012-03-13T01:27:34 *** biji has joined #aichallenge 2012-03-13T01:27:44 *** biji has quit IRC (Client Quit) 2012-03-13T01:38:15 *** coeus_ has quit IRC (Quit: Verlassend) 2012-03-13T01:52:43 *** vrexu has joined #aichallenge 2012-03-13T01:57:52 *** vrexu has quit IRC (Ping timeout: 252 seconds) 2012-03-13T02:07:00 *** antimatroid has joined #aichallenge 2012-03-13T02:07:11 *** antimatroidl has joined #aichallenge 2012-03-13T02:35:42 *** jcdjcd has joined #aichallenge 2012-03-13T02:36:57 *** KP13 has joined #aichallenge 2012-03-13T02:38:15 *** fullerton has quit IRC (Ping timeout: 245 seconds) 2012-03-13T02:38:40 *** Kingpin13 has quit IRC (Ping timeout: 244 seconds) 2012-03-13T02:38:41 *** jcdny has quit IRC (Ping timeout: 244 seconds) 2012-03-13T02:38:42 *** Chris_0076 has quit IRC (Ping timeout: 240 seconds) 2012-03-13T02:38:43 *** dorisabayon has quit IRC (Ping timeout: 240 seconds) 2012-03-13T02:40:48 *** ZanniqlcKzxkq has joined #aichallenge 2012-03-13T02:40:58 *** dorisabayon has joined #aichallenge 2012-03-13T02:42:09 *** Zannick has quit IRC (Disconnected by services) 2012-03-13T02:42:16 *** ZanniqlcKzxkq is now known as Zannick 2012-03-13T02:48:50 *** dorisabayon has quit IRC (Ping timeout: 252 seconds) 2012-03-13T02:49:14 *** Fandekasp has quit IRC (Ping timeout: 244 seconds) 2012-03-13T02:51:33 *** epicmonkey has joined #aichallenge 2012-03-13T02:58:04 *** janzert has joined #aichallenge 2012-03-13T02:58:36 *** Chris_0076 has joined #aichallenge 2012-03-13T03:08:34 who wants a fun programming problem? 2012-03-13T03:16:19 *** epicmonkey has quit IRC (Read error: Operation timed out) 2012-03-13T03:21:12 *** Fandekasp has joined #aichallenge 2012-03-13T03:36:31 *** Jak_o_Shadows has joined #aichallenge 2012-03-13T03:39:57 *** Garf has joined #aichallenge 2012-03-13T03:40:16 *** delt0r has quit IRC (Ping timeout: 244 seconds) 2012-03-13T03:40:30 *** delt0r has joined #aichallenge 2012-03-13T03:49:21 antimatroid, shoot :) 2012-03-13T04:10:34 given a set of generators and relations on them calcualate the semigroup the generate 2012-03-13T04:11:11 eg. {w_1, w_2} with w_iw_i = w_i and w_iw_{i+/-1}w_i generates {w_1, w_2, w_1w_2, w_2w_1} 2012-03-13T04:11:51 for each element generated (including the generators) you right multiply by each generator and see if the new element is not equivalent to any previously generated elements 2012-03-13T04:12:19 the hard part (well what i haven't worked out) is how to test equivalence of elements with the given relations 2012-03-13T04:12:28 antonh: there you go :) 2012-03-13T04:13:20 the operation is associative on the generators, so is associative on the generated semigroup 2012-03-13T04:14:01 you don't need to understand what a semi group is 2012-03-13T04:14:20 basically i want a way to be able to say like w_1w_2w_1 == w_1 from the relations 2012-03-13T04:15:33 i'm afraid i don't get it 2012-03-13T04:27:43 *** epicmonkey has joined #aichallenge 2012-03-13T04:53:00 well you'd go like w_1, w_2, w_1w_1 = w_1, w_1w_2, w_2w_1, w_2w_2 = w_2, w_1w_2w_1 = w_1, w_1w_2w_2 = w_1w_2, w_2w_1w_1 = w_2w_1, w_2w_1w_2 = w_2, then you're out of stuff to try 2012-03-13T04:53:28 a1k0n: feel free to work ^^ that out for me :D 2012-03-13T04:59:55 *** sigh has joined #aichallenge 2012-03-13T05:14:38 *** antonh has quit IRC (Ping timeout: 260 seconds) 2012-03-13T05:16:26 *** antonh has joined #aichallenge 2012-03-13T05:51:28 *** KP13 has quit IRC (*.net *.split) 2012-03-13T05:51:28 *** welterde has quit IRC (*.net *.split) 2012-03-13T05:56:59 *** KP13 has joined #aichallenge 2012-03-13T05:56:59 *** welterde has joined #aichallenge 2012-03-13T06:02:13 *** bqf has quit IRC (Ping timeout: 272 seconds) 2012-03-13T06:22:52 *** bqf has joined #aichallenge 2012-03-13T06:25:10 *** Garf has quit IRC (Read error: Connection reset by peer) 2012-03-13T06:25:12 *** hara has joined #aichallenge 2012-03-13T06:29:14 *** Garf has joined #aichallenge 2012-03-13T06:31:59 *** hara has quit IRC (Ping timeout: 272 seconds) 2012-03-13T06:32:43 *** hara has joined #aichallenge 2012-03-13T06:33:43 *** mviel has joined #aichallenge 2012-03-13T06:34:16 *** bqf has quit IRC (Changing host) 2012-03-13T06:34:16 *** bqf has joined #aichallenge 2012-03-13T06:42:28 *** mviel_ has joined #aichallenge 2012-03-13T06:45:48 *** mviel has quit IRC (Ping timeout: 245 seconds) 2012-03-13T06:53:02 *** Garf has quit IRC (Read error: Connection reset by peer) 2012-03-13T07:13:46 *** Garf has joined #aichallenge 2012-03-13T07:48:00 *** Jak_o_Shadows has quit IRC (Remote host closed the connection) 2012-03-13T07:49:19 *** kkkkkk has joined #aichallenge 2012-03-13T07:56:57 *** kkkkkk has quit IRC (Quit: Page closed) 2012-03-13T08:02:06 *** mcstar has joined #aichallenge 2012-03-13T08:05:12 *** KP13 is now known as Kingpin13 2012-03-13T08:34:23 *** mceier has joined #aichallenge 2012-03-13T09:13:56 *** kurnevsky has joined #aichallenge 2012-03-13T09:15:28 *** sigh has quit IRC (Remote host closed the connection) 2012-03-13T09:28:36 *** mleise1 has quit IRC (Quit: Leaving.) 2012-03-13T10:13:45 *** AndrewBC_ has joined #aichallenge 2012-03-13T10:17:46 *** AndrewBC has quit IRC (Ping timeout: 265 seconds) 2012-03-13T10:30:42 *** Garf has quit IRC (Read error: Connection reset by peer) 2012-03-13T10:31:21 *** Garf has joined #aichallenge 2012-03-13T10:36:22 *** AndrewBC_ is now known as AndrewBC 2012-03-13T10:56:04 *** thestinger has joined #aichallenge 2012-03-13T10:58:43 *** vrexu has joined #aichallenge 2012-03-13T11:09:50 *** antimatroidl has quit IRC (Quit: Leaving.) 2012-03-13T11:10:40 *** Areks has quit IRC (Ping timeout: 272 seconds) 2012-03-13T11:12:54 *** vrexu has quit IRC (Ping timeout: 246 seconds) 2012-03-13T11:17:52 *** bqf_ has joined #aichallenge 2012-03-13T11:19:41 *** bqf has quit IRC (Ping timeout: 245 seconds) 2012-03-13T11:28:24 *** iglo has joined #aichallenge 2012-03-13T11:31:36 mcstar: you there? 2012-03-13T11:33:11 *** Palmik has joined #aichallenge 2012-03-13T11:34:49 yes 2012-03-13T11:35:06 silly udacity broke their grading 2012-03-13T11:35:56 mcstar: do you see the grade for your crypto work right away when you submit? 2012-03-13T11:36:03 or do they just keep that hidden 2012-03-13T11:36:29 what constitutes as a grade? 2012-03-13T11:36:32 it is scored 2012-03-13T11:36:46 yeah, that :P 2012-03-13T11:36:48 and you can see what did you answere right/wrong 2012-03-13T11:37:04 damn cheaters 2012-03-13T11:37:10 i had a 4x stat 2012-03-13T11:37:20 but i left cause of cheaters 2012-03-13T11:45:24 *** foRei has joined #aichallenge 2012-03-13T11:55:04 thestinger: '115c02e5e5fbbca5fc544c45b843f7624bcea558de178808c3100facb2' 2012-03-13T12:01:03 thestinger: you there? 2012-03-13T12:01:18 anyway, it is a question, and pls answer it 2012-03-13T12:03:16 *** Palmik has quit IRC (Read error: Connection reset by peer) 2012-03-13T12:13:01 *** Palmik has joined #aichallenge 2012-03-13T12:25:46 *** Fandekasp has quit IRC (Ping timeout: 260 seconds) 2012-03-13T12:37:08 mcstar: yes, I broke it 2012-03-13T12:37:12 I just did it now :P 2012-03-13T12:37:15 wanted to see what you wrote 2012-03-13T12:37:24 :) 2012-03-13T12:37:32 *** GeorgeSebastian has joined #aichallenge 2012-03-13T12:37:32 *** GeorgeSebastian has joined #aichallenge 2012-03-13T12:38:03 I did part of it "manually" though 2012-03-13T12:38:20 yeah, i did corrections too 2012-03-13T12:38:32 not sure how to deal with stuff like non-letters 2012-03-13T12:38:36 in the code itself 2012-03-13T12:38:51 hm? 2012-03-13T12:39:12 *** GeorgeSebastian has quit IRC (Max SendQ exceeded) 2012-03-13T12:39:23 well 'space ^ letter' switches the case 2012-03-13T12:39:32 but stuff like '.' and '(' screw up my code 2012-03-13T12:39:55 maybe we solved it differently 2012-03-13T12:40:08 *** GeorgeSebastian has joined #aichallenge 2012-03-13T12:40:23 I think I could solve it more elegantly but I really wanted to see what you wrote :) 2012-03-13T12:40:49 *** GeorgeSebastian has quit IRC (Max SendQ exceeded) 2012-03-13T12:40:49 so what did i? 2012-03-13T12:40:55 i forgot... 2012-03-13T12:41:04 "well, did you break the code?" 2012-03-13T12:41:20 haha yes 2012-03-13T12:41:33 *** GeorgeSebastian has joined #aichallenge 2012-03-13T12:42:07 if we did it differently, I'm curious about how you did it 2012-03-13T12:42:25 *** GeorgeSebastian has quit IRC (Max SendQ exceeded) 2012-03-13T12:42:34 I just took 'c1 ^ c2 == m1 ^ m2' and then used the trick with space having the value 32, so it flips that bit 2012-03-13T12:43:10 *** GeorgeSebastian has joined #aichallenge 2012-03-13T12:43:49 i noticed that space is the only power of two letter 2012-03-13T12:43:52 but i didnt use it 2012-03-13T12:43:57 ah 2012-03-13T12:44:16 *** GeorgeSebastian has quit IRC (Max SendQ exceeded) 2012-03-13T12:44:17 space is 0x20, so 00100000 2012-03-13T12:44:20 space is good since that is the most common 'letter' 2012-03-13T12:44:27 so space XOR letter flips that one bit 2012-03-13T12:44:31 i know 2012-03-13T12:44:34 but thats useless 2012-03-13T12:44:36 no 2012-03-13T12:44:54 the difference between the lowercase and uppercase ascii characters is that bit 2012-03-13T12:45:00 'A' ^ ' ' == 'a' 2012-03-13T12:45:05 'a' ^ ' ' == 'A' 2012-03-13T12:45:05 *** GeorgeSebastian has joined #aichallenge 2012-03-13T12:45:08 etc. 2012-03-13T12:45:12 well, i just xor'd all the c1^c2 with ' ' 2012-03-13T12:45:20 with a string of space 2012-03-13T12:45:37 if the numbers were within 65-122 it is a letter 2012-03-13T12:45:44 so probably there was a ' ' 2012-03-13T12:45:57 and did histograms for all the products 2012-03-13T12:46:11 so i just saw which product had the most spaces 2012-03-13T12:46:17 *** GeorgeSebastian has quit IRC (Max SendQ exceeded) 2012-03-13T12:46:29 possible space to be precise 2012-03-13T12:47:02 so anyway the 10th message was full of spaces and i started from there 2012-03-13T12:47:22 i assumed all of its spaces tranlated to right characters in all the messages 2012-03-13T12:47:35 from that alone i could read almost all messages 2012-03-13T12:47:37 ah 2012-03-13T12:47:40 I tried two ways 2012-03-13T12:48:20 well, I tried to find probable spaces 2012-03-13T12:48:32 but I assumed they threw in a bunch of weird characters after that didn't work out perfectly 2012-03-13T12:48:34 I was wrong 2012-03-13T12:48:48 anyway I did it by taking the letters, and then figuring out very likely ones 2012-03-13T12:49:50 *** GeorgeSebastian has joined #aichallenge 2012-03-13T12:49:51 *** GeorgeSebastian has joined #aichallenge 2012-03-13T12:50:27 thestinger: did you find something 'wrong' in the 10th message? 2012-03-13T12:50:40 a missing space 2012-03-13T12:50:46 hm? 2012-03-13T12:50:48 and a double space 2012-03-13T12:51:02 yep there are 2 double spaces i think 2012-03-13T12:51:12 (in another one) 2012-03-13T12:51:16 I wrote a little thing to verify, so sec 2012-03-13T12:53:14 yeah, message 10 is weird 2012-03-13T12:53:33 weird, but alright 2012-03-13T12:53:42 just have to figure out whats going on 2012-03-13T12:54:05 just wrote a get_key function so I can put in a valid message and get the key 2012-03-13T12:54:09 so I can verify this easily 2012-03-13T12:54:22 *** GeorgeSebastian has quit IRC (Ping timeout: 252 seconds) 2012-03-13T12:54:42 this gerosabastian.. 2012-03-13T12:55:37 there's also a letter missing from message 7 2012-03-13T12:55:57 maybe something weird is going on with unicode 2012-03-13T12:56:05 hm 2012-03-13T12:56:28 ah y 2012-03-13T12:56:33 r 2012-03-13T12:56:36 damn 2012-03-13T12:56:53 *** GeorgeSebastian has joined #aichallenge 2012-03-13T12:56:53 mcstar: I can solve it by hand with this get_key function 2012-03-13T12:56:57 hehe 2012-03-13T12:57:02 well 2012-03-13T12:57:15 yeah, I could have solved this by hand 2012-03-13T12:57:26 just print out all the messages using a guessed key 2012-03-13T12:57:32 and slowly guess more of each message 2012-03-13T12:57:35 lol :P 2012-03-13T12:57:43 *** GeorgeSebastian has quit IRC (Max SendQ exceeded) 2012-03-13T12:57:55 well that's basically what I programmed, it just guessed each letter 2012-03-13T12:58:13 ['n', 'n', 'n'] -> almost certainly 'n' 2012-03-13T12:58:33 *** GeorgeSebastian has joined #aichallenge 2012-03-13T12:58:36 ['o', 's', 's', 'e', 'u', 'a', 'd', 'i', 'o'] -> a space 2012-03-13T12:59:12 it would have worked perfectly without guessing if it was just spaces/letters 2012-03-13T12:59:31 *** GeorgeSebastian has quit IRC (Max SendQ exceeded) 2012-03-13T13:00:19 *** GeorgeSebastian has joined #aichallenge 2012-03-13T13:01:10 GeorgeSebastian: wtf 2012-03-13T13:01:21 *** GeorgeSebastian has quit IRC (Max SendQ exceeded) 2012-03-13T13:01:49 thestinger: wtf is going on? is he flooding? 2012-03-13T13:02:10 *** GeorgeSebastian has joined #aichallenge 2012-03-13T13:02:28 dunno 2012-03-13T13:02:57 *** GeorgeSebastian has quit IRC (Read error: Connection reset by peer) 2012-03-13T13:04:22 mcstar: could also solve this another way since it's just English 2012-03-13T13:04:28 hm 2012-03-13T13:04:37 well nvm I don't think that would work 2012-03-13T13:05:27 if you knew a word like 'encryption' was in it, you could just slide another each string until the key from that got you more valid words 2012-03-13T13:10:34 well, you cant know that 2012-03-13T13:10:40 ofc 2012-03-13T13:14:20 hm 2012-03-13T13:14:30 and I can't get the end of the long messages 2012-03-13T13:15:15 *** Palmik has quit IRC (Read error: Connection reset by peer) 2012-03-13T13:17:47 i cut all of them to the shortest 2012-03-13T13:17:50 95 chars 2012-03-13T13:20:15 I should do the problem set now 2012-03-13T13:24:03 thestinger: you should do the problem set now 2012-03-13T13:24:10 *** Palmik has joined #aichallenge 2012-03-13T13:24:30 so still dont know whats weird in the last one? 2012-03-13T13:24:53 there's unicode 2012-03-13T13:24:59 and extra spaces 2012-03-13T13:24:59 ah 2012-03-13T13:25:00 it's weird 2012-03-13T13:25:02 no 2012-03-13T13:25:06 yeah 2012-03-13T13:25:14 i mean yes, but whats the charater? 2012-03-13T13:25:52 'defines' notice the 'fi' is one unicode codepoint 2012-03-13T13:26:04 yes 2012-03-13T13:26:13 bravo 2012-03-13T13:26:18 not sure why they did that :\ 2012-03-13T13:26:28 it is fun thats why 2012-03-13T13:56:21 *** treeform_ has joined #aichallenge 2012-03-13T14:06:57 *** Fandekasp has joined #aichallenge 2012-03-13T14:16:02 *** kilae has joined #aichallenge 2012-03-13T14:33:52 *** epicmonkey has quit IRC (Ping timeout: 245 seconds) 2012-03-13T14:35:49 *** Garf has quit IRC (Read error: Connection reset by peer) 2012-03-13T14:36:28 *** Garf has joined #aichallenge 2012-03-13T14:43:58 *** GarfTop has joined #aichallenge 2012-03-13T14:47:17 *** Garf has quit IRC (Ping timeout: 272 seconds) 2012-03-13T14:48:38 *** Garf_ has joined #aichallenge 2012-03-13T14:50:42 *** mikewintermute has joined #aichallenge 2012-03-13T14:51:12 *** Garf_ has quit IRC (Client Quit) 2012-03-13T14:51:46 *** Garf has joined #aichallenge 2012-03-13T14:52:21 *** GarfTop has quit IRC (Ping timeout: 272 seconds) 2012-03-13T15:03:45 *** Alexer has quit IRC (Ping timeout: 245 seconds) 2012-03-13T15:04:10 *** ronchaine has quit IRC (Ping timeout: 245 seconds) 2012-03-13T15:04:24 *** juuso_ has quit IRC (Ping timeout: 265 seconds) 2012-03-13T15:17:05 *** Accoun has quit IRC () 2012-03-13T15:30:41 *** X-Scale` has joined #aichallenge 2012-03-13T15:31:58 *** Alexer has joined #aichallenge 2012-03-13T15:32:58 *** juuso_ has joined #aichallenge 2012-03-13T15:37:08 *** GarfTop has joined #aichallenge 2012-03-13T15:40:29 *** Garf has quit IRC (Ping timeout: 272 seconds) 2012-03-13T15:41:08 *** Garf has joined #aichallenge 2012-03-13T15:48:37 *** mikewintermute has quit IRC (Quit: mikewintermute) 2012-03-13T15:50:01 *** epicmonkey has joined #aichallenge 2012-03-13T15:56:23 *** Accoun has joined #aichallenge 2012-03-13T16:00:38 *** coeus has joined #aichallenge 2012-03-13T16:01:56 *** xoposhiy has joined #aichallenge 2012-03-13T16:03:40 *** mikewintermute has joined #aichallenge 2012-03-13T16:14:34 *** xoposhiy has quit IRC (Ping timeout: 245 seconds) 2012-03-13T16:15:02 *** antonh has quit IRC (Ping timeout: 260 seconds) 2012-03-13T16:18:16 *** antonh has joined #aichallenge 2012-03-13T16:19:16 *** isbric has quit IRC (Quit: leaving) 2012-03-13T16:19:59 *** Garf has quit IRC (Quit: Make a new plan, Stan!) 2012-03-13T16:22:24 thestinger: present? 2012-03-13T16:22:43 yes 2012-03-13T16:22:47 taking attendance? 2012-03-13T16:23:05 id like to set weechat to suppress join/leave messages 2012-03-13T16:23:16 its effing annoying on some channles 2012-03-13T16:23:38 *** kurnevsky has quit IRC (Read error: Connection reset by peer) 2012-03-13T16:24:15 well, do you know a solution? maybe you set it already 2012-03-13T16:26:43 *** kurnevsky has joined #aichallenge 2012-03-13T16:33:13 ok did it 2012-03-13T16:33:34 *** kurnevsky has quit IRC (Read error: Connection reset by peer) 2012-03-13T16:35:27 *** kurnevsky has joined #aichallenge 2012-03-13T16:36:54 *** kurnevsky has quit IRC (Read error: Connection reset by peer) 2012-03-13T16:37:54 *** Garf has joined #aichallenge 2012-03-13T16:39:34 *** kurnevsky has joined #aichallenge 2012-03-13T16:44:44 mcstar: with smartfilter? 2012-03-13T16:44:57 yes 2012-03-13T16:48:54 *** GarfTop has joined #aichallenge 2012-03-13T16:49:37 *** dici has joined #aichallenge 2012-03-13T16:52:42 *** Garf has quit IRC (Ping timeout: 272 seconds) 2012-03-13T17:07:51 *** Palmik has quit IRC () 2012-03-13T17:12:40 thestinger: how do you terminate python scripts or anything? 2012-03-13T17:12:44 besides ^c 2012-03-13T17:12:59 i mean it shows a backtrace then 2012-03-13T17:13:12 and do you know some method to suppress that? 2012-03-13T17:13:31 (seems all i want to do this night is suppressing) 2012-03-13T17:14:13 terminate a script that runs an infinite loop? 2012-03-13T17:14:21 mcstar: catch the interrupt? 2012-03-13T17:14:22 anything 2012-03-13T17:14:34 you can catch ctrl-C and exit cleanly 2012-03-13T17:14:37 something that already exists, but i dont know about it 2012-03-13T17:14:37 you could wrap the main in try / catch KeyboardInterrupt: pass 2012-03-13T17:15:02 or s/pass/sys.exit(0)/ 2012-03-13T17:15:15 yeah 2012-03-13T17:15:15 or put that somewhere reasonable 2012-03-13T17:16:25 but that wont help in the interpreter 2012-03-13T17:16:38 oh, you want to exit the interpreter? 2012-03-13T17:16:38 lets say im executing single statements 2012-03-13T17:16:41 no 2012-03-13T17:16:49 i call a function 2012-03-13T17:16:57 for exmaple and want to ^c it 2012-03-13T17:17:52 i mean obviously i dont want to put every statement into a try/catch block 2012-03-13T17:18:16 i just was asking if there was already nicer available 2012-03-13T17:18:31 but the KeyboardInterrupt is good for scripts, thanks 2012-03-13T17:18:46 mcstar: like C 2012-03-13T17:18:49 import signal 2012-03-13T17:18:51 you could define a decorator that will let your function exit cleanly 2012-03-13T17:19:38 def handler(signal, frame): print("SIGINT") 2012-03-13T17:19:43 yeah i bound SIGINT to app.quit() 2012-03-13T17:19:45 for a qt app 2012-03-13T17:20:40 thestinger: i feel theres something missing there 2012-03-13T17:20:57 signal.something(handler) ? 2012-03-13T17:21:01 signal.signal(signal.sigint, handler) 2012-03-13T17:21:05 signal.SIGINT* 2012-03-13T17:21:05 *** kurnevsky has quit IRC (Quit: Leaving.) 2012-03-13T17:22:54 thestinger: nice, now i cant exit my infinite loop XD 2012-03-13T17:23:16 you have to do something other than printing :P 2012-03-13T17:23:20 yeah 2012-03-13T17:23:42 *** Accoun has quit IRC () 2012-03-13T17:29:26 *** epicmonkey has quit IRC (Ping timeout: 272 seconds) 2012-03-13T17:29:36 *** Accoun has joined #aichallenge 2012-03-13T17:40:04 *** Accoun has quit IRC () 2012-03-13T17:41:59 *** coeus_ has joined #aichallenge 2012-03-13T17:43:51 *** Accoun has joined #aichallenge 2012-03-13T17:45:13 *** coeus has quit IRC (Ping timeout: 244 seconds) 2012-03-13T17:45:24 *** foRei has quit IRC (Read error: Connection reset by peer) 2012-03-13T18:01:20 *** kilae has quit IRC (Quit: ChatZilla 0.9.88.1 [Firefox 10.0.2/20120215223356]) 2012-03-13T18:04:52 *** vrexu has joined #aichallenge 2012-03-13T18:08:07 *** antimatroidl has joined #aichallenge 2012-03-13T18:13:06 *** antimatroidl has quit IRC (Quit: Leaving.) 2012-03-13T18:30:44 *** antimatroidl has joined #aichallenge 2012-03-13T18:36:38 *** iglo has quit IRC (Remote host closed the connection) 2012-03-13T18:47:00 *** antimatroidl has quit IRC (Quit: Leaving.) 2012-03-13T18:49:17 *** antimatroidl has joined #aichallenge 2012-03-13T18:52:44 *** antimatroidl has quit IRC (Client Quit) 2012-03-13T19:24:17 *** amstan has joined #aichallenge 2012-03-13T19:24:20 *** amstan has quit IRC (Changing host) 2012-03-13T19:24:20 *** amstan has joined #aichallenge 2012-03-13T19:24:20 *** ChanServ sets mode: +o amstan 2012-03-13T19:30:54 *** yoden has joined #aichallenge 2012-03-13T19:32:09 *** dici has quit IRC (Read error: Connection reset by peer) 2012-03-13T19:34:26 *** mceier has quit IRC (Quit: leaving) 2012-03-13T19:45:33 *** GarfTop has quit IRC (Quit: Make a new plan, Stan!) 2012-03-13T19:49:27 *** hara has quit IRC () 2012-03-13T20:27:43 *** thestinger has quit IRC (Quit: WeeChat 0.3.7) 2012-03-13T20:58:00 *** coius__ has joined #aichallenge 2012-03-13T21:00:55 *** coeus_ has quit IRC (Ping timeout: 244 seconds) 2012-03-13T21:01:22 *** treeform_ has quit IRC (Remote host closed the connection) 2012-03-13T21:04:31 *** mcstar has quit IRC (Quit: mcstar) 2012-03-13T21:09:50 *** heinrich5991 has quit IRC (Ping timeout: 265 seconds) 2012-03-13T21:13:42 *** heinrich5991 has joined #aichallenge 2012-03-13T21:22:33 *** heinrich5991 has quit IRC (Ping timeout: 248 seconds) 2012-03-13T21:26:16 *** heinrich5991 has joined #aichallenge 2012-03-13T22:03:15 *** vrexu has quit IRC (Ping timeout: 246 seconds) 2012-03-13T23:15:28 *** contestbot has joined #aichallenge 2012-03-13T23:15:28 *** ChanServ sets mode: +o contestbot 2012-03-13T23:28:17 *** coeus_ has joined #aichallenge 2012-03-13T23:31:11 *** coius__ has quit IRC (Ping timeout: 244 seconds) 2012-03-13T23:56:46 *** antimatroidl has joined #aichallenge