您正在查看 "默认分类" 分类下的文章
2009-10-29 23:48
2009-10-14 17:25
目前能英汉互译,查天气,还原短地址。以后会慢慢整合toodledo.com twitter xiaonei.com等服务
这个作为PM project再合适不过了 |
2009-10-13 00:28
2009-09-23 19:22
看汇编的时候看到0xdeadbeef这样的地址往往会忍俊不禁。
现在用几行Python就可以打出所有可以用a-f字母组成的单词。
至于单词列表,看看Unix like系统下的/usr/share/dict/words 文件就知道了,这个文件收录了234936个合理的词汇
import re
def main() |
2009-09-04 01:57
今天一天从早上醒来的突然醒悟开始,忙忙碌碌一直持续到现在。 醒悟的是知道了是哪些事情,伤心的是其实那些破事情都是能改的。居然能比自己预计得早睡觉,双休日应该不能回家了 |
2009-09-02 11:11
实名邮箱收到如下邮件一封:
September 1, 2009
Title: "Dissection of DEN-induced platelet proteome changes reveals the progressively dys-regulated pathways indicative of hepatocarcinogenesis" (google translation result: 剖析登革诱导的血小板的变化揭示了蛋白质组的逐步发育不良调节途径的指示性肝癌)
Tracking #: XXXXX
Author(s):
XXX Leng (Fudan University)
XXXX Liu (Fudan University)
XXXX Yu (Fudan University)
Chen Zhang (Fudan University) |
2009-08-27 00:28
2009-08-25 17:45
写了一上午的邮件和代码,中午到罗森草草了事,下午和n个人讨论HMM的事情还发了一堆email。快下班的时候感觉不对了,头晕,还是头晕。突然又惊闻阿里因为身体不适下午先回去了,被刮总称做被毒气毒倒了,于是更感不对,自己试了试额头,似乎还有点烧。
悲剧了,要坚持住啊。 |
2009-08-23 17:18
发信人: overboming (06SS), 信区: Mac
标 题: Welly private build 2
发信站: 日月光华 (2009年08月23日17:14:23 星期天), 站内信件
主要对已有功能进行修正。
1. 去掉了光华unsupported sequence的警告
2. gif预览窗口能够用按esc退出
3. 自动提示功能增加了Prefence以及一些改进
下载地址还是老地方,Googlecode 这点改进不错
http://attachbot.googlecode.com/files/Welly.zip |
2009-08-21 21:18
If you use XCode 3.2 to open and compile project created on 3.1, and you are like to have following annoyed error with 'build and go'
dyld: Library not loaded: @executable_path/../Frameworks/Growl-WithInstaller.framework/Versions/A/Growl-WithInstaller
Referenced from: /Users/Malic/Documents/Code/Cocoa/welly/build/Debug/Welly.app/Contents/MacOS/Welly
Reason: image not found
sharedlibrary apply-load-rules all
Data Formatters temporarily unavailable, will re-try after a ' |
2009-08-21 16:14
2009-08-21 11:12
2009-08-19 22:06
ab的全称是 Apache HTTP server benchmarking tool。
ab is a tool for benchmarking your Apache Hypertext Transfer Protocol
(HTTP) server. It is designed to give you an impression of how your cur-
rent Apache installation performs. This especially shows you how many
requests per second your Apache installation is capable of serving.
注意OS X下的build不要用localhost, 而要直接用ip, 否则会报invalid a |
2009-08-18 11:07
假设我们要打开一个名为big.txt的大文件做单词出现次数的统计。
千万别写出这样的代码:
import re word_dict = { |
2009-08-14 14:23
import pexpect
class sshSession: def |
|
|