Skip to content

Instantly share code, notes, and snippets.

View jaredegan's full-sized avatar

Jared Egan jaredegan

View GitHub Profile
@jaredegan
jaredegan / Stretchy Privacy Policy.md
Created May 4, 2019 04:56
Stretchy Privacy Policy

Jared Egan has developed a mobile application ("Get Stretchy", "Stretchy", "App") that sends data from your device in order to provide you with relevant transport information for transit agencies.

Consent

By using Stretchy, you accept the terms and conditions described in this Privacy Policy

Purpose

This Privacy Policy describes how the uses sends your information in order to function properly.

@jaredegan
jaredegan / catch the bus privacy policy.mdown
Created October 22, 2018 05:02
Catch The Bus Privacy Policy

Jared Egan has developed a mobile application ("Catch The Bus", "App") that sends data from your device in order to provide you with relevant transport information for transit agencies.

Consent

By using Catch The Bus, you accept the terms and conditions described in this Privacy Policy

Purpose

This Privacy Policy describes how the uses sends your information in order to function properly.

@jaredegan
jaredegan / gist:98fbf0a52bfb162af4b2ea8240c6c94a
Created October 22, 2018 05:02
Catch The Bus Privacy Policy
Jared Egan has developed a mobile application ("Catch The Bus", "App") that sends data from your device in order to provide you with relevant transport information for transit agencies.
### Consent
By using Catch The Bus, you accept the terms and conditions described in this Privacy Policy
### Purpose
This Privacy Policy describes how the uses sends your information in order to function properly.
@jaredegan
jaredegan / gist:b6a758ae7a3a37615868
Last active January 25, 2016 03:29
PayPal Boston Mobile Engineer Job Description

PayPal Boston iOS / Android Mobile Engineer

PayPal Boston is seeking passionate engineers to create new native mobile experiences for PayPal's 6 million active merchant users. PayPal offers many tools for merchants of all different sizes on the web, but currently many merchants are underserved by our mobile app offerings. The merchant apps team's goal is to change that with new, merchant focused mobile apps. Now is a great opportunity to be part of the core team that is developing this new product.

We work together on close knit, small teams to develop our apps. We are passionate about respecting code quality and following our defined best practices while always searching for new, better ways to get things done. We value our ego-free code reviews and have continuous integration set up to test our pull requests, deliver nightly builds and run nightly regressions of our automated tests. We work closely and quickly with our design team to build, user-test and iter

@jaredegan
jaredegan / gist:a905b5b10fd079afa96c
Created April 27, 2015 15:05
Change location screenshots are saved on Mac OS X
mkdir ~/Documents/screenshots
defaults write com.apple.screencapture location ~/Documents/screenshots
killall SystemUIServer
@jaredegan
jaredegan / gist:3305096
Created August 9, 2012 15:22
UITextField progression with NITableViewModel
// Currently in a subclass of NITextInputFormElement
///////////////////////////////////////////////////////////////////////////////////////////////////
- (BOOL)shouldUpdateCellWithObject:(PPHTextInputFormElement *)textInputElement {
textInputElement.textFieldConfigBlock(self.textField);
if ([super shouldUpdateCellWithObject:textInputElement]) {
//textInputElement.textFieldConfigBlock(self.textField);
return YES;
}