Skip to content

Instantly share code, notes, and snippets.

@remram44
Last active December 22, 2015 01:19
Show Gist options
  • Select an option

  • Save remram44/6395328 to your computer and use it in GitHub Desktop.

Select an option

Save remram44/6395328 to your computer and use it in GitHub Desktop.
All my handy gists as submodules!
[submodule "c-matrix_to_quaternion"]
path = c-matrix_to_quaternion
url = https://gist.github.com/5260578.git
[submodule "c-stringify"]
path = c-stringify
url = https://gist.github.com/5109330.git
[submodule "general-color"]
path = general-color
url = https://gist.github.com/6284607.git
[submodule "general-file_is_binary"]
path = general-file_is_binary
url = https://gist.github.com/5241399.git
[submodule "java-TextLoader"]
path = java-TextLoader
url = https://gist.github.com/1974886.git
[submodule "python-debugmt"]
path = python-debugmt
url = https://gist.github.com/5699241.git
[submodule "python-ipython_callbacks"]
path = python-ipython_callbacks
url = https://gist.github.com/5902529.git
[submodule "python-ipython-errors"]
path = python-ipython-errors
url = https://gist.github.com/6395281.git
[submodule "python-pickleable_staticmethods"]
path = python-pickleable_staticmethods
url = https://gist.github.com/5769651.git
[submodule "python-QtWrapper"]
path = python-QtWrapper
url = https://gist.github.com/5985681.git
[submodule "utils-rename"]
path = utils-rename
url = https://gist.github.com/6394470.git
[submodule "utils-timeprefix"]
path = utils-timeprefix
url = https://gist.github.com/6054764.git
[submodule "other-cygwin_wrapper"]
path = other-cygwin_wrapper
url = https://gist.github.com/4642964.git

General

General programming stuff that can probably be translated to another language if need be.

  • color.py: rgb/hsv conversion, and generator of visually different colors
  • file_is_binary.py: identifies whether a file is binary or plaintext

C

Java

Python

Utils

Useful utilities not intended to be put in other software.

  • rename.sh: mass file renaming with a regex
  • timeprefix.py: prefixes each line of input with the time elapsed (for use in pipes)

Other

  • cygwin_wrapper: allows to place an sh binary on the Windows PATH that runs through Cygwin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment