"If you have a dream, then you have an aim and it's the uniqueness of your aims that make you special."
Faustas
www.makeaims.com

The website makeaims.com makes it possible to define concrete aims from your personal dreams and wishes. You can share your aims with other users and get motivation by your followers. more ...

www.wegtam.org

The Wegtam search agent reduces the time it takes to search the really relevant content in the net. Use the meta search, the post filtering options and many more features. more ...

Work climate in a research institute

The book analyses the work climate in a research institute and was produced from a master thesis. more ...

www.nebelklar.de

Different articles about psychology, philosophie, motivation and the interesting aspects of life can be found on nebelklar.de. Be prepared to see through the misty clouds. more ...


Latest stories

User Opera from the command line for administrative tasks

If you want to use the Opera browser for administrative tasks from the command line, you should consider the kiosk mode of the browser. This mode is often used to start the browser without url bar or any security relevant options. You can start the browser in the kiosk mode with the following command:

Makeaims.com and Daily aims

makeaims.com has a new feature for your daily control in reaching your personal aims. We call it the Daily aims. Daily aims are like normal aims but you get an additional link at these aims to record your daily success with them.

What is so special about Daily aims?

Shell commands to rename file names

I needed a shell command to replace a part within a few hundred file names that was no longer useful. The following line replaces a part in the name of files that is defined as "prefix1_":

Design and Feature Updates for makeaims.com

dash.png

www.makeaims.com. We have changed different parts of the website and improved the clarity of the surface. In addition, other minor updates will follow in the coming weeks, which complete the overall picture.

Recent changes were:

Eclipse does not recognize added Android library projects

I realized that sometimes Eclipse forgets added libraries of a project. The problem is as follows. You can add a library to your Android project via:

Properties → Android → Library

Install OpenCRX with PostgreSQL and Ubuntu 10.04

If you want to install OpenCRX 2.8.5 with a Postgres database, you have to do some additional steps during the installation. The general installation steps are described at OpenCRX 2.8.5 Install. Here comes the short description with the additional changes for the Postgres database.

Convert timestamp to integer and integer to timestamp in Postgres

If you want to convert an integer value into a timestamp in Postgres, you can use the following function:

SELECT to_timestamp(1321398000);

The vice versa conversion can be done with the following line:

select extract(epoch from '2011-11-15 00:00:00+01'::timestamp with time zone)::integer

Syndicate content