Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsoprea/RandomUtility
Disparate tools by published by Dustin.
https://github.com/dsoprea/RandomUtility
Last synced: 3 months ago
JSON representation
Disparate tools by published by Dustin.
- Host: GitHub
- URL: https://github.com/dsoprea/RandomUtility
- Owner: dsoprea
- License: gpl-2.0
- Created: 2013-09-27T03:45:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T12:17:38.000Z (over 8 years ago)
- Last Synced: 2024-06-08T21:34:15.238Z (5 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 14
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Summary
-------Disjunct utilities packaged for convenience.
### Python (Python3 compatible)
- *get_as_python.py*: Convert data to Python code.
- *password_check.py*: A password strength-checker adapted from django-passwords.
- *text_prompts.py*: Console-based form functionality.
- *csv_print*: Command-line tool to format and print a CSV (either in column-oriented or row-oriented format).### Python (Python 2.x compatible, or Python3 untested)
- *ssl_webserver*: A simple, Python-based SSL webserver.
- *s3_parallel_upload.py*: A parallel S3 uploader using greenlets (gevent).
- *s3_parallel_download.py*: A parallel S3 downloader using greenlets (gevent).
- *ssl_sign.py*: A parallel S3 uploader using greenlets (gevent).
- *get_tfs2015_build_definition_id.py*: A utility to resolve TFS 2015 build-definition names to their ID integers given an agent-path.### C
- *list*: A vector implementation for C. It stores contiguously and grows like
vectors do (doubles, when needed). It shrinks similarly. It's thread-safe.