Skip to content

Instantly share code, notes, and snippets.

View neonichu's full-sized avatar
🤬
GitHub, cancel your contract with ICE!

Boris Bügling neonichu

🤬
GitHub, cancel your contract with ICE!
View GitHub Profile
@neonichu
neonichu / .gitignore
Created June 9, 2011 19:42 — forked from rpetrich/index.php
Twitter self-hosted image service/url shortener
favicon.gif
favicon.ico
s
@neonichu
neonichu / checkdev.sh
Created June 6, 2011 19:40 — forked from stuartcarnie/checkdev.sh
Ping developer.apple.com and growl when it's up
#!/bin/sh
read -p "Apple Id: " appleid; echo
stty -echo
read -p "Password: " passw; echo
stty echo
while [ /bin/true ]; do
curl -s -u$APPLEID:$PASSW developer.apple.com/devcenter/ios/index.action | grep "soon" >/dev/null
if [ $? -eq 1 ]; then
echo "Done"