Skip to content

Instantly share code, notes, and snippets.

@mojodna
mojodna / README.md
Last active August 29, 2015 14:05 — forked from almccon/README.md
@mojodna
mojodna / gist:22224
Created November 4, 2008 21:40 — forked from mattb/gist:22223
#!/usr/bin/env ruby
require '/Users/mattb/Work/Dopplr/code/dopplr/config/environment'
require 'fire_hydrant'
config = YAML.load(File.read("fire_hydrant.yml"))
hydrant = FireHydrant.new(config, false)
hydrant.jack!(OAuthPubSubJack)
hydrant.on_startup do
defer :subscribed, 0 do
@mojodna
mojodna / pless.sh
Created November 16, 2008 22:23 — forked from defunkt/pless.sh
# even simpler colorization for everything (assuming you're not using a lesspipe.sh already)
# (add to your .bashrc)
export LESS="-r"
export LESSOPEN="|pygmentize %s"
@mojodna
mojodna / jsonpretty.txt
Created February 20, 2009 19:54 — forked from nicksieger/jsonpretty.txt
nicksieger's jsonpretty example with syntax highlighting
jsonpretty: A command-line JSON pretty-printer.
Get it: gem install jsonpretty
Source: http://github.com/nicksieger/jsonpretty
Example:
$ curl -i http://github.com/api/v1/json/nicksieger | jsonpretty | pygmentize -l js
HTTP/1.1 200 OK
Server: nginx/0.6.26
#!/usr/bin/env ruby -rubygems
require 'oauth'
require 'optparse'
options = {}
option_parser = OptionParser.new do |opts|
opts.banner = "Usage: #{$0} [options] <query>"
{
"query":{
"latitude":37.778381,
"longitude":-122.389388
},
"timestamp":1291766899.794,
"weather": {
"temperature": "65F",
"conditions": "light haze"
}, {
package com.simplejavaapp;
import java.io.IOException;
import java.util.ArrayList;
import com.simplegeo.client.SimpleGeoPlacesClient;
import com.simplegeo.client.callbacks.FeatureCollectionCallback;
import com.simplegeo.types.Feature;
import com.simplegeo.types.FeatureCollection;
{
"geometry":{
"type":"Point",
"coordinates":[
-122.421583,
37.795027
]
},
"type":"Feature",
"id":"SG_5JkVsYK82eLj26eomFrI7S_37.795027_-122.421583@1291796505",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"layer": "mojodna.net",
"id": "simplegeo-boulder",
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-105.27728,
40.01690
]