Search found 17 matches

by Millennium
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;...
by Millennium
Mon May 30, 2011 3:09 am
Forum: Challenges
Topic: Didactic XOR Cipher
Replies: 6
Views: 13231

I don't know why, but I got an L instead of an R XD
by Millennium
Thu May 19, 2011 12:16 am
Forum: Challenges Solved
Topic: Yin and Yang
Replies: 17
Views: 1486

I solved this almost immediately, but I got rid of the white, instead of black. It gave the same answer, but was very hard to read.
by Millennium
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?
by Millennium
Wed May 18, 2011 8:13 pm
Forum: Challenges
Topic: Can't understand "Trip to the past"
Replies: 24
Views: 35671

I was sure that it was Netscape but even that's not working -_-
by Millennium
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 -_-
by Millennium
Wed May 18, 2011 11:32 am
Forum: Challenges Solved
Topic: Biggest Fib
Replies: 10
Views: 922

Same as last time:

150000000000000*log(1.61803398874989484820458683436563811772030917980576286213544862270526046281890244970720720418939113748475408807538689175212663386222353693179318006076672635443)-.5*log(5)

or x*log(phi)-.5*log(5)
by Millennium
Wed May 18, 2011 11:29 am
Forum: Challenges Solved
Topic: Bigger Fib
Replies: 10
Views: 883

XD I did it in one line

print(150000000*log(1.61803398874989484820458683436563811772030917980576286213544862270526046281890244970720720418939113748475408807538689175212663386222353693179318006076672635443)-.5*log(5))

Which is a way of writing

x*log(phi)-.5*log(5)
by Millennium
Mon May 16, 2011 12:32 am
Forum: Challenges Solved
Topic: Russian Dolls
Replies: 40
Views: 3185

I did it in C++ XD
by Millennium
Sun May 15, 2011 10:20 pm
Forum: Challenges Solved
Topic: The X Factor
Replies: 19
Views: 1821

Re: Wolfram|Alpha

Triton456 wrote:I just used Wolfram|Alpha :P Simple, but effective :D Also worked for about five other challenges.

http://www.wolframalpha.com/

Greetz,
Triton456
I hate to say it, but I used Wolfram for this one too :oops:

Just typed in: prime factors of [the number]
by Millennium
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.
by Millennium
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"
by Millennium
Sun May 15, 2011 8:12 pm
Forum: Challenges Solved
Topic: Post Captain
Replies: 11
Views: 852

I used Chrome's Inspect element and replaced "GET" with "POST" and pressed it.
by Millennium
Sun May 15, 2011 7:47 pm
Forum: Challenges Solved
Topic: Once Upon A Time
Replies: 11
Views: 978

I had trouble with the fact that Captain Segfault was one person too XD I kept trying adum over and over again.
by Millennium
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