Archive for the 'OSS' Category

补一张在GoogleDeveloperDay上的合影,顺便预报一下MaemoCJK的新功能

终于找到这个合影了。CPUG.jpg

收到Makoto的邮件,MaemoCJK新增了两个功能:
1. IM switch at run time 可以在maemocjk和hildon im之间切换了
2. Uninstall program 不用再一个一个手工删除maemocjk的组件了

最近很忙,争取在两周内完成新功能与scim的整合。

Related posts

Google Developer Day 2007 in Beijing

挺着牙痛去参加了Google Developer Day,有机会跟CPUG的老朋友见面,结识新朋友,有幸和Python的创始人Guido van Rossum合影,向SuZhe介绍MaemoCJK的情况,值了!更何况收获了一些新的概念和思想,呵呵。

顺便秀几张照片 :)
me at entrance

me and Guido

Linux and Open Source Panel Discussion

me and SuZhe

Google Developer Day: 北京,中国

Related posts

我使用的Wordpress plugins

这两天把Wordpress升级到2.1.2版本,K2也升级到了0.95 RC1。调整Sidebar,加入一些新的plugin。下面是我正在使用的plugin:

我收集到delicious的书签 del.icio.us/wolfg/wordpress

更新(2007/03/23):

Related posts

Ubuntu Edgy Eft Release Party In Beijing

参加的人真不少,感觉大部分是附近高校的学生朋友。幸好我也有学生朋友帮我占座 :)

Mark的演讲里提到下一个版本的一些新feature,比如3D Desktop、支持windows games(CS, starcraft, etc.)

印象比较深的一句:really join the communtiy

一些感受:
1. 现场翻译效果不太好,显然并不了解技术和opensource背景
2. 等到ubuntu中文社区的老大介绍贡献方法时,人就开始走了,显然要想使opensorce本质深入人心还需要时间

贴几张照片,用手机拍的(我的老6600),效果不太好 :( ,最后一张是回去路上拍的ms大楼,呵呵。
Mark's speech
Mark's speech


Related posts

Planet Finder

一个显示天空中行星位置的applet,中文页面是我翻译的。

http://www.lightandmatter.com/area2planetzh.html

可以在自己的页面里嵌入这段代码来调用这个applet。

<applet archive="http://www.lightandmatter.com/PlanetFinder.jar"
              
code="PlanetFinder.class"
              
width=600 height=400
              
alt="Sorry, your browser does not support Java.">
            
<param name="language" value="zh">
            
<param name="latitude" value="40">
            
<param name="longitude" value="116">
</applet>

有人把这个applet移植到Symbian平台上,改用Symbian C++ 开发。下面是在我的6600上的截屏。

源代码和sis安装文件的下载地址: www.newlc.com/article.php3?id_article=799

Related posts




This work by wolfg is licensed under a Attribution-Noncommercial-Share Alike 2.5 China Mainland.