Skip to content

Instantly share code, notes, and snippets.

@clarkminor
clarkminor / gist:9064392
Created February 18, 2014 03:55
Keybase proof

Keybase proof

I hereby claim:

  • I am clarkminor on github.
  • I am clark (https://keybase.io/clark) on keybase.
  • I have the public key with fingerprint FC1B AB80 31CB 147C 81C0  689F C976 F690 D96B 6853

To claim this, I am signing this object:

@clarkminor
clarkminor / parse-dropwizard-log.rb
Last active December 23, 2015 11:49
Works in production, but fails this rspec test.
require "test_utils"
describe "dropwizard java logs", :if => RUBY_ENGINE == "jruby" do
extend LogStash::RSpec
config <<-CONFIG
filter {
grok {
match => [ "message", "%{LOGLEVEL:loglevel} \[%{TIMESTAMP_ISO8601:logdate}\] %{JAVACLASS:class}:" ]
}

Bitcoin Payment Messages

This document proposes protocol buffer-based formats for a simple payment protocol between a customer's bitcoin client software and a merchant.

Separate documents will propose an extension to the Bitcoin URI syntax and new MIME types to support them.

Motivation