I hereby claim:
- I am timols on github.
- I am timols (https://keybase.io/timols) on keybase.
- I have a public key whose fingerprint is 5C28 A0A6 FF99 BAEC E617 4664 5C5B B755 4227 E79F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
class Maven30 < Formula | |
desc "Java-based project management" | |
homepage "https://maven.apache.org/" | |
url "https://www.apache.org/dyn/closer.cgi?path=maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz" | |
sha256 "d98d766be9254222920c1d541efd466ae6502b82a39166c90d65ffd7ea357dd9" | |
conflicts_with "maven", :because => "Differing versions of same formula" | |
depends_on :java |
#!/usr/bin/env ruby | |
# Construct a Pyramid structure | |
# from text, given the following format | |
# | |
# 1 | |
# 1 2 | |
# 1 2 3 | |
# 1 2 3 4 | |
class Pyramid |
## | |
# Haversine Distance Calculation | |
# | |
# Accepts two coordinates in the form | |
# of a tuple. I.e. | |
# geo_a Array(Num, Num) | |
# geo_b Array(Num, Num) | |
# miles Boolean | |
# | |
# Returns the distance between these two |
begin | |
['oily_png', 'pp'].each do |g| | |
require g | |
end | |
rescue LoadError => e | |
puts "Could not load '#{e}'"; exit | |
end | |
class Hough | |
Convert = "/usr/local/bin/convert" |
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: redis-server | |
# Required-Start: $syslog | |
# Required-Stop: $syslog | |
# Should-Start: $local_fs | |
# Should-Stop: $local_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: redis-server - Persistent key-value db |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
/usr/local/rvm/gems/ree-1.8.7-2010.02/gems/typhoeus-0.2.4/lib/typhoeus/multi.rb:21: [BUG] Segmentation fault | |
ruby 1.8.7 (2010-04-19 patchlevel 253) [i686-linux], MBARI 0x8770, Ruby Enterprise Edition 2010.02 | |
Typhoeus::Easy.new.curl_version => "libcurl/7.21.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15" |