mirror of
https://github.com/amilajack/reading.git
synced 2026-07-08 13:21:53 +00:00
34 lines
868 B
Markdown
34 lines
868 B
Markdown
# reading
|
|
A list of computer-science readings I recommend
|
|
|
|
<a target="_blank" href="https://github.com/amilajack/popcorn-time-desktop/pulls">
|
|
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" />
|
|
</a>
|
|
|
|
## Topics
|
|
|
|
* Algorithms
|
|
* Garbage Collection
|
|
* Type Systems
|
|
* Compiler Design
|
|
* Concurrency
|
|
* Operating Systems
|
|
* Parallel Programming
|
|
* Static Analysis Techniques
|
|
|
|
## Support
|
|
|
|
If you love this project, please consider supporting me Patreon ❤️
|
|
|
|
<p>
|
|
<a href="https://www.patreon.com/amilajack">
|
|
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
|
|
</a>
|
|
</p>
|
|
|
|
### Inspiration
|
|
This project was inspired by [@una's](https://github.com/una) [personal-goals](https://github.com/una/personal-goals) project
|
|
|
|
### Other Good Reading Repos
|
|
https://github.com/papers-we-love/papers-we-love
|