Search found 11 matches

by Mad Mike
Tue Mar 27, 2018 12:17 pm
Forum: Challenges
Topic: Hello World
Replies: 13
Views: 26247

Silly question?

Okay, so I went the cheesy way and initialized my memory with a bunch of useful constants. Which works fine in both implementations, but can I tell the website to load my memory string somehow or do I need to do some real thinking?

Thanks~
by Mad Mike
Thu Mar 15, 2018 1:12 pm
Forum: Challenges
Topic: how faint the tune
Replies: 8
Views: 21036

Even as a non-native speakers I quickly got the clues laz0r mentioned. Then I spent about twenty minutes until I realized that filling the gaps from back to front works better.
Now I feel stupid and lacking imagination. Great puzzle indeed!
by Mad Mike
Fri Dec 02, 2016 8:32 pm
Forum: Challenges Solved
Topic: Pi Hates Nines
Replies: 26
Views: 3141

Search & replace 9 to \n in Notepad++ Look for a line with over 100 characters Adapt and search on. Not very hack-y but my Python script sorta failed me. I have no idea how so few lines can fail so badly. For the record: (stripped out all whitespaces from pi file after first failure) seq = [] ts...
by Mad Mike
Fri Dec 02, 2016 7:55 pm
Forum: Challenges Solved
Topic: Sum Some Primes
Replies: 4
Views: 916

Neat Wolfram Alpha trick there. I just ended up grabbing a list and abusing Excel' sum functions.
by Mad Mike
Thu Dec 01, 2016 8:59 pm
Forum: Challenges Solved
Topic: Type fastest
Replies: 14
Views: 1143

I used burp as a proxy and added a rule to delete all the s from HTTP-responses.
Then it was just fire and forget. Nice challenge!
by Mad Mike
Wed Nov 30, 2016 9:09 am
Forum: Challenges Solved
Topic: Russian Dolls
Replies: 40
Views: 3094

Boring part first: I wrote a bash one-liner while [ /bin/true ] ; do mv doll doll.gz; gunzip doll; done and waited for errors to occur. But I really love how the first posts are like "took me over five minutes" and nowadays it's mere seconds (I'd guess ten?) until one hits the bottom. Also...
by Mad Mike
Wed Nov 07, 2012 3:20 pm
Forum: Challenges
Topic: Didactic XOR Cipher
Replies: 6
Views: 13214

I screwed it up a few times for not reading properly and forgetting to convert to hex :(

Then made it in my head, one cipher at a time. XOR-ing is not that hard.
by Mad Mike
Sat Sep 10, 2011 3:12 pm
Forum: Challenges Solved
Topic: Valuation
Replies: 103
Views: 8864

A challenger appears: C# namespace Xe { class Program { static void Main(string[] args) { StringBuilder input = new StringBuilder("93752xxx746x27x1754xx90x93xxxxx238x44x75xx08750912738x8461x8759383xx328x4x4935903x6x5550360535004x0xx945958961296x267x8842xxx5x6xx61x4x48482x80xxx83316843x7x4x83x95...
by Mad Mike
Sat Sep 10, 2011 1:30 pm
Forum: Challenges Solved
Topic: Substitute Teacher
Replies: 28
Views: 2557

Using a website to assist me I scanned the text for a word with the length matching "solution".
That were enough known letters to find the rest.

And then guessing with the four remaining ones.
by Mad Mike
Wed Sep 07, 2011 12:39 pm
Forum: Challenges Solved
Topic: My Digits
Replies: 7
Views: 689

same here. Audacity and count.

Still got a W38 at home, so it was pretty straightforward.
by Mad Mike
Sun Jun 26, 2011 9:56 pm
Forum: Challenges Solved
Topic: The X Factor
Replies: 19
Views: 1761

i tried java but it took years until it ran out of heap, so...

wolfram alpha and done.. piece of cake