Skip to content

Instantly share code, notes, and snippets.

View rtancman's full-sized avatar
🙏
🏊🏽

Raffael Tancman rtancman

🙏
🏊🏽
View GitHub Profile
@rtancman
rtancman / async_psycopg2.py
Created April 17, 2018 16:55 — forked from FSX/async_psycopg2.py
A module for asynchronous PostgreSQL queries in Tornado.
#!/usr/bin/env python
__author__ = 'Frank Smit <frank@61924.nl>'
__version__ = '0.1.0'
import functools
import psycopg2
from tornado.ioloop import IOLoop, PeriodicCallback
@rtancman
rtancman / install_sublime_text.sh
Last active November 28, 2016 14:01 — forked from simonewebdesign/install_sublime_text.sh
Install Sublime Text 3 on Linux via POSIX shell script - http://simonewebdesign.it/install-sublime-text-3-on-linux/
#!/bin/sh
# Sublime Text 3 install with Package Control (last update: 25 September 2016)
#
# No need to download this script, just run it on your terminal:
#
# $ curl -L git.io/sublimetext | sh
# Detect the architecture