自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 python脚本生成器

#!/usr/bin/env python #This script aims to help Project Euler python programmers to either create a given number of python scripts named from x.py to y.py (both x and y are numbers typed in) or create

2013-09-15 09:47:02 778

原创 Red-Black Tree Python Implementation

#!/usr/bin/python #Red-Black Tree, described in Chapter 13. Aug.30 2013 #Each node is represented in list internally: #node[key, isblack, node.p, node.l, node.r] , so node.r is referred to as node[4]

2013-09-15 09:40:51 1158

原创 ubuntu12.04.3+lxr1.2.0安装 分享经验

装了两天时间,大部分时间用在了mysql和apache上. 分享一点经验,希望能有所帮助。 注意: while(time_of_using_linux_system <= 0.5_year || ! '/lxr/doc/INSTALL'_is_understandable_to_you){ printf("暂断安装lxr的欲念."); if(!go_learn_Eng

2013-09-15 09:36:03 1868 1

原创 Python: Project Euler Problems Downloader

因为我才做了二十几道题,所以 Problemsdownloader.py 解析数学符号的能力有限(原网页中很多数学符号 is presented by pictures)。因此我又写了一个 parser.py ,方便大家改进其解析功能。 Problemsdownloader.py #!/usr/bin/env python #Abstract: This script aims to

2013-09-15 09:30:50 761

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除