summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-19add northwoods testHEADmasterBen Sima
2019-03-15Add old exercisesBen Sima
2018-08-08switch this script to nixBen Sima
2018-08-08De-nest rain.bh exerciseBen Sima
2018-08-08Add exercise from this morningBen Sima
2018-08-07Another typoBen Sima
2018-08-07TypoBen Sima
2018-08-07Add ski calculus interpretorBen Sima
2018-08-07WIP from last weekBen Sima
2018-07-31This function is just `liftA2 (,)` so that's coolBen Sima
2018-07-31WIP basic structureBen Sima
Cleaned up a bit from the interview
2018-07-18Update readmeBen Sima
2018-07-11Rename to anoncoBen Sima
2018-06-30Add commentBen Sima
2018-06-30Defaulting to 0Ben Sima
This kinda makes it better, but it still gets stuck
2018-06-30Add type sigs and try to fix bugBen Sima
2018-06-30Split `run` into a helper function and use a new random gen every timeBen Sima
2018-06-29Fix indentation and white spaceBen Sima
2018-06-29Remove commentBen Sima
2018-06-29Prototype-quality printfBen Sima
Needed help on the convert function
2018-06-29Add simspaceBen Sima
Theres a bug, need Wolfram's book to get into the math of it, I can't find a good explanation of the actual math anywhere (the wikipedia page is pretty bad)
2018-03-17Add reify health from yesterdayBen Sima
2018-02-23Almost done, just hung up on learning conduitBen Sima
2018-02-23Add verve-wireless challengeBen Sima
2018-02-23Add readmeBen Sima
2018-02-23Re-organizeBen Sima
2018-01-31Parse phone numbers into E164 formatBen Sima
2018-01-24Fix the slow bootstrapping with `groupUpdates`Ben Sima
Fixes #1
2018-01-23add readmeBen Sima
2018-01-23Update test casesBen Sima
2018-01-23Add completion messageBen Sima
2018-01-23More docsBen Sima
2018-01-23Use a bootstrap endpoint instead of bootstrapping on startupBen Sima
This just demonstrates the code better, I wouldn't do this in production
2018-01-23Switch to more-correct versions of update/query fnsBen Sima
2018-01-23Add/fix some docsBen Sima
2018-01-23Index data and implement query functionsBen Sima
Everything is working now, just a bit slow/buggy i think
2018-01-22Query all recordsBen Sima
2018-01-22Startup with seed data and POST to dbBen Sima
2018-01-22TyposBen Sima
2018-01-22Initiate acid stateBen Sima
Unfortunately the acid-state package isn't on Stackage, so I need to pull it elsewhere. `stack script` doesn't support this, but `stack runghc` does. It's a bit slower and less reliable, but that's okay for now. https://github.com/commercialhaskell/stack/issues/3370#issuecomment-324124780 https://docs.haskellstack.org/en/stable/GUIDE/#writing-independent-and-reliable-scripts
2018-01-22Standardize errorsBen Sima
2018-01-22Init basic functionalityBen Sima