Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name s/cloud/online/g
// @namespace http://somethingnew2.com/js/monkeys/
// @description buzz word killer.
// @author SATO Yozo
// @version 0.1
// ==/UserScript==
(function() {
var suffix = 'オンライン';
#!/usr/bin/ruby
require 'parsedate'
f = open("target.txt")
f.each{ |line|
day = ParseDate::parsedate(line)
year = day[0].to_s
month = day[1].to_s