An open API service indexing awesome lists of open source software.

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. 📓

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]

![notebooks-header](.github/notebooks.jpg)

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].