Search found 7 matches

by Mad Hacker
Fri Nov 27, 2009 11:12 pm
Forum: The Hacker's Server
Topic: Which programming-programs are the best?
Replies: 14
Views: 15783

If you are running Python 3 you will find that you need to make small changes to Python 2 code which is probably what you are reading unless explicitly mentioned otherwise, if this is the case I suggest you get python 2.6.4 instead as most introductory material for Python is probably based on 2. Th...
by Mad Hacker
Tue Sep 01, 2009 12:17 am
Forum: The Hacker's Server
Topic: Need help hacking a phpbb forum
Replies: 10
Views: 11187

it does indeed.
by Mad Hacker
Sat Aug 22, 2009 8:53 pm
Forum: Challenges Solved
Topic: Pi Hates Nines
Replies: 26
Views: 3141

python from pi.py import pi curstr = "" bigstr = "" for j in pi: if j == "9": if len(curstr) > len(bigstr): bigstr = curstr curstr = "" elif j != " " and j != "\t": curstr += j print(bigstr) pi contains the first million digits of pi(found ...
by Mad Hacker
Mon Jul 27, 2009 8:41 pm
Forum: The Hacker's Server
Topic: What is your highest level of education?
Replies: 38
Views: 81549

Zaffron wrote:I hope no one laughs at me when I say I am 14...
nope, so am i
by Mad Hacker
Wed Jun 10, 2009 11:02 pm
Forum: Challenges
Topic: The Powers That Be
Replies: 19
Views: 29153

oops, i was thinking of a different challenge
by Mad Hacker
Sun Jun 07, 2009 10:42 pm
Forum: Challenges
Topic: The Powers That Be
Replies: 19
Views: 29153

python can do it, it might take a while though
by Mad Hacker
Wed May 20, 2009 9:47 pm
Forum: Challenges Solved
Topic: Valuation
Replies: 103
Views: 8869

python calcme = '93752xxx746x27x1754xx90x93xxxxx238x44x75xx08750912738x8461x8759383xx328x4x4935903x6x5550360535004x0xx945958961296x267x8842xxx5x6xx61x4x48482x80xxx83316843x7x4x83x9521731xxx25x51xx457x6x5x9698222x771237745034x5133592x27xx8x87xx35221x36x0x50x23x7x63x998418xx' total = 0 position = 0 st...