quattro_4 scribble

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

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

Ruby5 #408

Ruby5 - Episode #408 - October 4th, 2013 Nestive template injection that what content_for affords Ruby Resty Resty command-line tool rescue_from include ActiveSupport::Rescuable binding.repl binding.repl allows you to get similar functiona…

NSScreencast Episode #89 Networking in iOS 7

Networking in iOS 7 - NSScreencast iTunes Affiliate Search APIから情報を取得して表示 iTunes Affiliate Search API http://itunes.apple.com/search?term=beatles&country=JP developer tool HTTP Client - Mac Developer Tool for HTTP Debugging term…

thoughtbot Giant Robots Episode #69

thoughtbot Learn Geocoding in the Now Episode #69 Josh Clayton and Laila Winner on their book, Geocoding on Rails Ruby Geocoder geocoder gem with Redis, cache(memcache on heroku) area gem for USA cities jgv/area · GitHub finish new book ge…

thoughtbot Build Phase #10

thoughtbot Learn Grandmas Are Twice as Efficient Episode #10 Cookie ClickerがUSでも流行って、生産性台無し SubliminalというiOS integration testing framework 相変わらずKIFを絶賛している 1.X, 2.X accessor, deallocとかのmemory managementの話 …

Ruby5 #407

Ruby5 - Episode #407 – October 1st, 2013 Ruby 2.1 Walkthrough Refinements Decimal Literals Frozen String Literals Required Keyword Arguments Method Definition returns Method Name Removing Garbage Bytes from Strings StringScanner supports N…

Ruby5 #406

Ruby5 - Episode #406 – September 27th, 2013 Lambdas in Case === (a.k.a. the case equality operator) is_even = ->(n) { n.even? } is_even === 5 is_even.call(5) Rocker-Box a/b test static pages Snowden fuzzy search on text indices ["bacon", "…

NSScreencast Episode #88 Interactive View Controller Transitions

Interactive View Controller Transitions - NSScreencast スクリーンが上から垂れ下がるようなエフェクトの戻すパターン @interface InteractiveSwipe : UIPercentDrivenInteractiveTransition @property (nonatomic, strong) UIPanGestureRecognizer *pan;…

NSScreencast Episode #87 Xcode 5 Autolayout Improvements

Xcode 5 Autolayout Improvements - NSScreencast iOS7のAutoLayout Ctrl + drag to superview Top/Bottom/Leading/Trailing space to Container Center Vertically/Horizontally in Container Dragした方向のものが表示される Orange constraints -> not fu…

thoughtbot Giant Robots Episode #68

thoughtbot Learn Simplicity and Elegance Episode #68 Paul Farnell, CEO of Litmus Eメールのサービス founder of Litmus email campaign 2005 very fortunate office US 5 years taking off focus on email agency deal browser testing email testing m…

thoughtbot Build Phase #9

thoughtbot Learn Don't Call Me Shirley Episode #9 iOS7の話 apple自体がApp StoreとかPodcastのアプリをまだアップデートしていない バッテリー食う skeuomorphism bluetooth4 64bit apps airplane 32 yrs old big week tons of awesome article mostly i…

Ruby5 #405

Ruby5 - Episode #405 – September 24th, 2013 Ruby 2.1.0 preview1 New Generational GC In-browser Rails Console Rails Console on the Browser http://0.0.0.0:3000/console Splatting in Iterators arr.each do |attr, (label, count)| UNIX CoffeeScri…

Ruby5 #404

Ruby5 - Episode #404 – September 20th, 2013 explain_shell gem $ explain find . -type f -print0 "".gsub(rx) {} 'Apollo 12'.gsub(/(\w+) (\d+)/) { |name, number| puts name, number } 'Apollo 12'.gsub(/(\d+)/) { Regexp.last_match[1].to_i.next }…

thoughtbot Giant Robots Episode #67 ★★

thoughtbot Learn The Data Optimist Episode #67 Hilary Mason, Data Scientist in Residence at Accel Partners 聞きやすい データサイエンティストはコミュニケーション重要 Excel使い bitly bundled datasets research-quality data sets エレベーターの…

thoughtbot Build Phase #8

thoughtbot Learn The Levy Has Broken Episode #8 主にiOS7の話 iOS6との互換性の話とか 詳細の話が多すぎてついていけない hardware capability 64bit 99% apps ok UI Rect Edge thoughtbot Learn app thoughtbot/trail-map · GitHub cannot moving forwar…

NSScreencast Episode #86 iOS 7 View Controller Transitions

iOS 7 View Controller Transitions - NSScreencast スクリーンが上から垂れ下がるようなエフェクト UIViewControllerInteractiveTransitioning Protocol SwatchTransition transitionDuration animateTransition UIViewControllerTransitioningDelegate ani…

NSScreencast Episode #85 Hello, iOS 7

Hello, iOS 7 - NSScreencast Guide What's New in iOS: iOS 7.0 iOS 7 UI Transition Guide: Before You Start iOS7 status bar style faster screen animation slide right shift screen nav bar title fade in/out XCode5 capabilities Take a sneak peek…

NSScreencast Episode #84 xctool

xctool - NSScreencast Unit testをコマンドラインで走らせる $ xcodebuild ... TEST_HOST $(BUNDLE_LOADER) TEST_AFTER_BUILD=YES いろいろ面倒で問題あり xctool $ brew install xctool $ xctool -workspace LoginTester.xcworkspace \ -scheme LoginTeste…

NSScreencast Episode #83 TDD View Controllers Part 2

TDD View Controllers Part 2 - NSScreencast alert表示をmockしてテスト AlertViewProvider __block id _alertProvider; beforeEach(^{ _alertProvider = [OCMockObject mockForClass:[AlertViewProvider class]]; _vc.alertProvider = _alertProvider; [[_…

Ruby5 #402

Ruby5 - Episode #402 - September 13th, 2013 Ruboto IRB Ruby on Android (tablet) Railscasts Hiatus Polyglot Life capybara integration testing for Elixr RubyGems 2.1.1 fix CVE-2013-4287 dependency resolver Rails Load Path Tips Yokozuna distr…

Ruby5 #403

Ruby5 - Episode #403 - September 17th, 2013 Splash Shower Tunes 初スポンサーか Rails Env foreman, dotenv Onebox Open Graph Shortcode A Wordpress style shortcode parser Ruby 2.1 GC generational garbage collection postgres_ext Common Table E…

thoughtbot Giant Robots Episode #66

thoughtbot Learn With Great Power Comes Great Responsibility Episode #66 Anthony Eden 今はフランス、発音聞きとりやすい DNSの会社 パフォーマンスの関係上RubyからErlangへ Goがリソース的な観点で良いらしい france 3years kakathon? founder dnSimp…

thoughtbot Build Phase #7

thoughtbot Learn Less Fantasy, More Football Episode #7 iOS Recipe bookは一つ一つは短めの内容で良いらしい UITableViewControllerはほとんど使わないでUIViewController使うらしい 細かい実装の話多くてあまり頭入って来なかった delegateの好き嫌いと…

RubyTapas #129 - #133

129 Rake ★★ 知っている部分は多かった 知らなかった部分は file method file html_file => md_file do sh "pandoc -o #{html_file} #{md_file}" end dependencyも指定できる 指定のファイル/ディレクトリがあれば実行しないタスクを作る Rakeの基本的な使い…

RubyTapas #125 - #128

RubyTapas News このダウンローダーを採用 bf4/downloader · GitHub 別の長いscreencast The Making of Cowsays.com | Tekpub 125 And/Or ★★★ and/or と &&/|| user_name = user && user.name user_name # => "Avdi" user_name = user and user.name user_na…

thoughtbot Giant Robots Episode #65

thoughtbot Learn No! Videos Private! Episode #65 Chris Savage and Brendan Schwartz high level best staff video hosting for business huge change made video screencast on camera nervous stupid on camera share video survey all the customer wo…

Ruby5 #401

Ruby5 - Episode #401 - September 10th, 2013 Kochiku コシク CI for long test suites distributed build processes (分散、早い) Scaling Rails Envato Marketplaces Passenger on Heroku gem "passenger" Procfile Ruby off Rails PostgreSQL 9.3 Writab…

Ruby5 #400!

Ruby5 - Episode #400! - September 6th, 2013 WWTD Travis simulator StringMaster s = "Hello, glorious owner of the website\nI hope <b>you</b> like my message" s.prep.newlines_to_br.html_escape Localjob background queue built on top of POSIX message…

thoughtbot Build Phase #6

thoughtbot Learn Masochistic Programmers Episode #6 autocompletion vim plugin clang_complete vundler bottle neck jump to debug coredata stuff vim emulator ViEmu paid plugin visual studio web site is awful xvim little crash xcode plugin Lua…

NSScreencast Episode #82 TDD View Controllers with Specta and OCMock

TDD View Controllers with Specta and OCMock - NSScreencast loginをmockしてテスト Specta Expecta EXP_SHORTHAND - If not defined, expectations must be written with EXP_expect instead of expect OCMock [UIStoryboard storyboardWithName:@"MainSt…

thoughtbot Giant Robots Episode #64

thoughtbot Learn Wistfully Into the Air Episode #64 Des Traynor Intercom.io Inside Intercom Irish DUBLIN 'Contact all your customers, or just a segment, with ease.' Picking your Pricing Model​ Make Every Word Matter​ ​- Asking customers wh…