An open API service indexing awesome lists of open source software.

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

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)