quattro_4 scribble

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

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

thoughtbot Build Phase #16

thoughtbot : Build Phase : 16: Bill F*ckin Murray Bill Murray - comedian UIPageViewController - iBook的なページめくる効果とか UIPageViewControllerの使い方 -基礎- - hyoromoの日記 Auto layoutでマイナス値使って面倒なことになったとか あまり印…

thoughtbot Giant Robots Episode #75 ★

thoughtbot : Giant Robots Smashing into other Giant Robots Podcast : Episode 75: Embedding Democracy (Catherine Bracy) Catherine Bracy Code for America | A New Kind of Public Service アメリカでも多大な予算をかけたのに大したこと無いシステム…

Ruby5 #419

Ruby5 - Episode #419 - November 15th, 2013 marco-polo shows your app name and environment in your console prompt Bitters Sass Stylesheets for Bourbon and Neat Smaller Payloads reduce the size of your HTML / JSON controller responses config…

thoughtbot Build Phase #14

thoughtbot : Build Phase : Episode 14: It got Real Dark categories, coconut water and mogenerator Categoryとprefixの話 namespace collisions coco water coco coffee coffee chocolate blog post tumblr doesnt prefix category prefix namespace co…

thoughtbot Build Phase #15

thoughtbot : Build Phase : Episode 15: CoreFrustration (Reda Lemeden) Reda Lemeden UI Dynamics in iOS 7 • UI Dynamics in iOS 7 iOS 7 is Gold Master. It... Recursive View Descriptions Debugging Layouts with Recursive View Descriptions in Xc…

thoughtbot Giant Robots Episode #74

thoughtbot : Giant Robots Smashing into other Giant Robots Podcast : Episode 74: Fancy Scala (Sean Griffin) Sean Griffin scala The Scala Programming Language coursera Coursera.org frameworks play Play Framework - Build Modern & Scalabl…

NSScreencast Episode #94 Upgrading an Old Project to XCTest

Upgrading an Old Project to XCTest - NSScreencast Kiwi/XCTestを使ってテストを動くようにする Podfile target :GuessTheNumberXCTests, :exclusive => true do pod 'Kiwi/XCTest' BuildsSettings Other Linker Flags Library Search Paths remove link b…

Ruby5 #418

Ruby5 - Episode #418 – November 9th, 2013 RubyConf Miami Terence Lee Bundler 1.5.0.rc.1 faster bundler bundle install -j4 bundle config --global jobs 4 BUNDLE_JOBS bundle config mirror.http://rubygems.org http://rubygems-mirror.org/ The ru…

NSScreencast Episode #93 Background Transfers

Background Transfers - NSScreencast 画像のダウンロードをバックグラウンドで実行 downloadTapped if (!self.session) { self.session = [NSURLSession sessionWithConfiguration:config delegate:self delegateQueue:nil]; NSURLSessionDownloadTask *tas…

Ruby5 #417

Ruby5 - Episode #417 – November 5th, 2013 Rails 4.0.1 Release 460 commits bugfix, faster Cleaning your YAML development: &base <

Ruby5 #416

Ruby5 - Episode #416 – November 1st, 2013 Gem Teardown Rails Rumble rails4 turn off turbolinks angular, backbone Angular/Backbone Statesman StateMachine object include Statesman::Machine table_print > tp Book.all, :author, "title" Pronto r…

thoughtbot Giant Robots Episode #73 ★

thoughtbot : Giant Robots Smashing into other Giant Robots Podcast : Episode 73: Spooky Robots Haunting other Spooky Robots (Drew Neil) Spooky Robots Haunting other Spooky Robots (Drew Neil) vimcast vim本 Practical Vim The Pragmatic Booksh…

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" $…

NSScreencast Episode #92 Background Fetch

Background Fetch - NSScreencast Weather appでlocationからの検索をバックグラウンドを使って実行 weather app search by location WeatherFetcher sharedInstance cachedResult needsRefresh NSTimeInterval interval = abs([lastUpdated timeIntervalSin…

thoughtbot Build Phase #13

thoughtbot Learn I'm a Professional! Episode #13 MapViewをカスタマイズとかするとき、overlayで面倒な部分があるみたいな話 細かい実装方法の話、いろいろパターンある delegate, proxy, idにcastとか, intercept NSProxyがよく分からない decoratorパタ…

Ruby5 #414

Ruby5 - Episode #414 - October 25th, 2013 Casting delegation library Delegate methods in Ruby and preserve self user.cast_as(UserRepresenter) autoprefixer Autoprefixer is a tool to parse CSS and add vendor prefixes to CSS rules using value…

Ruby5 #413

Ruby5 - Episode #413 - October 22nd, 2013 Rails 3.2.15 & 4.0.1 RC1 security fix rails4 450 bugfix Upgrading to Rails 4 Build the book yourself kitabu can export ePub and HTML Migrant Migrant gives you a clean DSL to describe your model sch…

NSScreencast Episode #91 AFNetworking 2.0

AFNetworking 2.0 - NSScreencast AFNetworking 2.0使って画像を表示とか Podfile platform :ios, '7.0' pod 'AFNetworking', '~> 2.0.1' view controller #import "AFNetworking.h" AFHTTPSessionManager [self GET:@"/search" parameters country term dis…

thoughtbot Giant Robots Episode #71

thoughtbot Learn The Power of the Truth Episode #71 Josh Clayton and Ben Orenstein thoughtbot内部の話 アドバイザーとしての話 Learnで良かった部分の話とか メディア関連のfull timeの人を雇った thoughtbot boston office sales aspect code review …

Ruby5 #412

Ruby5 - Episode #412 - October 18th, 2013 NewRelic X-Ray sessions Rubinius X ActiveModel::Serializers no direct access to serialize object Less code Less complicated design Performance improvement def filter(keys) Parallel Tests w/Docker A…

thoughtbot Build Phase #12

thoughtbot Learn The Island of Dr Gordó Episode #12 顔を入れ替えるアプリの話してて爆笑してた Form Bindingのライブラリを作っている オープンソースにするか考えている face swapping bookmark this site change gravatar email address campfire form…

thoughtbot Giant Robots Episode #70

thoughtbot Learn Let Your Freak Flag Fly Episode #70 Jeff Atwood about Discourse, forum software, and soylent Disclosure (next-generation discussion platform) discourse/discourse · GitHub stack exchange guidance moderation from community d…

Ruby5 #411

Ruby5 - Episode #411 - October 15th, 2013 Refactor book [Refactoring in Ruby] Shrimp Shrimp is a Ruby library that uses PhantomJS to render PDF Middleware Shrimp comes with a middleware that allows users to get a PDF view of any page on yo…

Ruby5 #410

Ruby5 - Episode #410 - October 11th, 2013 Pain-free Testing Don’t Use Cucumber Use Page Objects (capybara) Create Useful Failure Messages Embrace Asynchronous Testing expect(page).to_not have_css('.post') - waits for .post elements to show…

NSScreencast Episode #90 Table View Images in iOS 7

Table View Images in iOS 7 - NSScreencast TableView上のimageをロードする iTunes affiliate search api filter by entity type beatles , pink floyd artworkUrl100 sessiondatatask with url ns url session image cache depends on server cache contr…

thoughtbot Build Phase #11

thoughtbot Learn Podspec or Bust Episode #11 初ゲスト Mattt Thompson, Mobile Lead at Heroku, creator of AFNetworking, NSHipster and Helios 新しいAFNetworking2 新たにiOS7のNSURLSession (NSURLConnectionの代わり) classデザインが良い 多くのア…

Ruby5 #409

Ruby5 - Episode #409 - October 8th, 2013 Rubinius 2.0 Ruby Hero Brian Shirai the foundation for modern concurrent and distributed applications MRI 2.1 vs. Rubinius 2.0 benchmarks across MRI, JRuby, and Rubinius using the ruby­benchmark­sui…