Search found 5 matches

by Skeeve
Sun Nov 29, 2009 8:50 am
Forum: Challenges Solved
Topic: Mainframe
Replies: 15
Views: 2005

Very nice challenge - I had to learn a bit COBOL and IBMs floating point representation before a little Python program could do the decoding.
by Skeeve
Fri Dec 19, 2008 6:01 pm
Forum: Challenges
Topic: Quinine
Replies: 6
Views: 9758

Wow, this is a really nice challange.
I optimized my quine from 1800 chars down to 118 (and solved other small HVM challanges on the way). Still there's a bit to go... I didn't thought, that there are so many possibilities to optimize a HVM program.
by Skeeve
Wed Dec 03, 2008 4:31 pm
Forum: Challenges
Topic: Flash Flood
Replies: 25
Views: 31759

Thank you, looks much better now (now it aborts after 25000 cycles - time to start optimizing the program ;-)
by Skeeve
Wed Dec 03, 2008 6:40 am
Forum: Challenges
Topic: Flash Flood
Replies: 25
Views: 31759

How many cycles can be used on the warmup challenge? The description states 25000, but with my code I get the error "too many cycles: 19102"?
by Skeeve
Tue Nov 25, 2008 6:08 pm
Forum: Challenges Solved
Topic: Too many digits
Replies: 14
Views: 836

Well, the difficult part was to find out, what a sexdecillion is ;-)
Anyway, with Python and httplib its quite easy to set the HTTP header.