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 50.370.975 Times

Registrar General Ontario software
Filter: All | Freeware | Demo
 

Registrar General Ontario

< 1 2 3 4 5 
Added: August 27, 2010 | Visits: 752

OpenSPM OpenSPM project consists of two parts: a general philosophy on and about most aspects of exploiting parallelism using general purpose compute resources, and a comprehensive, customizable software package based on the aforementioned philosophy.. Main web-page of MBA Sciences, Inc.



Platforms: *nix

License: Freeware Size: 33 MB Download (95): OpenSPM Download

Added: October 07, 2010 | Visits: 611

Dzen Dzen is a general purpose messaging and notification program for X11. The project was desigend to be fully scriptable and integrate well with window managers like dwm and wmii..





Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Dzen Download

Added: March 21, 2010 | Visits: 1.344

General Applet Interface Library The goal of the General Applet Interface Library is to give programmers a simple yet powerful applet interface. This library supports wmapplet/dockapps, GNOME 2 panel applets, and ROX panel applets. This library supports at the moment Dockapps, Gnome 2 Panel Applets and Rox panel applets. In...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (94): General Applet Interface Library Download

Added: July 09, 2010 | Visits: 955

Classeine::Sdk Classeine::Sdk project is a set of general purpose class libraries written in C++ for NetBSD..


Platforms: *nix

License: Freeware Size: 51.2 KB Download (94): Classeine::Sdk Download

Added: May 13, 2010 | Visits: 967

Seed7 Seed7 is a general purpose programming language designed by Thomas Mertes. Seed7 project is a higher level language compared to Ada, C/C++ and Java. The Seed7 interpreter and the example programs are open-source software. An open-source Seed7 compiler is also under development. In Seed7 new...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (94): Seed7 Download

Added: June 22, 2010 | Visits: 682

LibTMCG LibTMCG is a general purpose C++ library for creating secure electronic card games. The most remarkable feature is the absence of a trusted third party (TTP), i.e. neither a central game server nor trusted hardware components are necessary. To emphasize this point again: With the present...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (93): LibTMCG Download

Added: October 19, 2010 | Visits: 546

libacpi libacpi project is a general purpose shared library for programs gathering ACPI data on Linux..


Platforms: *nix

License: Freeware Size: 100.35 KB Download (93): libacpi Download

Added: June 03, 2010 | Visits: 1.223

Template::Plugin::Config::General Template::Plugin::Config::General is a template toolkit plugin which implements wrapper around Config::General module. SYNOPSIS # Config file format ; app.cfg - common configuration for scripts and both ; static and dynamic template pages. base_url = /~liol images_url = $base_url/images...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Template::Plugin::Config::General Download

Added: March 06, 2010 | Visits: 764

Text::UberText::Overview Text::UberText::Overview Perl module contains some general documentation. HOWTO How to I create or designate a namespace? A namespace is two or more words seperated by periods, like "uber.loop", or "acme.database.inventory". All namespaces are in lowercase. If you do not plan on...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Text::UberText::Overview Download

Added: November 11, 2010 | Visits: 913

Test::STD::PerlSTD Test::STD::PerlSTD is a general Perl Software Test Description (STD). TITLE PAGE Gerneral Software Test Description (STD) for Perl Program Modules Revision: - Date: 2004/05/15 Prepared for: General Public Prepared by: http://www.SoftwareDiamonds.com support@SoftwareDiamonds.com...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): Test::STD::PerlSTD Download

Added: July 14, 2010 | Visits: 785

POEST::Server POEST::Server - The Poest Master General. SYNOPSIS my $server = POEST::Server->new( Config => POEST::Config::Genearl, ConfigFile => /etc/poest.conf, ); $server->start; ABSTRACT This module controls the server itself. All high-level server interaction happens here. new() Create...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): POEST::Server Download

Added: October 06, 2010 | Visits: 882

libzdt libzdt is a free general library aimed at anyone who wants to use it. Some people may wonder why we need another software library. The answer is simple: What others dont offer, were trying to provide. This basically meaning, while some of the things included in libzdt are included in other...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (90): libzdt Download

Added: March 18, 2010 | Visits: 637

htsneak htsneak is a general-purpose HTTP tunnelling utility written in Python. It can be used for accessing external Internet resources from behind a firewall, through an HTTP proxy. It comes with a built-in proxy server that tunnels data through an HTTP proxy to external servers for pop3, imap, smtp,...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (90): htsneak Download

Added: July 09, 2010 | Visits: 802

BadWM BadWM is a minimalistic window manager for the X Window System licensed under the GNU General Public License.. BadWM - a minimalistic window manager


Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): BadWM Download

Added: April 06, 2010 | Visits: 1.200

MIBA Consulting General System Library MIBA Consulting General System Library is a collection of cross-platform C++ class libraries. Provides thread, IPC, file, network, SNMP (net-snmp) and Database (MySQL) interfaces. Comes with the usual array of utility classes - smart pointers, singletons, registries, serialization etc....


Platforms: *nix

License: Freeware Size: 204.8 KB Download (89): MIBA Consulting General System Library Download

Added: October 04, 2010 | Visits: 750

WebXMMS WebXMMS is a general plugin for xmms. WebXMMS plugin can display informations about your running music file at your homepage. You can adjust your information string with wild cards, for example %f = filename or %t = title. Its very easy to uses. Example string: Hans Zimmer & Trevor Rabin -...


Platforms: *nix

License: Freeware Size: 59.39 KB Download (89): WebXMMS Download

Added: July 11, 2010 | Visits: 838

Iterator Iterator is a general-purpose iterator class. SYNOPSIS use Iterator; # Making your own iterators from scratch: $iterator = Iterator->new ( sub { code } ); # Accessing an iterators values in turn: $next_value = $iterator->value(); # Is the iterator out of values? $boolean =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Iterator Download

Added: July 16, 2010 | Visits: 946

General Package/Module Interface General Package/Module Interface (GPMI) is a lightweight library that assists with modularizing applications. It includes prewritten script interpreter modules in addition to timers, events, and package dependencies. Whats New in This Release: - This version features many bugfixes and...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (88): General Package/Module Interface Download

Added: August 22, 2010 | Visits: 854

TemplAT TemplAT is a general-purpose text-file template engine, designed to be used as an API from Java applications or servlets. It is small (39K) and simple, yet surprisingly powerful. It does not have any external library dependencies. TemplAT is distributed under the Apache License 2.0..


Platforms: *nix

License: Freeware Size: 39.94 KB Download (88): TemplAT Download

Added: February 10, 2010 | Visits: 673

McStas McStas project is a general tool for simulating neutron scattering instruments. McStas is a computer program (written in C) that enables you to model very precisely a neutron instrument described as a series of various components. A source component shoots each neutron randomly (Monte-Carlo),...


Platforms: *nix

License: Freeware Size: 8.9 MB Download (88): McStas Download

< 1 2 3 4 5