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
plugins: | |
- module: CustomFeed::Simple | |
- module: Subscription::Config | |
config: | |
feed: | |
- url: http://api.wassr.jp/user_timeline.rss?id=YOUR_ID | |
- module: Filter::Rule | |
rule: |
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
" proxy.js | |
javascript <<EOM | |
liberator.globalVariables.proxy_settings = [ | |
{ | |
conf_name: 'disable', | |
conf_usage: 'direct connection', | |
settings: [{label: 'type', param: 0}] | |
}, | |
{ | |
conf_name: 'polipo', |
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
"" autoproxychanger.js | |
javascript <<EOM | |
liberator.globalVariables.autochanger_proxy_enabled = true; | |
liberator.globalVariables.autochanger_proxy_settings = [ | |
{ | |
name: 'disable', | |
usage: 'direct connection', | |
proxy: { type : 0 } | |
}, | |
{ |
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
--- suspend-vm-default.orig 2009-03-06 14:12:19.000000000 +0900 | |
+++ suspend-vm-default 2009-03-06 14:14:01.000000000 +0900 | |
@@ -20,7 +20,7 @@ | |
# Release the IP if DHCP is used. | |
case "`uname -r`" in | |
-6.*) # 'PID dhclient: em0' => 'em0' | |
+[67].*) # 'PID dhclient: em0' => 'em0' | |
for intf in `pgrep -fl dhclient | cut -d" " -f3 | sort | uniq`; do | |
ifconfig "$intf" down |
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_cross_book_check.user.js | |
================================================================== | |
--- amazon_cross_book_check.user.js (revision 440) | |
+++ amazon_cross_book_check.user.js (local) | |
@@ -34,7 +34,7 @@ | |
}, | |
{ | |
label: 'eBOOKOFF', | |
- url: 'http://www.ebookoff.co.jp/cmdtysearch?Ctgry=1002&hdnSearchFlg=1&chkOld=1&txtISBNCode=', | |
+ url: 'http://www.ebookoff.co.jp/cmdtyallsearch/hdnAllSearchFlg/1/Ctgry/home/LRack/*/SetFlg/?Ctgry=home&LRack=*&chkAllSearchOldH=1&chkAllSearchStockH=1&hdnEndIndex=0&hdnFormId=cmdtyalllist&hdnPage=1&hdnStartIndex=0&selAscDesc=1&txtAllSearchBoxH=', |
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
--- kojii_net.yaml.orig 2006-08-19 12:30:33.000000000 +0900 | |
+++ kojii_net.yaml 2009-03-10 18:13:00.000000000 +0900 | |
@@ -5,5 +5,5 @@ | |
handle: http://www\.kojii\.net/\w+/\w+\d+\.html$ | |
extract_xpath: | |
# title: /html/head//title | |
- body: /html/body//table | |
+ body: /html/body//table//table//td[1] | |
#extract_after_hook: $data->{title} =~ s|</?TITLE>||ig |
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_cross_book_check.user.js | |
================================================================== | |
--- amazon_cross_book_check.user.js (revision 458) | |
+++ amazon_cross_book_check.user.js (local) | |
@@ -75,6 +75,13 @@ | |
autoStart: true | |
}, | |
{ | |
+ type: 'author', | |
+ urlExp: 'author', |
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
--- /System/Library/Extensions/ProlificUsbSerial.kext/Contents/Info.plist.orig 2009-04-21 15:48:59.000000000 +0900 | |
+++ /System/Library/Extensions/ProlificUsbSerial.kext/Contents/Info.plist 2009-04-21 15:49:56.000000000 +0900 | |
@@ -37,7 +37,7 @@ | |
<key>bInterfaceNumber</key> | |
<integer>0</integer> | |
<key>idProduct</key> | |
- <integer>8963</integer> | |
+ <integer>1211</integer> | |
<key>idVendor</key> | |
<integer>1659</integer> |
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
From a818f8ea7bdfc9437f98baae05036d677027fa61 Mon Sep 17 00:00:00 2001 | |
From: Shinsuke Matsui <[email protected]> | |
Date: Mon, 22 Jun 2009 19:44:20 +0900 | |
Subject: [PATCH] fixed bugs | |
--- | |
amazon-auth-proxy.cgi | 9 ++++++--- | |
1 files changed, 6 insertions(+), 3 deletions(-) | |
diff --git a/amazon-auth-proxy.cgi b/amazon-auth-proxy.cgi |
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
tinytinyhttpd is a very lightweight HTTP server written in C. | |
It supports multi threads, customization, directory listing and CGI. | |
It is confirmed to run the following software under tinytinyhttpd | |
with no hassle: | |
* MTOS(Movable Type Open Source) (perl) | |
* WordPress (php) | |
* blogn Plus (php) | |
* tDiary (ruby) | |
* PukiWiki (php) |
OlderNewer