IW 笔试....

Reading time ~2 minutes

才参加innovation works的笔试,十个选择题,一道编程题.

杯具啊,第一个选择题就卡住咯. 问输出

int func(x) {
   count=0;
   while(x!=0){
     count+=1;
     x=x&(x-1);
   }
   return count;
}
printf("%d", func(200909)); 

不过整体上考得还是比较基础,c++两道题,java一题,两道组成原理,两道网络,两道数据结构,还有一道RegExp(是/a\*(a|ba+)/匹配的字符串).. 最后编程题是二叉排序树(任意熟悉语言,用的python写,不知道可不可以直接写汉语哈). 不知道今儿下午会不会通知面试哈… God bless me.

Original post: http://blog.josephjctang.com/2009-10/IW-interview/

重操堆文这旧业之时间日志分析

写作的习惯,已经断了许久了。上一篇已经是去年的文章了,也是做的[时间日志分析]({% post_url 2019-02-23-time-log-analysis %}) 。 正好做时间总结,也把写作捡起来吧。# 低效时间分析用 [RescueTime](https://www.rescueti...… Continue reading

个人近期时间日志分析

Published on February 23, 2019

问问题的妙用

Published on May 27, 2018