This file contains 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 Favorize | |
// @namespace http://tyoro.orz.ne.jp/ | |
// @description 色んな所にFavoritesの☆ボタンをつける。 | |
// @include http://twitter.1x1.jp/* | |
// @include http://kichiku.oq.la/* | |
// @include http://twwatcher.blog20.fc2.com/* | |
// @include http://sho-ten.twitlife.jp/* | |
// @include http://search.twitter.com/* | |
// @include http://pcod.no-ip.org/yats/* |
This file contains 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
Margashirsh 2001 | |
15.12 2001 05:47:23 JST 1. Pratipat Shukla paksha | |
16.12 2001 05:52:32 JST 2. Dvitiya Shukla paksha | |
17.12 2001 06:31:23 JST 3. Tritiya Shukla paksha | |
18.12 2001 07:44:32 JST 4. Chaturthi Shukla paksha | |
19.12 2001 09:29:42 JST 5. Panchami Shukla paksha | |
20.12 2001 11:41:07 JST 6. Shashti Shukla paksha | |
21.12 2001 14:09:28 JST 7. Saptami Shukla paksha | |
22.12 2001 16:42:27 JST 8. Ashtami Shukla paksha |
This file contains 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
1870/ 1/ 5, 小寒 | |
1870/ 1/20, 大寒 | |
1870/ 2/ 4, 立春 | |
1870/ 2/19, 雨水 | |
1870/ 3/ 6, 啓蟄 | |
1870/ 3/21, 春分 | |
1870/ 4/ 5, 清明 | |
1870/ 4/20, 穀雨 | |
1870/ 5/ 6, 立夏 | |
1870/ 5/21, 小満 |
This file contains 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
/* | |
* KANJI preprocessor for C compiler not supported WIDE CHAR | |
* written by H.Tsujimura 12 Jan 1999 | |
* modified 20 Dec 1999 | |
* | |
* kpp.c | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> |
This file contains 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
/* convISBN.js : converter ISBN10 <-> ISBN13 */ | |
/* Copyright (c) 2007 by H.Tsujimura <[email protected]> */ | |
/* Distributed by LGPL. */ | |
/* this script written by H.Tsujimura 20 Jan 2007 */ | |
function convISBN13toISBN10(str) { | |
var s; | |
var c; | |
var checkDigit = 0; | |
var result = ""; |
This file contains 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
/* | |
* Amazon の商品画像があればそのまま表示し、なければ「画像がありません画像」を | |
* 表示するスクリプト | |
* | |
* written by H.Tsujimura 2005, 2006, 2007 | |
*/ | |
/* img の onload に replaceImage を埋め込む必要があるバージョン */ | |
/* → いずれ、この replaceImage は廃止し、replaceImageForAmazon に移行する */ | |
function replaceImage(img,rep_img) { |
This file contains 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
<script type="text/javascript"> | |
/* | |
$Id: extedit.js,v 1.6.1.1 2004/04/05 07:04:05 tsupo Exp $ | |
#Id: extedit.js,v 1.6 2004/03/28 17:41:49 ishinao Exp $ | |
Author: ishinao <[email protected]> | |
Licence: GPL | |
extedit - Webブラウザの入力フォームで好きなエディタを使う | |
see http://mylog.ishinao.net/id/1177 | |
*/ |
This file contains 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
--- a/32521.user.js Wed Sep 10 18:50:36 2008 | |
+++ b/32521.user.js Tue Jan 13 16:11:19 2009 | |
@@ -14,8 +14,10 @@ | |
(function() { | |
// Config | |
- var afterElementXPath = 'id("entrylist")/following-sibling::*[1]'; | |
- var urlElementXPath = 'id("entrylink_url")//a'; | |
+ // var afterElementXPath = 'id("entrylist")/following-sibling::*[1]'; | |
+ var afterElementXPath = 'id("moreinfo_bottom")/following-sibling::*[1]'; |
This file contains 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 AutoPagerize for IE7 with Turnabout | |
// @namespace http://watcher.moe-nifty.com/ | |
// @description loading next page and inserting into current page. | |
// @include http://* | |
// @include https://* | |
// @exclude https://mail.google.com/* | |
// ==/UserScript== | |
// | |
// auther: tsupo http://watcher.moe-nifty.com/ |
This file contains 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
#include <stdio.h> | |
#include <stdlib.h> | |
#include <time.h> | |
static char str[][5] = { | |
"あ", "い", "う", "え", "お", "か", "き", "く", "け", "こ", | |
"さ", "し", "す", "せ", "そ", "た", "ち", "つ", "て", "と", | |
"な", "に", "ぬ", "ね", "の", "は", "ひ", "ふ", "へ", "ほ", | |
"ま", "み", "む", "め", "も", "や", "ゆ", "よ", "ら", "り", | |
"る", "れ", "ろ", "わ", "を", "ん", |
OlderNewer