Skip to content

Instantly share code, notes, and snippets.

@mallowlabs
mallowlabs / .vimrc
Created August 8, 2008 13:13
.vimrc for gvim
"
" .vimrc
" @author mallowlabs
" @update 2007/09/29
"
" - General -
syntax on " enable syntax heilight
set nocompatible " behabe vim intead of vi
"set visualbell " enable visual bell
@mallowlabs
mallowlabs / outputz_for_opera.user.js
Created November 19, 2008 13:43
Outputz for Opera
// ==UserScript==
// @name Outputz for Opera
// @author mallowlabs (http://d.hatena.ne.jp/mallowlabs)
// http://outputz.com
// @include http://outputz.com/?from=userjs
//
// ------ Add urls to track your inputs ------
// @include http://twitter.com/home
// @include http://d.hatena.ne.jp/*/edit
// -------------------------------------------
// ==UserScript==
// @name Hit-a-Hint accelerator
// @description Add CSS for HaH & kill page shortcut when HaH is on
// @namespace http://d.hatena.ne.jp/edvakf/
// @include http://*
// ==/UserScript==
(function(){
var log = opera.postError;
var moveFocusFunc = {
//==UserScript==
//@name migemo-search-with-google-suggest.js
//@author mallowlabs (http://d.hatena.ne.jp/mallowlabs)
//@version 0.0.1
//@description : Inclemental migemo search with Google Suggest
//@include *
//==/UserScript==
// Usage
// Ctrl/Cmd + "/" : 検索ボックス表示
// 検索ボックス表示状態
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>0-slideshow</title>
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="viewport" content="width=320" />
<style type="text/css"><!--
body { margin:0; }
img {
margin:0;
// ==UserScript==
// @name Google Calendar daytime
// @author mallowlabs
// @version 0.0.3
// @namespace http://mallowlabs.s206.xrea.com/
// @published 2008-01-10
// @modified 2009-04-11
// @license public domain
// @description : Add daytime to Google Calendar
// @include http://calendar.google.com/*
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Dokusyo Meter" author_email="mallowlabs@gmail.com">
<Require feature="opensocial-0.8" />
</ModulePrefs>
<Content type="html" view="profile,canvas,home">
<![CDATA[
<style type="text/css">
a img { border-style: none; }
</style>
@mallowlabs
mallowlabs / migemo-unite.js
Created July 20, 2009 11:43
migemo-unite.js
//==UserScript==
//@name migemo-unite.js
//@author mallowlabs (http://d.hatena.ne.jp/mallowlabs)
//@version 0.0.1
//@description : Inclemental migemo search with Opera Unite
//@include *
//==/UserScript==
// Usage
// Ctrl/Cmd + "/" : 検索ボックス表示
// 検索ボックス表示状態
set meta-flag on
set convert-meta off
set input-meta on
set output-meta on
"\033[3~": delete-char
@mallowlabs
mallowlabs / jar_version.rb
Created February 13, 2010 09:10
Get compiled version of jar files.
#!/usr/bin/env ruby -Ku
require 'rubygems'
require 'zipruby'
version_map = {
45.3 => "J2SE 1.1",
46.0 => "J2SE 1.2",
47.0 => "J2SE 1.3",
48.0 => "J2SE 1.4",