Chinese character display with VPtyhon
VPython到底能不能显示中文字符?能显示哪些中文字体?下面的code给出答案。
Continue reading ‘Chinese character display with VPtyhon’ »
Molecular modeling in Materials Sciences Web development Programming IT
Archive for the ‘计算机和互联网’ Category.
VPython到底能不能显示中文字符?能显示哪些中文字体?下面的code给出答案。
Continue reading ‘Chinese character display with VPtyhon’ »
后知后觉的我有了一个新发现,Gmail用户名中的小数点可以省略,也可以随意添加。参见:这里 Continue reading ‘Gmail用户名中的“.”是可以省略的’ »
Unreal Commander is one of the best file manager software which is free of charge. When you want to synchronize two directories with considering only the specified file types, you will need to define filter string. “*.*” means to compare all files; “*.txt” means to compare also the text file. However, how can you compare any file except for “*.exe”?
Easy! Just add a “|” before the file types you want to exclude as show in the following picture.
Continue reading ‘Excluding syntax for folder synchronization in Unreal Commander’ »
OK, even after reading the handbook a few times, it is not very clear which python file is the initial script for Qtiplot. It is important to know if you want to extend Qtiplot with python. After checking all the default python files in the Qtiplot installation path, I found qtiplotrc.py should be the one, although a smarter guy would have realized this from its name. You could import your own Python module in this startup file and enjoy them right after entering Qtiplot.
Origin是科学绘图和数值分析领域的一个十分强悍的商业软件。即使在开源流行的今天,Origin凭其优势仍可傲视群雄。当今的GUI软件,一个符合趋势的做法是支持脚本或者这样那样的编程扩展。这是由应用的多样化以及GUI程序天然的特点造成的:用户不再满足单一的使用流程,但是GUI程序的界面元素往往是开发时就订死的。Origin也不例外,它从6.0以后也在不断地朝支持编程的方向努力。否则,你看看它的对手们,Scilab, Octave, Qtiplot等好多好多,哪个不是天生就支持一门编程(脚本)语言的呢?
I didn’t know this before I saw this post. The shortcut is ‘Alt+=’. That’s simple!
使用WP做自己的Blog有一段时间了,可以说是越用越爱。无论界面还是操作都突出了“简洁”的特点,这一定是精心设计和千锤百炼的结果。如果你正在犹豫用什么软件构建你的Blog,用WP肯定是没错的。
Not all websites have links to “printable version” like wikipedia. Although many websites have stunning look, it is really ugly when you try to print them. Some parts of the pages will be missing or the format is totally a mess. Instead of waiting the website owner realize this and prepare printer friendly pages for you, you can try to use the “web developer” firefox plugin to solve this problem. Just install the plugin, then on the web page you would like to print, right click your mouse and find the menus shown in the following picture, choose display CSS only for printer. The web page will become fluid and ready to be printed. Continue reading ‘Print view for any web page with firefox web developer plugin’ »
I’m using Pidgin v2.7 and Windows XP. I’ve tried most of the methods flying on the internet about changing themes for Pidgin, but none of them works. These include using the gtkthemeselector.exe. I noticed the latest Pidgin using a “%APPDATA%\.purple\gtkrc-2.0″ to control the look and feel once the “GTK+ theme control” plugin is enabled. The contents of this file look very similar to the contents of the theme files under “c:\program files\common files\gtk\2.0\share\themes\***\gtk-2.0\gtkrc”. I tried to copy the contents of gtkrc file of the “Clearlooks-DarkLime” theme and pasted them to the “%APPDATA%\.purple\gtkrc-2.0″. After restarting Pidgin, I saw this ![]()
Continue reading ‘Change Pidgin theme on Windows’ »