Skip to content

Instantly share code, notes, and snippets.

@wangbin
wangbin / gist:756017
Created December 27, 2010 10:09 — forked from topfunky/gist:169876
munin plugin for beanstalkd status, python version
# coding: utf-8
#!/usr/bin/env python
import sys
import beanstalkc
HOST = '127.0.0.1'
PORT = 14711
def main():
@wangbin
wangbin / x.js
Created September 2, 2009 09:42
/* Mozilla Ubiquity Command for Diigo, currently only support add bookmark.
* Some code from https://ubiquity.mozilla.com/standard-feeds/social.js
*/
var store = Application.storage;
const DIIGO_CUR_LOGIN = "ubiquity_diigo_cur_login";
var Choices = {"yes": "yes", "no": "no"};
var noun_type_share = {
_name: "yes/no",
@wangbin
wangbin / x
Created February 26, 2009 18:09
Ubiquity command for Diigo
/* Mozilla Ubiquity Command for Diigo, currently only support add bookmark.
* Some code from https://ubiquity.mozilla.com/standard-feeds/social.js
*/
var store = Application.storage;
const DIIGO_CUR_LOGIN = "ubiquity_diigo_cur_login";
var Choices = {"yes": "yes", "no": "no"};
var sortChoices = { "created": 0, "updated": 1, "popularity": 2, "hot": 3 };
var noun_type_share = {