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

Calculate Proportional Limit freeware
Filter: All | Freeware | Demo
 

Calculate Proportional Limit

< 1 2 3 4 5 > 
Added: June 02, 2013 | Visits: 445

Limit Textarea This script controls a maximum textarea input amount and updates a counter with how many characters are left.Dynamic fix will allow you to use this script in multiple textbDynamic f;/p>



Platforms: JavaScript

License: Freeware Size: 10 KB Download (54): Limit Textarea Download

Added: May 28, 2013 | Visits: 511

Limit Boxes This script limits the number of checkboxes that the user is able to check on your site. It is suitable for situations when more than one selection is allowed up to a certain number overall.If they select too many, they are notified of the maximum allowed and their last entry becomes unchecked.





Platforms: JavaScript

License: Freeware Size: 10 KB Download (51): Limit Boxes Download

Added: April 25, 2013 | Visits: 457

Calculate Ambiguity Function and Utilities The zip file contains functions to calculate an Ambiguity Function (XAMB), Upsampled and Interpolated Correlation (XCORRU), and Coherence Function (XCOH). A prefilter can be specified in each function to "sharpen" correlation peaks.XAMB calculates an estimate of the (cross-)ambiguity function. A...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Calculate Ambiguity Function and Utilities Download

Added: May 03, 2013 | Visits: 519

Simple Paging Simple Paging can be used to show navigation links to browse MySQL SELECT query results split in multiple pages. It can calculate the total number of pages to display the results of a given MySQL select query.Simple Paging generates a navigation bar made of HTML links to go to the next, the...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Simple Paging Download

Added: June 13, 2013 | Visits: 391

Limit Post Add-On "Limit-Post" is one of the better WordPress post content limiters we have come across both in terms of usability and size. Developed by labitacora.net "Limit-Post" provides excellent control over the post character-length and even adds the ability to create "read more ..." link with a single line...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Limit Post Add-On Download

Added: July 10, 2013 | Visits: 346

Node Limit Number Drupal 6This module has been rewritten to integrate with Rules. Instead of going to a page to assign limits you now just need to create rules. A default rule has been provided as an example.When creating your rules there are now many hundreds of ways to implement your limits. Limits can be...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Node Limit Number Download

Added: June 14, 2013 | Visits: 438

Calculate Linux Desktop Xfce Calculate Linux Xfce is a version of the Calculate Linux Desktop edition, but with the Xfce desktop environment. The main differences are: 1. The system has lower hardware requirements for PC. 2. The size of the image stored on a CD. 3. Instead, the graphic library Qt uses Gtk. 4. Because of...


Platforms: *nix

License: Freeware Size: 1.35 GB Download (33): Calculate Linux Desktop Xfce Download

Added: September 04, 2013 | Visits: 436

Calculate Linux Scratch Server Calculate Linux is an optimized distribution designed for rapid deployment in a corporate environment. It is based on the Gentoo project and includes numerous pre-configured functions. Calculate Linux is distributed in three flavours: Calculate Linux Desktop, Calculate Directory Server and...


Platforms: *nix

License: Freeware Size: 458 MB Download (41): Calculate Linux Scratch Server Download

Released: December 14, 2012  |  Added: January 17, 2013 | Visits: 5.363

Sample Rate and BPM Calculator This program is lets you calculate the BPM or sample rate required to change the pitch of audio up or down by a number of semitones. It also calculates the BPM or sample rate change required to change the pitch of audio by a specific number of semitones. It's simple, but useful if you perform any...


Platforms: Windows

License: Freeware Size: 1.37 MB Download (411): Sample Rate and BPM Calculator Download

Released: December 04, 2014  |  Added: January 05, 2015 | Visits: 2.681

Breaktru Percent Percent lets you quickly calculate percentages such as tips, added taxes and price discounts. Easily find a percentage from an amount entered. • Calculate the percentage of any number out of any number. • Calculate any amount plus any percentage (such as a tax rate) instantly....


Platforms: Windows, Windows 7

License: Freeware Size: 5.02 MB Download (151): Breaktru Percent Download

Added: November 18, 2010 | Visits: 899

Tie::Array::RestrictUpdates Tie::Array::RestrictUpdates can limit the number of times you change elements in an array. SYNOPSIS use Tie::Array::RestrictUpdates; tie @foo,"Tie::Array::RestrictUpdates",1; # Default limit is 1. # Every element from the array can only be changed once @foo = qw(A B C D E); for(0..4) {...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Tie::Array::RestrictUpdates Download

Added: April 07, 2010 | Visits: 1.128

Statistics::Contingency Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc. SYNOPSIS use Statistics::Contingency; my $s = new Statistics::Contingency(categories => @all_categories); while (...something...) { ... $s->add_result($assigned_categories, $correct_categories);...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Statistics::Contingency Download

Added: July 18, 2010 | Visits: 1.311

Z-lock Z-lock is a Japanese shooter with a twist: your shot power is directly proportional to the number of enemies locked on to you. Installing/Uninstalling: Z-Lock is entirely contained within this directory. There is no installation. To uninstall, simply delete this directory. Running: Type...


Platforms: *nix

License: Freeware Size: 5.5 MB Download (107): Z-lock Download

Added: April 17, 2010 | Visits: 1.353

Adventure Money Since I am the person who manages the money for our house, I need an efficient way to keep track of our expenses and an easy way to calculate who owes what to whom at the end of the month. There are lots of good free software utilities for managing money like GnuCash, KMyMoney and the wonderful...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (105): Adventure Money Download

Added: March 10, 2010 | Visits: 1.225

Geo::Spline Geo::Spline is a Perl module to calculate geographic locations between GPS fixes. SYNOPSIS use Geo::Spline; my $p0={time=>1160449100.67, #seconds lat=>39.197807, #degrees lon=>-77.263510, #degrees speed=>31.124, #m/s heading=>144.8300}; #degrees clockwise from North my...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (141): Geo::Spline Download

Added: September 14, 2010 | Visits: 922

Security::CVSS Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System). SYNOPSIS use Security::CVSS; my $CVSS = new Security::CVSS; $CVSS->AccessVector(Local); $CVSS->AccessComplexity(High); $CVSS->Authentication(Not-Required);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Security::CVSS Download

Added: July 03, 2010 | Visits: 680

mod_auth_useragent2 mod_auth_useragent2 is an Apache module that can be used to limit access to documents by means of the User-Agent. As an authentication method, this is really unsafe because it is easy to change the User-Agent in most browsers, but it could be used to prevent stupid bots and spiders from...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (85): mod_auth_useragent2 Download

Added: November 13, 2010 | Visits: 1.346

Metroid Ultimate Sidebar Metroid Ultimate Sidebar allows you to calculate your point change in mph. Calculate your point change in mph or find out your rank and get on the front page of mphtools.com! Just add the toolbar icon to a toolbar or open the bar using alt M.. The site that gets news about video games as soon...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Metroid Ultimate Sidebar Download

Added: April 05, 2010 | Visits: 783

Template::Plugin::SumOf Template::Plugin::SumOf is a Perl module to calculate the sum with VMETHODS. SYNOPSIS # in your script use Template; use Template::Plugin::SumOf; my $tt = Template->new; $tt->process( template.html, { ary => [ { date => 2006-09-13, price => 300 }, { date => 2006-09-14, price => 500 }...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Template::Plugin::SumOf Download

Added: November 23, 2010 | Visits: 1.140

taKesum taKesum project is a service menu tool to calculate sha1sum. It calculates sha1sum, shows it in a dialog and adds it klipper (if it is running).. taKesum KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (103): taKesum Download

< 1 2 3 4 5 >