Skip to content

Instantly share code, notes, and snippets.

View mbgearhead's full-sized avatar

mbgearhead

  • USA
View GitHub Profile
@mbgearhead
mbgearhead / gist:64c2c1d1ed0956df6974512305aa98aa
Created November 12, 2017 01:11
Global Entry Enrollment Center Codes - For GE Cancellation Checker-type apps
GOES center codes
| ID | Enrollment Center Name |
| 8040 | Albuquerque Enrollment Center - Albuquerque International Sunport 2200 Sunport Blvd SE Albuquerque NM 87106 |
| 6580 | American Express - New York - 0 UNAVAILABLE NEW YORK NY 99999 US |
| 7540 | Anchorage Enrollment Center - Ted Stevens International Airport 4600 Postmark Drive RM NA 207 Anchorage |
| 5182 | Atlanta International Global Entry EC - 2600 Maynard H. Jackson Jr. Int'l Terminal Maynard H. Jackson Jr. Blvd. |
| 5200 | Atlanta Port Office Global Entry Enrollment Center - 157 Tradeport Drive Suite C Atlanta GA 30354 US |
| 7820 | Austin-Bergstrom International Airport - 3600 Presidential Blvd. Austin-Bergstrom International Airport |
#!/bin/bash
OPENSSL_VERSION="0.9.8zf"
curl -O http://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz
tar -xvzf openssl-$OPENSSL_VERSION.tar.gz
mv openssl-$OPENSSL_VERSION openssl_i386
tar -xvzf openssl-$OPENSSL_VERSION.tar.gz
mv openssl-$OPENSSL_VERSION openssl_x86_64
cd openssl_i386
@mbgearhead
mbgearhead / _brew
Created October 27, 2013 20:55
Zsh completions for phinze/homebrew-cask added to "_brew" zsh-completions file
#compdef brew
# ------------------------------------------------------------------------------
# Description
# -----------
#
# Completion script for brew (https://github.com/mxcl/homebrew).
#
# Source: https://github.com/mxcl/homebrew/blob/master/Library/Contributions/brew_zsh_completion.zsh
#
# ------------------------------------------------------------------------------