Search found 18 matches

by MichaBln
Wed Apr 01, 2009 5:00 pm
Forum: Challenges
Topic: Challenge 'Steganographic' HELP....
Replies: 37
Views: 48744

The image contains information on different levels. you are probably looking at the wrong one ...
by MichaBln
Mon Mar 30, 2009 11:04 am
Forum: Challenges Solved
Topic: rangearmentRe
Replies: 19
Views: 1643

I used Java and worked directly on the file ... static HashMap<String,Integer> _len = new HashMap<String,Integer>(); public static void main(String args[]){ try{ ZipFile zipfile = new ZipFile(new File("c:\\hacker\\manyfiles.zip")); Enumeration ez = zipfile.entries(); List<String> paths = n...
by MichaBln
Mon Mar 30, 2009 7:50 am
Forum: Challenges
Topic: Anybody Out There?
Replies: 2
Views: 7235

Hi, why do you need 2 values ? If you can answer THAT, than you're pretty close to the solution. On the other hand, don't get to fancy with the hints adum already posted in another topic, except the fact that you really do need a decent sample space, the other hints are more or less well, not helpin...
by MichaBln
Thu Mar 19, 2009 9:58 am
Forum: Challenges
Topic: McCormick
Replies: 11
Views: 18300

Hi, as you mentioned, there are many things that have something to do with McCormick so google can't help you unless you can spot the right result when it turns up. The origin of this cipher is a phonetic one, which is not how the cipher works in this case (this cipher somehow evolved from the origi...
by MichaBln
Sat Feb 07, 2009 12:26 am
Forum: BitBath
Topic: Suggestions
Replies: 6
Views: 25557

BitBath Extreme ... sounds good, can you spoil us a liitle bit about the features ? What I meant with running matches wasn't that I or anyone else runs matches for you ... since as you said this might result in certain security issues. What I meant was to implement a client-server-architecture for d...
by MichaBln
Fri Feb 06, 2009 2:55 pm
Forum: BitBath
Topic: More than two players
Replies: 2
Views: 18603

Hi, the idea came to my mind to ... but the longer I "played" the more I realized, that more than 2 players would alot be like rolling the dice because you could eliminate 2 opponents just to loose to the third one that was just waiting and building up an army ... there would be totally ne...
by MichaBln
Fri Feb 06, 2009 10:32 am
Forum: BitBath
Topic: Suggestions
Replies: 6
Views: 25557

Suggestions

Hi, first I have to say, that for some time I just did challenges and ignored more or less BitBath ... well its way more fun than the challenges ... so thanks for the great game. I know I'm pretty new to the "BitBath-Scene" and have still a lot of room to improve my bot, anyways I'd like t...
by MichaBln
Wed Feb 04, 2009 5:12 pm
Forum: Challenges Solved
Topic: Twisted Zebras
Replies: 16
Views: 1378

Well ... since its really just googeling and finding an online-decoder its not relly that spoiling ! The challenges are pretty much the same in difficulty and approach. Another interesting question is why barcode is a MISC-Challenge while Twisted Zebras is not ... maybe its becaus one needs to figur...
by MichaBln
Wed Feb 04, 2009 11:38 am
Forum: Challenges Solved
Topic: Twisted Zebras
Replies: 16
Views: 1378

@ fridolin

You got the wrong topic you just posted pretty much the solution for "Barcode" in under "Twisted Zebras" topic ... its not that crucial since the solution is pretty much the same: Wikipedia/Google.

Anyways ... Schwamm drüber ;)
by MichaBln
Wed Jan 21, 2009 4:00 pm
Forum: Challenges Solved
Topic: King Mouse
Replies: 23
Views: 2374

Ok, if you post your solutions I'll post mine ..

0<01^1^<:2/5?0^<1v1+0^<2?3cdp

Since I've already seen a bunch of different approaches ... maybe I can pick up some optimization-ideas ...

Michael
by MichaBln
Thu Jan 15, 2009 9:20 am
Forum: Challenges Solved
Topic: Yoga Message
Replies: 18
Views: 1641

Hi,
after transforming the vid to jpegs it took me around 8 mins to type the bits ... so doing that by hand is probably the fastest way ... unless you have a nice pattern-recognition software already installed.

Micha
by MichaBln
Tue Jan 13, 2009 4:06 pm
Forum: Challenges Solved
Topic: Jeux du Sort
Replies: 52
Views: 3848

Hi, here is mine ... yeah I'm not so good at it, i still wanted to remove that ugly "return" on the bottom and replace it by "@/$" but it worked like that (the outer loop just runs 14 times, fortunatly the test case wasn't the worst case (totally inverted). 28*s/1-,12^>x?\72*+ s/...
by MichaBln
Tue Jan 13, 2009 11:54 am
Forum: Challenges Solved
Topic: Jeux du Sort
Replies: 52
Views: 3848

Jeux du Sort

So, which Alogrithm did you use (if you wanna share that with us). Man, did I made a bad choice ... Bubble Sort, just since it came to my mind first and is pretty easy to implement. I should have roughly estimated the cycle-count befor starting to code ... . I'm not one of the guys who can make such...
by MichaBln
Tue Dec 30, 2008 3:54 pm
Forum: Challenges
Topic: 'Say It' [Misc]
Replies: 26
Views: 41921

Hi, i'm getting approximatly 95% right ... still my PNG is corrupt. My way of approaching the whole thing works pretty good ... I made kindof my own learning speach-recognition software. Unfortunatly I'm really not good at audio-fingerprinting and such, I tried using my own algotithms for the recogi...
by MichaBln
Tue Dec 30, 2008 12:03 am
Forum: Challenges Solved
Topic: Whiteout
Replies: 4
Views: 331

The Same

Hi,

I sent in the challenge "tree for the forest" or however adum called it, it was exactly the same ... so he probably replaced it.

Michael