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

https://github.com/tyler-cromwell/examples

My solutions to random common & uncommon problems I've encountered.
https://github.com/tyler-cromwell/examples

algorithm bash c data-structure distutils docker go javascript linux linux-kernel-module multithreading mysql network-programming pthreads python-extension python3 react x86-64

Last synced: 3 days ago
JSON representation

My solutions to random common & uncommon problems I've encountered.

Awesome Lists containing this project

README

          

# Examples
Examples of fundamental algorithms, data structures, systems programming concepts, and uses of other software.

## Contents
- `build`: Example usages of program building systems.
- `databases`: Example scripts for different operations on a [database][db].
- `docker`: Building and managing containers with [Docker][docker].
- `git`: Usages of the [Git][git] revision control system.
- `networking`: Programs that communicate over the Internet using [TCP][tcp] and [UDP][udp].
- `operating_systems`: Programs that work closely with or inside of an [Operating System][os].
- `programming_languages`: Example functionality specific to various [programming languages][plang].
- `theory`: Programs that illustrate theoretical concepts.
- `web`: Web programming with [HTML][html], [CSS][css], and [Javascript][js].

[css]: https://en.wikipedia.org/wiki/Cascading_Style_Sheets
[db]: https://en.wikipedia.org/wiki/Database
[docker]: https://en.wikipedia.org/wiki/Docker_(software)a
[git]: https://en.wikipedia.org/wiki/Git
[html]: https://en.wikipedia.org/wiki/HTML
[js]: https://en.wikipedia.org/wiki/JavaScript
[os]: https://en.wikipedia.org/wiki/Operating_system
[plang]: https://en.wikipedia.org/wiki/Programming_language
[tcp]: https://en.wikipedia.org/wiki/Transmission_Control_Protocol
[udp]: https://en.wikipedia.org/wiki/User_Datagram_Protocol