Archive for October, 2008

UIMA: DocumentAnlyzer – Missing Annotations

Thursday, October 30th, 2008 Posted in Uncategorized | No Comments »

f you specify some more complicated annotators. It might happen that they won't show up in the Java Viewer. Don't panik! Try to close the DocumentAnalyzerand restart it and WITHOUT hitting "Run" again. Hit "View". Now the Annotations should be shown. Don't ask me, why. My ...

Windows Mobile 5: Internetconnection

Sunday, October 26th, 2008 Posted in Uncategorized | No Comments »

Just a few notes about Windows Mobile 5 and the internet connection (naming might not be correct due to rough translation from German). In "settings->connections->connections->advanced->choose Networks" in both dropdown menus choose "Compandy Network", edit them and check if in "Proxy Settings" ...

Networkfolder without password

Saturday, October 25th, 2008 Posted in Uncategorized | No Comments »

To make a folder visible in network without everybody having to enter username an password is kind of not straight forward on Vista. So here you go: Rightclick on your folder and choose "Properties" In tab "Security" "Edit" "Groups and Usernames" "Add" something ...

Thunderbird Addressbook: Drag, drop and copy

Saturday, October 25th, 2008 Posted in Uncategorized | No Comments »

Ever had this problem: Thunderbirds addressbook just wouldn't let me copy or move contacts. Well here is the trick: To move: Just drag and drop ... so far no big surprise. To copy: Drag and drop while holding the Ctrl-Key. Don't ask me ...

How to reset MySQL passwords.

Wednesday, October 22nd, 2008 Posted in Uncategorized | No Comments »

Obviously this only works if you have direct access to the MySQL-Servers startup routine. This link describes what you need to do: http://dev.mysql.com/doc/refman/5.1/de/resetting-permissions.html Essentially this is what you do. It is the unsafe yet fastest way. Kill mysqld start mysql by mysqld --skip-grant-tables ...