Search found 33 matches
- Thu Sep 29, 2011 6:10 am
- Forum: Challenges
- Topic: Blizzard
- Replies: 16
- Views: 32189
someone hinted there is no key, but if 1=a, 2=b, 3=c ... that is still a key of a sort even if a simple one. the binary data represented by the 2 color image, i double checked there is no 01 or fe intensity colors hiding a faint image :( though the binary might still make an image of some sort with ...
- Tue Sep 20, 2011 3:45 am
- Forum: Challenges Solved
- Topic: Deja Vu
- Replies: 17
- Views: 5553
- Tue Sep 20, 2011 12:01 am
- Forum: Challenges Solved
- Topic: Brokenest Keys
- Replies: 26
- Views: 3858
- Mon Sep 19, 2011 11:06 pm
- Forum: Challenges Solved
- Topic: Brokener Keys
- Replies: 15
- Views: 3010
- Mon Sep 19, 2011 9:25 pm
- Forum: Challenges Solved
- Topic: Broken Keys
- Replies: 15
- Views: 3642
- Mon Sep 19, 2011 8:55 pm
- Forum: Challenges Solved
- Topic: Broken Key
- Replies: 12
- Views: 4034
- Mon Sep 19, 2011 8:46 pm
- Forum: Challenges Solved
- Topic: Haven't We Met Before?
- Replies: 8
- Views: 1314
- Mon Sep 19, 2011 12:27 pm
- Forum: Challenges Solved
- Topic: Frequent These Parts
- Replies: 7
- Views: 1797
- Mon Sep 19, 2011 1:15 am
- Forum: Challenges
- Topic: Latin Lesson
- Replies: 11
- Views: 28133
- Mon Sep 19, 2011 12:11 am
- Forum: Challenges
- Topic: Redeye
- Replies: 3
- Views: 10001
- Fri Sep 16, 2011 6:08 am
- Forum: Challenges
- Topic: Didactic Feedback Cipher Long 2
- Replies: 21
- Views: 41701
- Thu Sep 15, 2011 7:13 pm
- Forum: Challenges
- Topic: Broken XOR 3
- Replies: 16
- Views: 26752
i did not brute force adding 0s myself but i think it can be done. you could take say the first 10 hex digits and just brute force all the x b and add 0 combos on that rather then the whole thing. you should get 5 - 10 letters that would be more then enough to tell if a x b pair is good. if you get ...
- Wed Sep 14, 2011 11:09 pm
- Forum: Challenges Solved
- Topic: Yin and Yang
- Replies: 17
- Views: 3251
- Tue Sep 06, 2011 11:34 pm
- Forum: Crossflip
- Topic: Code optimization
- Replies: 57
- Views: 164811
guassian would be N^2 time with packed bools if each row could fit into an int. naturally its still an N^3 problem just done parallel. Am I correct in guessing that some form of algebra, letting the highly regular nature of the N unknowns trim down to a simplified matrix with (N ^ (2/3)) unknowns th...
- Sun Sep 04, 2011 5:41 am
- Forum: Challenges Solved
- Topic: Super Sentence Reversal
- Replies: 7
- Views: 1766
mine machines tend to look similar to each other, i tried to keep it small 0s/,x?\1+s/x^?\s/1-xvP\ \===/-*8|4^x/!\?=-1x/ \?\s+s/1-xvP\ /s\1//\?-1x=/ \0P?=/ version 2 for the tiny challenge 88 but need 44 ? grr how do i cut this in half even if i take out the second print loop its not half the size :...