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.479.679 Times

Gwu Edu Payroll freeware
Filter: All | Freeware | Demo
 

Gwu Edu Payroll

< 1 2 3 4 5 
Added: November 07, 2010 | Visits: 1.242

MARC::Doc::Tutorial MARC::Doc::Tutorial is a documentation-only module for new users of MARC::Record. SYNOPSIS perldoc MARC::Doc::Tutorial What is MARC? The MAchine Readable Cataloging format was designed by the Library of Congress in the late 1960s in order to allow libraries to convert their card catalogs... Platforms: *nix

License: Freeware Size: 788.48 KB Download (110): MARC::Doc::Tutorial Download

Added: July 08, 2010 | Visits: 1.772

Statistics::Distributions Statistics::Distributions is a Perl module for calculating critical values and upper probabilities of common statistical distributions. SYNOPSIS use Statistics::Distributions; $chis=Statistics::Distributions::chisqrdistr (2,.05); print "Chi-squared-crit (2 degrees of freedom, 95th... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Statistics::Distributions Download

Added: May 05, 2010 | Visits: 1.222

linda linda is a simple library implementation of the Linda parallel programming system. To write a parallel program with linda, you have to know only 6 functions: spawn, out, in, inp, rd, and rdp. linda was originally written by Wong Weng Fai. It has been improved by making it a real library by... Platforms: *nix

License: Freeware Size: 184.32 KB Download (217): linda Download

Added: February 03, 2010 | Visits: 1.862

Geo::ECEF Geo::ECEF is a Perl module that converts between ECEF (earth centered earth fixed) coordinates and latitude, longitude and height above ellipsoid. SYNOPSIS use Geo::ECEF; my $obj=Geo::ECEF->new(); #WGS84 is the default my ($x, $y, $z)=$obj->ecef(39.197807, -77.108574, 55); #Lat (deg), Lon... Platforms: *nix

License: Freeware Size: 5.12 KB Download (184): Geo::ECEF Download

Added: April 23, 2010 | Visits: 2.013

MAPI MAPI is a general API for interfacing with any wireless device driver that support wireless extensions. It is based on the wireless extensions and Wireless Tools. The current version of the API can be used to get most of the information provided by the wireless tools (iwspy, iwconfig, iwpriv.)... Platforms: *nix

License: Freeware Size: 19.46 KB Download (127): MAPI Download

Added: February 07, 2010 | Visits: 1.161

EHNT EHNT is a tool which turns streams of Netflow (version 5) data into something useful and human-readable. (Netflow is a UDP-based traffic reporting protocol created by Cisco, generated by Cisco, Juniper, Foundry, and other routers.) Netflow operates in many ways. It will dump flow records in... Platforms: *nix

License: Freeware Size: 2.3 MB Download (90): EHNT Download

Added: November 16, 2010 | Visits: 1.092

The Freeduc-cd Freeduc is a "run-from-CD" Linux distribution based on Knoppix and created by OFSET in France: "Until now - and probably for a while in most heads - the GNU/Linux system at school has been perceived as a good replacement of other proprietary servers. However the server is probably the least... Platforms: *nix

License: Freeware Size: 700 MB Download (89): The Freeduc-cd Download

Added: September 20, 2010 | Visits: 933

Papyrus Papyrus project is an XML reporting engine for Linux. Papyrus enables you to generate reports from a variety of different SQL databases. Your reports can be generated as PDF, PostScript, XML, HTML, DVI, Latex or straight ANSI text. Papyrus will correctly represent the reports in each of these... Platforms: *nix

License: Freeware Size: 788.48 KB Download (127): Papyrus Download

Added: November 25, 2010 | Visits: 1.539

Plan 9 From User Space Plan 9 From User Space is a port of the bulk of the Plan 9 software build environment to Unix. While the libraries make an attempt to play nice with the rest of the system (by using the Unix rules for printf verbs and Unix system headers, for example), this port tries to reproduce the Plan 9... Platforms: *nix

License: Freeware Size: 21.5 MB Download (94): Plan 9 From User Space Download

Added: May 16, 2010 | Visits: 953

Software::Packager::Aix Software::Packager::Aix is the Software::Packager extension for AIX 4.1 and above. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(aix); This module is used to create software packages in a Backup-format file (bff) suitable for installation with installp. This... Platforms: *nix

License: Freeware Size: 20.48 KB Download (103): Software::Packager::Aix Download

Added: August 01, 2010 | Visits: 940

Bio::Network::IO::dip_tab Bio::Network::IO::dip_tab is a Perl class for parsing interaction data in DIP tab-delimited format. SYNOPSIS Do not use this module directly, use Bio::Network::IO. For example: my $io = Bio::Network::IO->new(-format => dip_tab, -file => data.dip); my $network = $io->next_network; The... Platforms: *nix

License: Freeware Size: 99.33 KB Download (96): Bio::Network::IO::dip_tab Download

Added: March 13, 2010 | Visits: 983

Taskjitsu Taskjitsu tracks tasks from inception to completion, and allows users to report the amount of time spent on each project and task. Taskjitsu satisfies the needs of software development companies, consulting firms, and other organizations that need both flexible time and task tracking. It can... Platforms: *nix

License: Freeware Size: 2 MB Download (102): Taskjitsu Download

Added: February 27, 2010 | Visits: 609

CompBio::DB CompBio::DB is a Perl module with methods for accessing data stored according to the CompBio base schema. SYNOPSIS use CompBio::DB; my $cbdb = CompBio::DB->new({host => "foo.bar.edu"); my $AR_defs = $cbdb->get_annotation([keys %seqs]); Example code for parsing the return for a simple... Platforms: *nix

License: Freeware Size: 63.49 KB Download (93): CompBio::DB Download

Added: May 10, 2010 | Visits: 903

Skolelinux Skolelinux is made as free (as in speech) software, and also Skolelinux is an overall computer solution based on schools resources and needs. - Skolelinux is a network architecture tailored for use in schools. - Skolelinux is developed and supported by a large and growing international... Platforms: *nix

License: Freeware Size: 2 GB Download (106): Skolelinux Download

Added: April 14, 2010 | Visits: 815

CL-EMB CL-EMB is a library to embed Common Lisp and special template tags into normal text files. CL-EMB library can be used for dynamically generated HTML pages. Installation: CL-EMB can be installed with ASDF-INSTALL. See http://weitz.de/asdf-install/ for further information. Usage: [generic... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): CL-EMB Download

Added: September 14, 2010 | Visits: 793

bgpd.pl bgpd.pl is a partial implementation of the BGP protocol (RFC1771) in Perl. It was writen as a tool to monitor BGP routing updates. bgpd.pl is NOT written to be used as a BGP router in an operational network, in fact is has no support to propogate routing information because there is no code to... Platforms: *nix

License: Freeware Size: 28.67 KB Download (108): bgpd.pl Download

Added: September 16, 2010 | Visits: 953

Catalyst::Plugin::Session::CGISession Catalyst::Plugin::Session::CGISession is a Perl module to use CGI::Session for persistent session data. SYNOPSIS use Catalyst qw{ ... Session::CGISession ... }; MyApp->config->{session} = { expires => 3600, rewrite => 1, }; $c->session->{user_email} = quibble@dibble.edu; # Later, in... Platforms: *nix

License: Freeware Size: 16.38 KB Download (88): Catalyst::Plugin::Session::CGISession Download

Added: July 11, 2010 | Visits: 703

PDL::Internals PDL::Internals is a Perl module that contains a description of some aspects of the current internals. Intro This document explains various aspects of the current implementation of PDL. If you just want to use PDL for something, you definitely do not need to read this. Even if you want to... Platforms: *nix

License: Freeware Size: 2.1 MB Download (88): PDL::Internals Download

Added: May 13, 2010 | Visits: 887

airoleap Airctl is a commad-line utility to trigger connection and disconnection events on, and to print the status of an Apple AirPort Base Station. At the moment this is not a configuration utility; try the AirPort Java Configurator http://edge.mcs.drexel.edu/GICL/people/sevy/airport/] , airconf... Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): airoleap Download

Added: March 05, 2010 | Visits: 899

Chimera Browser Chimera is an X/Athena Web client for UNIX-based workstations. If you do not know about the Web then try to grab a FAQ from rtfm.mit.edu using ftp. Chimera is not built on Motif so does not require this. Installation: See ./INSTALL for installation and configuration instructions. See... Platforms: *nix

License: Freeware Size: 268.29 KB Download (100): Chimera Browser Download

< 1 2 3 4 5