Skip to content

thingalon/code-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Finder

This hacky little goscript is for finding hidden messages in any text, made from equidistant letters, ala "the bible code".

If your go environment is properly set up, you can get it with:

go get github.com/thingalon/code-finder

Then to run it:

$GOPATH/bin/code-finder <file to process>

It will output an html doc that you can then open to browse the results. You can set your crossword width, offset in the source document, and click on words to hilight them.

If you would like to add custom words to the dictionary (by default, it just uses a standard dict file):

vim $GOPATH/src/github.com/thingalon/code-finder/dictionary.txt

Warning

This was hastily written for a presentation, and is extremely hacky. It probably contains a whole bunch of bugs. One known bug: If you select a word that wraps around the edges of the crossword, the line drawn for the word will be wrong. Only words that fit in your current crossword width will look correct.

About

Hacky little goscript for finding hidden messages in any text (ala "the bible code")

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages