August 2012 Archives

TWiki闻名已久,在最近官方官方的版本暴露出一个内存的问题,主要是使用系统命令grep所导致。

修复办法如下(对输入词语做过滤),找到文件./lib/TWiki/Store/SearchAlgorithms/Forking.pm

while( @set ) {
上面添加一行:
$searchString =~ s/\+/\\\+/g;
即可完成修复。

直今天为止,官方版本仍未修复。

libqq for pidgin发布

google项目上的libqq好久没有更新了,最近QQ更新了协议,对以往2010的协议不再支持,故在github上建立一个关于QQ2011的pidgin-libqq的支持:
https://github.com/cnangel/pidgin-libqq
感兴趣的可下载。
fedora17 i686可直接在下面下载安装。
pidgin-libqq-0.72-1.fc17.i686.rpm

针对google项目上的libqq的patch补丁下载(r202):
0001-fixed-for-cnangel.patch






Halide - 图像处理的语言

MIT研究人员发明了一种专门设计简化图像处理的语言Halide,比其他语言编写的图像处理程序更易于读、写和修改,能自动优化代码,在几个通用的图像处理算法中,Halide版本的长度只有其它语言的三分之一,但性能提高了2-6倍。

安装的时候需要依赖llvm和clang库,在gcc4.7上会报
error: use of undeclared identifier'__ATOMIC_ACQ_REL'
解决办法,强制使用libc++代替libstdc++,libc++可以去http://libcxx.llvm.org/下载。



Monthly Archives

Pages

Powered by Movable Type 7.7.2

About this Archive

This page is an archive of entries from August 2012 listed from newest to oldest.

July 2012 is the previous archive.

September 2012 is the next archive.

Find recent content on the main index or look in the archives to find all content.