I hereby claim:
- I am marcel on github.
- I am marcelmolina (https://keybase.io/marcelmolina) on keybase.
- I have a public key ASAuJPmRumV3sIFsF6idkKy9B6sUI34TkSaG3HIpdB3tzwo
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| # giftube – Generates an animated gif from a YouTube url. | |
| # | |
| # Usage: | |
| # | |
| # giftube [youtube url] [minute:second] [duration] | |
| # | |
| # ex. | |
| # |
| require "rubygems" | |
| require "rbench" | |
| require "set" | |
| RANGE = (1..1000) | |
| ARRAY = RANGE.to_a | |
| SET = Set.new(ARRAY) | |
| WORST_CASE_COMPLEXITY = ARRAY.size + 1 |
| import scala.util.matching.Regex | |
| import scala.util.matching.Regex.Match | |
| trait RegexExtractor[M] { | |
| def pattner: Regex | |
| def unapply(line: String): Option[M] = { | |
| pattern.findFirstMatchIn(line) map { matches => | |
| extractMatches(matches) | |
| } |
| Puun alla katselen, (under the tree I watch) | |
| lentäviä tähtiä (the flying stars [shooting stars]) | |
| Puun alla uneksin (under the tree i dream of) | |
| Rakkaudesta ikuisesta (love everlasting) | |
| [chorus] | |
| jos voisin kiivetä (if I could climb) | |
| korkealle (way up high) | |
| voisin nähdä kaiken (I could see it all) |
| # v1beta1.Deployment: Deployment enables declarative updates for Pods and ReplicaSets. | |
| # (apiVersion <string>): APIVersion defines the versioned schema of this | |
| # representation of an object. Servers should convert recognized schemas to the | |
| # latest internal value, and may reject unrecognized values. More info: | |
| # http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources | |
| apiVersion: | |
| # (kind <string>): Kind is a string value representing the REST resource this | |
| # object represents. Servers may infer this from the endpoint the client submits | |
| # requests to. Cannot be updated. In CamelCase. More info: |
I hereby claim:
To claim this, I am signing this object: