home
software
written
SOFTWARE THINGS
PureFun.jl
: Data structures from the book
Purely Functional Data Structures
implemented in Julia. Documentation at
tarakc02.github.io/PureFun.jl
ratelimitr
: An R package to constrain one or more functions. I made this to make it easier to build packages that utilize web APIs. It's now on
CRAN
.
rmapzen
: An R package to work with the
Mapzen API
. Thorough documentation (with examples) are available at
the github pages site
. rmapzen is also
on CRAN
.
cacodes
: R package to programmatically pull text of laws from the
California legislature website
lazylist
: An implementation of lazily evaluated lists for R, based on the description found in
Structure and Interpretation of Computer Programs
. To see lazy lists in practice,
Searching for taxicab numbers
puzzlr
: Tools for constructing, manipulating, and drawing tile-puzzles (helpful for learning about and experimenting with algorithms for solving tile puzzles -- for example, see
Solving the 8-puzzle with lazy evaluation
)