8000 GitHub - dsoprea/RandomUtility: Disparate tools by published by Dustin.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dsoprea/RandomUtility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Disparate tools by published by Dustin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0