寄语fifid.com

ref:歪酷网站家族新成员诞生 fifid.com – 歪酷官方Blog – 歪酷博客 Yculblog.com
从歪酷到”非非共享界”,jamguo同学一向是很沉稳和干练的,同样也很有眼光的。当时他的歪酷出来时候,我还是不知blog何物呢。在歪酷注册了账号后逐渐明白了jam同学的眼界。

我很久没有关心过歪酷和jam了。不清楚现在的他是怎样的?传闻去google后来又没有成功,后来是去了msn?反正是传说的人物,他总是这样行踪不定:)不过如果去msn的确有点委屈他,如果去google了倒是肯定会一展宏图的。

现在”非非共享界”的诞生,又是jam的一个不小的手笔。现在对于用户交流的网站逐渐火爆,象大众点评网,等, 但好的不多,中文的不多。用句很俗的话就是,”非非共享界”正好填补这方面的空白。

fifid如果人气足的话,绝对会是业内的Number 1。但人气应该没有问题:借着yculblog的人气,再加上jam同学推销的本领,只要server撑的主,No1指日可待的,呵呵。

另外值得一提的是,虽然fifid是对影视音乐的share,但我觉得代码不需要经过修改同样也可以适用余任意其他的内容。象大众点评网的美食等。 不过这是后话了:)

一向很佩服jam同学的。

在此祝fifid“生意兴隆” :)

* Comments(2)

QE @#$%&^*^*(^^%&)

今天的QE的确太糟糕了,心情也是差到了极点,突然感觉很恍惚,不知所措的感觉。不能专心做事情,也对成绩感到非常的不安。QE是四选三答,但是选的三道题目都要pass才行。考试的时候我就尽量答选到的三道题目,希望每一门都能pass,但最终的结果是每门都只答了超过50%一些,而也非常没有保证。于是每门都有fail的危险,当然也有全部fail的危险。当时把试卷交给主考官的那一刻,我都觉得好绝望啊,那个动作简直象电影里面的慢镜头一样(就是有点感人的那种) 然后我望着交后的试卷,恍惚许久才回神过来。之后拼命的询问别人是不是一样的烂。其实别人考的如何也不管我pass与否,只不过寻找一点平衡和安慰。

后来mm宽慰说,如果不过读master也更好。可是呢,经最新证实,读master他也要pass QE:( 不过也没关系,过不了去国内找工作也不怕,不怕:) 说归酱说,但这样毕竟不现实。因为这一年作的事情对工作没有任何帮助。开始之后放弃是很难的。

这点突然又要反省一下,这一年对research又有什么帮助? what am i doing??? 蹉~跎~啊~。有些人一边都把儿子生了,还发那么多paper;不说生儿子,至少能在research游刃有余之外还能做好很多事情。~天~这似乎好难啊!现在俺连ph.d.资格都在悬着呢:( 也许吾本平庸,还需自强。

* Comments(2)

Google Calendar, So Great!

太棒了,它居然可以从email里提取事件信息,提示是否加入calendar,怎么和我以前想到的完全一样!!!fan死google了!! (莫非,莫非它就是采用我的建议的?貌似我曾经有一次神经质的写过很多建议给google)
而且它还有我刚刚给30boxes提的建议,把不同来源的event用不同的颜色显示。google的工程师还真是体贴入微,造的东西是这么di人性化。好想有朝一日也能加入google。
无奈我刚跑到nus来读phd,现在忙着pass QE,离毕业更遥遥无期,反正是赶不上咯。好羡慕那个已经成为googler的学弟。既然他入了google,嘎么以后有虾米idea都找他,让他帮我做(捂嘴笑)。
(醒醒,看书拉~)

* Comments(1)

Google Calendar

cool!
when i was playing with my 30boxes, i surprisingly found Google Calendar was released!!
i logged in, clicked here and there. it really meet what my expected.
Great! i am moving my calendar to goole now:)

btw, unfortunately, tomorrow my first QE comes. goodlcuk to myself. (donot play these things any more)

Comments(0)

wish

希望这一段忙完后,去一个远离人烟的地方,接近自然的地方放松一下。哪怕是一小会儿。

Comments(0)

HOWTO Setup OpenCV – RFC Cambridge Wiki

HOWTO Setup OpenCV
From RFC Cambridge Wiki
Setting up OpenCV in a variety of environments.

OpenCV with V2005
The follwing instructions are for setting up OpenCV inside Win XP/2000 using the Visual Studio 2005 environment.
Obtain the executable source files (available in the files section) and install OpenCV.
Make sure the path to the OpenCV libaries are correctly set (should be the check box during installation.)
You can set this yourself if you move the directory by right clicking My Computer and selecting properties (or hitting Win Key + Break), selecting the Advanced Tab, and hitting the Environment Variables button on the bottom. In User Variables, there should be a PATH setting, set to where the OpenCV library is installed (default is C:\Program Files\OpenCV\bin).
Open the Visual Studio 2005 environment, and open the opencv.sln solution file stored in the _make directory of your installation. (default is C:\Program Files\OpenCV\_make).
This should load the entire solution into the Visual Studio environment.
In Visual Studio, select the build file-menu, and select Build Solution.
Optional: You make choose to clean the solution before building.
Note: It takes a significant amount of time to compile the entire OpenCV library.
Enjoy your newly built OpenCV library!
Please refer to another post of mine: http://qevan.blogspot.com/2005/10/how-to-configue-opencv-in-visual.html

OpenCV with DevCPP
OpenCV is Intel’s open source computer vision library. It contains a huge collection of computer-vision related algorithms, data structures, filters, etc. that we may find useful.
Once your IDE is set up, go to http://sourceforge.net/projects/opencvlibrary/ and click on the opencv-win link
Click on the Download OpenCV Beta5 link. On the next page, choose a mirror to download
Run the setup program you just downloaded. Accept all the defaults; this will install OpenCV to C:\Program Files\OpenCV.
If you navigate to the C:\Program Files\OpenCV\samples\c directory, you will find a bunch of C/C++ code samples, showing off some of OpenCV’s capabilities. Some of them require a connected webcam to work; those won’t do anything if you open them up. You can see some examples of edge detection, erode/dilation, etc.
IMPORTANT: There is a naming problem with the latest beta5 version of openCV. Navigate to the C:\Program Files\OpenCV\bin directory. There you will find several .dll files with an 097 in them. Copy each .dll, and change the name from 097 to 096. (i.e., the copy of cv097.dll becomes cv096.dll, same for cvaux, cvcam, cxcore, and highgui) (this can be done by running copy *097.dll *096.dll under the command shell)
Add the C:\Program Files\OpenCV\bin directory and the C:\Program Files\OpenCV\otherlibs\highgui directory to your system PATH variable. This tells the computer where to find the .dll system libraries. To do this, go to Start Menu->Control Panel -> System (or hit the Windows Button + break keys). Go to the Advanced tab and click the Environmental Variables button. In the lower box, find the variable labeled PATH. Click Edit. In the lower text box, navigate to the end and append ;C:\Program Files\OpenCV\bin;C:\Program Files\OpenCV\otherlibs\highgui (remember the semicolons). Click OK in all the windows.
Open up Bloodshed Dev-C++
Go to File->Open Project or File… and open up C:\Program Files\OpenCV\samples\c\contours.c
Make a new file (File->New->Source File). Copy and paste the code from contours.c into this new file, and save it as test.cpp
Go to Tools->Compiler Options. It should come up with the Compiler tab selected. Check the box labeled Add these commands to the
linker command line and type (or copy-paste) the following into the text box: -lhighgui -lcv -lcxcore -lcvaux -lcvcam
This tells the IDE to link your program with the OpenCV libraries.
Switch to the Directories tab, and in the Libraries sub-tab add to directories: C:\Program Files\OpenCV\lib
Switch to the C includes tab. Add C:\Program Files\OpenCV\cxcore\include
C:\Program Files\OpenCV\cv\include
C:\Program Files\OpenCV\otherlibs\highgui
C:\Program Files\OpenCV\cvaux\include
C:\Program Files\OpenCV\otherlibs\cvcam\include as include directories.
Do the same thing for the C++ includes tab.
Now you should be able to compile and run the test.cpp sample file with the command Execute->Compile and Run. This program analyzes the image of the faces to extract information about the different regions. You can change the level of the contour to see different elements of the face (eyes, pupil, nose, mouth, etc). Play around with the source code for this program; change parameters or a line of code, and see what it does. Make sure to recompile with (Execute->Compile and Run) every time you make a change.
NOTE: You might recieve an error “Application failed to start because cv097.dll was not …..”. To resolve this issue you need to copy the following three .dll files from the directory C:\Program Files\OpenCV\bin to the directory C:\Program Files\OpenCV\samples\c
1.cv097.dll
2.cxcore097.dll
3.highgui097.dll

OpenCV with G++ (on a linux system)
If you use linux, you can set up opencv there with g++ by following these steps:
Go to http://sourceforge.net/projects/opencvlibrary/ and download the opencv-0.9.7.tar.gz file. (Note version might change later)
As superuser, Go to the directory you downloaded the tar.gz file into. There, type tar -xzf opencv-0.9.7.tar.gz
cd opencv-0.9.7
./configure && make && make install
Opencv should be installed. But we need to prepare g++ to work with opencv. So, go to your home directory and open the .bashrc file. Append the following to the file. alias gcv=”g++ -I/usr/local/include/opencv -lcv -lcxcore -lcvaux -lhighgui”
Now, go to the opencv-0.9.7 directory from earlier, into samples, and into c, and make sure the following runs the contour program. gcv coutours.c && ./a.out
If not, troubleshoot. If so, you should be good.
Retrieved from “http://hces1.fas.harvard.edu/wiki/index.php/HOWTO_Setup_OpenCV

* Comments(6)

加油了!

事情总是这样,每次都说要及早做,因为这样会做得好,但事实上总是到了必不得已时候才把它马马虎虎的完成。
这次又是一样。。。
作未来的两周内,有一个project presentation、一个QE;未来的一个月内有另一个QE和一个Graduate Research Paper。无奈现在QE的只复习的少一半,project也只是构思构思。时间又一次催命般的紧了。
和以前每次一样,这次又觉得象是一个更大挑战:时间更加紧张,而任务更加艰巨了。
也许我之前玩的太多了。。。
哦,加油了!

现在,我都没有时间去想这些事情做完后的事情,比如,6月怎么安排?挺想再回家看看,也想陪mm,可是现在暂时还不能安排,感觉就是身不由己。

现在还不习惯这种生活,工作要占据自己很大很大的精力,以至于自己安排不好自己的生活。
希望能慢慢习惯吧。

先忙过这一段再说。

* Comments(1)

blog还真无聊

最近太忙,突然想起很久没有写blog了,就写了几句话,可发布时却又发布不了了:(
sitesled把blogger给封了。我晕@@,我坚持使用个blogger居然有这么多麻烦。
google中国成立都这么久了,还没有和中国政府搞好关系把blogger解禁么?
不管了,就这么着,不管这里是寸草不生也好,还是门可罗雀也好,随他便了。
最近专心过QE还有termpaper,把一切不良嗜好都给禁止了,专心学习。

(如果你在看这篇文章,我,我感动ing,居然还有人能看到我写的东西@@)

* Comments(2)