TopBar

Archive for January, 2008

Ans for question of Alpha in chinese version

January 13, 2008

规则:
1.被点名的在自己博客里写下自己的答案,然后加上一个你的问题,传给其他8个人,列出其他8个需要回答问题的人的名字,还要到这8个人的博客里留言通知对方——你被点名了,被点名者不得拒绝回答问题,完成游戏的人将会永远得到大家的祝福。
2.这8个人要在自己的博客里注明是从哪里接到的,并且再传给其他8个人,让游戏继续下去,不得回传。被点到名字的人将会得到大家的祝福,并且所有美好的愿望都会在不久的将来实现。
3. 答完题后,删掉一个你想删的问题,增加一个你想增加的问题

回答alpha的提问:
开始:
01. 上一次哭是什么时候?为什么?
小学四年级,不愿意洗澡,被我爸痛打一顿。
02. 爱上你爱的人那一刻是什么样子的呢? 暗恋也算,暗恋也算哦:)
不知道,只喜欢过别人,还不知道什么是爱情。
03. 你认为分手后的男女朋友还能做普通朋友吗?
不知道。
04. 你觉得自己会遇到一个爱你并你爱的人吗?
不知道。
05. 你怎么知道自己喜欢一个人?
感觉到了。
06. 你现在最想做什么职业?
资本家。
07. 你现阶段最大的愿望是什么?
Neusoft 倒闭!我挣到更多的钱!
08. 你最希望从朋友(不包括爱人)那里得到的是什么?
information for everying.
09. 你最想去哪个地方?为什么?
暂时没有,我是宅男,不喜欢旅游!
10. 最受不了自己的哪个缺点?
懒惰。
11. 最喜欢自己哪个优点?
知道自己要什么。
12. 最近最快乐的事情是什么?
和朋友聊天。
13. 你记得父母的生日?
记得,还送过老妈一部手机。
15. 遇到喜欢的人,你是勇敢表白还是默默关注?
看情况。
16. 最想要的人生是咋样的?
数钱数到手抽筋,睡觉睡到自然醒。
17. 有没有想过这辈子如果找不到另一半该怎么办呢?
出家当和尚,法号”吃肉”。
20. 一个人可能同时爱上2异性吗?
因该吧,如果你的选择够多。
21. 如果周围的朋友突然都不认识你了,你会怎么办?
重新跟他们交朋友。
22. 大家什么时候结婚哪?
不知道,反正我还没清静够。
23. 当你发现你深爱的人开始不爱你了,怎么办?
看情况,因为可能的情况太多。
24. 当你失去现在所拥有的一切时,你会怎么办?(失去一切哦…看清楚了)
从头再来,那是一个新的开始!
25. 你会以怎样的方式去爱一个人?
不知道。孤家寡人一直到现在。
26. 现在这个社会到底男的压力大还是女的?能给个理由不?
都很大,人活着,就是来世间受罪的。
27. 如果现在有一件事情是你非常想去做,但别人认为很不值得,没有意义的事情,你会去做么?
这种情况不存在,我不是冲动的人。
28. 如果上帝应允你一个愿望,用你的十年生命交换,你会许什么愿?
长生不老!
29. 相比而言,你更相信命运还是实力?
都不信!我只信钱!
30. 你们什么时候会想起我,为什么?
这个我实在不知道,很随机
31. 你觉得自己有很远大的目标吗?
我要毁灭地球,^_^开玩笑的!我就想挣很多钱!
32. 你现在真正想要的生活是什么样子的?(估计很多人自己都不知道吧)
我很多钱!
33.中了五百万你要怎么花?
100w给父母买套房子,300w买3套房子租出去,剩下存进银行吃利息。
34. 如果可以穿越时空,你是想回到过去还是去到未来?为什么?
未来,一个月以后发工资那天。
35. 各位2008年有什么愿望呢?
父母身体健康,自己成功跳槽,东软倒闭!
36. 更相信一见钟情还是日久生情呢?
日久生情。
37.你吃东西的时候是先挑好的吃还是烂的吃?
只吃好的,不吃烂的。
38 . 如果你的男(或女)朋友注定要出轨,你会选择婚前还是婚后啊?
不知道!

39 . 如果再给你一次机会,你会认真地重做哪一件事情?
太多事情了,不知道挑哪件。
40 . 你对自己现在的生活满意吗?
根本不满意!

41 . 我的问题:2007年你开心多还是郁闷多?

以下的人请注意,你们被点名了:老毛,朱*。

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Posted in: My life |

Linux System Programming: Talking Directly to the Kernel and C Library

0
January 13, 2008

This book is about writing software that makes the most effective use of the system you’re running on — code that interfaces directly with the kernel and core system libraries, including the shell, text editor, compiler, debugger, core utilities, and system daemons. The majority of both Unix and Linux code is still written at the system level, and Linux System Programming focuses on everything above the kernel, where applications such as Apache, bash, cp, vim, Emacs, gcc, gdb, glibc, ls, mv, and X exist.

Written primarily for engineers looking to program (better) at the low level, this book is an ideal teaching tool for any programmer. Even with the trend toward high-level development, either through web software (such as PHP) or managed code (C#), someone still has to write the PHP interpreter and the C# virtual machine. Linux System Programming gives you an understanding of core internals that makes for better code, no matter where it appears in the stack. Debugging high-level code often requires you to understand the system calls and kernel behavior of your operating system, too.

Key topics include:

  • An overview of Linux, the kernel, the C library, and the C compiler
  • Reading from and writing to files, along with other basic file I/O operations, including how the Linux kernel implements and manages file I/O
  • Buffer size management, including the Standard I/O library
  • Advanced I/O interfaces, memory mappings, and optimization techniques
  • The family of system calls for basic process management
  • Advanced process management, including real-time processes
  • File and directories-creating, moving, copying, deleting, and managing them
  • Memory management — interfaces for allocating memory, managing the memory you have, and optimizing your memory access
  • Signals and their role on a Unix system, plus basic and advanced signal interfaces
  • Time, sleeping, and clock management, starting with the basics and continuing through POSIX clocks and high resolution timers

With Linux System Programming, you will be able to take an in-depth look at Linux from both a theoretical and an applied perspective as you cover a wide range of programming topics.

[Download link]

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Posted in: books |

How can I got Qwlim!2

0
January 6, 2008

The current theme style is Qwlim!0.3. After searching google, I found that it has been updated to version 2. But the develop site has been expired by the hosting service. The download links which supported by the other website are always from the index. So I have no idea to get it.

VN:F [1.9.3_1094]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Posted in: My life |

Some how, reading real book is comfortable for me.

0
January 6, 2008

I am a poor guy with money and spirit.

If you want me to read some books, I wanna the names. So that I can search it by the Internet and download the electronic version.

That pay free! But it’s not very suitable when you are in bed. After a while, you will feel hot from your computer. ^_^ I can’t focus that’s the final reason, I always checking the comic publishing in instalment or trapping in. If 1 hours supposed to look one part such filesystem of Linux, 45 minutes will be paied on comic. After that I feel guilty very time. I don’t want it again. I want more money, so pay more attention on self improment!

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Posted in: My life |