All systems go.

All systems go.

This is awesome.  Really helps keep your code clean

get ‘/’ do

    erb :main, :layout => :layout_main

end

get ‘/images’ do

    content_type :json

    images = []

    all = $redis.lrange(“images”, 0, $redis.llen(“images”))

    all.each do |id|

        images.push( $redis.get( “image:#{id}” ) )

    end

    { :result => “success”, :images => images }.to_json

end

josh nimoy openframeworks workshop video

Graphic Designers that I Always Google

paul rand

michael schwab

joseph muller brockman

sol lewitt

saul bass

sagmeister

josef albers

robert rauschenberg

laszlo moholy-nagy

johannes itten

Tags: ec2 ubuntu redis

Testing OAuth Post from iOS

Testing OAuth Post from iOS

trashio:

Things to come, embedding multiplayer webgl games in trash chatrooms.