Main > Free Download Search >

Free watcher 1.2 software for linux

watcher 1.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1106
ps-watcher 1.06

ps-watcher 1.06


ps-watcher monitors various processes based on ps-like information. more>>
ps-watcher monitors various processes based on ps-like information. ps-watcher runs the ps command periodically and triggers commands on matches.
The match patterns are Perl regular expressions which can refer to the process information via variables.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- Some minimal Cygwin support was added, and support for other operating systems (NetBSD, OpenBSD, and OS X) was corrected.
- For security, there is aa --path option to limit the path used in running commands.
- Some bugs were fixed and the code was modernized a little.
<<less
Download (0.12MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1323 downloads
mswatch 1.1.0

mswatch 1.1.0


mswatch is a command line unix program that keeps two mailboxes synchronized more efficiently and with shorter delays. more>>
mswatch project is a command line unix program that keeps two mailboxes synchronized more efficiently and with shorter delays than periodically synchronizing the two mailboxes.
mswatch watches mailboxes to know when to initiate mailbox syncs. Using mswatch, your mail synchronization program can be called on demand instead of through polling, resulting in prompter mail delivery and lower bandwidth usage and server load.
mswatch is designed to work in conjunction with mailbox synchronization programs, currently supports watching Linux (2.4+) hosted Maildirs (including Maildir folders, Maildir++), and is licensed under the GNU GPL. Future support for additional mailbox formats, especially for mbox, is planned.
Why mswatch
Keeping a set of mailboxes on multiple computers means keeping the copies synchronized (eg on ones desktop and laptop or on a personal computer that can not be reached while on the road an always-reachable server). While the IMAP protocol is designed to support this and is widely used, IMAP clients can only detect mailbox changes by querying the server.
Thus clients generally either sync when the user requests or sync periodically. However, because each mailbox sync uses server and network resources and because users often have a number of mailboxes, many of which receive mail infrequently, one must compromise between prompt message delivery and low server and network resource usage. Typical practice is to sync only when the user requests or to sync periodically with 5-10 minute frequencies. Nonetheless, it is often helpful for users to see new mail fairly soon after its arrival (eg notifications, group meeting changes, or active conversation threads).
mswatch addresses this speed of delivery vs resource usage tradeoff using interrupt-based instead of polling behavior to detect mailbox changes. mswatch asks each of the two mailstores to send mailbox change notifications; when mswatch receives a notification it in turn invokes the users mailbox synchronization program for the changed mailbox. Thus, idle mailboxes do not use active resources and prompt mailbox synchronization is efficient.
Version restrictions:
- Because mswatch abstracts mail changes and synchronization to the mailbox (instead of message) level and because mail watcher communication is one-way, extra mailbox syncs occur. While it would be great to avoid this extra work, it is in the noise compared to the number of empty syncs that polling accumulates.
For example, the case of new mail delivered to the mail servers INBOX:
(1) mswatch detects the changed server INBOX
(2) mswatch invokes the mail syncer for INBOX, which adds the mail to the local INBOX
(3) mswatch detects the changed local INBOX
(4) mswatch invokes the mail syncer for INBOX, which detects no changes
Thus two syncs occur in this case instead of the single necessary sync.
Enhancements:
- Per-mailbox inter-sync delays were added to rarely sync high volume mailboxes and quickly sync important mailboxes.
- Inter-sync delays are allowed to be greater than the maximum error delay.
- mswatch now prints the names of pending mailboxes upon receiving SIGUSR1.
<<less
Download (0.20MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
941 downloads
ghasher 1.2.1

ghasher 1.2.1


ghasher can easily show the MD5 sum(or md2,md4,sha1,sha,ripemd160,dss1) of a file. more>>
ghasher can easily show the MD5 sum(or md2,md4,sha1,sha,ripemd160,dss1) of a file.

Motivation for this utility was that users shouldnt need to open a command line for checking the MD5 sum of files they download.

Its written using GTK2 and OpenSSL.

<<less
Download (0.011MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1437 downloads
Log Watcher 0.4.1

Log Watcher 0.4.1


Log Watcher colorize a system logs for easier reading. more>>
Log Watcher is a tool for log watching and colorize.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- manual typos
- change defaults in config file
- minor changes needed to build on OpenBSD
- fixed lwatch crashes for some spurious configuration
<<less
Download (0.14MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1466 downloads
ScoreWatch 1.0

ScoreWatch 1.0


ScoreWatch provides a Cricket Score watcher that displays the score in the status bar. more>>
ScoreWatch provides a Cricket Score watcher that displays the score in the status bar.
A Cricket Score watcher that displays the score in the status bar panel based on RSS feeds from popular cricket sites.
Main features:
- Score refreshes automatically in regular intervals.
- Pops up alerts on the fall of a wicket.
- Allows selection of RSS feed source.
- Allows configuration of alerts and refresh interval.
Sources supported:
- cricinfo.com
- ecb.co.uk
<<less
Download (0.016MB)
Added: 2007-05-01 License: MPL (Mozilla Public License) Price:
914 downloads
popcheck 1.2

popcheck 1.2


popcheck is a SuperKaramba theme that displayes the most recent 20 e-mails received at a POP account. more>>
popcheck is a SuperKaramba theme that displayes the most recent 20 e-mails received at a POP account that are still awaiting download.

Queries the POP server once per minute and as new e-mails as they arrive.

The sender and the title are displayed.

You must configure the hostname and username/password info in the popcheck.py file.

You can include a list of substrings, such that if one of them is found in a new mail, an audible alert will sound. This allows you to know when new mail from particular people has arived.

The default alert sound is the word "MAIL" in Morse code. You can change this in the popcheck.py file by pointing to a different alert_file, or by replacing the included mail.ogg file with a different sound.

Clicking on an e-mail will cause popcheck to download the beginning of the file and display it in a kdialog message box. This way you can look at the start of an e-mail (up to 30 lines) without opening your e-mail client to download the message.

<<less
Download (0.041MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1222 downloads
Lifetimer 1.2

Lifetimer 1.2


Lifetimer includes various ways to time things in life. more>> <<less
Download (MB)
Added: 2006-08-31 License: Other/Proprietary License Price:
1156 downloads
TimeRER 1.1.2

TimeRER 1.1.2


TimeRER is a widget for Superkaramba desktop which gives the RERs next time stop for a station. more>>
TimeRER is a widget for Superkaramba desktop which gives the RERs next time stop for a station.

This program works at present for RER As network in Paris and its area. It was successfull tested with SUSE 9.x 10.X and Mandriva 2006.

<<less
Download (0.10MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
Zipper 1.2

Zipper 1.2


Zipper is a tool for inspecting the contents of a compressed archive and for extracting. more>>
Zipper is a tool for inspecting the contents of a compressed archive and for extracting.

I know that theres a GNUstep port of the famous OpenUp application but I must admit that for a living I have to use Windoze at work.

After a while I got quite used to Winzips UI. Although I dont like some of its features, what I really like is the content listing of an archive without actually having to unpack it. This is what Zipper currently tries to mimic.

This has also the advantage that you dont have to unpack archives from networked volumes to your local disk just to view whats in it.

<<less
Download (0.45MB)
Added: 2007-05-22 License: LGPL (GNU Lesser General Public License) Price:
971 downloads
WMeyes 1.2

WMeyes 1.2


WMeyes is a pretty simple application: it sits in the WindowMaker dock, and a pair of eyes track your cursor. more>>
WMeyes is a pretty simple application: it sits in the WindowMaker dock, and a pair of eyes track your cursor.
Actually, the program should work in all window managers, but then you dont have a dock to sit it in, in which case you might as well use xeyes.
Enhancements:
- I added changes based upon a patch I found at http://www.shiratori.riec.tohoku.ac.jp/~jir/linux/products/wmeyes/index-e.html which allows one to click upon the eyes and run a program.
- Your command will be fed directly to the shell, so that you can use shell metacharacters or what have you, although you will probably need to escape them. Note that wmeyes does not automatically background the program, so you will probably want to background it yourself.
For example:
# run an xmag whenever the eyes are clicked on
wmeyes -w -e xmag &
# show the number of lines with the word "foo" in them in your mail spool
wmeyes -e xmessage `grep -w foo $MAIL | wc -l` &
# make wmeyes stop working until you have finished with a shell
wmeyes -e xterm
# my personal favorite: make the screen blank when the eyes are clicked on
wmeyes -e xset dpms force off
I also added support for multiple displays at once. Use -d, -display, or --display as many times as you like.
<<less
Download (0.010MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1103 downloads
WMcp 1.2.8

WMcp 1.2.8


WMcp is a simple dockable pager for use in Window Maker. more>>
WMcp is a simple dockable pager for use in Window Maker.

Installation:

Unzip the file: gunzip wmcp-1.2.8.tar.gz
Untar the file: tar xvf wmcp-1.2.8.tar
CD to src dir: cd wmcp-1.2.8

do one of these makes:

make -- make wmcp using the default button scheme (scalpel)
make scalpel -- make wmcp using the scalpel style button colors
make gv -- make wmcp using the ghostview style button colors

copy wmcp to some directory in your $PATH.
( ie: cp wmcp /usr/local/bin )

type wmcp

Grab the appicon and move it to the dock.

If make doesnt work, you may need to fiddle with the settings in the Makefile.

Tested on:

WindowMaker-0.20.3
WindowMaker-0.50.2
X Clients: Red Hat 5.0, Red Hat 6.0, HP-UX 10.20
X Servers: XFree86, Exceed, AccelX

Usage:

usage: wmcp [-g geometry] [-d dpy] [-n workspaces] [-a alt key] [-v]
[-c] [-w i/n/w] [-s y/n] [-x #] [-y #] [-h]

-g geometry: ie: 64x64+10+10
-d dpy: Display. ie: 127.0.0.1:0.0
-n workspaces: How many buttons to start with.
-a alt key: integer 1-4 defining ModXMask (default 1 Mod1Mask).
-w i/n/w: Window State: Iconic, Normal, Withdrawn (default Withdrawn)
-s y/n: Shaped window: yes or no (default y)
-c Sends CTRL + ALT + Key (default only sends ALT + key)
-v Verbose. 0=off, 1=on (default 0)
-x # Number of buttons on the x-direction (1,2,3 or 4)
-y # Number of buttons in the y-direction (1,2,3 or 4)
-h Help. This screen.

Left mouse button:

Selects the workspace to switch to.

Right / Middle mouse buttons:

Change the number of buttons displayed.
<<less
Download (0.008MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1099 downloads
WMMenu 1.2

WMMenu 1.2


WMMenu project provide a popup menu of icons for WindowMaker like in AfterStep, as a dockable application. more>>
WMMenu project provide a popup menu of icons for WindowMaker like in AfterStep, as a dockable application. It is not as powerful as there is only one menu level, but I think it is sufficient, since you can make multiple separate menus.

The program can be run more than once at the same time, which allows as much different menus, each one described in a separate file. The description simply consists in a suite of lines containing the pixmap name and the shell command to run, with the first line giving the dock image and the menus title (will be used later). The menu automatically pops up to the right or left depending on the on-screen position.

Why:

More functional to organize program launchers when you have lots, rather than pile them around the screen like we can see on some screenshots... (I conceive its less appealing).

Usage:

wmmenu [< options >...]

-h
show help message
-m MENUNAME (mandatory)
set the name of the menu file to load from ~/.wmmenu
-g WxH
set width and height of tile
-t XPMFILE
set the pixmap used as tile
-l XPMFILE
set the pixmap used as highlight to track pointer
-O oldleaving
use old behavior for hiding the button bar: hide only when
leaving the bar, not when leaving the tile.
-O click
activate the button bar only when clicking on the tile, not
when the mouse moves in and out.
-O noautoscale
disable automatic scaling of pixmaps, that makes them fit
inside specified tile size.
-O behind
draw highlight pixmap behind icon, not above.
-O hide=N
set the time delay necessary for the bar to close after the
cursor has left wmmenu. N is specified as a strictly positive
integer in milliseconds. 1 is used by default.
-r ROWS
arrange icons in the bar on multiple rows (specified as the
number ROWS). The default is one. Icons are arranged leftmost
from upper left corner.

<<less
Download (0.032MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
Gtk2::Helper 1.122

Gtk2::Helper 1.122


Gtk2::Helper is a Perl module for convenience functions for the Gtk2 module. more>>
Gtk2::Helper is a Perl module for convenience functions for the Gtk2 module.

SYNOPSIS

use Gtk2::Helper;

# Handle I/O watchers easily, like Gtk 1.x did
$tag = Gtk2::Helper->add_watch ( $fd, $cond, $callback, $data )
$rc = Gtk2::Helper->remove_watch ( $tag )

ABSTRACT

This module collects Gtk2 helper functions, which should make implementing some common tasks easier.

Gtk2::Helper->add_watch ( ... )

$tag = Gtk2::Helper->add_watch ( $fd, $cond, $callback, $data )

This method is a wrapper for Glib::IO->add_watch. The callback is called every time when its safe to read from or write to the watched filehandle.

$fd

Unix file descriptor to be watched. If you use the FileHandle module you get this value from the FileHandle->fileno() method.

$cond

May be either in or out, depending if you want to read from the filehandle (in) or write to it (out).

$callback

A subroutine reference or closure, which is called, if you can safely operate on the filehandle, without the risk of blocking your application, because the filehandle is not ready for reading resp. writing.

But aware: you should not use Perls builtin read and write functions here because these operate always with buffered I/O. Use low level sysread() and syswrite() instead. Otherwise Perl may read more data into its internal buffer as your callback actually consumes. But Glib wont call the callback on data which is already in Perls buffer, only when events on the the underlying Unix file descriptor occur.

The callback subroutine should return always true. Two signal watchers are connected internally (the I/O watcher, and a HUP watcher, which is called on eof() or other exceptions). Returning false from a watcher callback, removes the correspondent watcher automatically. Because we have two watchers internally, only one of them is removed, but probably not both. So always return true and use Gtk2::Helper->remove_watch to disable a watcher, which was installed with Gtk2::Helper->add_watch.

(Gtk2::Helper could circumvent this by wrapping your callback with a closure returning always true. But why adding another level of indirection if writing a simple "1;" at the end of your callback solves this problem? ;)

$data

This data is passed to the callback.

$tag

The method returns a tag which represents the created watcher. Later you need to pass this tag to Gtk2::Helper->remove_watch to remove the watcher.

<<less
Download (0.60MB)
Added: 2006-07-18 License: Perl Artistic License Price:
1193 downloads
Adept 2.1.2

Adept 2.1.2


Adept project is a GUI to the Advanced Packaging Tool for KDE. more>>
Adept project is a GUI to the Advanced Packaging Tool for KDE. Adept is developed by Peter Rockai and is sponsored by Canonical Ltd. through the Kubuntu project.
Main features:
- package list with customisable filters
- debtags-based drag&drop filtering
- package browser with package relations, file list and detailed info about package
- currently rather rough sources.list editor
- download, installation progress meters
- change review, status toolbar
- simplified interface for system upgrades: adept updater
- simplified interface for application management: adept installer
- system-tray update notification icon: adept notifier
Enhancements:
- Removed apt-index-watcher dependancy, dropped in debian.
- Fix build order in adept/Makefile.am and kubuntu_upgrader/Makefile.am
- Enable simple-patchsys.mk in debian/rules.
<<less
Download (MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1043 downloads
PanelFM 1.2

PanelFM 1.2


PanelFM helps you to quickly browse through the files and directories on your local disk. more>>
PanelFM helps you to quickly browse through the files and directories on your local disk. PanelFM is not intended to replace a file manager, but rather complement it by providing a minimal interface for speeding up the task of locating and opening a file or directory.
By default, the only entry in the popup menu when you click on the panel applet is your home directory. Moving the mouse over that pops up a submenu with a list of all files and directories in your home directory, and so on. Each menu that pops up for a directory has two menu items at the top that allow you to open that directory in the default file manager or gnome-terminal (gnome-terminal and Nautilus as of now).
You can have additional root points in the main menu by creating a .panelfmrc in your home directory, containing a full pathname for each root point on each line. Standard UNIX permissions apply, so you can only browse directories for which you have adequate permissions.
PanelFM was inspired by File Menu Applet (http://www.zoned.net:81/~xkahn/file_menu_applet/), which seems to be dead now.
Enhancements:
- added display of icons in each menu item based on file/directory mime type
- added applet icon in About box
- added tooltip
- moved applet icon to "Utilities" section of GNOME "Add to Panel" dialog
- general code cleanup
<<less
Download (0.023MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1074 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5