2015-04-01から1ヶ月間の記事一覧

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 …