https://github.com/rmeli/beautifulcode
Snippet of beautiful code I find in the wild
https://github.com/rmeli/beautifulcode
Last synced: 2 months ago
JSON representation
Snippet of beautiful code I find in the wild
- Host: GitHub
- URL: https://github.com/rmeli/beautifulcode
- Owner: RMeli
- Created: 2022-04-07T09:34:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T09:35:30.000Z (about 3 years ago)
- Last Synced: 2025-02-01T05:26:03.687Z (4 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beautiful Code
Snippets of beautiful code that I find in the wild.
## [JAX](https://jax.readthedocs.io/en/latest/)
* [Pairwise distances](jax.md#pairwise-distances)
## Python
* [FizzBuzz with Infinite Iterables](python.md#fizzbuzz-with-infinite-iterables)