Skip to content

Instantly share code, notes, and snippets.

@cv
cv / leela.txt
Created April 14, 2015 00:02
My cat's first commit
33333333333333eeeeee```wrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrryyy22222222fffffffff5u5555555555555uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuUUUU$$$$$$1111111ssssssssssssssssffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddfffffffffffffffaaaaaaaaaaaaaaaaafffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 99999999999999999999999999999999999999999999999999999989888897777777777777777777777773333333333333333bbbbbbb9~9~9~9~dddddddddddddddddddddddddddddddddddddddqqqqqqqqqqqqqqq4444444444444aaa11111111111111111111111111111111111111111111111111111111111111111111111raaaaaaaaa444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444
#!/usr/bin/env ruby
require "bundler/inline"
ORG=(ARGV.length == 1 && ARGV[0]) or raise "Usage: pr-queue.rb <org-name>"
gemfile do
source "https://rubygems.org"
gem "octokit"
gem "pry"

Keybase proof

I hereby claim:

  • I am cv on github.
  • I am cvillela (https://keybase.io/cvillela) on keybase.
  • I have a public key ASAr-oB0XnKMqnPRmVemZAF9M8TDyAvRi7qKFphjLm4whgo

To claim this, I am signing this object:

;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration .
You should not put any user code in this function besides modifying the variable
values . "
(setq-default
;; Base distribution to use. This is a layer contained in the directory
@cv
cv / robot.js
Created December 5, 2012 22:45 — forked from fabiopimentel/robot.js
[CAELUM TEAM]Megatron
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.clone();
git config --global github.password 'security find-internet-password -wgs github.com # 2>&1 >/dev/null find-internet-password -wgs github.com'
*.sw?
tags
++ pwd
+ PWD=/var/lib/go-agent/pipelines/profiles/tmp/rpmbuild/BUILD/profiles
+ env -i GEM_HOME=/var/lib/go-agent/pipelines/profiles/tmp/rpmbuild/BUILD/profiles/vendor/bundle/ruby/1.9.1 GEM_PATH=/var/lib/go-agent/pipelines/profiles/tmp/rpmbuild/BUILD/profiles/vendor/bundle/ruby/1.9.1 gem install bundler --no-rdoc --no-ri
ERROR: Could not find a valid gem 'bundler' (>= 0) in any repository
ERROR: Possible alternatives: bundler
error: Bad exit status from /var/tmp/rpm-tmp.23649 (%build)
Bad exit status from /var/tmp/rpm-tmp.23649 (%build)
tw@hernan-cortes:~$ [master*] time rake jasmine:headless
....................................
PASS: 36 tests, 0 failures, 0.175 secs.
real 0m4.303s
user 0m2.660s
sys 0m0.900s
require 'rubygems'
require 'rspec'
module EventLogging
def self.included(base)
base.extend ClassMethods
end
module ClassMethods