Search found 17 matches

by chephy
Wed Dec 29, 2010 2:12 am
Forum: Challenges Solved
Topic: V.I.L.E.
Replies: 12
Views: 990

Am I the only one to check a new challenge against a possible representation of »the answer is …«? I have not even looked up the first part of the country code list – after +7 matched the r in »answer« (+7=Russia), I was fairly certain that the rest would work out as well.
by chephy
Wed Dec 29, 2010 2:12 am
Forum: Challenges Solved
Topic: Biggest Fib
Replies: 10
Views: 929

I solved Big Fib using the Ruby REPL, Bigger Fib directly with Mathematica (since I couldn't be bothered to think about whether the approximation I had in mind would be precise enough), and Biggest Fib finally using the »intelligent« solution, i.e. the relation of Fibonacci numbers with the golden r...
by chephy
Thu Oct 21, 2010 10:26 pm
Forum: Challenges Solved
Topic: King Rat
Replies: 19
Views: 2028

Another straightforward version:

Code: Select all

0<999++>12g1+0^54*6g54*1+g:62**g       999++<p!0^<999++<:77*4+*g                                                     0^<999++>055*5*  -g
NOP slides! xD
by chephy
Thu Oct 21, 2010 9:26 pm
Forum: Challenges Solved
Topic: Picture this program
Replies: 8
Views: 721

Picture this program

I wonder how people who have not seen the obfuscated C contest entry »Pi« (http://www.cise.ufl.edu/~manuel/obfuscate/pi.c) solve this. Googling? Guessing? Actually trying to make sense of the code?
by chephy
Thu Oct 21, 2010 9:22 pm
Forum: Challenges Solved
Topic: Portal to the Future
Replies: 7
Views: 634

Nope, did it just the same. I took longer than needed because I had recently switched to a new hex editor, and because not being used to it yet, unintentionally inserted another byte after the major version – shit happens…
by chephy
Thu Oct 21, 2010 9:05 pm
Forum: Challenges Solved
Topic: strlen
Replies: 29
Views: 3210

Oh well, I guess the solution I found is the most stupid around – but at least, I didn't need to think very hard while writing this: 02g1+0^<6?094+-gp.

Why didn't I think of doing the increment in the »loop body« -.-
by chephy
Wed Oct 20, 2010 10:03 pm
Forum: Challenges Solved
Topic: Yin and Yang
Replies: 17
Views: 1501

I agree that this challenge seems fairly trivial. My first thought was to load the images on top of each other in Photoshop and to play around a bit with the layer modes – total time: 10 seconds. But, on the other hand, there are not so many people in the solver list, and I am stuck on problems whic...
by chephy
Sun Oct 17, 2010 5:04 am
Forum: Challenges Solved
Topic: Execution Style
Replies: 10
Views: 764

How did you extract the data from the image?

For me, convert (from imagemagick) and the BSD »file« command made the challenge very easy…
by chephy
Sun Oct 17, 2010 4:17 am
Forum: Challenges Solved
Topic: My Chemical Romance
Replies: 15
Views: 1261

Currently studying chemistry and physics – the time it took me to type "5a 63 08 47 16 08 07 35 10 4b 6e 0a 59 13 44 10".split.map { |n| n.to_i 16 } into irb and look up the atomic number in a periodic table. Somehow, I was sure that this cipher would be used just after I read the title at...
by chephy
Sun Oct 17, 2010 4:02 am
Forum: Challenges
Topic: Outer Space
Replies: 29
Views: 39797

Never mind, I solved the puzzle by trying random movie character names…
by chephy
Sun Oct 17, 2010 3:47 am
Forum: Challenges
Topic: Imagine all the silicon
Replies: 13
Views: 22314

It's easy on OS X too:

Code: Select all

convert someimage.sgi someimage.png
open someimage.png
by chephy
Sun Oct 17, 2010 1:48 am
Forum: Challenges Solved
Topic: Basic
Replies: 12
Views: 1102

matter wrote:Yea, I used the BC libraries in PHP. Code was about 5 lines.
5 lines? Ruby: »28679718602997181072337614380936720482949.to_s 7«
by chephy
Sun Oct 17, 2010 1:24 am
Forum: Challenges
Topic: Melodic
Replies: 27
Views: 37897

I only have relative pitch, but this is enough – good luck to the nonmusical folks!
by chephy
Sun Oct 17, 2010 12:38 am
Forum: Challenges
Topic: Outer Space
Replies: 29
Views: 39797

I played a bit with Photoshop and can quite clearly see a portrait of a person, the face angled to the right (from the viewer) and a quite prominent hair-line. Unfortunately, I can barely remember any faces (yes, that is a medical disorder), so I have absolutely no chance of recognizing the person. ...
by chephy
Sat Oct 16, 2010 11:55 pm
Forum: Challenges Solved
Topic: Maeda Path
Replies: 20
Views: 1921

I didn't have any fancy decompilers at hand, but FLASM did the trick: I just located the conditional branch in the bytecode which jumps over the piece of code displaying the answer, removed it, and recompiled – problem solved.[/url]