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.
3.5
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. ★
#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 |
###Useful OS X commands
App Store Debug menu
Show
defaults write com.apple.appstore ShowDebugMenu -bool true
Hide
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 |
CSS version of No Vacancy 404 http://codepen.io/rileyjshaw/pen/ufEIH by Riley Shaw
Forked from Chris Coyier's Pen No Vacancy 404 CSS Only.
A Pen by seth kontny on CodePen.
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.