Search found 4 matches

by SecurityCrawler
Mon Jul 05, 2010 7:22 pm
Forum: Challenges Solved
Topic: Pi Hates Nines
Replies: 26
Views: 9302

my ruby code pi = File.open("pi.txt", "r").readlines.to_s max = "" pi[2..1000002].to_s.split('9').each { |val| max = val if val.length > max.length } puts max my pi.txt have 10mio digits. i read the whole file but just use the first 1mio digits after comma [2..1000002] ...
by SecurityCrawler
Mon Jul 05, 2010 6:47 pm
Forum: Challenges Solved
Topic: Don't Blink
Replies: 22
Views: 4037

i used Tamper Data Plugin for Firefox
by SecurityCrawler
Sun Jul 04, 2010 8:01 pm
Forum: Challenges
Topic: 'Bit Test' challenge... the strange coding.. please help me.
Replies: 48
Views: 63954

don't find correct words

hi there, i'm sure i know the answer but cannot find the correct words (i'm no native english speaker). here is my soluten (i hope i do not spoil too much with that... :? ) this function just masks out all bit but one special bit and checks if this special bit is set. if it is set it returns true. s...
by SecurityCrawler
Sun Jul 04, 2010 7:14 pm
Forum: Challenges
Topic: Delegates
Replies: 17
Views: 31679

my ruby code

edit: -- sorry, wrong place...