2015-01-01から1年間の記事一覧

http://www.oreilly.co.jp/books/9784873117195/

http://www.calbee.co.jp/shohin/proyakyu/baseball2015a.php

length = 9 numbers = [*0..9] alpha_bigs = [*'A'..'Z'] alpha_smalls = [*'a'..'z'] symbols = "! # $ % & @ + * ?".split(/\s+/) codes = [numbers, alpha_bigs, alpha_smalls, symbols].shuffle password = [] length.times do |i| password << codes[i …

cssでふきだしを作る

http://nelog.jp/line-bolloon-css

http://line-t.net/2012/09/29/bootstrap-modal-not-hidden/

bundle exec padrino start --port 8083 --pid pid/squall_api.pid tail -f log/development.log squall/api bundle exec ruby lib/apis/websocket.rb -p 8082 -l ../../log/info.log -P ../../pid/squall_ws.pid tail -f log/info.log squall/ws

web-socket-jsのFlash接続について - pochi's weblog

WebSocketのエラー

[WebSocket] cannot connect to Web Socket server at ws://192.168.1.9:10081/ (SecurityError: Error #2048) make sure the server is running and Flash socket policy file is correctly placed とエラーがでる

play2をherokuで動かす

remote: [error] error while loading CharSequence, class file '/tmp/scala_buildpack_build_dir/.jdk/jre/lib/rt.jar(java/lang/CharSequence.class)' is broken remote: [error] (bad constant pool tag 18 at byte 10) remote: [error] error while loa…

@Column(columnDefinition="TEXT")

モバイルで程よい幅で表示したい

ここを参考にしました http://tech.nitoyon.com/ja/blog/2013/02/15/viewport/

外部サイトの特定部分のみ取得したい

http://www.kaasan.info/archives/1858 このサイトが参考になりました

・jquery.selection http://madapaja.github.io/jquery.selection/ja_jp.html テキストエリアでカーソルのある位置対して操作したりできる ・jquery.tmpl https://github.com/BorisMoore/jquery-tmpl jsファイル内に記述されたhtmlタグをhtmlファイルに記載…