Skip to content

Instantly share code, notes, and snippets.

@kurain
kurain / highLightOwnStar.user.js
Created May 13, 2010 12:33
highlight your Hatena Star
// ==UserScript==
// @name highlightOwnStar
// @namespace kurain.net
// @include http://*
// @include https://*
// ==/UserScript==
(function(){
function main() {
GM_xmlhttpRequest({
method:"GET",
@kurain
kurain / cpan-notinstalled.pl
Created May 4, 2010 14:05
to filtering cpan package
#!/usr/bin/perl
use strict;
use warnings;
use UNIVERSAL::require;
my @installed;
my @not_installed;
while (<>) {
@kurain
kurain / GlyphTable.m
Created March 16, 2010 14:00
Glyphs Table Lookup
//
// GlyphTable.m
//
// Ryutaro Kurai
//
// Original File Name, Author and Licence.
//
// FontLabelStringDrawing.m
// FontLabel
//
// ==UserScript==
// @name Your Location Bookmarks
// @namespace kurain.net
// @include http://b.hatena.ne.jp/*
// ==/UserScript==
(function () {
var KEY = 'ABQIAAAAesrOSnfHiupcC1SX4HlcpxS4Ub5LNodPnSvUeVQvSorjE2hlyhSzO7n6dOEDwvDXs9DXsJW21wCMkQ';
var prefectures = {
require 'rake/clean'
HOME = ENV["HOME"]
CURRENT = Dir.pwd
Dir.chdir HOME
dotfiles = FileList[".*"]
dotfiles.exclude(/\.$/,
/history$/,
".ssh",
".DS_Store",