Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-15 | Solve "Move Zeroes to End" | William Carroll | 1 | -0/+26 |
2020-11-14 | Include re-roll strategy for rand7 | William Carroll | 1 | -8/+11 |
2020-11-14 | Solve rand7 | William Carroll | 1 | -0/+22 |
2020-11-14 | Solve unsorted-substring a second time | William Carroll | 1 | -5/+51 |
2020-11-14 | Solve unsorted-substring | William Carroll | 1 | -0/+21 |
2020-11-14 | Partially implement a Heap | William Carroll | 1 | -0/+30 |
2020-11-14 | Write encoded XML parser and pretty-printer | William Carroll | 2 | -0/+135 |
2020-11-13 | Solve tic-tac-toe checker | William Carroll | 1 | -0/+99 |
2020-11-13 | Solve box-stacking problem | William Carroll | 1 | -0/+50 |
2020-11-13 | Solve N queens | William Carroll | 1 | -0/+46 |
2020-11-13 | Document subset of BNF for regex engine | William Carroll | 1 | -0/+10 |
2020-11-12 | Add coding exercises for Facebook interviews | William Carroll | 66 | -0/+2994 |
2020-11-12 | Style habit screen to accommodate footer | William Carroll | 1 | -3/+3 |
2020-10-11 | Tweak styles | William Carroll | 1 | -2/+2 |
2020-10-11 | Support multiple HabitTypes | William Carroll | 2 | -73/+196 |
2020-10-11 | Support Msg to clear all completed tasks | William Carroll | 2 | -5/+45 |
2020-10-11 | Render time remaining in UI | William Carroll | 1 | -2/+38 |
2020-10-11 | Move tailwind function into Utils module | William Carroll | 2 | -17/+63 |
2020-10-11 | Expand Habit type | William Carroll | 2 | -48/+127 |
2020-10-11 | Tweak styles | William Carroll | 1 | -3/+6 |
2020-10-11 | Create UI module for common components | William Carroll | 2 | -17/+27 |
2020-10-11 | Prefer handwritten font | William Carroll | 2 | -2/+8 |
2020-10-10 | Support viewing different days | William Carroll | 2 | -12/+124 |
2020-10-10 | Ensure weekday is updated | William Carroll | 2 | -2/+8 |
2020-10-10 | Tweak styles | William Carroll | 1 | -3/+3 |
2020-10-10 | Add a footer | William Carroll | 1 | -0/+4 |
2020-10-10 | Remove Nap from Saturday; prefer Yin Yoga | William Carroll | 1 | -1/+1 |
2020-10-10 | Begin working on Habit Screens project | William Carroll | 12 | -0/+414 |
2020-10-03 | Ignore comments in output for grocery export | William Carroll | 1 | -3/+14 |
2020-10-03 | Update my grocery list for Bermondsey London | William Carroll | 1 | -44/+40 |
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 |