Age | Commit message (Expand) | Author | Files | Lines |
2020-08-20 | Move scratch/brilliant into //assessments | William Carroll | 10 | -426/+0 |
2020-08-20 | Drop support for dir-locals.nix, <nixpkgs>, etc. | William Carroll | 7 | -17/+15 |
2020-08-20 | Revise previous opinions about absolute paths GT <bracket-notation> | William Carroll | 1 | -1/+1 |
2020-08-12 | Consume buildHaskell functions | William Carroll | 1 | -20/+10 |
2020-08-12 | Prefer snake-shift instead of a row-by-row shift | William Carroll | 5 | -37/+57 |
2020-08-12 | Adds property tests to generically test keyboard transformations | William Carroll | 1 | -1/+25 |
2020-08-12 | Prefer literal, not computed, examples in the unit tests | William Carroll | 1 | -21/+19 |
2020-08-12 | Provide more useful instructions for building this project | William Carroll | 3 | -18/+67 |
2020-08-12 | Generate coords function from existing qwerty keyboard | William Carroll | 1 | -44/+8 |
2020-08-06 | Re-type type using the altered keyboard | William Carroll | 5 | -7/+129 |
2020-08-06 | Support Transforms.optimize | William Carroll | 2 | -0/+19 |
2020-08-05 | Apply a series of transformation to a QWERTY keyboard | William Carroll | 4 | -32/+51 |
2020-08-05 | Support App.transform | William Carroll | 5 | -1/+57 |
2020-08-05 | Support parsing the list of transforms | William Carroll | 2 | -7/+65 |
2020-08-05 | Define an instance for Show for a Keyboard | William Carroll | 1 | -0/+23 |
2020-08-05 | Create a Utils module | William Carroll | 1 | -0/+8 |
2020-08-05 | Add some the scaffolding for testing | William Carroll | 2 | -0/+20 |
2020-08-04 | Create small command line program that parses arguments | William Carroll | 3 | -0/+56 |
2020-07-20 | Move AOC into //scratch | William Carroll | 8 | -0/+701 |
2020-07-17 | Partially complete IO chapter exercises | William Carroll | 1 | -0/+35 |
2020-07-17 | Update grocery list | William Carroll | 1 | -13/+33 |
2020-07-17 | Partially complete the "Basic Libraries" chapter exercises | William Carroll | 1 | -0/+60 |
2020-07-14 | Complete exercises for "Non-Strictness" chapter | William Carroll | 1 | -0/+6 |
2020-07-12 | Finish exercises for Monad Transformer chapter | William Carroll | 1 | -6/+110 |
2020-07-12 | Partially complete Monad Transformer exercises | William Carroll | 1 | -0/+79 |
2020-07-11 | Partially complete some of the exercises for Composing Types | William Carroll | 1 | -0/+75 |
2020-07-01 | Impl part 3/3 for Memo | William Carroll | 1 | -29/+10 |
2020-07-01 | Support part 2/3 for the Memo problem | William Carroll | 1 | -4/+64 |
2020-07-01 | Implement part 1/3 for "Memo" | William Carroll | 1 | -0/+19 |
2020-07-01 | Convert grocery list to an .org file | William Carroll | 2 | -18/+15 |
2020-07-01 | Complete exercises for Reader and State chapters | William Carroll | 2 | -0/+242 |
2020-07-01 | Create a .ghci for this directory | William Carroll | 1 | -0/+1 |
2020-07-01 | Complete exercises from Traversable chapter | William Carroll | 1 | -0/+131 |
2020-06-27 | Group groceries/list | William Carroll | 1 | -31/+43 |
2020-06-27 | Add export script for groceries | William Carroll | 4 | -43/+69 |
2020-06-18 | Create Nix shell for Haskell scratchpad | William Carroll | 1 | -0/+10 |
2020-06-18 | Complete the Monad chapter | William Carroll | 1 | -0/+178 |
2020-06-18 | Complete exercises from Applicative chapter | William Carroll | 1 | -0/+213 |
2020-06-18 | Complete exercises from Foldable chapter | William Carroll | 1 | -0/+107 |
2020-06-16 | Add grocery list for Shaalsee | William Carroll | 1 | -0/+43 |
2020-03-31 | Progress with InterviewCake's coin problem | William Carroll | 1 | -0/+102 |
2020-03-30 | Solve InterviewCake's compute nth Fibonacci | William Carroll | 2 | -1/+73 |
2020-03-27 | Run Prettier across projects | William Carroll | 3 | -7/+13 |
2020-03-27 | Drop support for lorri | William Carroll | 3 | -4/+6 |
2020-03-26 | Solve InterviewCake's recursive string permutations problem | William Carroll | 2 | -1/+86 |
2020-03-26 | Solve InterviewCake's find duplicate beast mode | William Carroll | 2 | -2/+116 |
2020-03-20 | Solve InterviewCake.com's mesh-message problem | William Carroll | 2 | -1/+184 |
2020-03-19 | Solve InterviewCake's graph-coloring problem | William Carroll | 3 | -1/+240 |
2020-03-16 | Solve InterviewCake's second-largest-item-in-bst | William Carroll | 2 | -2/+221 |
2020-03-15 | Solve InterviewCake's bst-checker problem | William Carroll | 2 | -2/+112 |