Main > Free Download Search >

Free periodically software for linux

periodically

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 98
polld 0.2

polld 0.2


polld is a simple daemon that periodically opens files defined in /etc/polld. more>>
polld is a simple daemon that periodically opens files defined in /etc/polld.
polld project can be used for scanning partitions in a card reader that does not report card insertion and removal.
I use this for scanning partitions in card reader, which does not report card
insertion/removal. With polld, they appear in 10 seconds after insertion and
udev will then create appripriate device nodes.
Enhancements:
- New release.
- Use LSB init script.
<<less
Download (0.008MB)
Added: 2006-01-06 License: GPL (GNU General Public License) Price:
1386 downloads
Peephole 1.5

Peephole 1.5


Peephole is a GNU/linux server that periodically checks users mailboxes harvesting only last emails. more>>
Peephole program is a GNU/linux server that periodically checks users mailboxes harvesting only last emails, extracting user-defined regular espressions.

Each user, once logged in, has to define his mail providers [mail server and login informations] and other settings [time delay, regular expressions, ...].

Peephole supports various mail protocol as pop3, pop3s and apop.

The project also provides two clients. The first is a GUI (WindowMaker Dockapp) that lights up a user-defined icon when Peephole find an interesting mail on the mail server. The second is a text console client.

With this dockapp you wont waste your time with useless downloads.
<<less
Download (0.34MB)
Added: 2006-01-28 License: GPL (GNU General Public License) Price:
1365 downloads
Rapid Application Development Library 2.7.0

Rapid Application Development Library 2.7.0


radlib is a C language library developed to abstract details of interprocess communications and common linux/unix systems. more>>
radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions. It encourages developers (whether expert or novice) to use a proven paradigm of event-driven, asynchronous design. By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi-process applications.
radlib greatly improves typical process performance through the use of shared memory buffers to avoid costly "malloc" and "free" library calls. These buffers are also used for interprocess messages. radlib also utilizes shared memory constructs to provide global message queue management and global "Queue Groups" for increased interprocess communications flexibility.
All shared resources are semaphore protected to avoid issues with concurrent access. In short, radlib is a sincere attempt to provide real-time OS capability on a non-real-time OS. It has been successfully deployed on linux, MacOSX and FreeBSD but there is no reason it would not build and run on any flavor of unix supporting System V IPC.
Specifically, radlib provides fast system buffers, a simple config file utility, events, doubly-linked lists, process logging through syslog, message queues, semaphores, shared memory utilities, timers, stacks, state machine utilities, a process framework, a process management utility to start/stop groups of processes, optional MySQL or PostgreSQL database API, straightforward TCP/streams socket API, and other assorted system utilities.
Proprietary forms of radlib have been used in several mission-critical commercial applications with excellent results. It is light yet very powerful and efficient in real time. radlib is BSD-licensed (free to use in binary or source forms) and distributed as source to be built on the target platform. Build instructions are included in the distribution. See the file "COPYING" in the distribution for details concerning open source software and the BSD license.
radlib is currently used as the foundation of my unix/linux-based weather application, wview, which interfaces with the Davis Vantage Pro console to archive weather data in real-time and periodically (every 60 seconds) generate weather images and html files suitable for use on web sites (see my weather page). It uses multiple radlib processes which illustrate radlibs interprocess communications flexibility. Feel free to download the wview source as another example of radlib implementation.
Enhancements:
- Updated to work properly on both 32- and 64-bit architectures.
- No special configuration is required.
- A few API calls have been changed ("int" arguments became "long"), but only a few.
- This release increases the default system buffer numbers and adds an additional size of 8192 to better support 64-bit platforms.
<<less
Download (0.42MB)
Added: 2007-03-31 License: BSD License Price:
943 downloads
Parallel::Pvm 1.4.0

Parallel::Pvm 1.4.0


Parallel::Pvm is a Perl extension for the Parallel Virtual Machine (PVM) Message Passing System. more>>
Parallel::Pvm is a Perl extension for the Parallel Virtual Machine (PVM) Message Passing System.

SYNOPSIS

use Parallel::Pvm;

The PVM message passing system enables a programmer to configure a group of (possibly heterogenous) computers connected by a network into a parallel virtual machine. The system was developed by the University of Tennessee, Oak Ridge National Laboratory and Emory University.

Using PVM, applications can be developed which spawns parallel processes onto nodes in the virtual machine to perform specific tasks. These parallel tasks can also periodically exchange information using a set of message passing functions developed for the system.

PVM applications have mostly been developed in the scientific and engineering fields. However applications for real-time and client/server systems can also be developed. PVM simply provides a convenient way for managing parallel tasks and communications without need for rexec or socket level programming.

As a utility, PVM enables an organisation to leverage on the computers already available for parallel processing. Parallel applications can be started during non-peak hours to utilise idle CPU cycles. Or dedicated workstation clusters connected via a high performance network like ATM can be used for high performance computing.

It is recommended that you read the PVM manual pages and the book "PVM: Parallel Virtual Machine, A userss guide and tutorial for networked parallel computing". Both the PVM system and the book can be obtained from the HTTP address http://www.epm.ornl.gov/pvm.

For the rest of this document we will provide a tutorial introduction to developing PVM applications using perl. The interface for some of the PVM functions have been changed of course to give it a more perl-like feel.
Remember think perl think parallel! Good Luck!

<<less
Download (0.019MB)
Added: 2007-04-18 License: Perl Artistic License Price:
931 downloads
servicemon 0.2

servicemon 0.2


servicemon is a simple service monitoring application written in Python. more>>
servicemon is a simple service monitoring application written in Python. The project periodically calls the init scripts for services it has been configured to monitor and determines whether each service is running, restarting failed services as appropriate.
It can send e-mail alerts and has a network interface to talk to a graphical frontend. There is a graphical client available for Linux written in Python/GTK and also a Java client which will run on any platform supported by Suns Java.
Enhancements:
- This version features a Makefile to automate installation, an init script to start servicemon automatically on boot, and many fixes and improvements to the core code.
<<less
Download (0.006MB)
Added: 2007-05-16 License: GPL (GNU General Public License) Price:
891 downloads
netcomics 0.14.1

netcomics 0.14.1


netcomics project is a Perl script that downloads todays comics from the Web. more>>
netcomics project is a Perl script that downloads todays comics from the Web.

Netcomics is a program that downloads todays comic strips from the Web, and places them in a local directory where they can be retrieved for display. Because each website that carries comic strips chooses how old of strips to show, the comic strips downloaded will actually be from different dates, but theyll always be the latest.

Although not always kept up to date, there are a lot of comics supported. Use the link for supported comics to get a list of the comics supported as of the last software release.

Written in perl, netcomics is very platform independant. perlTK & perlGTK are used for the implementation of graphical user interfaces. All of netcomics is written using modules, so you can write your own scripts using it if youd like.

Netcomics was created for the purpose of having a little relief from the weary mind of someone busy at work, so another script called display_comics is also provided as an example way to periodically show the retrieved comic strips throughout the workday.

Also, when run on a Monday, you can run netcomics to download Saturdays and Sundays comic strips as well.

<<less
Download (0.14MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1084 downloads
Hyperfeeder 0.6.1

Hyperfeeder 0.6.1


Hyperfeeder is an RSS/RDF news reader which prints the output of aggregated feeds in HTML format. more>>
Hyperfeeder is an RSS/RDF news reader which prints the output of aggregated feeds in HTML format. Hyperfeeder is extensively customizable, with provisions for setting virtually every tag in the output.
Main features:
- view images (cartoon strips, image of the day, etc.) inline
- RSS fields like "textInput" result in elegant forms
- the output is portable and all you need is a web browser
- can run periodically on your machine via crontab
<<less
Download (0.19MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1234 downloads
iPod Video Encoder 1.0.2

iPod Video Encoder 1.0.2


iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. more>>
iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. iPod Video Encoder project uses the ffmpeg tool for the actual encoding.
It features recursive encoding of all files in a directory, and generating a podcast.xml file for convenient use in iTunes.
It can be used in a cron job that periodically checks directories for new files and encodes them without user intervention.
Main features:
- Encoding of single files
- Optional specification of a/v bitrates
- Recursively encode all files in a directory
- Generating a podcast.xml for convenient use in iTunes
Options:
--version show programs version number and exit
-h, --help show this help message and exit
-R, --recursive Process directories recusively
-f, --force Force re-encode existing iPod videos
-t, --test Only encode first 10 seconds, to produce test videos
-e EXTENSIONS, --extensions=EXTENSIONS
Comma separated list of input extensions. Default: avi
-i IPODEXT, --ipodext=IPODEXT
iPod extension. Default: .ipod.mp4
-b VIDEO_RATE, --video-rate=VIDEO_RATE
Video bit rate, in kbps (default: 1024)
-a AUDIO_RATE, --audio-rate=AUDIO_RATE
Audio bit rate, in kbps (128)
-W WIDTH, --width=WIDTH
Video width, in pixels (default: 320)
-H HEIGHT, --height=HEIGHT
Video height, in pixels (default: 240)
-P, --pretend Do not really encode, just print out the ffmpeg
commands which would be executed
-v, --verbose Enable verbose output
Podcast options:
-p, --podcast Generate a podcast.xml file for each directory.
--podcast-documentroot=PODCAST_DOCUMENTROOT
Podcast document root; eg. /var/data/Movies/
--podcast-baseurl=PODCAST_BASEURL
Podcast base URL; eg. http://localhost/
Enhancements:
- Only uses the -e option for processing directories.
- The default ipod extension is now _ipod.mp4 for Windows compatibility.
- The README file has been extended with information on the .ipod-encoder settings file.
- The program no longer crashes when HOME is not set on Windows.
- --width and --height parameters have been added.
<<less
Download (0.010MB)
Added: 2006-01-20 License: GPL (GNU General Public License) Price:
1379 downloads
zufall 0.1.4

zufall 0.1.4


zufall is a simple program to change the background periodically. more>>
zufall is a simple program to change the background periodically.

The project takes one or more directories with images as a parameter (no GUI) and sets a randomly chosen image as background. If there is a border remaining, its color is the average color of two corners of the image. This mostly fits the image very well.

The program doesnt work if the root-window is hidden by another program, like in Gnome or KDE.

Installation

./configure && make

make install
or copy the binary "zufall" to a directory in your path.

<<less
Download (0.070MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1056 downloads
nagios-check_apt 0.1

nagios-check_apt 0.1


nagios-check_apt is a Nagios plugin to check whether there are updates available in Debian apt repositories. more>>
nagios-check_apt is a Nagios plugin to check whether there are updates available in Debian apt repositories.

The project requires "apt-get update" to be run via cron.

Set up cron or any other automation to do an apt-get update periodically. If you neglect this, the plugin will not show updates.

<<less
Download (0.003MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
975 downloads
OpenAIS 0.81

OpenAIS 0.81


OpenAIS is an open source implementation of the SA Forum Application Interface Specification. more>>
The openais project is a project to implement a production quality "Revised BSD" licensed implementation of the SA Forums Application Interface Specification. OpenAIS project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics.
The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. The API consists of Availability Management Framework (AMF) which provides application failover, Cluster Membership (CLM), Checkpointing (CKPT), Event (EVT), Messaging (MSG), and Distributed Locks (DLOCK).
Faults occur for various reasons:
- Application Failure
- Middleware Failure
- Operating System Failure
- Hardware Failure
The major focus of high availability in the past has been to mask hardware faults. Faults in other components of the system have gone unsolved until AIS. AIS can mask many types of faults in applications, middleware, operating systems, or even hardware by providing a simple framework for allowing developers to create redundant applications. These redundant applications can be distributed over multiple nodes such that if any one node faults, another node can recover.
Application programmers develop applications to periodically record their state using the checkpointing service. When an active application fails, a standby application recovers the state of the application. This technique, called stateful application failover, provides the fundamental difference between openais and other systems that have come before it. With stateful application failover, the end-application user doesnt have to reload the application or redial a telephone. The full state is recorded, so the end-application user sees no interruption in service.
Because programmers can now distribute applications across multiple processes or nodes, a mechanism must exist for them to communicate. This mechanism is provided by two services. The event service provides a publish/subscribe model for events. The messaging service provides end to end messaging. Finally a mechanism to synchronize access is provided by the distributed lock service.
Enhancements:
- This version significantly improves support for AMF B.02.01 n+m failover of components.
- Most of the QA that went into Whitetank (0.80.2) has been merged.
<<less
Download (0.24MB)
Added: 2007-03-25 License: BSD License Price:
943 downloads
webfilt 0.96

webfilt 0.96


webfilt project is a flexible web interface to server-side spam filters. more>>
webfilt is not a spam filter, but provides a generic web-based interface for Bayesian-style UNIX filters that need occasional training and corrections. It has been tested with SpamProbe and SpamBayes, but should work with other command-line filters too.

The webfilt system works with existing UNIX accounts, and consists of three distinct components that operate independently:

Users procmail recipes and cron jobs. The storelast.sh shell script is invoked by a users .procmailrc and simply saves a size-limited copy of each incoming e-mail message. The destination directory is determined by spam-state, done by procmail processing. A cron job periodically cleans old message copies.

webfiltd, daemon. The daemon component is invoked by inetd, and responds to a number of commands that allow a connecting client to authenticate, read files, and execute remote commands. This is all done with the authenticated users permissions. This daemon only accepts local connections.

webfilt.cgi, web interface The CGI program creates the web interface. Running with low privileges, it communicates with the webfiltd daemon over a socket to guarantee privilege isolation. The user logs in using their web browser and can then view recent emails and run commands on certain files (to train the filter).
<<less
Download (0.023MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1312 downloads
Stock Watch! 0.3

Stock Watch! 0.3


StockWatch! is a SuperKaramba theme that periodically retrieves stock quotes from the internet. more>>
StockWatch! is a SuperKaramba theme that periodically retrieves stock quotes from the internet. Stock Watch! uses Yahoo! Finance data to obtain quotes.

<<less
Download (0.055MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1233 downloads
Pingmaster 0.9

Pingmaster 0.9


Pingmaster theme periodically pings selected computer. more>>
Pingmaster theme periodically pings selected computer. It is done each 15 minutes (.theme file, line 2, interval in milisecs). Here, as you can see, my theme benefits from program "ping" (.theme file, last line).

So you can specifity computer you want to ping by any way which ping understands. Theme also benefits from programs "grep", "awk", and "date". Last one i have mentioned is used on line 12 in .theme file. There, you can change format of time displayed.

Themes look is made to fit "Ricardos kiramba debian" theme, which you can get at http://www.kde-look.org/content/show.php?content=30686.

Remember you must have programs mentioned above.

<<less
Download (0.005MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1209 downloads
wmnotify 0.3.1

wmnotify 0.3.1


wmnotify is a Window Maker DockApp for periodically checking a POP3 mailbox. more>>
MAILBOX wmnotify is a "DockApp" application, running under WindowMaker, to periodically check a POP3 or IMAP4 email account for new messages. It also supports SSL encryption.

When new messages are detected, the mailbox image is animated to give a visual indication that new mail has arrived. Additionnally, if desired, a sound can be produced from a WAV or AU audio file, or from the console bell.

For simplicity reasons, wmnotify doesnt support multiple POP3 accounts. But by starting a new instance of wmnotify and specifying an alternate configuration file on the command line, you can effectively check multiple POP3 accounts.

<<less
Download (0.66MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1485 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5