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

Intuit Quickbooks Payroll Number Support freeware
Filter: All | Freeware | Demo
 

Intuit Quickbooks Payroll Number Support

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.206

Number::Bytes::Human Number::Bytes::Human is a Perl module that can convert byte count to human readable format. SYNOPSIS use Number::Bytes::Human qw(format_bytes); $size = format_bytes(0); # 0 $size = format_bytes(2*1024); # 2.0K $size = format_bytes(1_234_890, bs => 1000); # 1.3M $size = format_bytes(1E9,...



Platforms: *nix

License: Freeware Size: 9.22 KB Download (98): Number::Bytes::Human Download

Added: November 15, 2010 | Visits: 1.014

Inline-Support Inline-Support is a Perl module created to support information for Inline.pm and related modules. This document contains all of the latest support information for Inline.pm and the recognized Inline Language Support Modules (ILSMs) available on CPAN. SUPPORTED LANGUAGES The most important...





Platforms: *nix

License: Freeware Size: 91.14 KB Download (93): Inline-Support Download

Added: April 21, 2010 | Visits: 1.357

Automated support for compound RPC calls Automated support for compound RPC calls is a project which augments RPCGEN to support NFSv4-style compound procedures. NFSv4 specifies that the RPC calls be batched into a "compound" call. There is no support for this in RPCGEN. By rearranging the ONC IDL for NFSv4 into AutoGen definitions,...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (106): Automated support for compound RPC calls Download

Added: March 06, 2010 | Visits: 1.219

Convert::Number::Digits Convert::Number::Digits is a Perl module that convert Digits Between the Scripts of Unicode. SYNOPSIS use utf8; require Convert::Number::Digits; my $number = 12345; my $d = new Convert::Number::Digits ( $number ); print "$number => ", $d->toArabic, "n"; my $gujarti = $d->toGujarti; my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Convert::Number::Digits Download

Added: March 16, 2010 | Visits: 1.246

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Test::Number::Delta Download

Added: September 26, 2010 | Visits: 1.746

Support Information Tracker Support Information Tracker is a knowledge base with loads of advanced features.. Get Support Information Tracker at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. Support Information Tracker is intended to be a free document...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (136): Support Information Tracker Download

Added: July 05, 2010 | Visits: 835

Test::MultiFork Test::MultiFork is a test suite that has support for multi-process programs. SYNOPSIS use Test::MultiFork; ($name, $letter, $number) = procname([new name]) lockcommon() @oldvalues = getcommon() setcommon(@newvalues) unlockcommon() use Test::MultiFork qw(groupwait setgroup dofork...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (90): Test::MultiFork Download

Added: October 18, 2010 | Visits: 2.461

John The Ripper MPI John The Ripper MPI is an updated version of Ryan Lims patch for john the ripper to support MPI, in addition to a large number of third party patches to support additional ciphers and such. MPI allows you to use multiple processors on a single system, or a cluster of systems for cracking...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (212): John The Ripper MPI Download

Added: June 18, 2010 | Visits: 757

Knab Knab is a completely modular bot with support for any number of sources (e.g., IRC, a Web page, the console, etc.). Knab was originally designed as a drop-in replacement for infobot, but has expanded into a fully-functional modular bot. It is not IRC-specific: it has been designed so that it can...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (91): Knab Download

Added: February 27, 2010 | Visits: 872

Number::Encode Number::Encode is a Perl module to encode bit strings into digit strings. SYNOPSIS use Number::Encode qw(nonuniform uniform); Provides a mechanism to convert arbitrary bit-strings into numeric digit strings. The transformation can be uniform or non-uniform depending on the type of...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (107): Number::Encode Download

Added: May 24, 2010 | Visits: 1.594

DirectX support for Wine DirectX support for Wine project enables DirectX 9 support for Wine, which is useful for games and 3D graphics. DirectX support for Wine is a set of patches against Wine to implement DirectX 9. It allows modern games and 3D applications to run under Wine. The patches include many experimental...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (229): DirectX support for Wine Download

Added: April 21, 2010 | Visits: 1.515

Canadian Payroll CdnPayroll is a collection of python functions which calculates Canadian payroll tax withholdings based on the most recent federal publication. Canadian Payroll is mostly for use by developers, but others use it with great success too. Cdn Payroll is intended to be used primarily from another...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (202): Canadian Payroll Download

Added: July 27, 2010 | Visits: 962

Number::Latin Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..." SYNOPSIS use Number::Latin; print join( , map int2latin($_), 1 .. 30), "n"; # # Prints: # a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad Some applications, notably the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Number::Latin Download

Added: March 03, 2010 | Visits: 867

SimpleGUI Support Module SimpleGUI Support Module project is a simple GUI widget set for SDL/OpenGL. It is useful for any simple OpenGL apps that needs a simple GUI. Getting the latest version through SVN and install it:.


Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): SimpleGUI Support Module Download

Added: July 01, 2010 | Visits: 936

Number::Interval Number::Interval is a Perl module that can implement a representation of a numeric interval. SYNOPSIS use Number::Interval; $i = new Number::Interval( Min => -4, Max => 20); $i = new Number::Interval( Min => 0 ); $is = $i->contains( $value ); $status = $i->intersection( $i2 ); print...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Number::Interval Download

Added: May 03, 2010 | Visits: 1.049

Gaim Video and Voice Support Gaim Video and Voice Support is a friendly fork of the gaim project to concentrate on video and voice support, which will eventually be backported..


Platforms: *nix

License: Freeware Size: 2.8 MB Download (95): Gaim Video and Voice Support Download

Added: July 06, 2010 | Visits: 1.165

KVaio sony_acpi support KVaio sony_acpi support is a patch for kdeutils 3.5.6 to get very hacky support for brightness selection on Sony Vaio Laptops using the sony_acpi module as well as a working eject button on VGN-TX models. Further information on sony_acpi: http://www.popies.net/sonypi/index.html. KVaio sony_acpi...


Platforms: *nix

License: Freeware Download (137): KVaio sony_acpi support Download

Added: November 16, 2010 | Visits: 1.573

KDesktop transparency support KDesktop transparency support is a KDE patch that adds support for real transparency to kdesktop. It adds two new composite manager related features. To activate the features kdesktop has to be started with the "--bg-transparency" option. The first one allows you to change the opacity of the...


Platforms: *nix

License: Freeware Download (133): KDesktop transparency support Download

Released: February 16, 2010  |  Added: April 03, 2010 | Visits: 3.260

Roulette Lucky Number Generator Get Roulette Lucky Number Generator by RouletteDoc.com to make your roulette gameplay more systematic! Roulette LNG is a special tool for online roulette players which generates personal lucky numbers recommended for player to bet on in the gameplay. To get your lucky numbers you must follow...


Platforms: Windows

License: Freeware Size: 19.47 KB Download (330): Roulette Lucky Number Generator Download

Released: July 09, 2012  |  Added: August 14, 2012 | Visits: 2.151

My Phone Support ConsumerSoft is proud to offer My Phone Support - the premium PC tech support service. No matter what your problem, no matter where you are, our team of technical experts are just a click away. As long as you have access to an internet connection (or a phone), our highly trained experts can...


Platforms: Windows

License: Freeware Size: 3.96 MB Download (484): My Phone Support Download

< 1 2 3 4 5 >