Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
Program Gallery
- Host: GitHub
- URL: https://github.com/j2kun/program-gallery
- Owner: j2kun
- Created: 2016-07-09T17:35:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T02:03:59.000Z (over 1 year ago)
- Last Synced: 2024-04-14T06:08:01.799Z (10 months ago)
- Topics: gallery, programming, software
- Language: Python
- Size: 20.5 KB
- Stars: 18
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```