Skip to content

Instantly share code, notes, and snippets.

View takakd's full-sized avatar
🧑‍💻
coding, coding, and coding

Takahiro Kudo takakd

🧑‍💻
coding, coding, and coding
  • VIdeo Market Corp.
  • Japan
View GitHub Profile
@takakd
takakd / sampleREADME.md
Last active August 8, 2020 14:38 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.
@takakd
takakd / 0_reuse_code.js
Created August 16, 2017 08:16
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
@takakd
takakd / pt_menuitem.vim
Last active January 8, 2017 16:42 — forked from 17g/grep_menuitem.vim
NerdTreePluginのgrep_menuitem.vimって便利だけど実行後にこっそりカレントディレクトリが変更されてしまってる。。スペースなどが入った場合もそのまま検索できるようにしたかった。なので少し付け加え。Forked from https://gist.github.com/masaakif/414375
"shove this in ~/.vim/nerdtree_plugin/grep_menuitem.vim
"
"A really rough integration of :grep with nerdtree. Adds a 'g' menu item that
"prompts the user for a search pattern to use with :grep. :grep is run on the
"selected dir (using the parent if a file is selected)
"
" Originally written by scrooloose
" (http://gist.github.com/205807)
" Forked by masaakif
" (http://gist.github.com/205807)