2014.8.23 Research Meeting Report

Dear All:

It was good talk yesterday. However, I want to emphasize that, finally it 
is the *work* and good people who commit working hard.

Idea is cheap, I have seen too many and too often, including myself, who 
are discussing wonderful ideas.

Data is cheap, if needed, I can get movie data, PPlive data, Sina data, 
SHM data, highspeed train data, ICC of HK data, CERNET data. Now have 
access to new data source from Tecent too.

Money is cheap, except for Zimu who are way too young, I am sure each of 
you can get 1 million dollar investment.

To have a high probabiliy of success, you can either do something really 
in your heart and don‘t worry much about earning money or success (the 
Facebook style) or you base your success on continuous working for years 
(style including Abraham‘s). It is a tough journey.

I think John Lui of CUHK has a good nut on this too:

John C.S. Lui

p.s.: Last but not least, the following is a famous quote by Calvin 
Coolidge (1872), whose statement reflects my research style and my 
expectation:

Press on: Nothing in the world can take the place of persistence.

Talent will not; nothing is more common than unsuccessful men with talent.
Genius will not; unrewarded genius is almost a proverb.
Education will not; the world is full of educated failures.

Persistence and determination alone are omnipotent.

Best Regards,
Dan.

时间: 2024-11-10 06:20:46

2014.8.23 Research Meeting Report的相关文章

2014.9.11 Research Meeting Report

Dear All: Yesterday when we read INFOCOM papers, you have seen how damage it is to have careless writings. You see that people did write author's name wrong. This time, they mis-spell Yuan Yi's name. Since he is so careless here and there and INFOCOM

First scrum meeting report - 151017

提要 今天开会主要是讨论一下北航MOOC客户端的具体要求和每个人的大致分工.会议后来还简单商讨了一下我们app的大致界面框架. 会议地点:大运村KFC 会议时间:2015年10月17日,15:00-17:30 任务和分工 我们将开发工作大致分为如下几块: 课程详情(含视频播放,下载,讨论区) 用户部分(含用户注册,用户信息查看与修改,设置,我的选课) 总体框架(用户登陆,主界面,各个模块的集成工作) 服务器(工作量待商讨,因为我们暂时不能得知学校服务器的数据情况) 此外,还有UI设计与后期测试工

每日一道题2014/7/23

10015 - Hankson的趣味题 Time Limit: 1000MSMemory Limit: 65535KB DescriptionHanks 博士是BT (Bio-Tech,生物技术) 领域的知名专家,他的儿子名叫Hankson.现在,刚刚放学回家的Hankson 正在思考一个有趣的问题.今天在课堂上,老师讲解了如何求两个正整数c1 和c2 的最大公约数和最小公倍数.现在Hankson 认为自己已经熟练地掌握了这些知识,他开始思考一个“求公约数”和“求公倍数”之类问题的“逆问题”,这

boost.asio包装类st_asio_wrapper开发教程(2014.5.23更新)(一)-----转

一:什么是st_asio_wrapper它是一个c/s网络编程框架,基于对boost.asio的包装(最低在boost-1.49.0上调试过),目的是快速的构建一个c/s系统:二:st_asio_wrapper的特点效率高.跨平台.完全异步,当然这是从boost.asio继承而来:自动重连,数据透明传输,自动解决分包粘包问题(必须使用默认的打包解包器,这一特性表现得与udp一样):只支持tcp和udp协议:三:st_asio_wrapper的大体结构st_asio_wrapper.h:编译器版本

2014.7.23 cocos2d-x3.2到android的联调

这里的联调是指在cocos2d-3.2上创建的项目可以通过usb链接到真实机器后,通过visual GDB来进行断点调试. 总体工程百度之 比较顺利.这里记录几个我的问题. android目录下的Application: APP_STL := gnustl_static APP_CPPFLAGS := -frtti -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -DCOCOS2D_DEBUG=1 -std=c++11 -fsigned-char APP_PLATFORM 

2014.6.23

潮流解读完成作业:款号5808 注意事项:把颜色部分编辑在字体的中间 注意事项:整体颜色的搭配和标题字体大小不能和内容字体相近,不然不知道哪是重点 ,一般字体不用宋体, 常用字体:方正风雅宋简体.方正黑体简体.方正兰亭超细简黑体.迷你简黑体.迷你简大黑,迷你简又线等具体情况而定 颜色部分底部应对其,歪了要及时调正,如果是白色,应加一个边框,避免与背景融合! 2014.6.23

2014.10.23安卓全球开发者大会经历

2014.10.23安卓全球开发者大会经历 by 伍雪颖 2014.10.23 2014安卓全球开发者大会 作为一个程序员,怀着激动的心情,大老远的从深圳南山赶到福田香格里拉酒店,听了一天后其实是很失望地回来的: 1.中国分几个区同时进行,就深圳区是免费入场的,所以深圳区的活动质量是最差的 2.全场在做广告的偏多 3.挂着"安卓全球开发者"的羊头,卖着扯皮的狗肉 4.雷军说好要来的,最后大概意思是深圳都是做广告的,来了没意思 5.说实在的,干货不多 上午赶过去因为半路塞车了,11点多才

2014.7.23日结

1.main函数可以递归吗? g++,vs2010是可以的 2.int main(){    static int a=5;    while(--a > 0){        cout << "before" << a << endl;        main();        cout << "after" << a << endl;    } }输出结果是 int main(){ 

Count and Say 2014/10/23

public class solution { public static void main(String[] args) { System.out.println(countAndSay(12)); //String s="23"; //int r=s.length(); //System.out.println("11111111111111111"); } public static String countAndSay(int n) { if(n == 1