Search found 5 matches

by Nudin
Sun Oct 06, 2013 6:56 pm
Forum: Challenges
Topic: harmonic
Replies: 44
Views: 63409

I identified ~20 peaks in the frequency spectra – but it seems to be imposible to
by Nudin
Sun Oct 06, 2013 4:52 pm
Forum: Challenges
Topic: Can't understand "Trip to the past"
Replies: 24
Views: 35622

some tipps:
- It's not the first browser and not the first version of the browser
- The OS doesn't count.
by Nudin
Thu Sep 12, 2013 1:33 pm
Forum: Challenges Solved
Topic: A Repeat of Pi
Replies: 21
Views: 1875

Recursive

I used a recursive DFS algorithm: #!/usr/bin/env python3 import os file=open("pi_1mio1.txt", "r") pi=file.read() # random small startvalue lengrecord=3 longest="123" def search(start,leng): global lengrecord, longest if leng > lengrecord: lengrecord=leng longest=start f...
by Nudin
Thu Oct 27, 2011 9:23 pm
Forum: Challenges
Topic: Didactic text 2
Replies: 87
Views: 122108

DaymItzJack wrote:
AMindForeverVoyaging wrote: The fact that you get a 7-9 character answer all in plain text using the same method on an easy challenge is enough information for you to guess "oh hey, this is correct."
Don't bring people to wrong paths - it ist NOt 7-9 chars long. (it's a bit longer)
by Nudin
Tue Sep 27, 2011 11:49 pm
Forum: Challenges
Topic: V.I.L.E.
Replies: 15
Views: 36195

In my solution the 503 ist also wrong…
Found out never the less.