I hereby claim:
- I am carhartl on github.
- I am carhartl (https://keybase.io/carhartl) on keybase.
- I have a public key whose fingerprint is E232 B27A 7789 83C6 B383 C981 F4DA 8A9F 83F7 395E
To claim this, I am signing this object:
#!/bin/sh | |
# | |
# Assumes that the directory any repo was cloned to matches its name on GitHub, | |
# e.g. https://github.com/digitalservice4germany/java-application-template | |
# was cloned to a directory named "java-application-template". | |
# | |
# Run this in the (parent) directory where you want to update git remotes. | |
find "$PWD" -maxdepth 2 -type d | while read -r dir; do | |
cd "$dir" || exit | |
if [ -d .git ]; then |
require 'yaml' | |
Track = Struct.new :title, :duration | |
# An Album represents an audio medium which has title, | |
# interpret, a pause duration between tracks and a list | |
# of individual tracks. | |
class Album | |
attr_reader :title, :interpret, :pause |
input = %w(Bochum Stu Stut Stuttt Stutt Stuttgart Heesestr. Berl Berlin) | |
input.sort!.reverse.uniq { |s| input.grep(/\A#{s}/).last } # => ["Stuttt", "Stuttgart", "Heesestr.", "Bochum", "Berlin"] |
class Postgis < Formula | |
desc "Adds support for geographic objects to PostgreSQL" | |
homepage "http://postgis.net" | |
url "http://download.osgeo.org/postgis/source/postgis-2.1.7.tar.gz" | |
sha256 "00ab79a3f609d7ea458f6fc358032ad059cb720baf88285243d6436a597a7ec2" | |
revision 1 | |
def pour_bottle? | |
# Postgres extensions must live in the Postgres prefix, which precludes | |
# bottling: https://github.com/Homebrew/homebrew/issues/10247 |
import os | |
import urllib | |
import urllib2 | |
import base64 | |
import json | |
import sys | |
import argparse | |
try: | |
import requests | |
except ImportError: |
I hereby claim:
To claim this, I am signing this object:
class Autoenv < Formula | |
desc "Per-project, per-directory shell environments" | |
homepage "https://github.com/kennethreitz/autoenv" | |
url "https://github.com/kennethreitz/autoenv/archive/v0.2.1.tar.gz" | |
sha256 "d10ee4d916a11a664453e60864294fec221c353f8ad798aa0aa6a2d2c5d5b318" | |
head "https://github.com/kennethreitz/autoenv.git" | |
bottle :unneeded | |
devel do |
require "language/go" | |
class Terraform < Formula | |
desc "Tool to build, change, and version infrastructure" | |
homepage "https://www.terraform.io/" | |
url "https://github.com/hashicorp/terraform/archive/v0.10.8.tar.gz" | |
sha256 "b076726f00b0488fc95bb041e982cb6aeaf280395d31f322017dd143bbabd7c4" | |
head "https://github.com/hashicorp/terraform.git" | |
bottle do |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBlueColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMS | |
AAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVRyb290gAGjCwwTVSRudWxs0w0ODxARElVO | |
U1JHQlxOU0NvbG9yU3BhY2VWJGNsYXNzSDAgMC40IDEAEAKAAtIUFRYXWiRjbGFzc25h | |
bWVYJGNsYXNzZXNXTlNDb2xvcqIWGFhOU09iamVjdAgRGiQpMjdJTFFTV11kand+h4mL |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Alpha Component</key> | |
<real>1</real> | |
<key>Blue Component</key> | |
<real>0.0</real> |