Skip to content

Instantly share code, notes, and snippets.

@tarchan
tarchan / gist:8605
Created September 3, 2008 15:17 — forked from hakobe/gist:8599
淡々と1秒まっては次の曲を再生するAppleScript
tell application "iTunes"
play
repeat while (true)
delay 1
next track
end repeat
end tell
@tarchan
tarchan / sort_css_property.pl
Created April 8, 2010 05:20 — forked from xaicron/sort_css_property.pl
CSSのプロパティをソートするPerlスクリプト
#!/usr/bin/perl
# Author: Kyo Nagashima <kyo@hail2u.net>, http://hail2u.net/
# License: MIT license (http://opensource.org/licenses/mit-license.php)
# Modified: 2009-11-14T12:24:54+09:00
# Updated: xaicron (http://blog.livedoor.jp/xaicron/)
use strict;
use warnings;
(function(){
var total = {};
var year = '2012';
var all = false;
function init(num) {
if(typeof num !== 'number') {
num = 0;
$('<div/>').css({
position: 'fixed',
left: 0,