Mail for Trash
Sometimes it can be useful to have a mail you can enter in forms which is yours for only a few minutes
GPGP for Win and others
Here you can found a package for Windows encryption
Or encrypt the whole disk?
Own Javadoc Tags
To apply your own javadoc tags, you need only a actual JDK and specially the interface com.sun.tools.doclets.Taglet. Implement this and add a method register like the following:
public static void register(Map tagletMap) {
CustomTag tag = new CustomTag();
Taglet t = (Taglet) tagletMap.get(tag.getName());
if (t != null) {
tagletMap.remove(tag.getName());
}
tagletMap.put(tag.getName(), tag);
}
then you can pack your new taglet class to an jar and try this parameters on javadoc execution -taglet CustomTag -tagletpath /path/to/tagletExt.jar in this example I use no package for the CustomTag class, so the taglet is CustomTag without package prefix
See also for more:
Funny Windows Tools
Today my colleague shows me some funny diagnostic tools from MS, like process and thread observer or net monitors … may be interesting …
Setting up SVN
Based on the tutorial from http://svn.spears.at here the short version for my personal usage:
- download an install
- actual version of SVN from subversion.tigris.org/ser...tDocumentList?folderID=91
- Version 2.0.x of Apache Server http://httpd.apache.org/download.cgi
- create reposetory folders
- $ mkdir project1
- $ svnadmin create project1
- $ vi subversion.conf
- $ vi svn-acl
- restart apache
for more details see the original on http://svn.spears.at
Firefox RC1: Search like vi
Now it is possible to open the search bar with SHIFT + 7… vi users will be happy
And use SHIFT + ALT + … for website related shortcuts, like ALT + S to save -> ALT + SHIFT + S
Mediawiki Random Extension
Finaly I have finished a new Mediawiki extension for Random content intigration, for more details read the infromation page
Search Shortcuts in FF
Firefox and other Mozzila based browsers supports the feature to define a shortcut for searches. Like, you type in the adress field (shortcut: STRG + L ) : “g wood” and it will preform a search to “wood” on google. If you say, that is what I need for my own searches, it is very easy. Find out the search string, like “http://www.yourDomain.com/search/Wood” and replace the word you are searching for with “%s“, create a new Link on the Quickserachfolder (e.g. “http://www.yourDomain.com/search/%s” ) and set a Keyword like “yd” for “yourDomain” and now you can preform short search querys like “yd house” or “yd winter”
Ergonomics & Userinterfaces
Here a short link collection for ergonomics and userinterfaces in german: