jumpthefive

Watch The Wire S01E05: The Pager


Keywords
bsd3, library, program, JumpTheFive
License
BSD-3-Clause
Install
cabal install jumpthefive-0.0.1

Documentation

jumpthefive - an elementary symmetric chiffre for pragmatically protecting one's effects

EXAMPLE

$ cat examples/toll-free.txt
1-800-438-2653
1-800-2255-288
1-800-MYGRITS

$ jumpthefive < examples/toll-free.txt 
9-255-672-8407
9-255-8800-822
9-255-4163623

$ jumpthefive < examples/toll-free.txt | jumpthefive
1-800-438-2653
1-800-2255-288
1-800-6947487

ABOUT

Watch The Wire S01E05: The Pager

HACKAGE

http://hackage.haskell.org/package/jumpthefive

REQUIREMENTS

Install parallel with cabal install -p parallel.

Recommend configuring cabal to default to profiled libraries:

https://github.com/mcandre/dotfiles/blob/master/.cabal/config#L24

OPTIONAL

INSTALL

$ cabal install jumpthefive

DEVELOPMENT

Build

$ cabal update
$ cabal install

Lint

Keep the code tidy:

$ cabal install hlint
$ hlint .
$ bundle install
$ lili .