Coder Social home page Coder Social logo

dougo / puzzle-tools Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 2.0 10.65 MB

Various useful pages for solving puzzles.

Home Page: http://steak.place.org/puzzle-tools/shift/

License: GNU Affero General Public License v3.0

Makefile 0.38% Python 3.04% CSS 1.24% JavaScript 92.43% HTML 2.91%

puzzle-tools's Introduction

Puzzle Tools

Various useful pages for solving puzzles.

Caesar Shift

Generates all twenty-six possible caesar shifts of an input phrase, for rapid perusal. With some extra features.

  • Reverse: Show a string and its reverse -- for when you don't know which way the encoded text is facing

  • Double: Write two copies of a string in a row -- for when you don't know where the encoded text begins

  • Highlight: Highlight the outputs that look most like English

Highlighting the most English-like outputs

The method for highlighting the most promising outputs is a heuristic based on trigram distribution. The repository comes with a distribution file that's ready to go. If you're interested in re-generating the distribution file, you'll need wget, python, and unzip available on your system. Then run:

$ cd shift/distribution
$ make

Anaquote

Helps you solve anaquote puzzles by interactively rearranging trigrams.

Testing

To run the unit tests:

  1. Install yarn.
  2. Install node.js packages:
    $ yarn
    
  3. Run the tests:
    $ yarn test
    

Word prefix list

To regenerate the word prefix list:

$ anaquote/processWordList.js < vendor/NPLCombinedWordList.txt > anaquote/wordListPrefixes.json

puzzle-tools's People

Contributors

dougo avatar jmandel avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.