Skip to content

Instantly share code, notes, and snippets.

View dyross's full-sized avatar

David Y. Ross dyross

View GitHub Profile
@dyross
dyross / mauitips.md
Created October 26, 2012 17:51
some maui tips

Food

Maui Chocolates - best mochi on the island Costco - super cheap / fresh sashimi and poke Koiso - expensive sushi, slightly overrated Foodland (if you're in Kihei) - spam musubi, groceries Kihei Caffe - best breakfast place in town. Look out for Bunny, her sons run the restaurant these days, but she's a sweet woman who loves to walk around and share her life story.

== Places ==

@dyross
dyross / Shelves.scala
Created September 26, 2012 20:58 — forked from feliperazeek/Shelves
ZooKeeper wrapper written in Scala
package com.klout.playful2.zookeeper
import com.twitter.zookeeper.ZooKeeperClient
import org.apache.zookeeper.CreateMode
import com.klout.playful2.sugar.{ config, please }
/**
* This is a simple library to add, set, delete and watch ZooKeeper nodes
*
* @author Felipe Oliveira [@_felipera]
package com.klout.api.services
import akka.agent.Agent
import akka.dispatch._
import org.joda.time._
import com.klout.playful2.sugar._
import com.klout.playful2.zookeeper._
import com.klout.playful2.actors._
import java.util.{ Map => javaMap }
import java.{ lang => java }