delphij's Chaos
选择chaos这个词是因为~~实在很难找到一个更合适的词来形容这儿了……
原本很遗憾错过了这次讲座,幸运的是,有人把它记下来了~
转载自Top-Quality Paper
(来源于9月28日下午计算机学院开展的「如何撰写高质量论文」的讲座)
1.Why write a scientific paper?
* Advance Knowledge in your research field with evidence;
* Explain your ideas;
* Two key components in a research paper:
随便的记下一些想法,其实更确切地说,并不是想法,而是一些困惑。
Read more...如题。
BTW,上面那两个字让我想起了他在网易社区的个人版——结绳记事……
Read more...没想到这么快……不过已经装了桌面的同学们,hia hia hia
Read more...今天终于尘埃落定了:
perky 2006-10-13 07:16:45 UTC FreeBSD ports repository
Modified files:
Read more...
Mk bsd.python.mk
lang/python Makefile
lang/python24 Makefile pkg-plist
lang/python24/files patch-setup.py
lang/python25 Makefile pkg-plist
lang/python25/files patch-setup.py
Log:
Revert the default version of Python to 2.4 for the ports freeze
period. Python 2.5 brought a vast range of incompatibility to a
large number of ports, so the python@ team will do more basic
compatibility work in a private repository and merge it later.
Sorry for the inconvenience.
To quote M. Warner Losh (with permission):
So long as there’s old code, you can’t replace the copyright, unlessthe old code that remains is not protectable by copyright any more(eg, if it is just { and } lines). If you add your own implementation of the 50 lines in question, or
Read more...
move them to a separate file, then you can put your own
copyright/license statement on the code you wrote.
FreeBSD基金会 又一次面临501(c)(3)资格问题。建议有此财力的人适当捐一些来帮助基金会达到募捐的要求。详情请参见首页。
Read more...参加人员:delphij, nemo, quakelee, 黑山老妖, 端木, liu8han, 蛇s, 丁舜佳, liukang, monkeyfu。
地点:九门大胡同
时间:2006年10月11日 19:00左右。
请密切注意此处的通知。
Read more...dengxf同学提到的一个问题,想了一下,想到的一个算法:
令x为已知量,y为目标量,k为迭代轮数,
1: 令y=x-1,k=0
2: 对于 y 右移 2^k 位 > 0的情形,执行下列操作,直到此条件不符合为止:
y与前述结果相与;k累进1。
3: y累进1。
原理:第(2)步的循环将除最高位的所有0均置位。最后一步(3)修正这一值。
但是感觉不太好,有没有更好的办法呢?
Read more...半作弊条性质。
找到trac环境目录。
进入其下的conf,揪出trac.ini
编辑,找到下面的段落替换为类似的内容
always_notify_owner = true
smtp_always_cc = !!你的邮件列表名字!!
smtp_password = !!密码!!
smtp_enabled = yes
smtp_replyto = !!回复给谁?通常是管理员或留空!!
smtp_port = 25
always_notify_reporter = yes
smtp_server = !!邮件服务器名字!!
smtp_from = !!邮件以谁的身份发出?通常是trac管理员!!
smtp_user = !!登录邮件服务器的用户名!!
调试:
把
log_file = trac.log
log_level = DEBUG
log_type = none
中的log_type=改为= file,然后去log/trac.log蹲点。调好改回。