Category Archives: 學術

Alignment API and Alignment Server

The Alignment API and Server is created by http://alignapi.gforge.inria.fr/ . You can install it by yourself. If you want to evaluate it , please choose Ontology Alignment Evaluation Initiative – Test library

Posted in 學術, 學術研究 | Leave a comment

[Security] The SHA3 Slide

In this semester, I’ve participated in one information security course. The professor asigned me to report the new hash algorithm (i.e. the new NIST’s standard): SHA3. The following is one of my prepared slides.  

Posted in 學術, 學術研究, 科技, 程式設計 | Leave a comment

Interesting Experiments in SHA3

I’ve tried MD5, SHA256, SHA3-512 algorithms with 1, 10, and 100 million bytes. In general, SHA3-512 is lower than SHA256 for 3 ~ 10 times. In these cases, MD5 is the fastest algorithm which is faster than SHA256 for 3 … Continue reading

Posted in C, Programming, 學術, 科技, 程式設計 | Leave a comment

General Security Issues

TLS 1.0 RSA Encryption Integer Factorization  Lenstra elliptic curve factorization It may use factorization to enhance my assumption. 😛

Posted in 學術, 資訊安全 | Leave a comment

[C++] SVM

用來做分類的好方法,Support Vector Machine (SVM),以下是關於libsvm (台大資工林智仁老師實驗室release )的用法以及教學: piaip的libsvm入門 笨蛋也可以用的libsvm

Posted in C/C++, 學術, 學術研究, 資工 | Leave a comment

Some interesting articles

http://www.bnext.com.tw/article/view/cid/0/id/18789 http://www.netadmin.com.tw/article_content.aspx?sn=1106160006 http://www.zdnet.com/blog/virtualization/what-is-a-trusted-cloud/978 http://www.trustedcomputinggroup.org/files/resource_files/1F4DEE3D-1A4B-B294-D0AD0742BA449E07/Cloud%20Computing%20and%20Security%20Whitepaper_July29.2010.pdf http://www.safenet-inc.com/products/data-protection/data-encryption-control/datasecure/

Posted in cloud computing, 學術, 學術研究, 資訊安全 | Leave a comment

IDL Programming Language

I’ve found some tutorial resources: IDL Tutorial: Programming in IDL (這個好像是天文的..) IDL TUTORIAL (這個好像是天文的..) The IDL Astronomy User’s Library (這個好像是天文的..) Coyote’s Guide to IDL Programming (這個好像是天文的..) A GUIDE TO IDL FOR ASTRONOMERS (這個好像是天文的..) RMI,Java IDL  Institute for Computational Cosmology: IDL (這個好像是天文的..)

Posted in Linux, 學術, 學術研究, 程式設計, 網路, 網路 java, 資工 | Leave a comment

AIM 2012 Call for Papers

——————————————————————————————————————————————————–                        The 2012 FTRA International Conference on                 Advanced IT, engineering and Management (FTRA AIM 2012)          http://web.ftrai.org/aim2012                                    Hosted by FTRA                   Supported by KITCS, Korea Tourism Organization                           Seoul, Korea, Feb. 6-8, 2012============================================================[Important Date]Abstract Paper Submission due:  Dec. 16, 2011All accepted abstract papers … Continue reading

Posted in 學術, 學術研究, 資工, 資訊安全 | Leave a comment

資訊類研討會接受率

1. Network 研討會排名    http://www.cs.ucsb.edu/~almeroth/conf/stats/ 2. Computer Science類研討會接受率排名    http://webdocs.cs.ualberta.ca/~zaiane/htmldocs/ConfRanking.html3. Computer Hardware 研討會接受率排名    http://researchweb.iiit.ac.in/~chraghu/files/acceptrate.htm#_Networking_Conferences_Statistics-%284. AI 研討會接受率排名    http://www.adaptivebox.net/CILib/CICON_stat.html5. Security 研討會接受率排名    http://faculty.cs.tamu.edu/guofei/sec_conf_stat.htm6. 知名的Computer Science 研討會列表    http://en.wikipedia.org/wiki/List_of_computer_science_conferences ReferencePTT實業坊PhD板 “[資訊] computer sceince conference 接受率資料庫”

Posted in 學術, 學術研究 | Leave a comment

TF-IDF (term frequency–inverse document frequency)

關於TF-IDF的source code,它用Perl語言寫成。 http://infomotions.com/blog/tag/term-frequencyinverse-document-frequency-tfidf/ 另一個是用C#寫的: http://www.codeproject.com/KB/cs/tfidf.aspx 其它相關的參考資源: 1. Ranking text documents based on TF-IDF 2. tf-idf (term frequency–inverse document frequency) 3. Information Retrieval (這文章講解得很詳細)

Posted in 學術, 學術研究, 程式設計, 資工 | Leave a comment