Free Training For Laid-Off Developers

Like many areas in the United States, Seattle has recently been hit with layoffs and downsizing in our industry. So it’s quite timely that Steve McConnell’s company Construx, in the Seattle area, is offering free training for laid-off software workers:

After listening to doom and gloom economic reports for the past few months, we decided we would [...]

【转载】2008年十大社会丑闻

[...]

网易地盘佬

[...]

刚才在佛山924听到黎姿的歌

《你是明日意义》,其实黎姿上个世纪还年轻的时候还是出了不少唱片的!!
最近的新闻很热,其实作为一个不称职的影迷本身并不关心人家结婚生子的新闻。只是很遗憾很遗憾,TVB剧未来很长一段时间之内,没有能看的女主角了。TVB的高层不是不知道,很多影迷是有爱姿病的,但是毕竟岁月催人,再一耽搁就40了,天下没有不散的宴席。而在这个年纪再去结婚生子,估计很难再回来了。即便回来,也是演女主角的妈妈了。呵呵,毕竟比贾静雯大了那么多。
[...]

【转载】幸福是什么

[...]

用模板方法来判断数据类型的符号

 comp.lang.c++.moderated 上面有一篇帖子,说的是下面一段程序

#include <iostream>

#define OK

template<typename TIntegral>

struct is_signed

{

#ifdef OK

static const bool value = TIntegral(TIntegral() – 1) > 0 ? false :

true;

#else

static const bool value = ((TIntegral)0) – ((TIntegral)1) > ((TIntegral)

0) ? false : true;

#endif

};

template<typename TIntegral>

struct the_no

{

static const TIntegral value = TIntegral() – 1;

};

using std::cout;

template<typename T>

void display(void)

{

bool b = is_signed<T>::value;

cout << typeid(T).name();

if (b)

cout << ” is signed”;

else

cout << ” [...]

推荐一个地铁路线图网站

[...]

站点被GFW封了,对某些组织无语了

[...]

这两天的事情很好笑

这两天事情比较奇怪,26号深夜,我在知春路上独自走着,天寒地冻的。突然从城铁 方向过来 一个小姑娘,问路。就是那种不带钱还敢去别人家里玩的小朋友,已经没有了公交。离家还有好几公里。我只好掏了打车的钱。

    27日晚饭时间,去鼎好买了块硬盘。回来一看,居然有分区。还装了系统。我顿时火起,准备第二天去把JS鄙视一番。结果无意间发现硬盘里很多商业资料和个人文件。有标注高度保密,严禁外传的。还有个人填的一些表格。身份证号籍贯,联系方式。家庭成员资料一应俱全。

    [...]

24周岁

[...]