Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boris/experiments
Store quick experiments in different languages
https://github.com/boris/experiments
Last synced: 11 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T10:40:15.000Z (2 months ago)
- Last Synced: 2024-10-10T04:22:25.634Z (28 days 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).