quattro_4 scribble

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

2014-12-01から1ヶ月間の記事一覧

RubyMotion for Rails Developers: MotionKit (part 1 & 2)

RubyMotion for Rails Developers: MotionKit (part 1) - MotionInMotion RubyMotion for Rails Developers: MotionKit (part 2) - MotionInMotion MotionKit (part 1) gem 'motion-kit' class MainLayout < MotionKit::Layout def layout add UILabel, :lab…

RubyMotion for Rails Developers: Auto-Layout (part 3)

RubyMotion for Rails Developers: Auto-Layout (part 3) - MotionInMotion Auto-Layout (part 3) addConstraints NSLayoutConstraint.constraintsWithVisualFormat options: NSLayoutFormatDirectionLeadingToTrailing, metrics: { 'padding' => 20 }, view…

NSScreencast Episode #149 How Bézier Paths Work

How Bézier Paths Work - NSScreencast ベジェ曲線の描画の仕組みを可視化 UIBezierPath 基準点(2点)に対する補助線を描画 interpolatePosition drawPoint startPoint , endPoint , control1 , control2 各辺を移動する点を可視化 それらの点の隣り合う2点を…

NSScreencast Episode #148 Function Composition with CI Filters

Function Composition with CI Filters - NSScreencast Filterをfuncなどを使って実装 typealias Filter = CIImage -> CIImage func func sepia() -> Filter { func blur(radius: Double) -> Filter { func vortex(angle: Double) -> Filter { CIFilter(name…

NSScreencast Episode #147 Core Image

Core Image - NSScreencast SepiaとBlurの効果を画像に適用 白黒画像の白さを立体表現に変換する例 周囲のpixelから計算 blur効果ができる仕組み Core Image Filter Reference let filter = CIFilter(name: "CISepiaTone", withInputParameters: failurable …

Rebuild 69-72

Rebuild: 69: How To Give Thanks (N, naan) thanksgiving インディアン anti turkeyどうやっても不味い black friday cyber monday best buy チェス 人間も全部負けるわけじゃない AWSとかでスケールしたら勝てない 羽生はチェスが趣味、日本で一番 電王戦…

Ruby5 #518

Ruby5 - Episode #518 - December 19, 2014 Ruby5 - Episode #518 - December 19, 2014 NewRelic IPO Eastward Ho principles of 'Tell, Don't Ask' RubyConf 2014 - Eastward Ho! A Clear Path Through Ruby With OO Jim Gay - YouTube No Hashie Hashie - …

Ruby5 #517

Ruby5 - Episode #517 - December 16, 2014 Ruby5 - Episode #517 - December 16, 2014 Streem Matz concurrent scripting language Rails 4.2.0.rc3 Active Jobs, Asychnonous mails, Adequate record, web console, and foreign key support Papercrop rsa…

thoughtbot Giant Robots Episode #126 ★

126: Log In to Your Space (Zach Dunn) | Giant Robots Smashing into other Giant Robots Podcast Chad talks to Zach Dunn, CPO of Robin Robin - Automation and analytics for the modern office name comes from painkiller sidekick, batman Robin (c…

thoughtbot Giant Robots Episode #125

125: Rebooting (Adarsh Pandit) | Giant Robots Smashing into other Giant Robots Podcast Chad talks to Adarsh Pandit, thoughtbot SF Managing Director & host of the Reboot podcast Reboot love science chemistry apprentice program first batch o…

thoughtbot The Bike Shed Episode #4

4: Put Everything on the Front End | The Bike Shed Discourse benchmark Attribute api Erik Michaels-Ober - Writing fast Ruby - YouTube Writing Fast Ruby // Speaker Deck Writing Fast Rubyというスライドが良い | mah365 thoughtbot/scenic · GitH…

Ruby5 #516

Ruby5 - Episode #516 - December 9, 2014 Ruby5 - Episode #516 - December 9, 2014 jRuby 1.7.16.2 possible denial of service via XML expansion already patched in MRI with the release of Ruby 2.1.5 on November 13th ROM 0.4.0 Ruby Object Mapper…

thoughtbot Build Phase #66

66: That's My Neck Tattoo | Build Phase Disney Frozen selfie stick Swift Team Chris Lattner Joe Subclass vs Protocol lunch jimmy jones corelation tech talk frozen movie not that bad workin on app interesting stuff http server go pro camera…

thoughtbot Build Phase #65

65: Installing X11 | Build Phase Wireshark X11 growth team growth hacker .framework Carthage/Carthage · GitHub A simple, decentralized dependency manager for Cocoa liftoff swift Carthage/Commandant · GitHub Swift framework for parsing comm…

Ruby5 #515

Ruby5 - Episode #515 - December 5th, 2014 Ruby5 - Episode #515 - December 5th, 2014 RubyConf 2014 Confreaks Spyme easily grab location info from the browser and access it through the session current_location Foreign Keys Derek Prior from T…

Ruby5 #514

Ruby5 - Episode #514 - December 2, 2014 Ruby5 - Episode #514 - December 2, 2014 Rails 4.2.0 RC1 upgrade guide posted with detailed instructions Opal HTML5 SCRIPT tags which use “text/ruby” not yet production ready Deploy Rails how to build…

Ruby5 #513

Ruby5 - Episode #513 - November 25th, 2014 Ruby5 - Episode #513 - November 25th, 2014 Statically Typed Ruby Matz introduction of the possibility of a statically typed Ruby 3.0 Flip Flop Operator The flip flop operator is a range (..) opera…

NSScreencast Episode #146 Vibrancy and Blur

Vibrancy and Blur - NSScreencast テキスト表示エリアに透けるエフェクト 過去のエピソード Blur - NSScreencast UIVisualEffectView UIBlurEffect [UIBlurEffect effectWithStyle:UIBlurEffectStyleExtraLight] UIBlurEffectStyleDark UIBlurEffectStyleLi…

RubyMotion for Rails Developers: Auto-Layout (part 1 & 2)

RubyMotion for Rails Developers: Auto-Layout (part 1) - MotionInMotion RubyMotion for Rails Developers: Auto-Layout (part 2) - MotionInMotion Auto-Layout (part 1) AddTaskViewController < UIViewController view.layout_guide = self.topLayoutG…

RubyMotion for Rails Developers: Views in depth (Part 1 & 2)

RubyMotion for Rails Developers: Views in depth (Part 1) - MotionInMotion RubyMotion for Rails Developers: Views in depth (Part 2) - MotionInMotion Views in depth (Part 1) UIView hidden alpha opaque clipsToBounds like css overflow true -> …

thoughtbot The Bike Shed Episode #3

3: Flipping the Script | The Bike Shed swift foo?.bar CoffeeScript vs JavaScript stockholm syndrom debugging on browser Coffeeで書いてもDebugはJavaScriptだから precompiling ES6 classes Default Parameter Values splat javascript concatenatio…