Search found 17 matches
- Mon May 30, 2011 3:45 am
- Forum: Challenges Solved
- Topic: Didactic XOR Cipher 2
- Replies: 15
- Views: 1685
I did this: <html> <body> <?php $array1=array(148, 136, 129, 133, 151, 129, 196, 151, 145, 134, 137, 141, 144, 196, 198, 140, 133, 135, 143, 133, 128, 139, 139, 128, 136, 129, 198, 196, 130, 139, 150, 196, 144, 140, 141, 151, 196, 135, 140, 133, 136, 136, 129, 138, 131, 129); for ($i = 0; $i <= 200;...
- Mon May 30, 2011 3:09 am
- Forum: Challenges
- Topic: Didactic XOR Cipher
- Replies: 6
- Views: 13231
- Thu May 19, 2011 12:16 am
- Forum: Challenges Solved
- Topic: Yin and Yang
- Replies: 17
- Views: 1486
- Wed May 18, 2011 10:04 pm
- Forum: Challenges
- Topic: Outer Space
- Replies: 29
- Views: 39781
XD
I just stretched it and the most embarrassing thing is that I actually needed to Google "guy with _adjective_ _body parts_" to find it. Also, why is this the page directed to from discuss with other solvers?
- Wed May 18, 2011 8:13 pm
- Forum: Challenges
- Topic: Can't understand "Trip to the past"
- Replies: 24
- Views: 35671
- Wed May 18, 2011 7:59 pm
- Forum: Challenges Solved
- Topic: Maeda Path
- Replies: 20
- Views: 1899
-_-
I used CE and solved every single level by hand in about 20 minutes -_-
- Wed May 18, 2011 11:32 am
- Forum: Challenges Solved
- Topic: Biggest Fib
- Replies: 10
- Views: 922
- Wed May 18, 2011 11:29 am
- Forum: Challenges Solved
- Topic: Bigger Fib
- Replies: 10
- Views: 883
- Mon May 16, 2011 12:32 am
- Forum: Challenges Solved
- Topic: Russian Dolls
- Replies: 40
- Views: 3185
- Sun May 15, 2011 10:20 pm
- Forum: Challenges Solved
- Topic: The X Factor
- Replies: 19
- Views: 1821
Re: Wolfram|Alpha
I hate to say it, but I used Wolfram for this one tooTriton456 wrote:I just used Wolfram|Alpha Simple, but effective Also worked for about five other challenges.
http://www.wolframalpha.com/
Greetz,
Triton456
Just typed in: prime factors of [the number]
- Sun May 15, 2011 10:17 pm
- Forum: Challenges Solved
- Topic: The Powers That Be
- Replies: 27
- Views: 3072
Calculation Was Easy
I did the calculations on a bignum calc in C++ that I had made long ago. I actually had added the option to display every xth digit. I just made a slight edit so that now I can choose what digit to start off of.
- Sun May 15, 2011 8:22 pm
- Forum: Challenges
- Topic: Challenge 'Glowing Referral'
- Replies: 15
- Views: 25142
-_- I actually went to whitehouse.gov, modified the HTML, and submitted to http://www.hacker.org/challenge/chal.php?id=38 from it. It returns: "'http://whitehouse.gov/' is incorrect"
- Sun May 15, 2011 8:12 pm
- Forum: Challenges Solved
- Topic: Post Captain
- Replies: 11
- Views: 852
- Sun May 15, 2011 7:47 pm
- Forum: Challenges Solved
- Topic: Once Upon A Time
- Replies: 11
- Views: 978
- Sun May 15, 2011 7:07 pm
- Forum: Challenges
- Topic: Big Fib
- Replies: 36
- Views: 50119
A Word to the Wise
It's not the 1st digit, followed by the 20,000th digit, etc. or the 20,000th followed by the 40,000th, but rather the 1st followed by the 20,001st. That's what originally got me XD