Skip to content

Instantly share code, notes, and snippets.

@hhuuggoo
hhuuggoo / gunicorn
Created November 21, 2014 02:08
gunicorn
from os.path import join, dirname
from blaze import resource
from blaze.server import Server
@hhuuggoo
hhuuggoo / meta.yaml
Created April 15, 2015 15:26
simplest conda recipe for pure python package (without setuptools!)
package:
name: examplepackage
version: "1.0"
@hhuuggoo
hhuuggoo / emacs
Created January 24, 2018 14:19
emacs
(add-to-list 'load-path "/Users/hugo/.emacs.d/lisp")
(add-to-list 'auto-mode-alist '("\\.ini\\'" . python-mode))
(require 'ido)
(require 'uniquify)
(require 'pbcopy)
(require 'etags-select)
(require 'find-file-in-tags)
(require 'cython-mode)
(add-to-list 'auto-mode-alist '("\\.pyx\\'" . cython-mode))
;;;###autoload
@hhuuggoo
hhuuggoo / SETUP.md
Created April 7, 2019 16:24
How Hugo sets up AWS kubernetes clusters