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

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.

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. |