macでカーソルの動きを速くする

https://pqrs.org/osx/karabiner/index.html.ja

https://github.com/glenjamin/react-calendar/blob/master/CalendarMonth.jsx https://lodash.com/

http://stackoverflow.com/questions/20317932/displaying-image-object-from-controller-in-the-browser

Postgreを入れる

http://qiita.com/_daisuke/items/13996621cf51f835494b

OneToManyとかManyToManyで持ってるlistをorderbyする

import javax.persistence.OrderBy; @ManyToMany @OrderBy("createdDate Desc") public List blogs;

moment.js

http://qiita.com/ue5963/items/729c76fe5b821e5c504e http://blog.asial.co.jp/1158

~/Applications/rails_apps/captionner (master)% rails server -b 192.168.11.24 ~/Applications/squall (master) <U>% thor server:start ~/Applications/squall/api (master) <U>% tail -f log/development.log ~/Applications/squall/ws (master) <U>% tail -f lo</u></u></u>…

http://tsuchikazu.net/active_record_single_use/

h2-browser http://nilfigo.hatenablog.com/entry/2013/09/10/173552

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ファイルに記載…

Hirb.enable

pptを画像化した時に日本語が□になってしまうのをどうにかする

ちょっと古い記事だけど http://experiment.blog.so-net.ne.jp/2010-02-01 http://d.hatena.ne.jp/kawam/20060828 以下このサイトを参考にした使えるフォントチェックのコード http://www2b.biglobe.ne.jp/~daisu-n/mania.html Font [] fonts = GraphicsEnvi…

サムネイル

参考URLhttp://getbootstrap.com/components/#thumbnails <div class="row"> <div class="thumbnails">←thumbnailsはなくてもいい @for(thumbnail <- thumbnailPathList) { <div class="col-md-4">←横幅12分割の内1つのサムネイルに割り当てる数 <a href="#" class="thumbnail">←thumbnailで囲われた範囲に枠がつく </a></div></div></div>

Graphics2Dを使って画像化するときにフォントを指定する

Graphics2D graphics = rendering(img,pgsize.width,pgsize.height); Font font = new Font("Arial", Font.PLAIN, 12); graphics.setFont(font); Font f = graphics.getFont(); System.out.println(f.getFontName()); slide[i].draw(graphics);

PDF画像化の際にサイズを変更する

Iterator

a

a