I hereby claim:
- I am iaserrat on github.
- I am iaserrat (https://keybase.io/iaserrat) on keybase.
- I have a public key ASCiON10183V85A6pkhmTn3WBTmBsNP4w-tmkBYPeAShhgo
To claim this, I am signing this object:
| module foo | |
| ( | |
| input In, | |
| input Reset, | |
| input Clock, | |
| input Set, | |
| output reg D); | |
| always @(posedge CLK) | |
| begin |
| import UIKit | |
| @UIApplicationMain | |
| class AppDelegate: UIResponder, UIApplicationDelegate { | |
| . | |
| . | |
| . | |
| func application(application: UIApplication, openURL url: NSURL, sourceApplication: NSString?, annotation: AnyObject) -> Bool { |
| // YourProject-Bridging-Header.h | |
| #import <FacebookSDK/FacebookSDK.h> | |
| // AppDelegate.swift | |
| import UIKit | |
| @UIApplicationMain | |
| class AppDelegate: UIResponder, UIApplicationDelegate { | |
| . |
| #!/usr/bin/env bash | |
| # Install RVM With Ruby | |
| \curl -sSL https://get.rvm.io | bash -s stable --ruby | |
| # Install Ruby 2.3.0 | |
| rvm install 2.3.0 | |
| rvm gemset create cpmx |
I hereby claim:
To claim this, I am signing this object:
This an ordered version of the original gist located at https://gist.github.com/marcanuy/06cb00bc36033cd12875