- simple example -- why it does not follow central thm in the outcome
- Read Appdendix ch. 3
Tuesday, December 09, 2008
Thursday, November 13, 2008
C# From a Java Developer's Perspective
TO SUN MICROSYSTEMS' JAVA PROGRAMMING LANGUAGE
Tuesday, November 11, 2008
Boolean Operators in VB .NET
| Operator | Use |
| Not | Negation |
| And | Conjunction |
| AndAlso | Conjunction |
| Or | Disjunction |
| OrElse | Disjunction |
| Xor | Disjunction |
Download YouTube & Google Video clips via bookmarklets
How can I play Flash Video (FLV) files on Windows?
Combining current CVS builds of Media Player Classic with the latest daily builds of ffdshow provides thorough FLV support. While ffdshow is capable of rendering FLV1, the FLV splitter/decoder incorporated in the CVS builds of Media Player Classic adds support for On2's VP6 codec (Flash8).
The FLV splitter/decoder can also be downloaded as a standalone DirectShow filter (source filter + splitter + decoder) to be combined with Media Player Classic's official stable builds or other DirectShow video players including Windows Media Player.
Another full-fledged video player with native (yet limited) FLV support is VLC media player. Designated Flash Video players like FLVPlayer by Martijn de Visser or Riva FLV Player handle FLV files (FLV1 & On2 VP6) fine, but are otherwise limited in functionality.
----Why I need to play flv in a wmplayer? bc to embed a player controller in .NET programs, it costs $200+ for a flv player controller, but costs 0 for a wmplayer COM object.
Use MediaPlayer in .NET
Saturday, November 08, 2008
Thursday, October 30, 2008
Chat -- Making Use of Google Custom Search
我最近去google information session啊,他們說要進google要先衡量你聰不聰明夠不夠創新,所以如果有用過google api寫東西都可以寫在resume裡
MiGi.Jimmy says:
所以想來用google api寫些東西
(V同學) says:
可是用他的API寫就是創新嗎
MiGi.Jimmy says:
當然還要有用@@
MiGi.Jimmy says:
我覺得可以想想idea然後在網路上實現, 最好有自己的站
MiGi.Jimmy says:
或者寫google gadget也不錯
(V同學) says:
SOGA
(V同學) says:
不過我想我要進GOOGLE有點難~
MiGi.Jimmy says:
反正有什麼放什麼,然後就可以寫resume了
(V同學) says:
嗯,是啊
(V同學) says:
你有想寫什麼嗎
MiGi.Jimmy says:
嗯 不知道也 如果跟網路相關的公司都有用吧
(V同學) says:
是沒錯
MiGi.Jimmy says:
我現在在想,google custom search 其實大家都沒在用
MiGi.Jimmy says:
可是如果把自己的bookmark 加到google custom search裡面,這樣以後找東西就很方便
MiGi.Jimmy says:
google custom search 你有用過嗎?
(V同學) says:
沒有,不過好像是站內搜尋的東西
MiGi.Jimmy says:
算是,但是其實你可以指定很多網址,他就搜那些網址的內容
(V同學) says:
了解
(V同學) says:
這樣就好像可以寫一些PLUG IN
MiGi.Jimmy says:
嗯 有時候找過的東西還想再找一遍
(V同學) says:
好像滿有趣的
MiGi.Jimmy says:
呵 不過還不知道用什麼方法呈現
(V同學) says:
所以你說的是你只想從你的BOOK MARK找你要的資料
(V同學) says:
你可以寫FIRE FOX的PLUG IN啊
MiGi.Jimmy says:
不只,你也可以開放給別人找
(V同學) says:
不然後是寫GOOGLE CHROME的PLUG IN
(V同學) says:
嗯
MiGi.Jimmy says:
喔 哈 趕流行
(V同學) says:
一定要的啊
(V同學) says:
這個行業就是趕流行
MiGi.Jimmy says:
嗯啊 希望是案一個按鈕,不但可以加bookmark還可以加到custom search裡
MiGi.Jimmy says:
順便提供加到del.icio.us
(V同學) says:
這是什麼
MiGi.Jimmy says:
那是一個網路上的bookmark
MiGi.Jimmy says:
這樣到任何電腦都可以取得自己的連結
MiGi.Jimmy says:
google bookmark 應該是學他的
(V同學) says:
了解
(V同學) says:
FIRE FOX也有這個PLUG IN
MiGi.Jimmy says:
有
(V同學) says:
我有用
(V同學) says:
滿不錯的
MiGi.Jimmy says:
你是說del.icio.us?
(V同學) says:
不是
MiGi.Jimmy says:
google
(V同學) says:
好像叫FOX MARK
MiGi.Jimmy says:
喔喔
(V同學) says:
不過你要有注冊才能用
(V同學) says:
而且只有FIRE FOX
MiGi.Jimmy says:
是喔 其他瀏覽器不行?
(V同學) says:
他是FIRE FOX的PLUG IN,我想其他的不行吧
MiGi.Jimmy says:
喔 他作法不太一樣 網路只是負責同步
MiGi.Jimmy says:
可是delicious是讓大家都放在他的主機上,然後還可以跟別人share標籤
(V同學) says:
嗯
MiGi.Jimmy says:
^^書籤
(V同學) says:
我了解
MiGi.Jimmy says:
不過書籤一多 就很難找
MiGi.Jimmy says:
即使給了tag也沒用
MiGi.Jimmy says:
後來我都把書籤寫在blog上 天曉得之後要怎麼找到
(V同學) says:
哈哈
(V同學) says:
所以你想作SERCH
(V同學) says:
不錯啊,加油,等你寫出來
MiGi.Jimmy says:
對啊 就是這原因 所以可以試試書籤一股腦都丟到custom search裡
MiGi.Jimmy says:
呵 希望有多點時間
Friday, October 24, 2008
Research Idea
- Bayssian: P(f|x)=P(x|f)*P(f)/P(x) (??) => MLE=arg max_f P(x|f)
- Find the g(x) to get 0 bias (=E{g(x1,x2...xN)} ) !!! even non-biased P not guarranty non-biased F!! So start from find good estimation of f
Tuesday, October 21, 2008
Friday, October 17, 2008
The Anatomy of a Search Engine
In this paper, we present Google, a prototype of a large-scale search engine which makes heavy use of the structure present in hypertext. Google is designed to crawl and index the Web efficiently and produce much more satisfying search results than existing systems. The prototype with a full text and hyperlink database of at least 24 million pages is available at http://google.stanford.edu/
Wednesday, September 24, 2008
How to Remove the Popup Ads in Avira Antivir - wikiHow
Windows 2000 / Windows XP Pro
- Go to Start > Run.
- Type gpedit.msc and click OK.
- Navigate through User Configuration > Administrative Templates > System.
- Double click "Don't run specified Windows applications".
- Enable it and click show.
- Add "avnotify.exe".
- Click OK on all open windows.
- Restart.
Thursday, September 11, 2008
Tuesday, September 09, 2008
∮Ω奧米加空間∮-【原創】利用 VMware 安裝 Mac OS X JaS 10.4.8
- 事前準備
首先請到 VMware 的網站填一些基本資料下載程式 http://www.vmware.com/download/ws/
VMware Workstation 6.0.2 (for Windows Systems)
Latest Released Version: 6.0.2 | 10/18/07 | 59824 | 314 MB
接著請出 Google 大神尋找 Mac OS X JaS 10.4.8 AMD-Intel-SSE2-SSE3 with 10.4.9 這個版本的 Mac OS X 才能正常的在 VMware 使用喔~目前新的 APPLE LEOPARD 10.5.1 intel SSE2 and SSE3 Only 會出現4國語言無法安裝在 VMware 上的~
等檔案找到後請利用 DAEMON Tools Lite 載入 ISO 檔來安裝 Mac OS X 用 VMware 直接載入無法安裝~
DAEMON Tools Lite 下載位置
http://www.daemon-tools.cc/dtcc/download.php?mode=ViewCategory&catid=5
請先安裝好 VMware Workstation 與利用 DAEMON Tools Lite 載入 Mac OS X JaS 10.4.8 AMD-Intel-SSE2-SSE3 with 10.4.9 這個版本的 ISO 檔後進行下一步 - 開始安裝
開啟 VMware -> New Virtual Machine -> Next -> Typical -> Next -> Other -> Version 選擇 Other 64-bit -> Next -> 虛擬電腦的名稱可以自己的喜好取~我設 Mac OS -> Next -> 網路部分請選第二個 NAT -> Next -> 按下 完成 即可 新增成功出現的視窗請按 Close 關閉
在 [裝置] 的 Memory 點滑鼠左鍵兩下 把虛擬電腦的記憶體改成 512 按下 OK 離開
在 [裝置] 的 Floppy 點滑鼠左鍵兩下 把 Connect at power on 的勾勾取消 按下 OK 離開
在 [指令] 按下啟動這部虛擬電腦當出現
Press any key to install Mac OS X, or press F8 to enter startup options.(10)
時請按任意鍵進入安裝 Mac OS X 的安裝畫面~依電腦的性能不同需要等待一點點的時間讓他跑~
因為我是用 DAEMON Tools Lite 載入 ISO 檔 VMware 跑到一半會出現 ATAPI(CD-ROM) 與 SCSI 等等的訊息不管他按下 OK 繼續~
接著就會出現 Mac OS X 的安裝畫面了~請選擇 以繁體中文作為主要語言 接著請到左上角 工具程式 -> 磁碟工具程式 -> 選擇 8.0 GB VMware Virtual IDE -> 分割 -> 卷宗架構 請選擇一個分割區 -> 卷宗資訊 名稱可自訂我設 OMEGA -> 畫面右下角的 分割 給她按下去 -> 跳出確認視窗請把 分割 按下去~
分割完成後請按左上角的紅色X 離開磁碟工具程式
接下來回到 Mac OS X 安裝畫面 -> 繼續 -> 看到我們剛剛分割那一顆 按繼續 -> 因為硬碟只有設 8GB 的關係有些東西可以不用裝~取消 列表機驅動程式跟語言翻譯(預設的繁體中文不會被取消) 的勾勾 -> JaS Intel 10.4.8 ATA kexts included 要打勾 -> 安裝 -> 檢查 DVD 的視窗請按 略過 接下來就開始安裝囉~ 大約花 25 分鐘可以安裝完畢
Monday, September 08, 2008
MinGW | Minimalist GNU for Windows
A collection of freely available and freely distributable Windows specific header files and import libraries, augmenting the GNU Compiler Collection, (GCC), and its associated tools, (GNU binutils). MinGW provides a complete Open Source programming tool set which is suitable for the development of native Windows programs that do not depend on any 3rd-party C runtime DLLs.
就是unix下可以編譯的東西,也可以拿到minGW編譯
Saturday, September 06, 2008
Thursday, September 04, 2008
A simple XML database for your Windows applications
Dim sw As System.IO.StreamWriter = New System.IO.StreamWriter("..\mydata.
sw.Write(ds.GetXml.ToString) '//place the
sw.Flush()
sw.Close()
Wednesday, September 03, 2008
Find It! Keep It! : Keep webpages in your own database so you never lose them.
Find It! Keep It! is a browser with which you can save pages (including Flash videos and javascript) to a database so you never lose them. Later you can browse your database, or search it by tags and content.
- Commercial
- Mac (Universal Binary)
