Skip to content

Instantly share code, notes, and snippets.

View codingrhythm's full-sized avatar
🏠
Working from home

Yuzhou Zhu codingrhythm

🏠
Working from home
View GitHub Profile
@collegeman
collegeman / setup-statsd.sh
Created March 9, 2011 16:12
Turn an Ubuntu 10.04 linode into a StatsD/Graphite server
# install git
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
# download the Node source, compile and install it
git clone https://github.com/joyent/node.git
cd node
./configure
make
sudo make install
# install the Node package manager for later use
@AdamG
AdamG / imptest.py
Created July 28, 2012 13:23
Inner Import Overhead
import timeit
setup = """
import sys as sys_module_level
def outer_test():
return sys_module_level.version_info
def inner_test():
import sys
return sys.version_info
"""
@gcardoso89
gcardoso89 / NextStopAustralia_LandingFest.md
Last active July 17, 2023 01:35
Landing.festival Lisbon 2018 - Next stop: Australia #LandingFest #CallForSpeakers

Talk proposal for Landing Festival 2018 - Lisbon #CallForSpeakers

Next stop: Australia!

TL;DR: Australia is hiring! 5 things you should know before applying.

We got used to see Australia’s biggest cities in the top positions of all quality of life rankings, and this was one of the reasons why I always had the dream to relocate to Australia. Now that I'm living in Sydney I can definitely confirm that’s true. However, getting an opportunity here is not that easy and the dream can easily become a nightmare.

Come on board and join this trip to the other side of the world, from the moment you take a decision to leave until you finally land in Australia. During the journey, I’ll share 5 useful tips I wish I would have known before stepping up and that will hopefully help you during your relocation to Australia.