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
;; -*- 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

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:

#!/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"