Skip to content

Instantly share code, notes, and snippets.

@lukekulik
lukekulik / modern-geospatial-python.md
Created October 9, 2017 16:24 — forked from jqtrde/modern-geospatial-python.md
Modern remote sensing image processing with Python
@lukekulik
lukekulik / caffee_makefile.config
Created September 15, 2017 22:01
Caffe installation on OS X 10.12 with Homebrew
## Refer to http://caffe.berkeleyvision.org/installation.html
# Contributions simplifying and improving our build system are welcome!
# cuDNN acceleration switch (uncomment to build with cuDNN).
# USE_CUDNN := 1
# CPU-only switch (uncomment to build without GPU support).
CPU_ONLY := 1
# uncomment to disable IO dependencies and corresponding data layers
@lukekulik
lukekulik / osx-setup.sh
Last active August 19, 2016 14:38 — forked from somebox/osx-setup.sh
Set up an macOS devbox from zero to awesome. Uses Homebrew (and cask). Focused on Python development, includes SciPy stack and many tools.
#!/bin/bash
# A script to set up a new mac. Uses bash, homebrew, etc.
# Credits to everyone I copied it from.
# Focused for ruby/rails development. Includes many utilities and apps:
# - homebrew, rvm, node
# - quicklook plugins, terminal fonts
# - browsers: chrome, firefox
# - dev: iterm2, sublime text, postgres, chrome devtools, etc.