Skip to content

Instantly share code, notes, and snippets.

@philwill-nap
philwill-nap / CloudWatch.scala
Created March 26, 2015 15:29
Kamon 0.3.5 CloudWatch Publisher
package kamon.cloudwatch
import java.util.concurrent.TimeUnit.MILLISECONDS
import akka.actor._
import akka.event.Logging
import kamon.Kamon
import kamon.metric.UserMetrics.{ UserGauges, UserMinMaxCounters, UserCounters, UserHistograms }
import kamon.metric._
@skelter
skelter / gist:3687777
Created September 9, 2012 22:49
No implementation of method: :ensure-os-family of protocol: #'pallet.compute/ComputeService found for class: nil
nREPL server started on port 61037
REPL-y 0.1.0-beta10
Clojure 1.3.0
Exit: Control+D or (exit) or (quit)
Commands: (user/help)
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
(user/sourcery function-name-here)
Javadoc: (javadoc java-object-or-class-here)
@gijs
gijs / Rakefile
Created December 20, 2011 22:35 — forked from erochest/Rakefile
Vagrant/Rake config files for setting up a GeoServer instance.
require 'etc'
require 'fileutils'
require 'vagrant'
task :default => :usage
task :usage do
puts "You forgot to tell the computer what to do; try one of these commands:"