https://github.com/stereobooster/zoos
Zoo is an attempt to classify things.
https://github.com/stereobooster/zoos
Last synced: 2 months ago
JSON representation
Zoo is an attempt to classify things.
- Host: GitHub
- URL: https://github.com/stereobooster/zoos
- Owner: stereobooster
- Created: 2019-09-28T16:35:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T18:47:09.000Z (about 1 year ago)
- Last Synced: 2025-02-11T14:47:03.898Z (4 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zoos
Zoo is an attempt to [classify](https://stereobooster.com/posts/classification/) things.
## Complexity
- [Complexity Zoo](https://complexityzoo.uwaterloo.ca/Complexity_Zoo)
## Programming Languages
- [The programming languages zoo](https://plzoo.andrej.com/)
- [Programming Paradigms for Dummies](https://www.info.ucl.ac.be/~pvr/VanRoyChapter.pdf)## Data structures
- [The Stony Brook Algorithm Repository](http://www.algorist.com/algorist.html)
- [The Periodic Table of Data Structures](https://stratos.seas.harvard.edu/files/stratos/files/periodictabledatastructures.pdf)
- [Dictionary of Algorithms and Data Structures](https://xlinux.nist.gov/dads/)
- [Type Systems](https://cs.lmu.edu/~ray/notes/types/)
- [Data structure zoo](https://github.com/sellout/data-structure-zoo/wiki)
- [Phil’s Data Structure Zoo](https://g1thubhub.github.io/data-structure-zoo.html)
- [opendatastructures](http://opendatastructures.org/)
- [Algorithms, 4th Edition](https://algs4.cs.princeton.edu/home/)## Logic systems
- [Logic System Interrelationships](https://web.archive.org/web/20190111041713if_/http://home.utah.edu/~nahaj/logic/structures/index.html)
- [A Timeline for Logic, λ-Calculus, and Programming Language Theory](http://fm.csl.sri.com/SSFT15/Timeline.pages.pdf)
- [Lambda calculus vending machine](https://crypto.stanford.edu/~blynn/lambda/pts.html)## Type systems
- [On Understanding Types, Data Abstraction, and Polymorphism](http://lucacardelli.name/Papers/OnUnderstanding.A4.pdf) (see page 35)
- [Lambda calculus vending machine](https://crypto.stanford.edu/~blynn/lambda/pts.html)## Machine learning models
- [Model Zoo](https://modelzoo.co/)
- [ONNX Model Zoo](https://github.com/onnx/models)
- [Intuitive Machine Learning for Engineers](https://modeldepot.io/)## Category theory
- [Typeclassopedia](https://wiki.haskell.org/Typeclassopedia)
## Combinatorial species
- [Species and Functors and Types, Oh My!](http://ozark.hendrix.edu/~yorgey/pub/species-pearl.pdf)
## Mental models
- [A cheat sheet to help you remember 200+ biases via 3 conundrums](https://busterbenson.com/piles/cognitive-biases/)
- [Pocket Biases](https://busterbenson.com/biases/)
- [the cognitive bias codex](https://upload.wikimedia.org/wikipedia/commons/6/65/Cognitive_bias_codex_en.svg)
- [The School of Thought](https://www.schoolofthought.org/)
- [yourbias.is](https://yourbias.is/)
- [yourlogicalfallacyis](https://yourlogicalfallacyis.com/)
- [Heuristicards — A flash deck of cognitive bias](https://medium.com/@agkdesign/heuristicards-a-flash-deck-of-cognitive-bias-4dac372ac802)
- [mental models box](https://www.mentalmodelsbox.com/)