/*
 * Copyright Yves Dorfsman.
 *
 */

/*
 * Shared memory:
 *
 * Short programs to test your environment for shared memory. Usefull to check
 * how much memory you can actually request (shmgrab.c),
 * or if your user has the priviledge to lock a segment (shmlock.c).
 *
 */

/*
 * little / big endian:
 * end.c tries to determine the endian'ness of your machine.
 *
 */

 #
 # action_if_nobody.bash hibernate
 # (or shutdown or suspend) a machine when no user is logged in for
 # a certain period of time.
 #
 #
 # pdfcat: concatenate pdf files.
 # from http://ansuz.sooke.bc.ca/software/pdf-append.php
 # by Matthew Skala.
 # 

These utilities are free software; you can redistribute it and/or modify it under the terms of the GNU General Public License.