about summary refs log tree commit diff
path: root/scratch
AgeCommit message (Expand)AuthorFilesLines
2020-11-16 Solve "nearby words" functionWilliam Carroll1-0/+33
2020-11-16 Implement the Rabin Karp string matching algorithmWilliam Carroll1-0/+27
2020-11-16 Prefer mutative variant of delete for HashTableWilliam Carroll1-3/+16
2020-11-16 Add another solution to the "move zeroes to end" problemWilliam Carroll1-15/+51
2020-11-16 Solve "find pairs for sum"William Carroll1-0/+19
2020-11-16 Start working on the "Hard" problemsWilliam Carroll1-0/+22
2020-11-16 Implement a simple hash function and hash tableWilliam Carroll1-0/+59
2020-11-15 Find the intersection (if any) between two linked listsWilliam Carroll1-0/+34
2020-11-15 Solve "Move Zeroes to End"William Carroll1-0/+26
2020-11-14 Include re-roll strategy for rand7William Carroll1-8/+11
2020-11-14 Solve rand7William Carroll1-0/+22
2020-11-14 Solve unsorted-substring a second timeWilliam Carroll1-5/+51
2020-11-14 Solve unsorted-substringWilliam Carroll1-0/+21
2020-11-14 Partially implement a HeapWilliam Carroll1-0/+30
2020-11-14 Write encoded XML parser and pretty-printerWilliam Carroll2-0/+135
2020-11-13 Solve tic-tac-toe checkerWilliam Carroll1-0/+99
2020-11-13 Solve box-stacking problemWilliam Carroll1-0/+50
2020-11-13 Solve N queensWilliam Carroll1-0/+46
2020-11-13 Document subset of BNF for regex engineWilliam Carroll1-0/+10
2020-11-12 Add coding exercises for Facebook interviewsWilliam Carroll66-0/+2994
2020-11-12 Style habit screen to accommodate footerWilliam Carroll1-3/+3
2020-10-11 Tweak stylesWilliam Carroll1-2/+2
2020-10-11 Support multiple HabitTypesWilliam Carroll2-73/+196
2020-10-11 Support Msg to clear all completed tasksWilliam Carroll2-5/+45
2020-10-11 Render time remaining in UIWilliam Carroll1-2/+38
2020-10-11 Move tailwind function into Utils moduleWilliam Carroll2-17/+63
2020-10-11 Expand Habit typeWilliam Carroll2-48/+127
2020-10-11 Tweak stylesWilliam Carroll1-3/+6
2020-10-11 Create UI module for common componentsWilliam Carroll2-17/+27
2020-10-11 Prefer handwritten fontWilliam Carroll2-2/+8
2020-10-10 Support viewing different daysWilliam Carroll2-12/+124
2020-10-10 Ensure weekday is updatedWilliam Carroll2-2/+8
2020-10-10 Tweak stylesWilliam Carroll1-3/+3
2020-10-10 Add a footerWilliam Carroll1-0/+4
2020-10-10 Remove Nap from Saturday; prefer Yin YogaWilliam Carroll1-1/+1
2020-10-10 Begin working on Habit Screens projectWilliam Carroll12-0/+414
2020-10-03 Ignore comments in output for grocery exportWilliam Carroll1-3/+14
2020-10-03 Update my grocery list for Bermondsey LondonWilliam Carroll1-44/+40
2020-08-20 Move scratch/brilliant into //assessmentsWilliam Carroll10-426/+0
2020-08-20 Drop support for dir-locals.nix, <nixpkgs>, etc.William Carroll7-17/+15
2020-08-20 Revise previous opinions about absolute paths GT <bracket-notation>William Carroll1-1/+1
2020-08-12 Consume buildHaskell functionsWilliam Carroll1-20/+10
2020-08-12 Prefer snake-shift instead of a row-by-row shiftWilliam Carroll5-37/+57
2020-08-12 Adds property tests to generically test keyboard transformationsWilliam Carroll1-1/+25
2020-08-12 Prefer literal, not computed, examples in the unit testsWilliam Carroll1-21/+19
2020-08-12 Provide more useful instructions for building this projectWilliam Carroll3-18/+67
2020-08-12 Generate coords function from existing qwerty keyboardWilliam Carroll1-44/+8
2020-08-06 Re-type type using the altered keyboardWilliam Carroll5-7/+129
2020-08-06 Support Transforms.optimizeWilliam Carroll2-0/+19
2020-08-05 Apply a series of transformation to a QWERTY keyboardWilliam Carroll4-32/+51