delphij's Chaos

Happy 23rd birthday to myself

Life

I’m now 22 years old. It’s Monday, just like 22 years ago when I was born. First of all, I shall thank my mother for giving me life and my parents who grow me up. Thanks to all my friends who gave me pleasure and shared my sorrow. Well, I have to thank those who taught me what real life is, too.

阅读全文… ( 本文约 401 字,阅读大致需要 2 分钟 )

大学论文:从激光原理看六脉神剑的产生机制zz

Shared Chaos

发信人: gokeeper (拼命赚钱), 信区: joke
标 题: 大学论文:从激光原理看六脉神剑的产生机制zz
发信站: 知新园 (2004年06月24日10:47:05 星期四), 站内信件

作者:swordmean 导师:金庸
专业:光电子

摘要:
六脉神剑具有广阔的应用前景,本文从激光原理出发,论证了生物激光的可行性及实现的办法,在人类进化事业中,具有十分重大的意义。 背景: 与传统的武功,如降龙十八掌,九阳真经等相比,六脉神剑是一种威力极强的武功,具有 操作简单,响应时间快,杀伤力大(功率密度大),效率高,使用范围远等优点,因此为 广大的武学名家所觊觎,但是由于大理段氏将这门武功列为绝密档案,而且存在修炼困难 等问题,六脉神剑的产生原理,始终是武林中的一个谜,作者从事激光器理论研究多年, 终于凭借两条基本假设,解决了生物激光产生中的若干困难问题。并提出了一种快速修炼六脉神剑的方法,本文的发表,具有划时代的意义。

阅读全文… ( 本文约 3019 字,阅读大致需要 7 分钟 )

Useful sed(1) regular expressions

Development

Source code cleanup:

sed -i '' -E s/\ \	/\	/g *.c *.h
sed -i '' -E s/^\ \ \ \ \ \ \ \ /\	/g *.c *.h
sed -i '' -E s/\	\ \ \ \ \ \ \ \ /\	\	/g *.c *.h
sed -i '' -E s/\ +\$//g *.c *.h
阅读全文… ( 本文约 76 字,阅读大致需要 1 分钟 )

FreeBSD 5.2-delphij to release third iso

Development

I will release third (more or less unstable) release ISO if nothing will prevent me from doing that :-) The latest delphijfork includes several new features, which is tend to exhibit new technologies and possiblities of FreeBSD:

  • An implementation of RFC 3522 ported from DragonFlyBSD
  • An implementation of Early Retransmission ported from DragonFlyBSD

Also, FreeBSD-CURRENT has several new features, including:

  • In progress import of binutils 2.15
  • pf 3.5. Including several new features and works better with spamd.
  • better ACPI support
阅读全文… ( 本文约 199 字,阅读大致需要 1 分钟 )