https://github.com/dexpota/notebooks
A collection of notes to learn about some computer-science topics and to be used as quick reference. 📓
https://github.com/dexpota/notebooks
learn learning-notes notebooks notes
Last synced: 3 months ago
JSON representation
A collection of notes to learn about some computer-science topics and to be used as quick reference. 📓
- Host: GitHub
- URL: https://github.com/dexpota/notebooks
- Owner: dexpota
- License: other
- Created: 2018-07-31T07:48:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T14:31:50.000Z (about 6 years ago)
- Last Synced: 2025-01-03T12:28:30.880Z (about 1 year ago)
- Topics: learn, learning-notes, notebooks, notes
- Language: Kotlin
- Homepage:
- Size: 871 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[license]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[license-badge]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg?style=for-the-badge
# 📓 notebooks
> A collection of notes about computer-science topics to help you learning and
> to be used for future references.
[![license badge][license-badge]][license]

This repository is to be considered a work in progress, I will gradually update
these notes in my spare time. If you want to contribute to this project you are
welcome.
## Topics

## Notebooks
### Programming
- [Android](./android/README.md);
- [Rust](./programming-languages/rust.md)
- [RxJava2](./frameworks/rxjava2/README.md) is a Java implementation of the ReactiveX API
for asynchronous programming with observables streams;
### Computer Graphics
- [OpenGL](./computer-graphics/opengl/README.md);
### Devops
- [vagrant](./devops/vagrant/README.md)
- [git](./devops/git/README.md)
- [ansible](./devops/ansible/README.md)
### Other
- [OAuth2](./oauth2/oauth2.md)
- [Tips and tools to write your readme file](./markup-languages/markdown/readme-tips-tools.md)
## License
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][license].