Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View sethkontny's full-sized avatar
😀
Venturing

seth kontny sethkontny

😀
Venturing
View GitHub Profile
@sethkontny
sethkontny / README.md
Created January 29, 2016 22:55 — forked from joemerlino/README.md
PebbleTime ClassDump Header

Pebble Time class-dump header

Since the PebbleTime app is unclutchable, it's impossible to dump the headers using class-dump or class-dump-z. That's why I posted this entire header file obtained using the tweak FLEX2.

App Version

3.5

Process to obtain the header from FLEX2

@sethkontny
sethkontny / bret_victor-reading_list.md
Created November 29, 2015 02:32 — forked from nickloewen/bret_victor-reading_list.md
Bret Victor’s Reading List

This is a plain-text version of Bret Victor’s reading list. It was requested by hf on Hacker News.


Highly recommended things!

This is my five-star list. These are my favorite things in all the world.

A few of these works have had an extraordinary effect on my life or way of thinking. They get a sixth star. ★

@sethkontny
sethkontny / service_tcp_test_retry_connection.sh
Last active August 29, 2015 14:26 — forked from rafaeltuelho/service_tcp_test_retry_connection.sh
TCP test_retry connection bash code snipet
#test if the service is up
CONN_STATUS="DOWN"
COUNTER=0
while [ "$CONN_STATUS" == "DOWN" -a $COUNTER -lt 4 ]
do
CONN_STATUS=`(echo > /dev/tcp/$SERVICE_ADDR/$SERVICE_PORT) >/dev/null 2>&1 && echo "UP" || echo "DOWN"`
echo -e "\t SERVICE connection status: $CONN_STATUS"
echo -e "\t waintig 5s for Service connetion..."
sleep 5
let COUNTER=COUNTER+1
@sethkontny
sethkontny / useful-osx-commands.md
Last active August 29, 2015 14:25 — forked from iharosi/useful-osx-commands.md
Useful OS X commands

###Useful OS X commands

  1. App Store Debug menu

    Show

    defaults write com.apple.appstore ShowDebugMenu -bool true
    

    Hide

@sethkontny
sethkontny / gist:b857162532b4ba6b0418
Last active August 29, 2015 14:25 — forked from saetia/gist:45f00ce3e03ddc2b24bf
Instagram Access Token
https://api.instagram.com/oauth/authorize/?client_id=[client_id]&redirect_uri=[redirect_uri]&response_type=code
curl -F 'client_id=[client_id]' -F 'client_secret=[client_secret]' -F 'grant_type=authorization_code' -F 'redirect_uri=[redirect_url]' -F 'code=[code]' https://api.instagram.com/oauth/access_token
@sethkontny
sethkontny / gist:ec50ddfd8187cd02295f
Last active August 29, 2015 14:25 — forked from saetia/gist:1623487
Clean Install – OS X 10.11 El Capitan Developer Preview 2

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat

Mac web developer apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

— Erik

Scientists embed with Uber’s various engineering initiatives to help them solve advanced quantitative issues. Whether it’s building the pricing recommendation engine inside of Uber’s dynamic pricing product, traffic and routing, or detecting fraudulent behavior, Scientists have the opportunity to tackle some of Uber’s most fascinating and challenging problems.

The Data Science/Analytics team helps navigate Airbnb through uncharted waters. We turn hard data into useful insights and compelling stories. From optimising our site to guiding on-the-ground operations, we love to challenge conventional wisdom, use information to build awesome visualisations, and develop effective solutions for teams around the world. If you love bringing creative flair to complex challenges, and you’re pretty handy with cutting code, the A-Team wants to talk with YOU.

Scientists embed with Uber’s various engineering initiatives to help them solve advanced quantitative issues. Whether it’s building the pricing recommendation engine inside of Uber’s dynamic pricing product, traffic and routing, or detecting fraudulent behavior, Scientists have the opportunity to tackle some of Uber’s most fascinating and challenging problems.

The Data Science/Analytics team helps navigate Airbnb through uncharted waters. We turn hard data into useful insights and compelling stories. From optimising our site to guiding on-the-ground operations, we love to challenge conventional wisdom, use information to build awesome visualisations, and develop effective solutions for teams around the world. If you love bringing creative flair to complex challenges, and you’re pretty handy with cutting code, the A-Team wants to talk with YOU.