Skip to content

Instantly share code, notes, and snippets.

View elfgzp's full-sized avatar
☸️
working and learning

Elf elfgzp

☸️
working and learning
View GitHub Profile
@elfgzp
elfgzp / 📊 Weekly development breakdown
Last active October 8, 2022 02:26 — forked from YouEclipse/📊 Weekly development breakdown
📊 Weekly development breakdown
Still Gathering Statistics...
# Install java and make sure JAVA_HOME is properly set.
# Make sure those dependencies are present:
sudo apt-get install g++ uuid-dev libtool autoconf automake
cd ~
# install zeromq
wget http://download.zeromq.org/zeromq-2.1.7.tar.gz
tar -xzf zeromq-2.1.7.tar.gz
@elfgzp
elfgzp / torndb.ex.py
Created January 10, 2017 02:21 — forked from damozhang/torndb.ex.py
Examples of that how to use Torndb.
import torndb
mysql_settings = {
'host': 'localhost:3306',
'user': 'user',
'password': 'password',
'database': 'database',
'time_zone': '-8:00',
'charset': 'utf8'