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.
- Host: GitHub
- URL: https://github.com/tyler-cromwell/examples
- Owner: tyler-cromwell
- Created: 2017-12-19T16:07:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T00:23:57.000Z (10 months ago)
- Last Synced: 2024-12-02T01:25:14.782Z (10 months ago)
- Topics: algorithm, bash, c, data-structure, distutils, docker, go, javascript, linux, linux-kernel-module, multithreading, mysql, network-programming, pthreads, python-extension, python3, react, x86-64
- Language: Python
- Homepage:
- Size: 2.45 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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