2010/04/04

hichannel廣播位址解析

-- 2009/11/14 bbs backup --
不好意思玩太晚了
因為最近上班都在聽廣播,我要推薦奇美古典音樂網,
但想用foobar來放時竟然沒辦法解析,而且hichannel
用微軟的東西,導致我的電腦也不能放,先抓了
fourDollar(其實我見過他本人耶)的hiChannel.sh來執行,
他會直接取得
http://hichannel.hinet.net/player/radio/index.jsp?radio_id=#
從裡面取得真正的位址
mms://bcr.media.hinet.net/#
但我很好奇有些文章說hichannel的格式改變了,為了瞭解位址是怎麼
來的,就手動trace了一遍,反正最近也在trace code

[vim] 菜單亂碼

http://blog.csdn.net/rehung/archive/2007/09/21/1794293.aspx

[latex] 段落與圖片表格間距

-- 2008/08/02 bbs backup --
http://www.eng.cam.ac.uk/help/tpl/textprocessing/squeeze.html

[latex] ieeetran citation

-- 2010 --
I expect it shows [1-10] for 10 continuous citations but [1]-[10] instead.
I cannot find any solution for it until I give up then try to trace codes
in IEEEtrans.cls.

硬解 h.264 / vc-1

player : kmplayer 3.9.3.1358 (inactive in mpc-HC)
video card : nvidia

[latex] 表格小數點對齊置中欄寬 / dot(decimal point) aligned to the centerline of a table cell

\usepackage{dcolumn, array}


\newcolumntype{z}{D{.}{.}{-1}}
Defining a new command, z is as c, l, r in tabular environment. The z is replaced with D{.}{.}{-1} in tabular.
It seems like new command only can be 1 character.
D : D is the command of dcolumn
{.} : . is the character to be aligned
{.} : . is the character above to be replaced with.
-1 : centered. If it's a positive number, it represents the digits after decimal point

profiler

-- 2008/05/20 bbs backup --

http://vast.uccs.edu/~tboult/CS330/NOTES/profilers.ppt

#for timing