Skip to content

Instantly share code, notes, and snippets.

View seikichi's full-sized avatar
💭
社畜

Seiichi KONDO seikichi

💭
社畜
View GitHub Profile
@weilinear
weilinear / Makefile
Created December 1, 2012 07:21
cutil_inline.h
# Change the include line in Makefile
INCLUDES := -DCUDA_5 -I$(PYTHON_INCLUDE_PATH) -I$(NUMPY_INCLUDE_PATH) -I$(CUDA_SDK_PATH) -I./include -I./include/common -I./include/cudaconv2 -I./include/nvmatrix -I./dummyinclude/
@shimizukawa
shimizukawa / ext_ctags.py
Created November 30, 2012 03:38
ctags file generator for sphinx
# -*- coding: utf-8 -*-
import os
def doctree_resolved(app, doctree, docname):
filename = os.path.join(app.confdir, app.config.ctags_filename)
# load existent ctag
ctags = load_ctag(filename)

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: