Git Product home page Git Product logo

books's Issues

Write a script that will automatically create and/or update Contents table for all curated lists

The script should:

  1. Make all headings with links in alphabetical order.
  2. If there is a Contents section already, it should update it referencing all the sections below in order.
  • If there is no Contents section it should create it.

This script (program) can be run on the readme.md as a builtin hook for all PRs and commits and changes I make. This way when I make a change Hazel script will automatically update Table of contents if there is any new section added or section removed.

Sort categories by alphabetical order

I think alphabetically sorted categories and books would make it easier to navigate, books sorted by date seems reasonable but is there a specific reason for categories structure? I'll sort them and create a PR but wanted to ask first.

Broken link

The following book, from fittnes category, shows a broken link

Starting strength: basic barbell training (2005)

Logo proposal

I want to design a custom logo for you. For the readme file. What do you say?

Many broken links

I tried clicking a few links and quickly discovered that many of them either yield an error or resolve to something irrelevant (parked domain pages, etc).

To help fix this, I threw together a script to check each link (which takes awhile to run):

#!/usr/bin/env bash

Contents=$(cat readme.md)
Links=$(echo "$Contents" | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*")

for Link in $Links; do
  StatusCode=$(curl -s -o /dev/null -w "%{http_code}" "$Link")
  echo "$StatusCode   $Link"
done
Its output (long)
200   https://img.shields.io/badge/-more%20lists-0a0a0a.svg?style=flat
200   https://github.com/learn-anything/curated-lists
200   https://mimoza.marmara.edu.tr/
200   https://www.goodreads.com/book/show/108986.Introduction_to_Algorithms
200   https://www.goodreads.com/book/show/145055.Algorithm_Design
200   http://algorithmics.lsi.upc.edu/docs/Dasgupta-Papadimitriou-Vazirani.pdf
200   http://jeffe.cs.illinois.edu/teaching/algorithms/
302   http://www.parallel-algorithms-book.com/
200   https://www.goodreads.com/book/show/47316716-algorithms-and-data-structures-in-action
200   https://www.manning.com/books/algorithms-and-data-structures-for-massive-datasets
503   https://www.amazon.com/Underdome-Guide-Energy-Reform/dp/1616893974
200   https://www.goodreads.com/book/show/627206.The_New_Drawing_on_the_Right_Side_of_the_Brain
200   https://www.goodreads.com/book/show/13214.I_Know_Why_the_Caged_Bird_Sings
200   https://www.goodreads.com/book/show/30835567-hit-refresh
200   https://www.goodreads.com/book/show/38746485-becoming
200   https://www.goodreads.com/book/show/8696.Last_Chance_to_See
301   http://worldaftercapital.org/
200   https://www.goodreads.com/book/show/92057.The_Autobiography_of_Malcolm_X
200   https://www.goodreads.com/book/show/22175392-napoleon-bonaparte-an-intimate-biography?rating=1
200   https://www.goodreads.com/book/show/1111.The_Power_Broker
200   https://www.goodreads.com/book/show/5544.Surely_You_re_Joking_Mr_Feynman_
200   https://www.goodreads.com/book/show/106139.The_Man_Who_Knew_Infinity
200   https://www.goodreads.com/book/show/30594.Speak_Memory
200   https://www.goodreads.com/book/show/341166.Madame_Curie
200   https://www.goodreads.com/book/show/10883.Benjamin_Franklin
200   https://www.goodreads.com/book/show/2199.Team_of_Rivals
200   https://www.goodreads.com/book/show/10884.Einstein
200   https://www.goodreads.com/book/show/6629359-the-strangest-man
200   https://www.goodreads.com/book/show/11084145-steve-jobs
200   https://www.goodreads.com/book/show/17660462-the-everything-store
200   https://www.goodreads.com/book/show/22543496-elon-musk
200   https://www.goodreads.com/book/show/29906336-trump-revealed
200   https://www.goodreads.com/book/show/18371021-my-journey
200   https://www.goodreads.com/book/show/13400.Molecular_Biology_of_the_Cell
200   https://www.goodreads.com/book/show/380577.Rang_Dale_s_Pharmacology
200   https://www.goodreads.com/book/show/48019.The_Effective_Executive
200   https://www.goodreads.com/book/show/18176747-the-hard-thing-about-hard-things
200   https://www.goodreads.com/book/show/16158498-give-and-take
200   https://www.goodreads.com/book/show/39165640-make
200   https://www.goodreads.com/book/show/10127019-the-lean-startup
200   https://github.com/hmemcpy/milewski-ctfp-pdf
200   https://arxiv.org/pdf/1612.09375.pdf
301   http://www.math.jhu.edu/
404   http://angg.twu.net/MINICATS/awodey__category_theory.pdf
200   https://www.goodreads.com/book/show/237496.Modern_Quantum_Chemistry
200   https://www.goodreads.com/book/show/271921.Tihkal
200   https://www.goodreads.com/book/show/20613641-drugs-unlimited
200   https://www.goodreads.com/book/show/703102.Compilers
000   http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf
200   https://www.goodreads.com/book/show/258558.Modern_Compiler_Implementation_in_ML
200   https://www.goodreads.com/book/show/887908.Advanced_Compiler_Design_and_Implementation
200   https://www.goodreads.com/book/show/138562.Computational_Complexity
302   http://theory.cs.princeton.edu/complexity/book.pdf
200   https://www.goodreads.com/book/show/3043127-the-nature-of-computation
301   http://thebookofshaders.com
200   https://www.gabrielgambetta.com/computer-graphics-from-scratch/index.html
200   https://www.goodreads.com/book/show/688363.TCP_IP_Network_Administration
200   https://www.goodreads.com/book/show/505560.The_Protocols
200   https://www.goodreads.com/book/show/320321.Interconnections
200   https://www.goodreads.com/book/show/83847.Computer_Networking
200   https://www.goodreads.com/book/show/239240.UNIX_Network_Programming_Volume_1
200   https://www.goodreads.com/book/show/505564.The_TCP_IP_Guide
200   https://book.systemsapproach.org/
200   https://hpbn.co/
200   https://www.feistyduck.com/library/openssl%2dcookbook/online/
301   http://beej.us/guide/bgnet/
200   https://www.distributed-systems.net/index.php/books/ds3/
200   http://intronetworks.cs.luc.edu/current/html/
200   https://www.goodreads.com/book/show/964709.The_New_Turing_Omnibus
200   https://www.cs.cmu.edu/
200   https://www.goodreads.com/book/show/400716.Introduction_to_the_Theory_of_Computation
200   https://github.com/ryandougherty/Introduction-to-the-Theory-of-Computation-Solutions
200   https://www.goodreads.com/book/show/4715024-gems-of-theoretical-computer-science
200   https://www.cis.upenn.edu/%7Ebcpierce/tapl/
200   https://www.cis.upenn.edu/%7Ebcpierce/attapl/
200   https://www.goodreads.com/book/show/910789.The_Elements_of_Computing_Systems
200   https://github.com/havivha/Nand2Tetris
200   https://www.goodreads.com/book/show/2333956.The_Annotated_Turing
301   http://www.nature-of-computation.org/
200   https://softwarefoundations.cis.upenn.edu/current/index.html
404   https://github.com/gabrieldiego/tg/blob/master/ref/Introduction%20to%20Data%20Compression%20
200   https://www.nasa.gov/sites/default/files/atoms/files/nasa_systems_engineering_handbook.pdf
200   http://book.mixu.net/distsys/
200   https://www.goodreads.com/book/show/583766.An_Introduction_to_General_Systems_Thinking
200   https://www.goodreads.com/book/show/829182.Computer_Systems
200   https://www.goodreads.com/book/show/18077903-creativity-inc
503   https://www.amazon.com/Human-Use-Beings-Cybernetics-Society/dp/0306803208
200   https://www.goodreads.com/book/show/18077903-creativity-inc
200   https://www.goodreads.com/book/show/17994.The_Code_Book
301   https://www.cs.auckland.ac.nz/
200   https://crypto.stanford.edu/
200   https://cryptobook.nakov.com/?q=
200   https://www.manning.com/books/real-world-cryptography
200   https://www.manning.com/books/secret-key-cryptography
200   https://github.com/ethereumbook/ethereumbook
301   http://shop.oreilly.com/product/0636920032175.do
200   https://www.manning.com/books/fighting-churn-with-data
200   https://www.manning.com/books/data-science-bookcamp
200   https://www.manning.com/books/effective-data-science-infrastructure
200   https://www.manning.com/books/graph-algorithms-for-data-science
200   https://www.goodreads.com/book/show/748203.The_Data_Warehouse_Toolkit
200   https://www.manning.com/books/learn-sql-in-a-month-of-lunches
200   https://www.goodreads.com/book/show/41597.The_Non_Designer_s_Design_Book
200   https://www.goodreads.com/book/show/5982641-design-meets-disability
200   https://www.goodreads.com/book/show/840.The_Design_of_Everyday_Things
200   https://www.goodreads.com/book/show/22758923-the-best-interface-is-no-interface
200   https://shapeofdesignbook.com
503   https://www.amazon.com/Alien-Phenomenology-What-Thing-Posthumanities/dp/0816678987
301   http://www.nointerface.com/book/
503   https://www.amazon.com/Speculative-Everything-Design-Fiction-Dreaming/dp/0262019841
200   https://www.goodreads.com/book/show/1134902.A_Primer_of_Drug_Action
200   https://www.goodreads.com/book/show/17847528-drugged
200   https://www.goodreads.com/book/show/6777669-pleasures-of-the-brain
200   https://www.goodreads.com/book/show/325785.Capital_Vol_1
200   http://davidharvey.org/reading-capital/
200   https://kapitalism101.wordpress.com/
200   https://www.goodreads.com/book/show/179609.Imperialism
200   https://www.goodreads.com/book/show/82120.The_Worldly_Philosophers
200   https://www.goodreads.com/book/show/1753460.Principles_of_Economics
200   https://www.goodreads.com/book/show/390475.Introductory_Econometrics
200   https://www.goodreads.com/book/show/5986495-microeconomics-and-behavior
200   https://www.goodreads.com/book/show/6617037-debt
200   https://www.goodreads.com/book/show/16144575-how-asia-works
200   https://www.goodreads.com/book/show/18736925-capital-in-the-twenty-first-century
200   https://www.goodreads.com/book/show/20613671-economics
200   https://www.goodreads.com/book/show/245344.Structures
200   https://www.goodreads.com/book/show/61535.The_Selfish_Gene
200   https://www.goodreads.com/book/show/2068.Darwin_s_Dangerous_Idea
200   https://www.goodreads.com/book/show/6429264-life-ascending
200   https://www.goodreads.com/book/show/24298924-natural-capitalism
200   https://www.goodreads.com/book/show/12742309-reinventing-fire
200   https://www.drawdown.org/
503   https://www.amazon.com/Whole-Earth-Discipline-Ecopragmatist-Manifesto/dp/0670021210
200   https://www.goodreads.com/book/show/17876.Notes_from_Underground_White_Nights_The_Dream_of_a_Ridiculous_Man_and_Selections_from_The_House_of_the_Dead
200   https://www.goodreads.com/book/show/7144.Crime_and_Punishment
200   https://www.goodreads.com/book/show/12505.The_Idiot
200   https://www.goodreads.com/book/show/4934.The_Brothers_Karamazov
200   https://www.goodreads.com/book/show/433567.Flatland
200   https://www.goodreads.com/book/show/5297.The_Picture_of_Dorian_Gray
200   https://www.goodreads.com/book/show/286957.The_Yellow_Wall_Paper
200   https://www.goodreads.com/book/show/929783.The_Iron_Heel
200   https://www.goodreads.com/book/show/921359.The_Ragged_Trousered_Philanthropists
200   https://www.goodreads.com/book/show/76171.We
200   https://www.goodreads.com/book/show/113205.Heart_of_a_Dog
200   https://www.goodreads.com/book/show/4671.The_Great_Gatsby
200   https://www.goodreads.com/book/show/5129.Brave_New_World
200   https://www.goodreads.com/book/show/16634.The_Glass_Bead_Game
200   https://www.goodreads.com/book/show/7613.Animal_Farm
200   https://www.goodreads.com/book/show/11989.The_Plague
301   http://en.wikipedia.org/wiki/No_Longer_Human
200   https://www.goodreads.com/book/show/5470.1984
200   https://www.goodreads.com/book/show/11990.The_Rebel
200   https://www.goodreads.com/book/show/4406.East_of_Eden
200   https://www.goodreads.com/book/show/17470674-fahrenheit-451
200   https://www.goodreads.com/book/show/3188964-the-doors-of-perception
200   https://www.goodreads.com/book/show/7604.Lolita
200   https://www.goodreads.com/book/show/662.Atlas_Shrugged?ac=1
200   https://www.goodreads.com/book/show/130440.Doctor_Zhivago
200   https://my.mindnode.com/HnYCLfb3q3xZCVswbafBfoMeDKngVCT1jaa8vYyh
200   https://www.goodreads.com/book/show/168668.Catch_22
200   https://www.goodreads.com/book/show/7805.Pale_Fire
200   https://www.goodreads.com/book/show/5130.Island
200   https://www.goodreads.com/book/show/89724.We_Have_Always_Lived_in_the_Castle
200   https://www.goodreads.com/book/show/17125.One_Day_in_the_Life_of_Ivan_Denisovich
200   https://www.goodreads.com/review/show/742548546
200   https://www.goodreads.com/book/show/234225.Dune
200   https://www.goodreads.com/book/show/166997.Stoner
200   https://www.goodreads.com/book/show/117833.The_Master_and_Margarita
200   https://www.goodreads.com/book/show/320.One_Hundred_Years_of_Solitude
200   https://www.goodreads.com/book/show/4981.Slaughterhouse_Five
200   https://www.goodreads.com/book/show/331256.Roadside_Picnic
200   https://www.goodreads.com/book/show/89231.Augustus
200   https://www.goodreads.com/book/show/21611.The_Forever_War
200   https://www.goodreads.com/book/show/11588.The_Shining
200   https://www.goodreads.com/series/40957-hitchhiker-s-guide-to-the-galaxy
200   https://www.goodreads.com/book/show/7090.The_Soul_of_a_New_Machine
200   https://www.goodreads.com/book/show/567678.The_Wasp_Factory
200   https://www.goodreads.com/book/show/394535.Blood_Meridian_or_the_Evening_Redness_in_the_West
200   https://www.goodreads.com/book/show/23807.The_Silence_of_the_Lambs
200   https://www.goodreads.com/book/show/13872.Geek_Love
200   https://www.goodreads.com/book/show/28921.The_Remains_of_the_Day
200   https://www.goodreads.com/book/show/214579.The_Story_of_B
200   https://www.goodreads.com/book/show/6759.Infinite_Jest
200   https://www.goodreads.com/book/show/22628.The_Perks_of_Being_a_Wallflower
200   https://www.goodreads.com/book/show/816.Cryptonomicon
200   https://www.goodreads.com/book/show/24800.House_of_Leaves
200   https://www.goodreads.com/book/show/138805.The_Bug
200   https://www.goodreads.com/book/show/6288.The_Road
200   http://localroger.com/prime-intellect/mopiidx.html
200   https://www.goodreads.com/series/53226-the-passage
301   http://www.hpmor.com/wordpress/wp-content/uploads/2012/03/Harry-Potter-and-the-Methods-of-Rationality.pdf
301   http://unsongbook.com/
200   https://www.goodreads.com/book/show/7126.The_Count_of_Monte_Cristo
200   https://www.goodreads.com/book/show/310612.A_Confederacy_of_Dunces
200   https://www.goodreads.com/book/show/149267.The_Stand
200   https://www.goodreads.com/book/show/30165203-american-gods
200   https://www.goodreads.com/book/show/9361589-the-night-circus
200   https://www.goodreads.com/series/43790-a-song-of-ice-and-fire
200   https://www.goodreads.com/series/49075-the-stormlight-archive
200   https://www.goodreads.com/series/41526-the-wheel-of-time
200   https://www.holloway.com/g/alice-in-wonderland
200   https://www.goodreads.com/book/show/426504.Ficciones
200   https://www.goodreads.com/book/show/157993.The_Little_Prince
200   https://www.goodreads.com/book/show/4808763-the-last-question
200   https://www.goodreads.com/book/show/22904.The_Complete_Stories
200   https://www.goodreads.com/book/show/7234685-understand
200   https://www.goodreads.com/book/show/223380.Stories_of_Your_Life_and_Others
301   http://www.nickbostrom.com/fable/dragon.html
200   https://www.goodreads.com/book/show/16299.And_Then_There_Were_None
200   https://www.goodreads.com/book/show/875419.On_Filmmaking
200   https://www.goodreads.com/book/show/1052.The_Richest_Man_in_Babylon
200   https://www.goodreads.com/book/show/69571.Rich_Dad_Poor_Dad
200   https://www.goodreads.com/book/show/2098799.Starting_Strength
200   https://www.goodreads.com/book/show/8693802-pearls-of-functional-algorithm-design
200   https://drboolean.gitbooks.io/mostly-adequate-guide-old/content/
200   https://www.goodreads.com/book/show/23316526-the-second-machine-age
200   https://www.goodreads.com/book/show/2042298.Tricks_of_the_3D_Game_Programming_Gurus
200   https://www.gameenginebook.com/
200   http://gameprogrammingpatterns.com/
200   https://www.goodreads.com/book/show/44735.The_Elements_of_Typographic_Style
200   https://www.goodreads.com/book/show/6728983-logo-design-love
200   https://www.goodreads.com/book/show/318742.The_Souls_of_Black_Folk
200   https://www.goodreads.com/book/show/415.Gravity_s_Rainbow
200   https://www.goodreads.com/book/show/70561.The_Gulag_Archipelago_1918_1956
200   https://www.goodreads.com/book/show/43365.American_Slavery_American_Freedom
200   https://www.goodreads.com/book/show/2767.A_People_s_History_of_the_United_States
200   https://www.goodreads.com/book/show/56829.Hackers
200   https://www.goodreads.com/book/show/16884.The_Making_of_the_Atomic_Bomb
200   https://www.goodreads.com/book/show/113206.Lenin_s_Tomb
200   https://www.goodreads.com/book/show/831378.Why_the_Allies_Won
200   https://www.goodreads.com/book/show/296662.Lies_My_Teacher_Told_Me
200   https://www.goodreads.com/book/show/1842.Guns_Germs_and_Steel
200   https://www.goodreads.com/book/show/28008677-200-years-together-two-hundred-years-together?rating=2
200   https://www.goodreads.com/book/show/222146.Masters_of_Doom
200   https://www.goodreads.com/book/show/282108.Stalin
200   https://www.goodreads.com/book/show/3761596-the-third-reich-at-war
200   https://www.goodreads.com/book/show/319473.The_Coming_of_the_Third_Reich
200   https://www.goodreads.com/book/show/536788.The_Third_Reich_in_Power
200   https://www.goodreads.com/book/show/3761596-the-third-reich-at-war
200   https://www.goodreads.com/book/show/23692271-sapiens
200   https://www.goodreads.com/book/show/9704856-the-origins-of-political-order
200   https://www.goodreads.com/book/show/11797471-the-idea-factory
200   https://www.goodreads.com/book/show/17867988
200   https://www.goodreads.com/book/show/17910054-the-sixth-extinction
200   https://www.goodreads.com/book/show/20575435-political-order-and-political-decay
200   https://www.goodreads.com/book/show/25255039-conquerors
200   https://www.goodreads.com/book/show/31138556-homo-deus
200   https://www.goodreads.com/book/show/25362826-beyond-germs
200   https://www.goodreads.com/book/show/216363.The_Man_in_the_High_Castle
200   https://www.goodreads.com/book/show/106835.The_Intelligent_Investor
200   https://www.goodreads.com/book/show/26759355-kubernetes
301   https://www.manning.com/books/getting-started-with-kubernetes
301   https://www.manning.com/books/securing-kubernetes-secrets
404   https://www.manning.com/books/kubeflow-in-action
404   https://www.manning.com/books/kubernetes-on-windows
200   https://www.manning.com/books/learn-kubernetes-in-a-month-of-lunches
200   https://www.manning.com/books/kubernetes-in-action-second-edition
200   https://www.manning.com/books/acing-the-certified-kubernetes-administrator-exam
200   https://www.goodreads.com/book/show/21343.The_Five_Dysfunctions_of_a_Team
301   http://www.cse.chalmers.se/research/group/logic/TypesSS05/Extra/geuvers.pdf
000   https://fldit-www.cs.uni-dortmund.de/
200   https://www.scribd.com/document/98921232/Bertrand-Russell-Logicomix
301   http://people.ds.cam.ac.uk/tecb2/forallx.shtml
200   http://norvig.com/paip.html
200   https://www.goodreads.com/book/show/27543.Artificial_Intelligence
302   http://www.cs.cmu.edu/
301   http://ai.stanford.edu/
200   https://www.goodreads.com/book/show/11328752-introduction-to-artificial-intelligence
200   https://www.goodreads.com/book/show/15857489-machine-learning
301   http://natureofcode.com/book/
200   https://www.goodreads.com/book/show/20527133-superintelligence
301   http://www.cs.huji.ac.il/%7Eshais/UnderstandingMachineLearning/understanding-machine-learning-theory-algorithms.pdf
200   http://neuralnetworksanddeeplearning.com/index.html
200   https://www.goodreads.com/book/show/33986067-deep-learning-with-python
301   https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook
200   https://github.com/nfmcclure/tensorflow_cookbook
200   https://www.goodreads.com/book/show/32899495-hands-on-machine-learning-with-scikit-learn-and-tensorflow
302   https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-go
200   https://christophm.github.io/interpretable-ml-book/index.html
301   http://www.deeplearningbook.org/
200   https://christophm.github.io/interpretable-ml-book/
404   https://www.manning.com/books/how-machine-learning-works
200   https://github.com/Mostafa-Samir/How-Machine-Learning-Works
200   https://www.goodreads.com/book/show/31565758-grokking-deep-learning
200   https://www.manning.com/books/machine-learning-with-tensorflow-second-edition
200   https://www.manning.com/books/machine-learning-bookcamp
404   https://www.manning.com/books/trust-in-machine-learning
200   https://github.com/terrytangyuan/distributed-ml-patterns
200   https://www.goodreads.com/book/show/13629.The_Mythical_Man_Month
404   https://github.com/andrewwoz/the-mythical-man-month-notes
200   https://www.goodreads.com/book/show/324750.High_Output_Management
200   https://www.goodreads.com/book/show/48016.The_Essential_Drucker
000   https://www.math.ualberta.ca/mss/misc/A%20Mathematician
200   https://www.goodreads.com/book/show/1904487.Handbook_of_Mathematics
200   https://www.goodreads.com/book/show/74703.Fantasia_Mathematica
200   https://www.goodreads.com/book/show/695429.G_del_s_Proof
200   https://www.goodreads.com/book/show/469314.Sphereland
301   http://www.maths.ed.ac.uk/
301   http://wstein.org/edu/2010/581b/books/atiyah-macdonald-introduction_to_commutative_algebra.pdf
200   https://www.goodreads.com/book/show/3693042-mathematics-made-difficult
200   https://www.math.purdue.edu/
404   http://www-personal.acfr.usyd.edu.au/spns/cdm/resources/Kreyszig%20-%20Introductory%20Functional%20Analysis%20with%20Applications.pdf
200   https://www.goodreads.com/book/show/8295305-a-book-of-abstract-algebra
200   https://www.goodreads.com/book/show/194769.To_Mock_a_Mockingbird_and_Other_Logic_Puzzles
200   http://www.paultaylor.eu/stable/prot.pdf
200   https://www.goodreads.com/book/show/507227.Primes_of_the_Form_X2_Ny2
200   https://www.goodreads.com/book/show/4556825-algebraic-number-theory
200   https://www.goodreads.com/book/show/112243.Concrete_Mathematics
200   https://www.goodreads.com/book/show/739735.How_to_Prove_It
200   https://www.goodreads.com/book/show/309768.Linear_Algebra_Done_Right
200   https://www.goodreads.com/book/show/1279700.Algebraic_Curves_and_Riemann_Surfaces
200   https://www.goodreads.com/book/show/149800.Visual_Complex_Analysis
200   https://www.goodreads.com/book/show/1511125.Conceptual_Mathematics
200   https://www.goodreads.com/book/show/719289.Geometry_and_the_Imagination
200   https://www.goodreads.com/book/show/1186653.Combinatorial_Optimization
200   http://patryshev.com/books/Sets%20for%20Mathematics.pdf
200   http://linear.ups.edu/
200   https://www.goodreads.com/book/show/2872282-the-art-of-problem-solving-volume-1
200   https://www.goodreads.com/book/show/1471873.The_Princeton_Companion_to_Mathematics
200   https://www.goodreads.com/book/show/7629307-visual-group-theory-maa-classroom-resource-materials
200   https://www.goodreads.com/book/show/6829004
200   https://www.goodreads.com/book/show/12132668-essentials-of-discrete-mathematics
200   https://www.goodreads.com/book/show/7518301-computational-topology
200   https://www.goodreads.com/book/show/682044.Foundations_of_Mathematical_Analysis
404   https://hott.github.io/book/nightly/hott-online-1075-g3c53219.pdf
200   https://usamo.files.wordpress.com/2017/02/napkin-2017-02-15.pdf
200   https://courses.csail.mit.edu/6.042/spring17/mcs.pdf
200   http://immersivemath.com/ila/index.html
200   https://pimbook.org/
301   http://www.pbrt.org/
307   http://bookstore.ams.org/stml-42
404   http://abstract.ups.edu/download/aata-20160809-sage-7.3.pdf
000   http://joshua.smcvt.edu/linearalgebra/book.pdf
200   https://www.goodreads.com/book/show/16902.Walden
200   https://www.goodreads.com/book/show/629429.The_World_of_Yesterday
200   https://www.goodreads.com/book/show/10569.On_Writing
200   https://www.goodreads.com/book/show/18711276-a-thousand-tiny-failures
200   https://www.goodreads.com/book/show/67896.Tao_Te_Ching
200   https://www.goodreads.com/book/show/30659.Meditations
200   https://www.goodreads.com/book/show/276779.The_Zen_Teaching_of_Huang_Po
200   https://www.goodreads.com/book/show/52036.Siddhartha
200   https://www.goodreads.com/book/show/4865.How_to_Win_Friends_and_Influence_People
200   https://www.goodreads.com/book/show/30186948-think-and-grow-rich
200   https://www.goodreads.com/book/show/49552.The_Stranger
200   https://www.goodreads.com/book/show/4069.Man_s_Search_for_Meaning
200   https://antilogicalism.files.wordpress.com/2017/07/wisdom-of-insecurity.pdf
200   https://www.goodreads.com/book/show/64710.The_First_and_Last_Freedom
200   https://www.goodreads.com/book/show/514210.The_Way_of_Zen
200   https://www.goodreads.com/book/show/60551.The_Book_on_the_Taboo_Against_Knowing_Who_You_Are
200   https://www.goodreads.com/book/show/402843.Zen_Mind_Beginner_s_Mind
200   https://www.goodreads.com/book/show/29254.Be_Here_Now
200   https://www.goodreads.com/book/show/301928.The_Way_of_the_Bodhisattva
200   https://www.goodreads.com/book/show/905.The_Inner_Game_of_Tennis
200   https://www.goodreads.com/book/show/36072.The_7_Habits_of_Highly_Effective_People
200   https://www.goodreads.com/book/show/238863.The_Zen_Teaching_of_Bodhidharma
200   https://www.goodreads.com/book/show/14572.Peace_Is_Every_Step
302   http://misc.equanimity.info/downloads/mindfulness_in_plain_english.pdf
200   https://www.goodreads.com/book/show/81940.Mastery
200   https://www.goodreads.com/book/show/25103623-the-four-noble-truths
200   https://www.goodreads.com/book/show/1948802.No_Ajahn_Chah
200   https://www.goodreads.com/book/show/38210.The_Art_of_Happiness
200   https://www.goodreads.com/book/show/222652.The_Quantum_and_the_Lotus
200   https://www.goodreads.com/book/show/190055.Emptiness_Dancing
200   https://www.goodreads.com/book/show/206625.Mindfulness_Bliss_and_Beyond
200   https://www.goodreads.com/book/show/6604712-eating-animals
200   https://www.goodreads.com/book/show/9484114-the-happiness-advantage
200   https://www.goodreads.com/book/show/12633800-models
200   https://www.goodreads.com/book/show/13589182-mastery
200   https://www.goodreads.com/book/show/18693655-a-mind-for-numbers
200   https://www.goodreads.com/book/show/22783031-spaciousness
200   https://www.goodreads.com/book/show/18774981-waking-up
200   https://www.goodreads.com/book/show/25744928
200   https://www.goodreads.com/book/show/28257707-the-subtle-art-of-not-giving-a-f-ck
200   https://www.goodreads.com/book/show/29093292-the-daily-stoic
000   http://krishnamurti.abundanthope.org/index_htm_files/Concentration-and-Meditation.pdf
200   https://www.goodreads.com/book/show/30231806-goodbye-things
200   https://www.goodreads.com/book/show/8441567-harmony-for-computer-musicians
200   https://www.goodreads.com/book/show/63697.The_Man_Who_Mistook_His_Wife_for_a_Hat_and_Other_Clinical_Tales
200   https://www.goodreads.com/book/show/103867.Descartes_Error
200   https://www.goodreads.com/book/show/277641.The_Body_Electric
200   https://www.goodreads.com/book/show/826396.Principles_of_Neural_Science
200   https://www.goodreads.com/book/show/818044.Molecular_Basis_of_Neuropharmacology
200   https://www.goodreads.com/book/show/151132.Synaptic_Self
200   https://www.goodreads.com/book/show/570172.The_Brain_That_Changes_Itself
200   https://www.goodreads.com/book/show/9646.Homage_to_Catalonia
200   https://www.goodreads.com/book/show/1898.Into_Thin_Air
200   https://www.goodreads.com/book/show/51289.Damned_Lies_and_Statistics
200   https://www.goodreads.com/book/show/6713575-coders-at-work
200   https://www.goodreads.com/book/show/1387387.Advanced_Nutrition_and_Human_Metabolism_With_Infotrac_
200   https://www.goodreads.com/book/show/15874542-the-poor-misunderstood-calorie
200   https://www.goodreads.com/book/show/23013953-gut
200   https://www.goodreads.com/book/show/25663961-how-not-to-die
200   https://www.goodreads.com/book/show/83833.Operating_System_Concepts
200   https://www.goodreads.com/book/show/166195.Modern_Operating_Systems
200   https://www.goodreads.com/book/show/987956.Programming_with_Posix_Threads
404   http://valerieaurora.org/synthesis/SynthesisOS/ch1.html
200   https://github.com/tuhdo/os01
200   https://intermezzos.github.io/book/second-edition/
301   http://shop.oreilly.com/product/0636920055211.do
200   https://www.goodreads.com/book/show/514432.How_Linux_Works
200   https://0xax.gitbooks.io/linux-insides/content/index.html
200   https://www.goodreads.com/book/show/24730644-mac-os-x-and-ios-internals
200   https://tim.blog/wp-content/uploads/2017/07/taoofseneca_vol1-1.pdf
200   https://tim.blog/wp-content/uploads/2017/07/taoofseneca_vol2.pdf
200   https://tim.blog/wp-content/uploads/2017/07/taoofseneca_vol3.pdf
200   https://www.goodreads.com/book/show/24113.G_del_Escher_Bach
301   https://ocw.mit.edu/high-school/humanities-and-social-sciences/godel-escher-bach/lecture-notes/
200   https://www.youtube.com/playlist?list=PL068ES-0ca9CSIp5OPGI5RXB3k5XgYRxF
200   https://github.com/alexprengere/FormalSystems
200   https://www.goodreads.com/book/show/28597.Prometheus_Rising
200   https://www.goodreads.com/book/show/189989.Finite_and_Infinite_Games
200   https://www.goodreads.com/book/show/373969.The_Stuff_of_Thought
200   https://www.goodreads.com/book/show/15852.Relativity
200   https://my.mindnode.com/1M2ZVqow9pgJ95qwCH7hnwFWdRL8sDcMQqx5b3z9
200   http://web.sbu.edu/physics/courses/physics-203p.pdf
200   https://www.goodreads.com/book/show/116164.Nonlinear_Dynamics_and_Chaos
200   https://www.goodreads.com/book/show/61663.Pale_Blue_Dot
200   https://www.goodreads.com/book/show/17362.Black_Holes_Time_Warps
200   https://www.goodreads.com/book/show/22435.The_Fabric_of_the_Cosmos
200   https://www.goodreads.com/book/show/13485212-fields-of-color
200   https://www.goodreads.com/book/show/13587145-the-theoretical-minimum
301   http://feynmanlectures.caltech.edu/
200   https://www.goodreads.com/book/show/46199
200   https://www.goodreads.com/book/show/299215.The_Road_to_Serfdom
200   https://www.goodreads.com/book/show/6613404-anatomy-of-the-state
200   https://www.goodreads.com/book/show/194805.Understanding_Power
200   https://www.goodreads.com/book/show/11612989-the-dictator-s-handbook
200   https://www.goodreads.com/book/show/13330433-the-democracy-project
200   https://www.goodreads.com/book/show/12544648-cracking-the-coding-interview
200   https://github.com/careercup/CtCI-6th-Edition-Swift
200   https://www.goodreads.com/book/show/16253895-elements-of-programming-interviews
200   https://github.com/mykoweb/epi-go
200   https://github.com/akshaykumar90/sparkling-water
200   https://github.com/qtstc/Elements-of-Programming-Interviews-Java-Solution
200   https://github.com/adnanaziz/epicode
301   http://beautifulracket.com/
301   http://cs.brown.edu/courses/cs173/2012/book/book.pdf
200   http://www.craftinginterpreters.com/introduction.html
301   https://www.syncfusion.com/resources/techportal/details/ebooks/assemblylanguage
200   https://www.goodreads.com/book/show/515601.The_C_Programming_Language
301   http://shop.oreilly.com/product/0636920033677.do
403   https://gforge.inria.fr/frs/download.php/latestfile/5298/ModernC.pdf
200   https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md
200   https://www.goodreads.com/book/show/18197265-a-tour-of-c
200   https://www.goodreads.com/book/show/852335.Beginning_C_Through_Game_Programming
200   https://www.goodreads.com/book/show/31159768-elements-of-clojure
200   https://www.manning.com/books/clojure-in-action-second-edition
200   https://www.manning.com/books/the-joy-of-clojure-second-edition
301   http://amzn.to/1ZTDmqH
200   http://ddili.org/ders/d.en/index.html
404   https://jan.newmarch.name/go/
301   http://openmymind.net/The-Little-Go-Book/
404   https://github.com/iMarcoGovea/books/blob/master/golang/go-in-action.pdf
200   https://www.manning.com/books/go-in-action-second-edition
200   https://www.goodreads.com/book/show/25080953-the-go-programming-language
200   https://github.com/namit/The-Go-Programming-Language
200   https://go101.org/article/101.html
401   https://thewhitetulip.gitbooks.io/webapp-with-golang-anti-textbook/content/
200   https://github.com/astaxie/build-web-application-with-golang/blob/master/en/preface.md
200   https://github.com/astaxie/build-web-application-with-golang
200   https://www.manning.com/books/learn-concurrent-programming-with-go
200   http://learnyouahaskell.com/
000   http://dev.stephendiehl.com/fun/
200   https://github.com/AlphaMarc/WYAH
200   https://www.goodreads.com/book/show/912217.Programming_in_Haskell
200   https://www.manning.com/books/haskell-in-depth
200   https://leanpub.com/thinking-with-types
200   https://www.goodreads.com/book/show/18299474-the-haskell-school-of-music
200   https://www.goodreads.com/book/show/105099.Effective_Java_Programming_Language_Guide
200   https://github.com/marhan/effective-java-examples
404   https://github.com/jwongo/effectivejava
000   http://coltech.vnu.edu.vn/
301   http://jcip.net/
302   http://introcs.cs.princeton.edu/java/home/chapter1.pdf
200   https://www.goodreads.com/book/show/20534354-java-8-in-action
200   https://www.goodreads.com/book/show/26333479-test-driven-java-development
404   https://www.manning.com/books/java-se-11-programmer-i-certification-guide
200   https://www.goodreads.com/book/show/39339133-java-by-comparison
200   https://github.com/javabycomparison/samplecode
200   https://www.goodreads.com/book/show/12545373-java
200   https://github.com/getify/You-Dont-Know-JS
404   https://github.com/getify/You-Dont-Know-JS/tree/master/up%20%26%20going
404   https://github.com/getify/You-Dont-Know-JS/blob/master/scope%20
404   https://github.com/getify/You-Dont-Know-JS/blob/master/this%20
404   https://github.com/getify/You-Dont-Know-JS/blob/master/types%20
404   https://github.com/getify/You-Dont-Know-JS/blob/master/async%20
404   https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20
301   http://exploringjs.com/
200   https://builderbook.org
200   https://leanpub.com/thejsway
200   https://addyosmani.com/resources/essentialjsdesignpatterns/book/
200   https://www.goodreads.com/book/show/4373732-secrets-of-the-javascript-ninja
200   https://www.goodreads.com/book/show/13705402-effective-javascript
302   http://eloquentjavascript.net/00_intro.html
200   https://www.goodreads.com/book/show/2998152-javascript
200   https://www.manning.com/books/tiny-node-projects
200   https://livebook.manning.com/book/the-joy-of-kotlin/about-this-book/
200   https://www.goodreads.com/book/show/40014285-head-first-kotlin
200   https://livebook.manning.com/book/kotlin-in-action/about-this-book/
301   https://mitpress.mit.edu/books/little-schemer
200   https://pages.lip6.fr/Christian.Queinnec/WWW/LiSP.html
301   http://www.gigamonkeys.com/book/
200   http://dev.realworldocaml.org/
200   http://modernperlbooks.com/books/modern_perl_2016/index.html
301   https://www.manning.com/books/learn-powershell-in-a-month-of-lunches-linux-and-macos-edition
200   https://www.metalevel.at/prolog
200   https://drive.uqu.edu.sa/_/fbshareef/files/textbook.pdf
200   https://github.com/paf31/purescript-book
200   https://www.goodreads.com/book/show/6666430-python-essential-reference
301   http://www.diveintopython3.net/
301   http://interactivepython.org/runestone/static/pythonds/index.html
200   https://d.cxcore.net/Python/Python_Cookbook_3rd_Edition.pdf
200   https://www.goodreads.com/book/show/13838796-data-structures-and-algorithms-in-python
200   https://www.goodreads.com/book/show/17912811-test-driven-web-development-with-python
200   https://www.goodreads.com/book/show/23020812-effective-python
200   https://www.goodreads.com/book/show/22800567-fluent-python
200   https://greenteapress.com/thinkpython2/html/index.html
200   https://leanpub.com/insidethepythonvirtualmachine
200   https://github.com/joaoventura/full-speed-python
200   https://automatetheboringstuff.com/
200   https://www.goodreads.com/book/show/45361469-practices-of-the-python-pro
302   https://github.com/stjepanjurekovic/books/edit/master/readme.md
301   http://r4ds.had.co.nz/
200   http://reasonmlhub.com/exploring-reasonml/toc.html
200   https://www.goodreads.com/book/show/3892688-the-well-grounded-rubyist
200   https://www.goodreads.com/book/show/9364729-eloquent-ruby
200   https://www.goodreads.com/book/show/13507787-practical-object-oriented-design-in-ruby
200   https://github.com/skmetz/poodr
200   https://github.com/jordanpoulton/practical_object_oriented_design_in_ruby
200   https://github.com/nathany/go-poodr
200   https://www.goodreads.com/book/show/15847933-confident-ruby
404   http://rustbyexample.com/
200   https://doc.rust-lang.org/book/
200   https://doc.rust-lang.org/nomicon/
301   https://rust-embedded.github.io/discovery/
200   https://rustwasm.github.io/book/
200   https://www.manning.com/books/functional-programming-in-scala
200   https://www.goodreads.com/book/show/781561.Smalltalk_Best_Practice_Patterns
301   https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/
200   https://github.com/jugend/swift-cheat-sheet
200   https://www.hackingwithswift.com/store/hacking-with-macos
200   https://www.goodreads.com/book/show/48570456
200   https://github.com/danvk/effective-typescript
302   https://basarat.gitbooks.io/typescript/
200   https://builderbook.org/book
200   https://plfa.github.io/
200   https://www.goodreads.com/book/show/112239.The_Art_of_Computer_Programming_Volumes_1_3_Boxed_Set
200   https://www.goodreads.com/book/show/1660754.The_Psychology_of_Computer_Programming
200   https://www.goodreads.com/book/show/454039.The_Elements_of_Programming_Style
200   https://www.goodreads.com/book/show/2383920.Software_Reliability
200   http://sarabander.github.io/sicp/html/index.xhtml
200   https://github.com/zv/SICP-guile
301   http://mindstorms.media.mit.edu/
200   http://www.usingcsp.com/cspbook.pdf
200   https://www.goodreads.com/book/show/274495.The_Art_of_the_Metaobject_Protocol
200   https://bobcarp.files.wordpress.com/2014/07/code-charles-petzold.pdf
200   https://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer
200   https://www.goodreads.com/book/show/1032758.The_Practice_of_Programming
200   https://www.goodreads.com/book/show/44936.Refactoring
200   https://www.goodreads.com/book/show/1119079.How_to_Design_Programs
200   https://www.goodreads.com/book/show/829182.Computer_Systems
200   https://www.goodreads.com/book/show/610830.Inside_the_Machine
200   https://www.goodreads.com/book/show/3735293-clean-code
200   https://www.goodreads.com/book/show/4412222-design-concepts-in-programming-languages
200   https://www.goodreads.com/book/show/5608045-apprenticeship-patterns
200   https://www.goodreads.com/book/show/8677004-the-art-of-readable-code
200   https://www.goodreads.com/book/show/16418148-programming-in-the-large-with-design-patterns
200   http://www.athenasc.com/dpbook.html
200   https://www.goodreads.com/book/show/23215733-the-software-craftsman
301   http://reasonablypolymorphic.com/book/preface
200   https://www.goodreads.com/book/show/40404857-introduction-to-the-theory-of-complex-systems
200   http://www.composingprograms.com/
200   https://www.manning.com/books/designing-apis-with-swagger-and-openapi
200   https://www.manning.com/books/api-design-patterns
200   https://www.goodreads.com/book/show/56986386-street-coder
200   https://www.goodreads.com/book/show/56771599-good-code-bad-code?ac=1
200   https://www.manning.com/books/software-mistakes-and-tradeoffs
200   https://www.manning.com/books/parallel-and-high-performance-computing
200   https://www.manning.com/books/the-programmers-brain
200   https://www.manning.com/books/designing-apis-with-swagger-and-openapi
200   https://www.manning.com/books/api-design-patterns
200   https://www.goodreads.com/book/show/56986386-street-coder
200   https://www.goodreads.com/book/show/56771599-good-code-bad-code?ac=1
200   https://www.manning.com/books/software-mistakes-and-tradeoffs
200   https://www.manning.com/books/parallel-and-high-performance-computing
200   https://www.manning.com/books/the-art-of-unit-testing-third-edition
200   https://www.manning.com/books/the-creative-programmer
301   https://www.erowid.org/library/books_online/lsd_my_problem_child
200   https://www.goodreads.com/book/show/5519081-tryptamine-palace
200   https://erowid.org/library/books_online/tihkal/tihkal.shtml
200   https://www.goodreads.com/book/show/191375.The_Invisible_Landscape
200   https://www.indybay.org/uploads/2011/04/17/cosmicserp.pdf
200   https://www.goodreads.com/book/show/1815.Breaking_Open_the_Head
200   https://www.goodreads.com/book/show/53324.Supernatural
200   https://www.goodreads.com/book/show/11468377-thinking-fast-and-slow
200   https://www.goodreads.com/book/show/27539.On_Intelligence
200   https://www.goodreads.com/book/show/28815.Influence
200   https://www.goodreads.com/book/show/100034.Quantum
200   https://www.goodreads.com/book/show/6125777-regular-expressions-cookbook
200   https://learnbyexample.github.io/py_regular_expressions/
200   https://learnbyexample.github.io/learn_js_regexp/
200   https://learnbyexample.github.io/Ruby_Regexp/
200   http://www.incompleteideas.net/book/bookdraft2018jan1.pdf
302   https://beginners.re/RE4B-EN.pdf
200   https://www.goodreads.com/book/show/61539.The_Structure_of_Scientific_Revolutions
200   https://www.goodreads.com/book/show/55030.Cosmos
200   https://www.goodreads.com/book/show/3869.A_Brief_History_of_Time
200   https://www.goodreads.com/book/show/17349.The_Demon_Haunted_World
200   https://www.goodreads.com/book/show/21.A_Short_History_of_Nearly_Everything
200   https://www.goodreads.com/book/show/21413662-what-if
200   https://www.goodreads.com/book/show/4982.The_Sirens_of_Titan
200   https://www.goodreads.com/book/show/350.Stranger_in_a_Strange_Land
200   https://www.goodreads.com/book/show/135479.Cat_s_Cradle
200   https://www.goodreads.com/book/show/7082.Do_Androids_Dream_of_Electric_Sheep_
200   https://www.goodreads.com/book/show/22590.Ubik
200   https://www.goodreads.com/book/show/100365.The_Mote_in_God_s_Eye
200   https://www.goodreads.com/book/show/22328.Neuromancer
200   https://www.goodreads.com/book/show/375802.Ender_s_Game
200   https://www.goodreads.com/book/show/18630.The_Player_of_Games
200   https://www.goodreads.com/book/show/77711.A_Fire_Upon_the_Deep
200   https://www.goodreads.com/book/show/830.Snow_Crash
200   https://www.goodreads.com/book/show/156784.Permutation_City
200   https://www.goodreads.com/book/show/827.The_Diamond_Age
200   https://www.goodreads.com/book/show/18007564-the-martian
200   https://www.goodreads.com/book/show/18966819-golden-son
200   https://www.goodreads.com/book/show/13651.The_Dispossessed
200   https://www.goodreads.com/book/show/48484.Blindsight
200   https://www.goodreads.com/series/49317-the-baroque-cycle
200   https://www.goodreads.com/series/40461-hyperion-cantos
200   https://www.goodreads.com/series/40750-the-dark-tower
200   https://www.goodreads.com/series/59386-foundation-publication-order
200   https://www.goodreads.com/book/show/15839976-red-rising
200   https://www.goodreads.com/series/49118-culture
200   https://www.goodreads.com/book/show/112537.Rendezvous_with_Rama
200   https://www.goodreads.com/book/show/369905.The_Database_Hacker_s_Handbook
200   https://www.goodreads.com/book/show/9224826-a-guide-to-kernel-exploitation
200   https://www.goodreads.com/book/show/11553604-the-tangled-web
404   https://leaksource.files.wordpress.com/2014/08/the-web-application-hackers-handbook.pdf
200   https://www.goodreads.com/book/show/17891588-the-browser-hacker-s-handbook
200   https://www.goodreads.com/book/show/3268675-security-engineering
200   https://www.goodreads.com/book/show/34466963-why-we-sleep
200   https://www.goodreads.com/book/show/22245334-the-utopia-of-rules
200   https://www.goodreads.com/book/show/222652.The_Quantum_and_the_Lotus
200   https://www.goodreads.com/book/show/104979.Journey_of_Souls
200   https://www.goodreads.com/book/show/13078769-running-lean
200   https://www.goodreads.com/book/show/18050143-zero-to-one
200   https://www.goodreads.com/book/show/23700819-just-fucking-ship
200   https://www.goodreads.com/book/show/17744.The_Visual_Display_of_Quantitative_Information
200   https://www.goodreads.com/book/show/619590.Bayesian_Data_Analysis
302   http://statweb.stanford.edu/%7Etibs/ElemStatLearn/printings/ESLII_print10.pdf
301   http://www.stat.cmu.edu/
200   https://www.goodreads.com/book/show/2378169.Introduction_to_Bayesian_Statistics
301   http://www.greenteapress.com/thinkbayes/thinkbayes.pdf
301   http://www-bcf.usc.edu/%7Egareth/ISL/
200   http://xcelab.net/rm/statistical-rethinking/
200   https://www.youtube.com/playlist?list=PLDcUM9US4XdMdZOhJWJJD4mDBMnbTWw_z
301   https://www.inferentialthinking.com/
301   https://www.manning.com/books/statistics-playbook
200   https://www.goodreads.com/book/show/10534.The_Art_of_War
200   https://viewsourcecode.org/snaptoken/kilo/
200   https://www.goodreads.com/book/show/13607232-practical-vim
200   https://github.com/gitig/Practical-Vim-Notes
301   http://learnvimscriptthehardway.stevelosh.com/
301   http://vimdoc.sourceforge.net/htmldoc/usr_toc.html
200   https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/ttfp.pdf
200   https://www.goodreads.com/book/show/21442441-type-theory-and-formal-proof
200   https://www.manning.com/books/programming-with-types
200   https://www.goodreads.com/book/show/603263.Advanced_Programming_in_the_UNIX_Environment
200   https://www.goodreads.com/book/show/172314.UNIX_Power_Tools
301   http://www.oliverelliott.org/article/computing/tut_unix/
200   https://learnbyexample.github.io/learn_gnugrep_ripgrep/
200   https://learnbyexample.github.io/learn_gnused/
200   https://learnbyexample.github.io/learn_gnuawk/
000   https://content.mirantis.com/rs/451-RBY-185/images/McQuaid-git-in-practice.pdf
200   https://git-scm.com/book/en/v2
200   https://www.goodreads.com/book/show/17745.Envisioning_Information
200   https://www.goodreads.com/book/show/6966800
301   https://landing.google.com/sre/book.html
200   https://www.manning.com/books/hugo-in-action
200   https://www.manning.com/books/micro-frontends-in-action
200   http://book.mixu.net/css/
301   http://chimera.labs.oreilly.com/books/1234000001808/index.html
200   https://krasimir.gitbooks.io/react-in-patterns/content/
301   https://roadtoreact.com/
200   https://www.manning.com/books/react-hooks-in-action
200   https://read.reduxbook.com/
200   https://survivejs.com/webpack/preface/
200   https://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited
200   https://github.com/RichardLitt/awesome-fantasy
200   https://github.com/sindresorhus/awesome-scifi
200   https://github.com/mgp/book-notes
200   https://www.reddit.com/r/booksuggestions
200   https://github.com/EbookFoundation/free-programming-books
301   https://github.com/chhantyal/influential-cs-books
200   https://news.ycombinator.com/item?id=14486657
200   https://github.com/hackerkid/Mind-Expanding-Books
301   https://blog.codinghorror.com/recommended-reading-for-developers
200   https://img.shields.io/badge/license-CC4-0a0a0a.svg?style=flat
200   https://creativecommons.org/licenses/by/4.0/
200   https://img.shields.io/badge/-more%20lists-0a0a0a.svg?style=flat
200   https://github.com/learn-anything/curated-lists
200   https://img.shields.io/badge/-contribute-0a0a0a.svg?style=flat
301   http://bit.ly/latwitt
200   https://twitter.com/learnanything_

Links that are for sure broken:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.