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

https://github.com/j2kun/program-gallery

Program Gallery
https://github.com/j2kun/program-gallery

gallery programming software

Last synced: about 2 months ago
JSON representation

Program Gallery

Awesome Lists containing this project

README

        

# Program Gallery

Programming is the art of Function, Form, Logic, and Balance.

Utility of the working program provides Function.

Organization and good abstraction creates Form.

The correctness is established with Logic.

Limitations and tradeoffs require harmonious Balance.

## Visitor's Guide

```
.
├── data_analysis
│   └── principal_components.py
├── geometry
│   └── earthmover.py
├── lists_and_sequences
│   ├── dynamic_time_warp.py
│   ├── poly_mul.py
│   └── shuffle.py
├── randomized
│   ├── blum_blum_shub.py
│   ├── coins.py
│   ├── primality.py
│   └── unit_sphere.py
├── sorting
│   └── bayesian_ranking.py
├── streaming
│   ├── counting.py
│   ├── majority.py
│   ├── median.py
│   └── reservoir_sampling.py
└── tables
└── memoize.py
```