Archive for the ‘Software’ Category.
February 6, 2008, 1:29 am
sendEmail is one of the light weight email client on Linux. It’s a command line tool. But it’s not just a toy. All the functions as a full-featured email client are available, such as file attachment, specific SMTP server on the fly, SMTP authentication… It’s very handy if you get used to work under a shell. I othen use it to send emails and attach some files to my Gmail as working notes. Don’t bother yourself with any other GUI email client.
On Debian, simply “apt-get install sendemail”. Then you can start using it already, since there is no additional library needed.
Continue reading ‘The lightest weight email client’ »
August 14, 2007, 10:22 pm
AVI Frame Rate Changer v1.10 by [Blight].
——————————————-
This program will allow you to alter the
frame rate of a previously created
AVI file.
Just press the browse button and open an
AVI file, if the current frame rate seems
weird, DO NOT apply new frame rates or
you may ruin the AVI file.
You can also open files by passing them
as a parameter.
Continue reading ‘一个可以随意改变avi动画文件帧速的小工具 AVI Frame Rate Changer’ »
August 14, 2007, 10:18 pm
Both are nice 3D engines for Python.
Soya3D is smaller and simpler. But it supports some cool features, including cel-shading and OpenAL?.
The installation is very easy. No much to say. However, I met a problem
with playing the sound-1.py, an example file in the Soya3D tutorial
package, which presents the ability to produce 3D sound. The console
said no initiallization of soya.init(sound=1), It is to tell the engine
to use OpenAL?.
Badly, the doc of Soya3D is not complete yet. I couldn’t find an
explanation for this. In the beginning, I thought maybe I should
install PyopenAl? again. But that’s not the case. After I download the runtime library of OpengAL? from Creative inc.
http://developer.creative.com/articles/article.asp?cat=1&sbcat=31&top=38&aid=46&file=OpenALwEAX.exe
I got it work! The OS need to know where is the dll.
To be continued…
Continue reading ‘Soya3D and Panda 3D’ »
August 10, 2007, 4:18 pm
From: http://www.brainbell.com/tutorials/ms-office/Word/Prevent_Word_From_Creating_A_Blank_Document_At_Startup.htm
The Problem:
When I start Word, the last thing I need is yet another blank document based on the Normal templateI’d rather have one based on my template. Actually, what I really want is for Word to open the document I need to work with.
The Solution:
Continue reading ‘Tip:How to prevent Microsoft Word from Creating a Blank Document at Startup’ »