IT系

sphinxで作図

Shpinxで作図Sphinx & blockdiag Advent Calendar(全部俺)Blockdiagを用いたドキュメントのサンプルが大変役に立ちます!
IT系

Google reCAPTCHAのサンプル

こちらのサイトを参考にさせて頂きました♪
IT系

tableのセルの位置をクリックして書き換える

IDが#alertTableのセルをクリックして内容を書き換える$(function(){ $(' > tbody > tr > td').on('click',function(){ y = this.parentNode.rowInde...