Skip to content

Instantly share code, notes, and snippets.

View rkh's full-sized avatar
👀
heeeyyyy

Konstantin Haase rkh

👀
heeeyyyy
View GitHub Profile
# Sample configuration file for Unicorn (not Rack)
worker_processes 1
# listen on the sinatra port
listen 4567
# feel free to point this anywhere accessible on the filesystem
pid PIDFILE = "#{ENV['XDG_CACHE_HOME']}/unicorn.pid"
stdout_path "#{ENV['XDG_CACHE_HOME']}/unicorn.log"
# Sample configuration file for Unicorn (not Rack)
worker_processes 1
# listen on the sinatra port
listen 4567
# feel free to point this anywhere accessible on the filesystem
pid "#{ENV['XDG_CACHE_HOME']}/unicorn.pid"
stdout_path "#{ENV['XDG_CACHE_HOME']}/unicorn.log"

Building MLVM version of OpenJDK (Java 1.7) on Mac OS X

Take a look at the comments and code in update.sh.

I use update-usr-local.sh after a successful build to copy the new JVM into /usr/local.

I add pickjdk.sh into my ~/.bash_profile to allow easy switching between multiple JVMs.

I use create_tarball.sh to make a copy of the build to share.

require 'sinatra/base'
require 'omniauth'
class Application < Sinatra::Base
use OmniAuth::Builder do
provider :github, 'github_id', 'github_secret'
end
get '/' do
@rkh
rkh / server.coffee
Created February 21, 2011 16:25 — forked from zzak/server.coffee
http = require 'http'
server = http.createServer (req, res) ->
res.writeHead 200, 'Content-Type': 'text/plain'
res.end 'Hello World\n'
server.listen 8124, "127.0.0.1", () ->
console.log 'Server running at http://127.0.0.1:8124/'
#!/usr/bin/env ruby
# Print the complexity over time for a Ruby method in a
# git repository.
#
# Requires: >= bash ?.?
# >= git 1.7.1
# >= ruby 1.9.2
# >= flog 2.5.0
#
@rkh
rkh / gist:999120
Created May 30, 2011 16:32
Sinatra Stylesheet Expires
# avoid path traversal attacks and speed up look-up
set :css_files, {}
Dir.glob("#{settings.public}/css/*.css") { |file| settings.css_files[File.basename(file, '.css')] = file }
get "/css/:name.css" do |name|
expires 60*60*24*356*3
send_file setting.css_files[name]
end
@rkh
rkh / Questions.md
Created July 12, 2011 17:13
Magma Rails Give-away

QV5xw.gif

Day Job: Unlicensed Private Detective

Open Source contribution (if any): I am the brains behind an open source Snakes clone in QBasic. I'm currently looking for an apartment in Portland. Linus Torvalds lives there. Does that count? I mean, he did write Linux, after all.

Tell me about your experience with Ruby/Rails: In my experience, Rails doesn't scale, partly because Ruby is so slow. When I was in high school, I always dreamed of becoming either a professional Rails developer or a space cowboy. I had just started looking into Rails, when I realized what a ghetto it was. So, I switched professions. I'm currently saving some money, since a rocket launch costs $54M - $59.5M. I'm currently at €3409.7, not sure how many USDs that are. If you know anyone who needs a job done, I'm all for it. Can't refuse work on moral grounds, with the current economy.

Tell me about Mexico: In Pre-Columbian Mesoamerica many culture

@rkh
rkh / response_size.rb
Created August 10, 2011 10:12 — forked from jergason/app.rb
Checking size of each request
require 'rack'
##
# Tries to calculate size of the complete response.
# This middleware should be chained in front of everything else.
# Middleware taking care of compression, etag handling etc could
# produce wrong results.
#
# Leaves streaming intact and does work file bodies from sockets
# and files.
// class version 51.0 (51)
// access flags 0x21
public class example extends org/jruby/ast/executable/AbstractScript {
// compiled from: example.rb
// debug info: /home/tim/example.rb
// access flags 0x100A
private static setPosition(Lorg/jruby/runtime/ThreadContext;I)V
ALOAD 0