Skip to content

Instantly share code, notes, and snippets.

This document has moved!

It's now here, in The Programmer's Compendium. The content is the same as before, but being part of the compendium means that it's actively maintained.

@staltz
staltz / introrx.md
Last active July 22, 2024 09:31
The introduction to Reactive Programming you've been missing
@bf4
bf4 / ruby_learning.md
Last active July 17, 2021 08:06
Some Ruby Learning Resources
@jakeg
jakeg / nodecamp.eu-talks-2011.md
Created June 13, 2011 15:43 — forked from fhemberger/nodecamp.eu-talks-2011.md
A collection of talks and presentations held at nodecamp.eu 2011
@flou
flou / ETL.py
Created June 13, 2011 14:38
Python ETL script
#!/usr/local/bin/python3.2
# -*- coding: UTF-8 -*-
import sys
import re
import subprocess
COMMAND = "./extract.sh"
class ETL: