- http://flickr.com
- http://cnn.com
- http://letsfreckle.com # You need to log in
- http://google.com/.compact
- http://google.com/search?q=94117+weather
- http://www.amazon.com/gp/aw/kindle/storefront
Simple Mobile + Native
carthage update --no-use-binaries --no-build | |
*** Fetching PINOperation | |
*** Checking out PINCache at "3.0.1-beta.8" | |
*** Checking out PINOperation at "1.1.2" | |
carthage build --no-skip-current | |
*** xcodebuild output can be found in /var/folders/6h/ql1brcjx3936vr5vwgblbnc80000rm/T/carthage-xcodebuild.tCygxC.log | |
*** Downloading PINOperation.framework binary at "Modernize PINOperation" | |
*** Downloading PINCache.framework binary at "Modernization" | |
*** Building scheme "PINRemoteImage-tvOS" in PINRemoteImage.xcodeproj | |
*** Building scheme "PINRemoteImage" in PINRemoteImage.xcodeproj |
def create | |
build_resource! | |
card = ActiveMerchant::Billing::CreditCard.new( | |
:number => params[:expiry_number], | |
:month => params[:expiry_month], | |
:year => params[:date_year], | |
:name => params[:name_on_card], | |
:verification_value => :params[:cvv] | |
) |
#!/usr/bin/env ruby | |
lines = `git log -n 400 --format=oneline`.split("\n") | |
lines.map! do |line| | |
sha, *msg = line.split | |
msg = msg.join(' ') # unused | |
colors = sha.scan(/[a-z0-9]{8}/) | |
stops = colors.map do |color| | |
rgba = color.scan(/[a-z0-9]{2}/).map {|o| o.to_i(16)} | |
"rgba(#{rgba.join ','})" |
Simple Mobile + Native
waxClass{"AppDelegate", protocols = {"UIApplicationDelegate"}} | |
-- Well done! You are almost ready to run a lua app on your iPhone! | |
-- | |
-- Just run the app (ββ΅) in the simulator or on a device! | |
-- You will see a dull, bland "hello world" app (it is your job to spice it up.) | |
-- | |
-- If your prefer using TextMate to edit the Lua code just type | |
-- 'rake tm' from the command line to setup a wax TextMate project. | |
-- |
oo | |
β()! | |
/\ |
.__ ___. .__ __ .__ .___ | |
| |__ _____ ______ ______ ___.__. \_ |__ |__|_______ _/ |_ | |__ __| _/_____ ___.__. | |
| | \ \__ \ \____ \ \____ \< | | | __ \ | |\_ __ \\ __\| | \ / __ | \__ \ < | | | |
| Y \ / __ \_| |_> >| |_> >\___ | | \_\ \| | | | \/ | | | Y \/ /_/ | / __ \_\___ | | |
|___| /(____ /| __/ | __/ / ____| |___ /|__| |__| |__| |___| /\____ | (____ // ____| | |
\/ \/ |__| |__| \/ \/ \/ \/ \/ \/ | |
_____ ___ ___ ___ ___ ___ | |
/ /::\ / /\ / /\ /__/\ /__/\ /__/| ___ | |
/ /:/\:\ / /:/_ / /:/_ \ \:\ \ \:\ | |:| / /\ | |
/ /:/ \:\ / /:/ /\ / /:/ /\ \ \:\ \ \:\ | |:| / /:/ |