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
var sys = require('sys'); | |
var libxml = require("./modules/libxmljs"); | |
var doc = libxml.parseXmlString("<html><head><link rel='alternate' title='rss' href='rss' /></head><body><link rel='alternate' title='foo' href='bar' /></body></html>"); | |
var elems = doc.get ('//head'); | |
elems = elems.find('.//link'); | |
for (var i in elems) { | |
sys.puts(elems[i].path()); | |
sys.puts(elems[i]); | |
} |
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
diff --git a/package/busybox/Makefile b/package/busybox/Makefile | |
index 714d0c4..3c12758 100644 | |
--- a/package/busybox/Makefile | |
+++ b/package/busybox/Makefile | |
@@ -48,6 +48,12 @@ define Package/busybox/config | |
endmenu | |
endef | |
+define Build/Prepare | |
+ $(Build/Prepare/Default) |
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
#!/bin/sh | |
# Copyright (c) 2010 Rex Tsai <[email protected]> | |
# | |
# Description | |
# * Setup wlan0 as ad-hoc interface | |
# * make eth0 as gateway, change it if you like to use other inteface like ppp0 | |
# | |
# INIC | |
# ONIC | |
WLAN=wlan0 |
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
#!/bin/sh | |
# Rex Tsai <[email protected]> | |
BKDIR=/media/backup/backup | |
KEY=DC76FEB9 | |
# OP=incremental | |
# OP=full | |
# OP=collection-status | |
# OP=cleanup | |
# OP="remove-older-than time" |
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
Unknown style: fill-opacity | |
Unknown style: fill-opacity | |
Unknown style: fill-opacity | |
Unknown style: fill-opacity | |
Unknown style: fill-opacity | |
Unknown style: fill-opacity | |
Unknown style: fill-opacity | |
Unknown style: fill-opacity | |
Unknown style: fill-opacity | |
Unknown style: stroke |
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
ibus (1.3.7-1ubuntu4) maverick-proposed; urgency=low | |
[ Karl Lattimer ] | |
* debia/patches/05_appindicator.patch | |
- Fixed unresponsive menu, (LP: #645724) | |
- Fixed 100% cpu usage properly, (LP: #637671) | |
- Fixed focus tracking issue, (LP: #522079) | |
[ Ikuya Awashiro ] | |
* debian/patches/03_fix1104.patch: added. |
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
* About to connect() to comet30.plurk.com port 80 (#0) | |
* Trying 74.120.121.62... * connected | |
* Connected to comet30.plurk.com (74.120.121.62) port 80 (#0) | |
> POST /comet?channel=generic-6978432-360196e187c8febba978e4cd9061883533285e5e&offset=0 HTTP/1.1 | |
User-Agent: php-plurk-api agent | |
Host: comet30.plurk.com | |
Accept: */* | |
Cookie: plurkcookiea="XXX" | |
Content-Length: 8 | |
Content-Type: application/x-www-form-urlencoded |
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
壹多媒體娛樂服務股份有限公司 壹網樂/網樂通, https://www.nextvod.com.tw/ #nextvod #nextv | |
H/W | |
STMicroelectronics STx7105 (Renesas SuperH Core) | |
VIA VT6113 (Ethernet) | |
NANYA NT5TU64M16GG-AC (DRAM DDR2 64Mx16 PC800 BGA) * 2 | |
Samsung NCDOM08GMS-MLC (USB DOM 8GB) | |
Winbond 25Q80 1MB Spi Flash (Onboard Flash) | |
Console Pin headers |
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
sh-4.1# uname -a | |
Linux (none) 2.6.23.17_stm23_A18B-PDK7105-32BITS-A18B #3 PREEMPT Mon Nov 8 14:21:27 CST 2010 sh4 GNU/Linux | |
sh-4.1# cat /proc/cpuinfo | |
machine : pdk7105 | |
processor : 0 | |
cpu family : sh4 | |
cpu type : STx7105 | |
cut : 3.x | |
cpu flags : fpu icbi synco fpchg | |
cache type : split (harvard) |
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
#!/bin/sh | |
# A script for access console and log the output. | |
# A script for access console and log the output. | |
# Usage: | |
# $ DEVICE=/dev/ttyUSB0 SPEED=51200 kermit.sh | |
# | |
# Copyright (c) Rex Tsai <[email protected]> | |
# $Id: $ | |
# SPEED=9600 |
OlderNewer