Cryptoquip Solver
I wrote a Cryptoquip solver.
![]()
My big contribution here is using the “shape” of the words to narrow the choice of clear text letters.
I wrote a Cryptoquip solver.
![]()
My big contribution here is using the “shape” of the words to narrow the choice of clear text letters.
I wrote a program that generates images in the style of Piet Mondrian:
Generate more images in this style, including tuning parameters.
This is something:
The Go programming language has a unique, built-in concurrency model that can make some processing much easier.
Have one goroutine do some (probably recursive) work. It puts results on a channel. The main goroutine reads results from the channel and possibly does some filtering on those results, like output unique values.