https://github.com/justintime50/playground
Here lies scripts, tools, and snippets that don't yet warrant their own repo but are worth storing and sharing for future use, reference, or because they don't belong anywhere else.
https://github.com/justintime50/playground
playground script snippet test tool
Last synced: 6 months ago
JSON representation
Here lies scripts, tools, and snippets that don't yet warrant their own repo but are worth storing and sharing for future use, reference, or because they don't belong anywhere else.
- Host: GitHub
- URL: https://github.com/justintime50/playground
- Owner: Justintime50
- License: mit
- Created: 2021-09-21T05:39:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T16:04:38.000Z (about 3 years ago)
- Last Synced: 2025-02-06T03:31:54.772Z (8 months ago)
- Topics: playground, script, snippet, test, tool
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playground
This repo contains scripts, tools, and snippets that don't yet warrant their own repo but are worth storing and sharing for future use, reference, or because they don't belong anywhere else.
This code may be largely untested and is not guaranteed to work or follow best practices. Take a look at the individual accompanying READMEs for separate projects in the playground for more details.
## Projects
| Project | Description |
| -------------- | --------------------------------------------------------------------------------------------- |
| Humble Pi | A collection of Raspberry Pi projects. |
| Java Journey | Homework assignments I've helped others with programmed in the Java language. |
| Roverio | Rover IO is a suite of tools that traverses your directories and performs IO file operations. |
| SMS to List | Send an SMS to individual numbers from a CSV on macOS. |
| Web Scrapers | A collection of web scrapers. |
| Webhook Server | A fully functioning webhook server example written in Python using Flask. |