Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.997.945 Times

Chamecal Events freeware
Filter: All | Freeware | Demo
 

Chamecal Events

1 2 3 4 5 > 
Released: October 01, 2011  |  Added: December 06, 2012 | Visits: 3.517

EventLog Inspector Manage local and remote Windows events more effectively with EventLog Inspector. The new cost-effective solution allows system administrators to extend Windows event log with more features. EventLog Inspector provides administrators the ability to broadcast event log events to a dedicated syslog...



Platforms: Windows

License: Freeware Size: 2.93 MB Download (507): EventLog Inspector Download

Added: August 09, 2008 | Visits: 1.188

Events Manager Organize your events with events reminder. Program features: - show message with(out) sound - custom sound selection: WAV, MP3 - program alerts at startup about passed events -countdown option





Platforms: Windows

License: Freeware Size: 407 KB Download (495): Events Manager Download

Released: January 11, 2013  |  Added: January 11, 2013 | Visits: 868

News and Current Events CHMOD Calculator Dowbload free news and current events, opinion, religion, crimes, economics, energy, environment, military, politics,society, weather, CHMOD calculator, security & privacy software, encryption tools.


Platforms: Windows

License: Freeware Size: 414 KB Download (436): News and Current Events CHMOD Calculator Download

Added: January 18, 2010 | Visits: 2.273

XML::Generator::vCard XML::Generator::vCard is a Perl module that can generate SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard->new(Handler=>$writer); $driver->parse_files("test.vcf"); Generate SAX2...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (417): XML::Generator::vCard Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 653

Events Notification Is an external plugin used to send messages about events generated by the Accurate Printer Monitor software. Once an event occurs (for example: "Port opened" or "Configuration changed"), the plugin creates a text message using the specified template and sends a notification. The form of the...


Platforms: Windows

License: Freeware Download (412): Events Notification Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 835

Econimoics Events CHMOD Calculator Dowbload free news and current events, opinion, religion, crimes, economics, energy, environment, military, politics,society, weather, CHMOD calculator, security & privacy software, encryption tools.


Platforms: Windows

License: Freeware Size: 414 KB Download (409): Econimoics Events CHMOD Calculator Download

Added: October 17, 2010 | Visits: 1.184

js2mouse Js2mouse converts joystick events into mouse events, so the user can use his joystick/gamepad as a pointer instead of the mouse. It works with any kind of joystick (analogic or digital) and with any kind of program (XFree86, GPM, etc.). The user does not need to be root. It can emulate PS/2...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (258): js2mouse Download

Added: January 18, 2010 | Visits: 1.545

XML::Generator::vCard::RDF XML::Generator::vCard::RDF is a Perl module that can generate RDF/XML SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard::RDF; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard::RDF->new(Handler=>$writer);...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (173): XML::Generator::vCard::RDF Download

Added: August 13, 2010 | Visits: 1.146

Joyevmouse joyevmouse converts joystick events to mouse events, making it possible to use a joystick as a mouse. joyevmouse uses the rather nice evdev and uinput infrastructure of the linux kernel. This means that joyevmouse runs entirely in userspace - it does not run as a kernel driver or need a patch...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (158): Joyevmouse Download

Added: May 06, 2010 | Visits: 1.001

KeyWatcher KeyWatcher is a daemon that monitors events from the new Linux input system and to perform actions based on certain events. In other words, multimedia keys like play, stop, mute, etc. can be made to do what they say... KeyWatcher is similar to LinEAK and xhkeys, but does not require X. The...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (133): KeyWatcher Download

Added: April 02, 2010 | Visits: 906

TeamPlanner TeamPlanner is an organization application that allows the user to store events for several people which can be grouped in teams. Events are organized into categories. The planning can be displayed and printed for any combination of teams, categories and people..


Platforms: *nix

License: Freeware Size: 143.36 KB Download (116): TeamPlanner Download

Added: January 04, 2010 | Visits: 981

XevdevServer XevdevServer is a program that uses the Linux evdev interface to capture events from specific mouse and keyboard devices. It then translates these events and sends them to an X display using the XTEST extension. It can be helpful in a multi-seat X configuration. Special keys I dont know if...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (112): XevdevServer Download

Added: July 21, 2010 | Visits: 1.088

Datenator Datenator is a PHP&MySQL based Open source calendar system that allows users to add and view events. Administration panel allows admin to edit, delete and modify general calendar settings and events easily. Datenator based on template files, so its almost too easy to customize it right to your...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (110): Datenator Download

Added: September 23, 2010 | Visits: 1.204

JNotify JNotify is a Java library that allow Java applications to receive file system events on windows and linux. JNotify License: JNotify is licensed as Lesser General Public License, it applies to some specially designated software packages--typically libraries--of the Free Software Foundation and...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (108): JNotify Download

Added: February 19, 2010 | Visits: 1.412

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: January 23, 2010 | Visits: 880

XML::Filter::Tee XML::Filter::Tee can send SAX events to multiple processor, with switching. SYNOPSIS my $t = XML::Filter::Tee->new( { Handler => $h0 }, { Handler => $h1 }, { Handler => $h2 }, ... ); ## Altering the handlers list: $t->set_handlers( $h0, $h1, $h2, $h3 ); ## Controlling flow to a...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (106): XML::Filter::Tee Download

Released: May 05, 2005  |  Added: August 12, 2006 | Visits: 2.411

evtCatalogSearchBar A handy tool for System Administrators to find critical information about Windows, Unix and SNMP events from a comphrehensive online database containing over 7000 events. A common first step in diagnosing system problems is to identify events generated by the system(s) in question and examining...


Platforms: Windows

License: Freeware Size: 5.38 MB Download (102): evtCatalogSearchBar Download

Added: November 09, 2010 | Visits: 962

PHPWebCalendar PHPWebCalendar is an events calendar written in PHP, no suprises there. PHPWebCalendar project has quite a long history and a number of different versions (branches), we have the first one, which was complete and intended to be for general use. Version 2 was focusing on making it more...


Platforms: *nix

License: Freeware Download (102): PHPWebCalendar Download

Added: August 12, 2010 | Visits: 740

POE::Filter::FSSocket POE::Filter::FSSocket is a POE filter that parses FreeSWITCH events into hashes. SYNOPSIS #!/usr/bin/perl use warnings; use strict; use POE qw(Component::Client::TCP Filter::FSSocket); use Data::Dumper; POE::Component::Client::TCP->new( RemoteAddress => 127.0.0.1, RemotePort =>...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): POE::Filter::FSSocket Download

Added: February 25, 2010 | Visits: 1.361

Ice Sound Manager Ice Sound Manager was designed to ease the management of sound events, sound themes, and the IceSound server in the IceWM environment under Linux/Unix. It is also intended to be an improvement upon the noble, but primitive icesndcfg. The main improvements over icesndcfg include a support for...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (102): Ice Sound Manager Download

1 2 3 4 5 >