2013-06-10から1日間の記事一覧

jsPlumbのCDN

最新版は1.4.1だけど。 1.3.9 http://jsplumb.org/js/jquery.jsPlumb-1.3.9-all-min.js(追記) 最新版 http://jsplumbtoolkit.com/demo/js/jquery.jsPlumb-1.5.5-min.js

jsPlumbのチュートリアル

http://dev.36t.jp/jsPlumb/ 線の接続:http://dev.36t.jp/jsPlumb/test16.htmljsFiddle - http://jsfiddle.net/8jPLd/3/ - http://jsfiddle.net/shohei/axDac/ Groovyで使う http://groovyarekore.blogspot.jp/2012/04/grailsjsplumbendpoint_15.html

RDSをコマンドラインで設定する

http://d.hatena.ne.jp/ke-16/20111111/1320961707http://d.hatena.ne.jp/deeeki/20110606/rds_modify_db_parameter_group

emacsのCoffee modeでインデントのタブ幅を2にする

http://qiita.com/items/2b5b0303f5a7aa69392a.emacsに以下を追記 (defun coffee-custom () "coffee-mode-hook" (and (set (make-local-variable 'tab-width) 2) (set (make-local-variable 'coffee-tab-width) 2)) ) (add-hook 'coffee-mode-hook '(lambda()…

MacのターミナルでCtrl-TABでタブ移動する

http://willnet.in/49システム環境設定のキーボードから設定変更する。

パンズームするjQueryプラグイン

jquery.panzoom https://github.com/timmywil/jquery.panzoom