55 projects tagged "Utility"
SyncWall is a basic wallpaper changer with a special feature, the ability to synchronize wallpaper changes between several workstations with a basic (and unsecured) client/server protocol. Each workstation must share the same pool of files, there is no FTP or Internet download. Other interesting features are simple multi-monitor support and the ability to add special effects to wallpaper.
SD SMS Master is an SMS-sending server. The Web server (master) contains the SMS Master itself. Clients (users) connect to the master and create orders. Orders contain a text to send and a list of numbers to send to. The master then connects to remote machines (slaves) and distributes the order numbers (+text) to all enabled phones on the slaves. The communication is one-way; incoming SMSes are not read.
Linux Automation Tool allows GUI automation on Linux and adds accuracy and speed to your repetitive tasks. The GUI is easy to understand and the application is natively compiled for Linux. You do not need Java or anything extra to run this Linux Automation Tool. The software is supported with video tutorials and a customer support team. 32-bit and 64-bit versions of the software application are available.
cronbot is a wrapper script for cron jobs. Rather than running your job/script directly, you run it through cronbot, and it will allow a little more control to help keep things from getting out of hand. The default behavior is to only allow one instance of your job to run. This can be changed with the --duplicate option. You can also pass in a maximum time of execution for a job or add a random amount time to delay the start of your job. By default, jobs are run with a default "nice" value, which is usually 10.
YAGAC is a library that when linked to your C program, allows you to conveniently track or trash memory leaks within your application while it is still running. You can have multiple garbage collectors according the code part you are in. It tracks memory assigned by your code only, and does not monitor third part libraries. Tracking can be activated by updating a debug flag without restarting your application. It is intended for use with daemon-type programs.