Search found 3 matches

by Nullsig
Wed Oct 20, 2010 11:58 pm
Forum: Challenges
Topic: Hereditary
Replies: 13
Views: 17714

So I figured out the code and my result was as expected... but for some reason my result is not working even though the rest of the sentence is perfect english

*** realized my error seconds after submitting this. fixed please disregard my error
by Nullsig
Mon Oct 11, 2010 7:31 pm
Forum: Challenges Solved
Topic: Growing Bacteria
Replies: 24
Views: 2702

Solved using excel. Once I mapped out the first 8 days by hand and recognized fibonacci sequence.
by Nullsig
Fri Oct 08, 2010 6:57 pm
Forum: Challenges Solved
Topic: One Minute Man
Replies: 39
Views: 4241

#!/bin/bash while true; do wget http://www.hacker.org/challenge/misc/minuteman.php sleep(30) end not the exact code i used (syntax is off but i am at a different computer right now and too lazy to grab it) but essentially I just ran it for hours on my second box until i saw a file size different th...