Skip to content

Instantly share code, notes, and snippets.

View jessbowers's full-sized avatar

Jess Bowers jessbowers

  • North Carolina
View GitHub Profile
@jaysonsantos
jaysonsantos / .dockerignore
Last active November 19, 2018 01:47
Rust AWS Lambda Builder and Runner
target/*
@orta
orta / Podfile
Created July 16, 2014 10:08
Local dev overrides
platform :ios, '7.0'
# Allows per-dev overrides
local_podfile = "Podfile.local"
eval(File.open(local_podfile).read) if File.exist? local_podfile
# Core
pod 'Mantle', '1.5'
pod 'AFNetworking', '1.3.4'
...
@j4johnfox
j4johnfox / CPBundle.j
Created July 7, 2010 04:22 — forked from nickjs/CPBundle.sj
Modifications to support of multiple localized resources
/*
* CPBundle.j
* AppKit
*
* Created by Nicholas Small, extended by John C. Fox
* Copyright 2009, 280 North, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either