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
- Host: GitHub
- URL: https://github.com/thenick775/miscellaneous-scripts-bin
- Owner: thenick775
- Created: 2020-02-07T05:41:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T22:47:46.000Z (about 2 years ago)
- Last Synced: 2025-01-22T09:32:57.864Z (4 months ago)
- Language: Go
- Homepage:
- Size: 7.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)