<?xml version="1.0" encoding="gb2312"?>
	<rss version="2.0">
		<channel>
		<title><![CDATA[小企鹅看大世界]]></title>
		<description><![CDATA[It'a long long journey...
<p>欢迎加入:
<a href="http://blog.chinaunix.net/group/group_1409.html">linux测试技术博客圈
</a></p>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-4561544-1");
pageTracker._trackPageview();
} catch(err) {}</script>
]]></description>
		<link>http://www.cublog.cn/u2/68938/</link>
		<language>zh-cn</language>
		<generator>www.cublog.cn</generator>
		<copyright>Copyright 2010 ChinaUnix.Net All Rights Reserved</copyright>
		<pubDate>Tue, 09 Feb 2010 18:45:46 GMT</pubDate>
	
		<item>
			<title><![CDATA[俄罗斯方块PYTHON版本]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2116797]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 11 Dec 2009 13:14:15 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
												刚从文件夹中翻出以前写的一个俄罗斯方块程序。创建时间居然是2007年12月，想想已经学习<br>Python+Pygtk有两年时间。当时为了学习python，就把gtktetris用pygtk重写了一次。<br>完成了基本的游戏功能。<span style="font-weight: bold;">个人感觉学习新语言最快的方法就是 用新语言重写其他语言的代码。</span><br><br>需要说明的是：<br>&nbsp;1。 解压进到myblock目录后， 运行'python myblock.py'<br>&nbsp;2。 上下左右建分别是"WSAD", 也就是W键表示旋转（逆时针方向的）。<br>&nbsp;3。 S键表示向下，加速方块降落。 blank键也有同样的效果<br>&nbsp;4。 有简单的积分功能<br><br>开始HAPPY游戏吧！<br><br>===========================================<br>Just now I pick up a Tertis game in my Nautilus. It's written in Pygtk<br>two year ago. In that time, I re-write gtktetris using Python + Pygtk,<br>just for studying python. <br><br>Game Howto Notes:<br>1. untar myblock.tar.gz and cd myblock directory<br>2. run 'python myblock.py' to play game<br>3. choose 'start new game', 'w; means 'up', 'w' or 'blank'means DOWN<b……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[豆瓣API]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2106906]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sun, 29 Nov 2009 15:14:36 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[豆瓣API是豆瓣为第三方开发人员提供的编程接口。利用豆瓣API，你可以在你的网站或程序中使用豆瓣<br>的数据和功能。<br><br>目前的豆瓣API支持的功能包括：<br><br>&nbsp;&nbsp;&nbsp; * 搜索并查看书籍、电影、音乐信息<br>&nbsp;&nbsp;&nbsp; * 搜索并查看用户信息，查看用户友邻信息<br>&nbsp;&nbsp;&nbsp; * 查看用户收藏<br>&nbsp;&nbsp;&nbsp; * 添加、更新、删除用户收藏<br>&nbsp;&nbsp;&nbsp; * 查看评论<br>&nbsp;&nbsp;&nbsp; * 发布、修改、删除评论<br>&nbsp;&nbsp;&nbsp; * 查看、添加、删除用户广播<br>&nbsp;&nbsp;&nbsp;……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Fedora12]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2099844]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sat, 21 Nov 2009 03:07:42 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
		从Fedora6开始，我一直在我的破电脑上硬盘安装Fedora，因为没有光驱。这回Fedora12发布，当然迫不及<br>待要用。安装好之后，就迫不及待blog广播。<br><br style="font-weight: bold;"><span style="font-weight: bold;">安装小插曲</span><br>等到周末把Fedora12安装上了。还是硬盘安装，第一次安装的时候居然忘记了把DVD拷贝到fat分区的根目录<br>下。结果安装的时候，分区结束后，满以为要开始安装，突然出现这样的错误:<br><span style="display: block; padding-left: 6em;"><span>This installer has tried to mount image #1, ……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[web mashups]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2083569]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sat, 31 Oct 2009 11:37:54 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
						<span style="font-weight: bold;"></span>web mashup是一种互联网交互技术。mashup是糅合，是当今网络上新出现的一种网络现象,将两种<br>以上使用公共或者私有数据库的web应用，加在一起，形成一个整合应用。一般使用源应用的api接口<br>，或者是一些rss输出（含atom）作为内容源，合并的web应用用什么技术，则没有什么限制。<br><br style="font-weight: bold;"><span style="font-weight: bold;">Google MAP</span><br>最近一直在关注Taobao和Google，看看能不能站在这两家伟大公司肩膀上，做点什么东西。核心自然是<br>web2.0……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[python programming PPT]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2074743]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 26 Oct 2009 04:33:23 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
				昨天写了个PPT，关于python programming的入门文档。给大家简单培训，希望能让大家对python有点兴趣和印象。资料都是从网上凑出来，所以吧这个PPT也共享出来吧。<br><br><table style="border-collapse: collapse;" align="center" border="1" bordercolor="#dddddd" cellpadding="0" cellspacing="0" width="360">
<tbody><tr height="60"><td align="center" width="60"><img src="/fileicon/zip.gif" alt="" border="0"></td><td>
	<table style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0" wid……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Join Fedora People]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2058770]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 23 Sep 2009 15:13:23 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[Hi, guys, please join <a href="http://fedorapeople.org/" target="_blank">Fedora People</a>, which is a site where <em>Fedora</em> contributors <br>can upload files for sharing out with the world.<br><br>Another cool website is <a href="http://planet.fedoraproject.org/" target="_blank">Planet Fedora</a>, is a aggregation of blogs from world wide<br>Fedora contributors at http://planet.fedoraproject.org<a href="http://planet.fedoraproject.org/" target="_blank"></a>.<br><br>Here are my site: <a hre……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[歌词显示程序OSD Lyrics]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2053270]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Tue, 15 Sep 2009 15:45:19 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[推荐一个很好用的歌词显示程序OSD Lyrics， 感觉很qq音乐效果差不多。官方网站在google code上：<br><br><a href="http://code.google.com/p/osd-lyrics/" target="_blank">http://code.google.com/p/osd-lyrics/</a><br><br><p><a name="播放器支持">OSD Lyrics是独立程序，通过播放器提供的接口对播放器进行支持。目前OSD Lyrics支持下列</a></p><p><a name="播放器支持">播放器： </a></p><ul><li><a href="http://amarok.kde.org/" rel="nofollow">Amarok</a> 1.4 (CPU占用率效高，不推荐) </li><li>Amarok 2.0 </li><li><a href="htt……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Yum Code Snippets]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2049961]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 10 Sep 2009 14:07:55 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
		
		
		<table style="border-collapse: collapse;" bgcolor="#f1f1f1" border="1" bordercolor="#999999" cellpadding="0" cellspacing="0" width="95%"><tbody><tr><td><p style="margin: 5px; line-height: 150%;"><code><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 204);">[</span>ray@localhost <span style="color: rgb(0, 0, 204);">~</span><span style="color: rgb(0, 0, 204);">]</span><span style="color: rgb(0, 0, 204);">$</span> python<br>
Python 2<span style="color: rgb(0, 0, 204);">……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[linux软件包管理器杂谈]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2043442]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 02 Sep 2009 03:37:49 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
		软件包管理器，顾名思义就是用来管理package的东西。 在linux下，常见的linux packager有：<br><br>&nbsp;* Debian及其衍生版本（ubuntu）的 Synaptic（基于dpkg和Apt）；<br>&nbsp;* RedHat及其衍生版本(Fedora)的rpm, Yum, packagekit；<br>&nbsp;* SuSE及其衍生版本的YaST2；<br>&nbsp;* Gentoo的Emerge<br>&nbsp;* Arch的pacman 等等<br><br>个人比较熟悉的是RPM/YUM, 毕竟是Fedora粉丝。 总的来说，packager的基本功能就是安装，删除<br>和升级系统里的package。另外的重要功能就是提供软件仓库，可以让用户在线搜索和安装。一般……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[python-markdown用法]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2034448]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sat, 22 Aug 2009 06:09:55 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[markdown工具，可以将txt转化成html格式。这一类工具的作用是将按一定格式写成的可读性强的文本文件<br>转化为结构化的标准xhtml或html。markdown最初用perl写成，后来移植到python,java,php.这里主要<br>介绍下python-markdown的用法。<br><br>python-markdown模块使用有两个模式，一种是做为独立的命令行，另外一种是做为python的模块使用。<br><span style="font-weight: bold;">1. 命令行模式</span><br>在Fedora下，命令行名称是markdown:<br><br>[ray@localhost markdown]$ markdown <br>Usage: markdown INPUTFILE [options]<br><b……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[ubuntu tweak使用小记]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2032232]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 19 Aug 2009 13:42:43 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
		很早就听过ubuntu tweak, 号称linux下的优化大师。详细的介绍摘自LDCN:<br><br>Ubuntu Tweak是一款专门为Ubuntu（GNOME桌面）准备的配置、调整工具。主要面向新手级的普通用户。<br>它可以设置很多并不能在系统首选项中设置的隐藏选项，以满足用户自定义的乐趣。即使是新手，也可以<br>方便地通过它来进行适合自己的系统调整。<br><br>很显然，这个软件适合linux初学者使用，另外名字里有ubuntu。所以，我，自认为不是菜鸟的fedora <br>fans，自然没把它放在眼里。今天巧遇软件作者tualatrix， 听说在fedora下tweak也可以使用，于<br>……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Run taobao API using GAE]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=2014912]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sat, 01 Aug 2009 03:46:42 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[为了学习GAE(google app engine), 我写了一个小例子.因为GAE使用了django,沿用了其网络框架中基本<br>概念MTV(Model-Template-view). 在例子中,我用的model数据来自taobao API, 可以参考上篇文章:<br><a href="http://blog.chinaunix.net/u2/68938/showart_1979840.html" target="_blank">Try taobao open API in python</a><br><br>在上篇文章中,调用taobao API拿到了一些测试数据, 可以把这些数据保存在GAE的数据库中,然后在View上<br>显示出来. 把上个taobao的代码做了写修改,把返回的测试数据封装成一个list,每个list的元素就是一个<b……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Try taobao open API in python]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=1979840]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sun, 28 Jun 2009 10:11:08 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[淘宝开放平台，是指由淘宝网提供的，面向第三方的开放式电子商务服务基础服务框架。<br>其主要内容包括：以OpenAPI形式开放的淘宝网电子商务基础服务、淘宝网自有的开放式应用平<br>台、对第三方应用平台的开放式基础支持。英文全称是“Taobao Open Platform”, 简写为“TOP”.<br><br>淘宝开放平台的宗旨是高效、安全、稳定的提供淘宝网电子商务基础服务；<br>目标是建立以淘宝开放平台为基础的大淘宝商业生态系统。 <br><br>宝开放平台（TOP）在设计之初就考虑到如何能够为TOP开发者带来实际的收入，帮助各种类型<br>的TOP开发者成长和壮……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Perl操作XML文件]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=1975441]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 24 Jun 2009 01:22:10 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>利用XML::Simple来操作XML文件，看不明白的请参考：</DIV>
<DIV><A href="http://search.cpan.org/~grantm/XML-Simple-2.18/lib/XML/Simple.pm">http://search.cpan.org/~grantm/XML-Simple-2.18/lib/XML/Simple.pm</A></DIV>
<DIV>特别要注意KeepRoot，ForceArray，XMLDecl等option</DIV>
<DIV>&nbsp;</DIV>
<DIV>测试用的XML文件: host.xml</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#999999 cellSpacing=0 cellPadding=0 width="95%" bgColor=#f1f1f1 border=1>
……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Try the Moblin KVM Image]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=1933264]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Tue, 19 May 2009 15:41:32 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[Moblin最近很火,网上资料一大堆,忍不住尝试了一把. 在官方网站上(http://moblin.org/),是这样介绍的:<br><br>Moblin项目由Intel公司于2007年7月正式启动，最初主要集中于开发MID软件系统，基于 Linux*
的操作系统作为突破口出现了新的产品设备种类，能够访问Internet上丰富的内容，同时没有与PC相关的复杂性。这些设备从移动互联网设备
（Mobile Internet
Devices，MID）、车载信息系统、便携式媒体播放器（PMP）到个人导航设备（PND）、数码机顶盒（STB）到笔记本电脑等以各种形式推动新技
术、新设备的发展。<br><br>总的来说,很显然……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[deluge autoshutdown plugin for deluge 1.x]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=1900332]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 15 Apr 2009 06:14:12 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[这几天把deluge自动关机插件更新了.deluge的版本更新速度真快,一下从0.5升级到1.1系列了, 插件的整体架构完全重写,原来我写的deluge自动关机插件不管用了. 请参见<BR><A href="http://blog.chinaunix.net/u2/68938/showart_972391.html" target=_blank>http://blog.chinaunix.net/u2/68938/showart_972391.html</A><BR><BR>deluge全新的插件系统相当的简洁, 源码中有个create_plugin.py脚本可以帮助你生成一个简单的插件基本模块代码. 关机插件的实现方法没变:检查所有的torrent文件是否下载完毕,然后调用dbus消息通知系<BR>统关机或者睡眠……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Test C API using Inline in Perl]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=1898337]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sun, 12 Apr 2009 01:09:16 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
				<span style="font-weight: bold;">1. Introduction</span><br>项目中需要测试一组C API,除了开发人员那边的单元测试,我们可能还需要对这组API进行一些功能<br>测试. 对于我这样好久没写C程序的懒人来说,写C程序来测试API实在是在很痛苦的事情. 感觉写<br>C程序必须小心翼翼,不然一步小心就内存泄露. 如果可以用perl/python等脚本语言来直接<br>调用C函数, 问题就解决了.<br><br><span style="font-weight: bold;">2. Solution</span><br>在Perl中,有三种方式可以实现这样的想法:<br>1. XS<br>XS是perl的接口编程语言,可以方便的写出……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[libvirt+libvirt-cim]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=1889054]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 02 Apr 2009 13:09:47 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
		最近看了很多资料,脑子一片空白,先写下几个关键字,以后再慢慢整理.<br><br>1. libvirt: virtualization API<br>2. libvirt-CIM: libvirt CIM provider<br>3. cimtest: libvirt-cim testuite<br>4. WBEM: Web-Based Enterprise Mangagement<br>5. DMTF: Distributed Management Task Force<br>6. DSP2013: System Virtualization Model White Paper<br>7. CMPI: Common Manageability Programming Interface<br>8. tog-pegasus: OpenPegasus WBEM Services for Linux<br><br>写完了还是空白,技术真是学不完...<br>
		
		  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Test Harness]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=1871494]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sun, 22 Mar 2009 04:01:21 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[In software testing, a test harness or automated test framework is a collection of software and <br>test data configured to test a program unit by running it under varying conditions and monitoring <br>its behavior and outputs. It has two main parts: the Test execution engine and the <br>Test script repository.<br><br>Test harnesses allow for the automation of tests. They can call functions with supplied <br>parameters and print out and compare the results to the desired value. The test harness ……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Linux/Gnome强制退出僵死的应用程序]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/68938/showart.php?id=1863695]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sun, 15 Mar 2009 02:13:16 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
		今天在Gnome Panel发现了一个很实用Item,即"Force Quit".这个小工具可以帮助你杀死僵死的进程,相当<br>的实用, 重点是鼠标操作的.<br><br>操作步骤:<br>1. 点击"Force Quit"按钮, 会出现这样的一个小窗口.<br>2. 然后点击你想关闭的窗口即可.<br><br><br><div align="center"><img src="http://blogimg.chinaunix.net/blog/upfile2/090315101220.png" onload="javascript:if(this.width>500)this.width=500;" border="0"></div><br><br><p><b>Force Quit</b> is an action applet that it used to deal with
crashed and non-respond……  ]]></description>
		</item>	
			</channel>
	</rss>
