论坛里有人提醒,Python for S60 1.3.8出来了,这个版本是专门用于S60 3rd Edition的device。下载地址:http://sourceforge.net/projec...id=171153
cygwin下安装latex2html
前几天帮python-chinese里的一位朋友编译Python Tutorial时要在cygwin里用到latex2html。
google到了这个,http://www.cs.utexas.edu/~suvrit/work/l2h.html
关键有两点:一是得先安装 netpbm;二是要修改latex2html源码目录里的L2hos.pm,把第104行的$^O替换为'unix'。
tramcar
I got this joke from the guy sitting aside me on the subway.
Girl: While I was going downtown on the tramcar this morning, the conductor came along and looked at me as if I had not paid my fare.
Friend: Well, What did you do?
Girl: I looked at him as if I had.
Google Scholar Bibtex Parser – gsbibtex.py
与bibtex.py类似,区别:
- 只针对从Google Scholar中导出的BibTex
- 不依赖第三方软件(比如bibtex2html) ,完全使用Python。需要pyparsing模块。
- 效果与bibtex.py类似,但目前不支持style参数
- 支持对附加文件的链接,包括pdf, ps, dvi, rtf, chm, nh等格式
下载: gsbibtex.py
我只在我使用的desktop edition 1.5.3-1下测试过,OS是Windows XP SP2。
示例:
@article{iannella2003drm,
title={{Digital Rights Management (DRM) Architecture}},
author={Iannella, R.},
journal={Internet: http://www. dlib. org/dlib/june01/iannella/06iannella. html, Stand},
volume={7},
year={2003},
abstract={this is a abstract},
Keywords={drm watermarking},
pdf={attachment:demo.pdf},
chm={attachment:测试.chm},
url={http://www.dlib.org/dlib/june01/iannella/06iannella.html},
nh={attachment:数字版权管理(DRM)系统的研究、设计和实现.nh.zip}
}
@article{俞银燕2005数字版,
title={{数字版权保护技术研究综述}},
author={俞银燕 and 汤帜},
journal={计算机学报},
volume={28},
number={12},
pages={1957-1968},
year={2005},
publisher={万方数据资源系统},
comment={write your comment here}
}
}}}
{{{#!gsbibtex usekeys=off
@article{iannella2003drm,
title={{Digital Rights Management (DRM) Architecture}},
author={Iannella, R.},
journal={Internet: http://www. dlib. org/dlib/june01/iannella/06iannella. html, Stand},
volume={7},
year={2003}
}
@article{pitkanen2000tdr,
title={{Towards A Digital Rights Management Framework}},
author={Pitk{\"a}nen, O. and V{\"a}lim{\"a}ki, M.},
journal={IeC2000 Proceedings, UMIST, Manchester, UK},
year={2000}
}
}}}
效果:
ruin
Taking the moring subway in Beijing can ruin your whole day. :(