GT4T: a different approach to MT

GT4T takes a rather different approach to MT:

The result is often disappointing when sending the whole segment to MT. With GT4T you can select any portion of a sentence. GT4T aims to incorporate MT into the translation process, helping translators with suggestions and reducing keystrokes, rather than using MT as a first draft translator.

Show alternative translations for every syntagm. It’s exciting as you have many possible translations for each part of a sentence. It works very well when you mind gets stuck or tired.

Show both Google and Bing translations.

A combination of User-defined Glossary and MT. When MT cannot translate a term correctly, you can add it to Glossary and then result is always correct.

Share

End a process with Inno setup

So easy.

[Code]
[Code]
function InitializeSetup(): Boolean;
var
ErrorCode: Integer;
begin
Result:=false;

ShellExec('open',
'taskkill.exe',
'/f /im notepad.exe','',SW_HIDE,ewNoWait,ErrorCode);
result := True;
end;

Share

VB msgbox always on top

Very easy.
MsgBox "This is a test", vbOKCancel + 4096

Share

Change your php and mysql timezone

date_default_timezone_set('PRC');

Changes the timezone to China (+8)

If you use mysql database, you will also need to use

mysql_query("SET time_zone = '+8:00'");

to change the the timezone of mysql database.

Share

Surprise!

Friendfeeders in the Chinese room have organized a gift relaying activity. It started at Shenzhen and now it has arrived from Shanghai. Each player will take a gift, put one into the box and send to the next person. I will be sending the box to Nanjing. Here is the picture. I am as happy as Sponge Bob in the picture.

Share