I hereby claim:
- I am ltk on github.
- I am ltk (https://keybase.io/ltk) on keybase.
- I have a public key whose fingerprint is 3645 8287 A73B B0A6 8876 40F8 A6C4 FAE0 A291 54CE
To claim this, I am signing this object:
| lolwat |
| require 'aws-sdk' | |
| require 'listen' | |
| require 'pathname' | |
| require 'terminal-notifier' | |
| module Kloud | |
| class Application | |
| attr_reader :directory, :screen_shots | |
| def initialize(directory) |
| map $split_test_cookie_name $split_test_cookie { | |
| default $cookie_split_test_version; | |
| } | |
| upstream app.com { | |
| server old.app.com; | |
| } | |
| split_clients "app${remote_addr}${http_user_agent}${date_gmt}" $upstream_variant { | |
| 10% "test"; |
| Hi folks, | |
| Thanks for RSVPing to the “Building iOS & Android Apps with React Native” workshop at SXSW! | |
| This workshop is built around technical exercises. In order to participate in these exercises, we ask that you: | |
| - Bring a computer and either an iOS or Android device with you to the workshop | |
| - Install XDE (https://docs.expo.io/versions/latest/introduction/installation.html) on your computer before you arrive | |
| - Install the Expo app (https://expo.io/tools#client) on your iOS or Android device before you arrive | |
| Thanks, and we look forward to seeing you all Sunday! |
| def params | |
| [0,0] | |
| end | |
| def examples | |
| [ | |
| { | |
| :x => 1, | |
| :y => 3 | |
| }, |
I hereby claim:
To claim this, I am signing this object:
2-3 elected & termed cabinet positions distribute management work typically assigned to managing director
| Input | |
| |---------------------------------------| | |
| | Search Phrase | Total Searches | | |
| | ======================================| | |
| | Lemurs | 1,000 | | |
| | durham bulls | 500 | | |
| | bull fighting | 100 | | |
| | lemur dance | 2,000 | | |
| | Durham | 700 | | |
| | How to catch a lemur | 35 | |
| @module-width: 50px; | |
| @module-height: 100px; | |
| @module-link-color: @blue; | |
| div.module { | |
| width: @module-width; | |
| height: @module-height; | |
| background: @module-background; | |
| a { |
| # app.rb | |
| require 'sinatra' | |
| require 'net/http' | |
| require 'rexml/document' | |
| class Photo | |
| attr_reader :src, :caption, :first | |
| def initialize(src, caption, count) | |
| @src, @caption = src, caption |