Search found 20 matches
- Thu Mar 13, 2014 11:16 am
- Forum: Challenges
- Topic: Another Typo Challenge
- Replies: 12
- Views: 19465
- Wed May 15, 2013 10:34 am
- Forum: Challenges
- Topic: Didactic text 2
- Replies: 87
- Views: 127060
- Fri May 04, 2012 12:51 pm
- Forum: Challenges
- Topic: Cereal
- Replies: 16
- Views: 26809
- Thu May 03, 2012 3:17 pm
- Forum: Challenges
- Topic: Cereal
- Replies: 16
- Views: 26809
- Wed Apr 25, 2012 1:40 pm
- Forum: Challenges
- Topic: Countdown Calc
- Replies: 18
- Views: 29167
Finding some of the numbers in http://oeis.org/A081130/table definitely costed me a lot
of wasted time. I should have looked at the name of the executable earlier and no, it
has nothind to do with http://en.wikipedia.org/wiki/Maximal_fu ... l_function.
Now i got it.
of wasted time. I should have looked at the name of the executable earlier and no, it
has nothind to do with http://en.wikipedia.org/wiki/Maximal_fu ... l_function.
Now i got it.
- Mon Apr 23, 2012 8:40 am
- Forum: Challenges
- Topic: Patience
- Replies: 27
- Views: 41393
- Fri Apr 20, 2012 3:15 pm
- Forum: The Hacker's Server
- Topic: Ranking
- Replies: 36
- Views: 106816
- Fri Apr 20, 2012 3:12 pm
- Forum: Challenges
- Topic: Where am i? Challenge
- Replies: 11
- Views: 13336
I think, the solution is not format-dependant. It would also work for a bmp or tiff - file. Analyzing the png-internals returned nothing for me. No alpha-channel or so... Still difficult, since i have no idea what to look for. I tried all sort of Photoshop-tricks like searching for colors only exite...
- Fri Apr 20, 2012 2:54 pm
- Forum: Challenges Solved
- Topic: Branches
- Replies: 10
- Views: 3970
After finding the recursion long eL(long l10) { if (l10 == 0L) return 0x8a74526L; else return lC(l10 - 1L) ^ sy(l10 - 1L); } long lC(long l10) { if (l10 == 0L) return 0x8a74526L; else return sy(l10 - 1L) ^ eL(l10 - 1L); } long sy(long l10) { if (l10 == 0L) return 0x8a74526L; else return eL(l10 - 1L)...
- Thu Apr 19, 2012 1:43 pm
- Forum: Challenges
- Topic: Branches
- Replies: 5
- Views: 10901
- Thu Apr 19, 2012 7:55 am
- Forum: Challenges
- Topic: Where am i? Challenge
- Replies: 11
- Views: 13336
- Wed Apr 18, 2012 12:33 pm
- Forum: Challenges Solved
- Topic: Biggest Fib
- Replies: 10
- Views: 2532
- Tue Apr 17, 2012 2:33 pm
- Forum: Challenges
- Topic: Primal Pi
- Replies: 33
- Views: 46396
Finally got it ! Sending the solution via the webbrowser did not work. I think the number is much to long to send via 'GET'. I don't know if the browser is the Problem but sending it via POST ( and a small java-programm ) did work. BTW : I dont know if this number is REALLY prime - but my solution w...
- Mon Apr 16, 2012 10:24 am
- Forum: Challenges
- Topic: A Hundred 0s
- Replies: 33
- Views: 66462
- Wed Mar 28, 2012 4:35 pm
- Forum: Challenges Solved
- Topic: Privy
- Replies: 0
- Views: 844
Privy
Very easy - decompiled it with 'Jad'