Example: https://github.com/bazaar-projects/docopt-ng/blob/master/docopt.py
Ideal output would be:
- a proper grammar
- easily extensible code (eg. singledispatch, toolz...)
- maybe just a front-end for argparse?
Ideal output would be:
- Privacy-optimized Firefox https://restoreprivacy.com/firefox-privacy/
- uBlock Origin
- HTTPS Everywhere
- Password manager
- Pocket for favorites
- Sync
Goal: Hexdump TUI
+-----------------------------------------+-----------+
| Hexdump | Files |
+-----------------------------------------+-----------+
| 00 00 00 00 00 00 00 00 . . . . . . . . | foo.json |
| 00 00 00 00 00 00 00 00 . . . . . . . . | [Main.hs] |
| 00 00 00 00 00 00 00 00 . . . . . . . . | Lib.hs |
| 00 00 00 00 00 00 00 00 . . . . . . . . | |
| 00 00 00 00 00 00 00 00 . . . . . . . . | |
| 00 00 . . | |
+-----------------------------------------+-----------+
Listing files:
import System.Directory
import Control.Monad
printFiles = getCurrentDirectory >>= getDirectoryContents >>= filterM doesFileExist >>= mapM_ print
printDirs = getCurrentDirectory >>= getDirectoryContents >>= filterM doesDirectoryExist >>= mapM_ print
Using GaloisInc's Hexdump:
putStrLn =<< prettyHex <$> B.readFile "Hexdump.hs"
- https://pbat.ch/blog/posts/2019-02-18-alpine-gpd.html
- https://svelte.dev/blog/sapper-towards-the-ideal-web-app-framework
- https://propertesting.com/book_preface.html
- https://medium.com/@alexgolec/google-interview-problems-synonymous-queries-36425145387c
- https://www.youtube.com/channel/UCMQzIsi7kwz1_xZjqNhz9kw
- https://www.youtube.com/channel/UCm9K6rby98W8JigLoZOh6FQ/videos
- Binder
- Calendar heatmaps from Pandas time series data
- Haskell - Formatting tabular data
- Functional Pearl - The countdown problem
- Build a HTTP Proxy in Haskell on AWS Lambda
- Integrated versus Manual Shrinking
- Tip of the Week #136: Unordered Containers
- https://www.clearerthinking.org/single-post/2019/03/06/Want-to-improve-your-relationships-Try-Nonviolent-Communication-1
- https://en.wikipedia.org/wiki/Vickrey_auction
- https://redash.io/
- https://en.wikipedia.org/wiki/Seeing_Like_a_State
- https://vitez.me/building-lenses
- http://www.jerrydallal.com/LHSP/LHSP.htm
- http://www-cs-students.stanford.edu/~blynn/haskell/drawtree.html
- https://vorner.github.io/2018/05/12/Mat-perf.html
- https://aaronschlegel.me/black-scholes-formula-python.html
- https://skerritt.blog/dynamic-programming/
- https://stackoverflow.com/questions/17805969/writing-universal-memoization-function-in-c11
- Simple STL
- Jeux de cartes en ligne (belotte, tarot...)
- dungeon keeper multiplayer: dungeon keeper vs players
- quick-fuzz website: define a function, have it fuzzed
- faster fs operations in python fts ftw -> faster test collection in pylint?
- libc wrapper in Python?
- expression problem in C++: SO, CRTP...
- https://getbadnews.com/#intro
- https://www.hillelwayne.com/post/practical-tla/
- https://www.bookdepository.com/Myth-Rational-Market-Justin-Fox/9780060599034
- https://www.bookdepository.com/Man-Gold-M-R-Barker/9781894525381
- https://www.bookdepository.com/Visualization-Analysis-Design-Tamara-Munzner/9781466508910
- https://artofproblemsolving.com/
- https://pragprog.com/book/swdddf/domain-modeling-made-functional