I hereby claim:
- I am regnarock on github.
- I am widgethiro (https://keybase.io/widgethiro) on keybase.
- I have a public key ASBuadzoLttCuOJCO9vnMBK0L96iF_Ne8x5Et6L3TJqpngo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# | |
# Thomas Wilgenbus <[email protected]> | |
# Based on work from Joshua Miller <[email protected]> => https://gitlab.com/snippets/22979 | |
# | |
# Outputs the dependencies for a pip package name provided on the command line. | |
# | |
PACKAGE=$1 | |
pip download $PACKAGE -d /tmp --no-binary :all: \ |
# install pycharm debug in project virtualenv | |
# easy_install /usr/lib/pycharm-4.5.2/debug-eggs/pycharm-debug.egg | |
#add new 'Python Remote Debug' configuration in (for example port 1999) | |
import pydevd | |
pydevd.settrace('localhost', port=1999, stdoutToServer=True, stderrToServer=True, suspend=False) |
https://raw.githubusercontent.com/Homebrew/homebrew/master/share/doc/homebrew/El_Capitan_and_Homebrew.md |
## Ignore Visual Studio temporary files, build results, and | |
## files generated by popular Visual Studio add-ons. | |
# User-specific files | |
*.suo | |
*.user | |
*.sln.docstates | |
# Build results |