https://github.com/boris/experiments
Store quick experiments in different languages
https://github.com/boris/experiments
Last synced: 3 months ago
JSON representation
Store quick experiments in different languages
- Host: GitHub
- URL: https://github.com/boris/experiments
- Owner: boris
- Created: 2023-06-01T10:25:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T10:40:15.000Z (10 months ago)
- Last Synced: 2025-02-08T00:28:54.349Z (5 months ago)
- Language: Python
- Size: 16.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Experiments repo
In this repo I'll be adding simple experiments that I code to test something.
Nothing here is to be used in production and I do not provide support for any of the code here.Again, the code here is just an example. Done _just for fun_.
## Repo structure
I plan to use the following structure:```
/
└── python
└── example_code0
└── example_code1
└── example_codeN
└── go
└── example_code0
└── example_codeN
└── rust
└── example_code0
```## Challenges
See [Readme.md](./challenges/Readme.md).