Skip to content

Instantly share code, notes, and snippets.

@yu81
yu81 / printout.js
Last active December 23, 2015 11:59 — forked from tricknotes/printout.js
// For printout https://gist.github.com
// DOM
$('#header').remove();
$('#repos').remove();
$('.secondary').remove();
$('.meta').remove();
$('#footer').remove();
$('.push').remove();
$('#comments').remove();
@yu81
yu81 / zshrc_useful.sh
Last active May 23, 2016 07:08 — forked from mollifier/zshrc_useful.sh
少し凝った zshrc
# 少し凝った zshrc
# License : MIT
# http://mollifier.mit-license.org/
########################################
# 環境変数
export LANG=ja_JP.UTF-8
path=(/opt/otto/bin ~/.apachehere/bin ~/.pyenv/shims ~/.rbenv/shims ~/bin(N-/) /usr/local/bin(N-/) /usr/local/heroku/bin ~/.composer ~/.composer/vendor/bin ~/.nodebrew/current/bin /Developer/NVIDIA/CUDA-7.0/bin ${path})
export CUDA_HOME=/usr/local/cuda