https://github.com/tschf/index
https://github.com/tschf/index
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tschf/index
- Owner: tschf
- License: unlicense
- Created: 2017-03-29T12:28:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T05:57:29.000Z (about 9 years ago)
- Last Synced: 2025-07-27T21:01:00.228Z (11 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# (Repository) Index
Lots of project names where the title might not always be useful. Here is a list of my work (worth mentioning) with a brief description :)
## Bash
* [sqlup](https://github.com/tschf/odl) - Upgrader for SQLcl. Depends on `odl`.
## Go
* [odl](https://github.com/tschf/odl) - Oracle Download Utility; Support for downloading Oracle installation media from the command line
## PL/SQL
* [pafs](https://github.com/tschf/pafs) - API for Stripe; proof of concept to get it working with PL/SQL. Didn't do much beyond issuing a charge.
* [pldu](https://github.com/tschf/pldu) (du) - dev util; Useful functions when developing a data model. Currently only has a drop_table function which removes table/sequence if it exists.
* [plgapi](https://github.com/tschf/pl-gapi) - API for working with Google APIs. Has some Drive, and Calendar implementations - can be extended with the framework easily enough