No description
Find a file
William Carroll 8ad51b24dd Document current deployment tactics
Adding a README including my current method for deploying. See the README for
more details. All of this is quite virgin and as such is subject to change.
2020-01-28 16:48:28 +00:00
advent-of-code Upload my 2019 Advent of Code attempts 2020-01-15 14:21:45 +00:00
blog Add index.html with AdSense script to blog 2020-01-26 00:29:34 +00:00
clojure Sketch idea of a buildClojure nix function 2020-01-25 19:41:19 +00:00
crack_the_coding_interview Add "Crack the Coding Interview" examples 2020-01-15 14:23:37 +00:00
data_structures_and_algorithms Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
deepmind Practice dijkstra's algorithm 2020-01-22 11:07:07 +00:00
docker Document current deployment tactics 2020-01-28 16:48:28 +00:00
haskell-file Begin tests for Haskell File module 2020-01-18 17:05:32 +00:00
java Support java directory 2020-01-25 19:39:49 +00:00
lisp Start working on f.lisp 2020-01-24 10:55:04 +00:00
third_party/lisp Partially packages package that I partially want to use 2020-01-27 16:52:16 +00:00
.envrc Rename mono -> universe 2020-01-27 16:04:20 +00:00
.gitignore Support java directory 2020-01-25 19:39:49 +00:00
default.nix Prefer home variable rather than hard coded path to readTree 2020-01-27 14:57:47 +00:00
README.md Rename mono -> universe 2020-01-27 16:04:20 +00:00

Universe

This is my mono-repo. Having a personal mono-repo is a new idea for me, so at the time of this writing, the state of this repository is fledgling.

I'm attempting to amass a collection of functions across a variety of languages while minimizing the costs of sharing the code across a projects. Stay tuned for more updates as my definition of the mono-repo becomes more clear, my opinions evolve, and my preferences change.