Skip to content

Instantly share code, notes, and snippets.

View otakumesi's full-sized avatar
🎯
Focusing

Takuro Niitsuma otakumesi

🎯
Focusing
View GitHub Profile
@otakumesi
otakumesi / .markdown
Last active February 10, 2019 13:16
はてなブログ用のシェアボタンを作るぞ

はてなブログ用のシェアボタンを作るぞ

MITライセンスなので煮るなり焼くなりしてください。

A Pen by Takuro Niitsuma on CodePen.

License.

@otakumesi
otakumesi / zshrc_useful.sh
Created May 31, 2017 14:53 — forked from mollifier/zshrc_useful.sh
少し凝った zshrc
# 少し凝った zshrc
# License : MIT
# http://mollifier.mit-license.org/
########################################
# 環境変数
export LANG=ja_JP.UTF-8
# 色を使用出来るようにする
@otakumesi
otakumesi / 0_reuse_code.js
Created November 22, 2015 17:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console