No description
Find a file
William Carroll b25d06db7e Attempt to inject dependencies into blog/server
- We need the markdown files, to be in the /nix/store and the server needs to be
  aware of there location.
- Since we're dependending on `pandoc`, our server needs to know about it too.

For both of these cases -- especially for the latter case -- I imagine there may
be a more idiomatic way of doing this.
2020-01-23 21:57:25 +00:00
advent-of-code Upload my 2019 Advent of Code attempts 2020-01-15 14:21:45 +00:00
blog Attempt to inject dependencies into blog/server 2020-01-23 21:57:25 +00:00
common-lisp Prefer <depot> and <universe> 2020-01-23 16:33:47 +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
haskell-file Begin tests for Haskell File module 2020-01-18 17:05:32 +00:00
third_party/lisp Create third_party 2020-01-23 16:31:54 +00:00
.envrc Add <nixpkgs> to NIX_PATH 2020-01-23 21:57:25 +00:00
.gitignore Initialize repo 2020-01-15 14:21:08 +00:00
default.nix Nixify repo 2020-01-23 16:30:39 +00:00
README.md Initialize repo 2020-01-15 14:21:08 +00:00

Mono

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.