https://github.com/cedrickchee/experiments
A collection of little snippets of programs I write when I test out ideas. A code "playground".
https://github.com/cedrickchee/experiments
educational example-codes experimental small-projects snippets-collection
Last synced: 8 months ago
JSON representation
A collection of little snippets of programs I write when I test out ideas. A code "playground".
- Host: GitHub
- URL: https://github.com/cedrickchee/experiments
- Owner: cedrickchee
- Created: 2018-06-12T07:20:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T18:03:44.000Z (over 1 year ago)
- Last Synced: 2025-05-07T20:38:33.212Z (8 months ago)
- Topics: educational, example-codes, experimental, small-projects, snippets-collection
- Language: Go
- Homepage:
- Size: 12.7 MB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Monorepo of My Experiments
**tl;dr**: various experimental stuffs.
## Introduction
This repository contains pieces of code that I want to have, but don't deserve their own repository.
It's a collection of little snippets of programs I write when I test out ideas. Many are written quickly and off the cuff.
Some of these are mostly snippets of random code from small projects, experiments and some courses. This is also a place to keep those "Hello World" and basic examples.
This gives a kind of rough idea of how much I know about a given language, library or framework. They're not complete.
## Structure
I've organized the snippets by language, library or framework, each having its own directory. The title of each file should give a clue about its purpose. Keep in mind, however, that some of these are written quickly and aren't necessarily well documented. _They're "prototype" or "experimental" code._
## Disclaimer
I make no guarantee of any of this code functioning or serving any specific need. _I do try to mark code that doesn't work, though._ These programs are here primarily for educational or reference value.
That being said, I do hope you find them useful. _I'd love to hear from you if so._