This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name highlightOwnStar | |
// @namespace kurain.net | |
// @include http://* | |
// @include https://* | |
// ==/UserScript== | |
(function(){ | |
function main() { | |
GM_xmlhttpRequest({ | |
method:"GET", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use UNIVERSAL::require; | |
my @installed; | |
my @not_installed; | |
while (<>) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// GlyphTable.m | |
// | |
// Ryutaro Kurai | |
// | |
// Original File Name, Author and Licence. | |
// | |
// FontLabelStringDrawing.m | |
// FontLabel | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Your Location Bookmarks | |
// @namespace kurain.net | |
// @include http://b.hatena.ne.jp/* | |
// ==/UserScript== | |
(function () { | |
var KEY = 'ABQIAAAAesrOSnfHiupcC1SX4HlcpxS4Ub5LNodPnSvUeVQvSorjE2hlyhSzO7n6dOEDwvDXs9DXsJW21wCMkQ'; | |
var prefectures = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rake/clean' | |
HOME = ENV["HOME"] | |
CURRENT = Dir.pwd | |
Dir.chdir HOME | |
dotfiles = FileList[".*"] | |
dotfiles.exclude(/\.$/, | |
/history$/, | |
".ssh", | |
".DS_Store", |
NewerOlder