GitHub

Pinned Loading

  1. 1

    #!/usr/bin/env ruby

    2

    # A quick and dirty implementation of an HTTP proxy server in Ruby

    3

    # because I did not want to install anything.

    4

    # 

    5

    # Copyright (C) 2009-2014 Torsten Becker <torsten.becker@gmail.com>
  2. Looks and behaves like a Clojure atom but uses Zookeeper synchronize access to it's value.

    Clojure 40 2

  3. Self-contained ruby script + database to remember uncommon shell commands.

    Ruby 7 2

  4. Fake SSH daemon which simulates non-responsiveness.

    C 11 3

  5. A micro-framework to build data processing workflows with GNU Make

    Python 14 4

  6. Expanding JSON arrays to rows with S... Expanding JSON arrays to rows with SQL on RedShift: All queries to reproduce the technique from my blog post https://torsten.io/stdout/expanding-json-arrays-to-rows

    1

    -- Related blog post to this Gist:

    2

    -- https://torsten.io/stdout/expanding-json-arrays-to-rows

    3

    
                  

    4

    -- Run these commands on a interactive RedShift session:

    5

    
                  

Read the original on github.com ↗