Skip to content

Instantly share code, notes, and snippets.

View regnarock's full-sized avatar
🎯
Focusing

Thomas Wilgenbus regnarock

🎯
Focusing
  • The Black Cat
  • Paris
View GitHub Profile

Keybase proof

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:

#!/bin/sh
#
# Thomas Wilgenbus <thomas.wilgenbus@gmail.com>
# Based on work from Joshua Miller <pitt.joshua.miller@gmail.com> => 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
@regnarock
regnarock / .gitignore
Created October 17, 2013 01:52
My .gitignore file : - VS - BitSync
## 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