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

https://github.com/thenick775/miscellaneous-scripts-bin

Just a place for short out of context programs, and miscellaneous functions
https://github.com/thenick775/miscellaneous-scripts-bin

Last synced: 3 months ago
JSON representation

Just a place for short out of context programs, and miscellaneous functions

Awesome Lists containing this project

README

        

## Browser Compatible Programs
- [Nevada Covid-19 Cases Interactive Graph](https://rawcdn.githack.com/thenick775/miscellaneous-scripts-bin/e173fbac3c4eabcdccd4728a5178be63d800c115/covid19_nevada_d3/nevada-covid-19.html)

## Standalone Programs (Compatible with Go Playground)
Try them live!
- [3NF Schema From Functional Dependencies](https://play.golang.org/p/vMlOusFA4hE)
- [Database Attribute Closure](https://play.golang.org/p/HFge6jSsRP4)
- [CYK Parser](https://play.golang.org/p/eEP-GYVVobE)
- [Pascals Triangle](https://play.golang.org/p/Zum9rp_gZnF)
- [Sudoku Solver](https://play.golang.org/p/tSTgQS4O-_O)

## Programs that require Go on your system
- [Concurrent Mandelbrot Set](https://github.com/thenick775/miscellaneous-scripts-bin/tree/master/mandelbrot)