I hereby claim:
- I am hectormatos2011 on github.
- I am krakendev (https://keybase.io/krakendev) on keybase.
- I have a public key whose fingerprint is F389 BAA0 8B40 7299 4BE4 18DD EC0E 33CA B4CD 45F9
To claim this, I am signing this object:
#!/bin/bash | |
# This is a simple script that sets up a public SSH key and copies it to the | |
# clipboard, so you can paste it into your GitHub account here: | |
# https://github.com/settings/keys | |
# | |
# It only handles the default public key name, id_rsa. Deal with it :D | |
# Check for existing public key | |
keys=`find ~/.ssh -type f -name 'id_rsa.pub'` |
I hereby claim:
To claim this, I am signing this object:
//: Playground - noun: a place where people can play | |
import UIKit | |
protocol MythicalCreatureDisplayable: class { | |
associatedtype Conformer = Self | |
var displayer: Conformer { get } | |
func displayMythicalCreature() | |
} |
// | |
// UIGestureRecognizer+Closures.swift | |
// Closures | |
// | |
// Created by Hector on 7/23/14. | |
// Copyright (c) 2014 Hector Matos. All rights reserved. | |
// | |
import Foundation |