![]() |
Back to my homepage |
What is yapm ?
yapm is a little APM tool that puts your computer into suspend mode if your computer is really doing nothing. So yapm looks if no key was pressed or mouse moved in the last minutes and the system load is under a special percentage.Today yapm is in alpha stage - so don't expect too much. yapm is a really little tool.
Download yapm-0.2
yapm is published under the GNU General Public License (GPL) version 2. It will only run under Linux systems.Download : yapm-0.2.tar.gz 2 kByte
How to compile 'yapm'
Uncompress the tar-gz file (e.g. with `tar xvzf myfile.tar.gz'). Change to the subdirectory and type# g++ -o yapm yapm.cpp
and yapm should compile.