quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

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

Ruby5 #415

Ruby5 - Episode #415 - October 29th, 2013 FFI is over dynamic c library loading hackernews licensing selenium-webdriver, guard, vagrant TryTo obj1.try(:met1).try(:met2).try(:met3).to_s try_to { obj.met1.met2.met3.to_s } TryTo.exceptions <<…

RubyTapas #141 - #146

141 Bounded Queue ? set a maximum size on our queue class def initialize(max_size = :infinite) ... def full? return false if @max_size == :infinite @max_size <= @items.size end condition_predicate wait_for_condition( @item_available, ->{@…

thoughtbot Giant Robots Episode #72 ★★

thoughtbot : Giant Robots Smashing into other Giant Robots Podcast : Episode 72: Up in the Mountains (Nathan Barry) Up in the Mountains (Nathan Barry) 本を書いて収入が上がった話 具体的な金額を言っている 読者のターゲットを考えるのが大事 Ema…

RubyTapas #134 - #140

134 Rake Clean ★★ コンバート sh "ebook-convert book.html #{t.name}" sh "kindlegen book.epub -o #{t.name}" Rake clean task require "rake/clean" CLEAN # => [] CLEAN.include("book.html") CLOBBER CLOBBER << "book.epub" CLOBBER << "book.mobi" $…