Skip to content
View torsten's full-sized avatar
Block or Report

Block or report torsten

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A quick HTTP proxy server in Ruby. A quick HTTP proxy server in Ruby.
    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. zookeeper-atom zookeeper-atom Public

    Looks and behaves like a Clojure atom but uses Zookeeper synchronize access to it's value.

    Clojure 39 2

  3. cheat cheat Public

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

    Ruby 7 2

  4. ssh-bouncer ssh-bouncer Public

    Fake SSH daemon which simulates non-responsiveness.

    C 10 3

  5. microsoftarchive/night-shift microsoftarchive/night-shift Public archive

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

    Python 14 5

  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