rrencode
- Summary
rrencode は JARH (Just Another Ruby Hacker)を支援するソフトウェア
- Reference
rrencode
http://mono.kmc.gr.jp/~oxy/?rrencode
- via
www.textfile.org - 2005-09-02
http://www.hyuki.com/t/200509.html#i20050902174958
- Summary
rrencode は JARH (Just Another Ruby Hacker)を支援するソフトウェア
- Reference
rrencode
http://mono.kmc.gr.jp/~oxy/?rrencode
- via
www.textfile.org - 2005-09-02
http://www.hyuki.com/t/200509.html#i20050902174958
- Summary
ppencode は JAPH (Just Another Perl Hacker)を支援するソフトウェア
- Reference
ppencode - JavaScript demo
http://namazu.org/~takesako/ppencode/demo.html
- via
www.textfile.org - 2005-09-02
http://www.hyuki.com/t/200509.html#i20050902174958
- Summary
サイト間の人の流れをGraphviz[2003-12-01-3]を用いて視覚化
- サイト内のソースに追加すべき記述
<a href="http://flowmap.jp/"> <script type="text/JavaScript"> document.write('<img src="http://www.flowmap.jp/fmap.cgi?n=mnghoqru&i=fmap01&r='+escape(document.referrer)+'&t='+escape(document.title)+'&u='+escape(document.URL)+'" alt="flowmap.jp" />'); </script> </a>
var str = ''; str += '<img src="http://www.flowmap.jp/fmap.cgi?n=mnghoqru&i=fmap01&r='; str += escape(document.referrer); str += '&t='+escape(document.title); str += '&u='+escape(document.URL)+'" border="0" alt="flowmap.jp" />'); document.write(str);