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

Salary Ranges freeware
Filter: All | Freeware | Demo
 

Salary Ranges

1 2 3 4 5 > 
Added: February 17, 2006 | Visits: 16.302

Personal Salary Calculator Personal Salary Calculator (Pascal) is a simple program to calculate hourly salary. It also includes calculation for over time and tax deduction. It is easy to use and simple enough to understand.



Platforms: Windows

License: Freeware Size: 308 KB Download (1917): Personal Salary Calculator Download

Added: September 13, 2013 | Visits: 551

Excel Named Ranges XLSRANGENAMES Returns a list of named ranges in an excel workbook RangeNames = XLSRangeNames(filename) RangeNames is a (n x 2) cell array with the name of the named range in the first column and the value (aka location) in the second column The value is an excel formula similar to: '=Sheet1!$A$1'...





Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Excel Named Ranges Download

Added: August 08, 2013 | Visits: 596

Table Quote - Shipping cost based on total ranges This module is a 3rd party module for doDUbercart allowing to calculate shipping cost based on total order weight or total order price, and managing ranges.You can define weight ranges: a lower weight, an upper weight and a cost.An order which total weight is greater of equal than a range's lower...


Platforms: PHP

License: Freeware Size: 10 KB Download (48): Table Quote - Shipping cost based on total ranges Download

Added: August 27, 2008 | Visits: 3.002

Personal Salary Calculator (Pascal) Personal Salary Calculator (Pascal) is a simple program to calculate hourly salary. It also includes calculation for over time and tax deduction. It is easy to use and simple enough to understand.


Platforms: Windows

License: Freeware Size: 308 KB Download (967): Personal Salary Calculator (Pascal) Download

Added: August 02, 2008 | Visits: 2.896

Simple Salary Calculator Simple Salary Calculator is a program that calculates your incomings hourly, daily, weekly, monthly and yearly, basing its calculations on the number of hours you work daily, weekly and monthly in one year.This program will help you know how much money you can save each week, month or year based...


Platforms: Windows

License: Freeware Size: 2 KB Download (1211): Simple Salary Calculator Download

Added: April 14, 2013 | Visits: 401

IP Calculator API An API module providing functions to calculate IP Ranges and convert between different representations. The code works on 32bit and 64bit systems and is covered extensively with unit tests.


Platforms: PHP

License: Freeware Size: 10 KB Download (53): IP Calculator API Download

Added: August 29, 2013 | Visits: 393

Taxonomy Cloud Views Date Range Filter The daterange module provides a programatic extension for date ranges that can be used by other module developers. It creates new filters for node times, 'Node: Created Time Between' and 'Node: Changed Time Between', as well as new date range filters for CCK date (but not datestamp) fields.If...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Taxonomy Cloud Views Date Range Filter Download

Added: December 01, 2013 | Visits: 401

META SEO inspector Alerts are showed when the meta data is not within certain ranges, for example when the description tag is too short, or too long. There are links to info-sites ( mainly SEO-oriented ) pointing to the exact page about the site you are watching. Feel free to request new links, I'll add only the...


Platforms: Mac

License: Freeware Size: 68.61 KB Download (40): META SEO inspector Download

Added: December 03, 2013 | Visits: 404

Cidrize Cidrize is a Python module that takes IP addresses, CIDRs, ranges, and wildcard matches & attempts return a valid list of IP addresses that can be worked with. #md5=4575acc8da20ca3edf39491bd93d21a2


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): Cidrize Download

Released: September 16, 2013  |  Added: October 09, 2013 | Visits: 6.450

FreePortScanner Free Port Scanner is a small, fast, easy-to-use and robust port scanner for the Win32 platform.You can scan ports on fast machines in a few seconds and can perform scan on predefined port ranges. This tool uses TCP packets to determine available hosts and open ports, service associated with port...


Platforms: Windows

License: Freeware Size: 617.84 KB Download (1099): FreePortScanner Download

Added: July 11, 2006 | Visits: 4.155

Pop-a-Color Value Pop-a-Color Value is a simple graphics tool that can be used to get color values when making skins for programs and also creating websites. When looking for html color values, hex color values, or rgb color values, Pop-a-Color Value is convenient when finding and learning color value ranges.


Platforms: Windows

License: Freeware Size: 316 KB Download (688): Pop-a-Color Value Download

Added: August 20, 2008 | Visits: 1.198

Excel: Flexible Find Utility This is the world's only utility that enables you to search (and replace) all of Excel's objects, not just cells, but also comments, chart objects, pivot table source ranges, queries command texts, in short: just about any object within Excel.


Platforms: Windows

License: Freeware Size: 272 KB Download (153): Excel: Flexible Find Utility Download

Added: August 05, 2008 | Visits: 2.135

BMI, Weight and Calorie Calculator BMI and Calorie Calculator allows users to calculate the healthy weight and BMI ranges for their age, gender and height, as well as the calorie consumption required to maintain their weight, based on their current life style. For more advanced weight loss tools, including diet and fitness...


Platforms: Windows

License: Freeware Size: 530 KB Download (609): BMI, Weight and Calorie Calculator Download

Added: August 03, 2013 | Visits: 850

rblcheck Rblchecks is a small daemon which emulates a DNS server. Clients eg. smtp servers (by their DNS servers) may query it to know whether a host (by its reversed IP address) is blacklisted or not. Rblchecks listens on port 53/udp (not on 53/tcp) and waits for queries. And responses with a 'host not...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): rblcheck Download

Added: May 05, 2010 | Visits: 1.167

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: November 10, 2010 | Visits: 1.085

Set::Integer::Gapfillers Set::Integer::Gapfillers is a Perl module that can fill in the gaps between integer ranges. SYNOPSIS use Set::Integer::Gapfillers; $gf = Set::Integer::Gapfillers->new( lower => -12, upper => 62, sets => [ [ 1, 17 ], # Note: Use comma, not [ 25, 42 ], # range operator (..) [ 44, 50 ],...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (101): Set::Integer::Gapfillers Download

Added: November 02, 2010 | Visits: 1.207

Bio::LiveSeq::Translation Bio::LiveSeq::Translation is a translation class for LiveSeq. This stores informations about aminoacids translations of transcripts. The implementation is that a Translation object is the translation of a Transcript object, with different possibilities of manipulation, different coordinate...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (104): Bio::LiveSeq::Translation Download

Added: January 07, 2010 | Visits: 1.382

RIR to DNS converter RIR to DNS converter is a tool to convert Regional Internet Registry data to a DNS country lookup zone. You can use it to build your own DNS zone for looking up country codes from IP addresses. It uses data directly from RIPE, ARIN, APNIC, LACNIC, and AFRINIC. The data can be updated on a...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (97): RIR to DNS converter Download

Released: January 10, 2011  |  Added: January 20, 2011 | Visits: 1.866

Network Scanner by LizardSystems Network scanner is an IP scanner for network analysis that will allow you to see all network computers in several seconds. It can scan an unlimited number of IP address ranges or computers from a list. It scans computers not only for NetBIOS resources, but also for running FTP and web services....


Platforms: Windows

License: Freeware Size: 2.03 MB Download (463): Network Scanner by LizardSystems Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 730

NewBlue Audio Equalizers NewBlue Audio Equalizers is a pack of 9 specialized audio plugin filters can boost or cut ranges of tone in a variety of ways. This collection allows you to control the highs, lows and everything-in-betweens of your audio tracks. Whether you need to manipulate the highs, lows, or...


Platforms: Windows, Windows Vista, XPX64, 7, 7x64

License: Freeware Download (651): NewBlue Audio Equalizers Download

1 2 3 4 5 >