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

Minimum Wage Florida software
Filter: All | Freeware | Demo
 

Minimum Wage Florida

< 1 2 3 4 5 > 

superviewshed : Optimized LOS and Minimum Height Observable Tool Superviewshed will calculate LOS of a referenced terrain matrices given observer and target altitudes. In addition, the standard minimum height observable of the terrain will be output. Runs approximately 16 times faster than viewshed.



Platforms: Matlab


Bidirectional Branch and Bound Minimum Singular Value Solver (V2) B3MSV Bidirectional Branch and Bound(B3) subset selection using the the Minimum Singular Value (MSV) as the criterion.Consider the following subset selection problem:Given a tall (m x n, m>n) matrix, A, to find n rows of A such that the resulted n x n square submatrix has the largest MSV among...





Platforms: Matlab


Added: July 21, 2013 | Visits: 367

minimum-redundancy maximum-relevance feature selection Two source code files of the mRMR (minimum-redundancy maximum-relevancy) feature selection method in (Peng et al, 2005 and Ding & Peng, 2005, 2003), whose better performance over the conventional top-ranking method has been demonstrated on a number of data sets in recent publications. This...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): minimum-redundancy maximum-relevance feature selection Download

Added: July 13, 2013 | Visits: 479

Advanced Dijkstra's Minimum Path Algorithm DIJKSTRA Calculate Minimum Costs and Paths using Dijkstra's AlgorithmInputs:[AorV] Either A or V where A is a NxN adjacency matrix, where A(I,J) is nonzero if and only if an edge connects point I to point J NOTE: Works for both symmetric and asymmetric A V is a Nx2 (or Nx3) matrix of x,y,(z)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Advanced Dijkstra's Minimum Path Algorithm Download

Added: September 02, 2013 | Visits: 355

Minimum Distance loop between 'n' number of points Function to find the minimum distance loop from given set of points.This function uses the distance formula to genrate a minimum distance loop.function mindist = minimumdistance(X,Y,x,y)X = X coordinate vectorY = Y coordinate vector(x,y) point where the loop is to be startedThis point is labeled...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Minimum Distance loop between 'n' number of points Download

Added: July 31, 2013 | Visits: 383

Least squares with minimum-norm solution This function calculates the minimum-norm solution of the least squares problem A*X = B. Where A is low-rank matrix. The function LSMIN is faster then the matlab alternative X = pinv(A)*B. Uses the LAPACK functions (S,C,D,Z)EGLSS or (S,C,D,Z)EGLSD.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Least squares with minimum-norm solution Download

Added: September 28, 2013 | Visits: 678

Florida State University A Firefox theme for the Nole fans The Florida State University is a Firefox theme designed expecially for the Nole fans. The Florida State University theme is cross-platform and it works on Mac OS X, Windows and Linux.


Platforms: Mac

License: Freeware Size: 706.56 KB Download (45): Florida State University Download

Added: July 03, 2010 | Visits: 848

PicoTK PicoTK is a C GUI toolkit that requires only a minimum of memory resources. It readily works with the RTEMS real time kernel - its minimum complexity and OS independency makes a port to any operating system easy. It is not comparable featurewise with real full blown windowing toolkits like nanoX...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): PicoTK Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 516

Wage Filer for PayWindow PayWindow Payroll is now equipped with the tools and services to free up crucial time, allowing you to worry less about year-end reporting. WageFiler interfaces directly into your PayWindow Payroll program and provides you with electronic filing and automated print and mail fulfillment options....


Platforms: Windows

License: Shareware Cost: $59.95 USD Size: 13.8 MB Download (51): Wage Filer for PayWindow Download

Added: May 10, 2013 | Visits: 804

Minimum Amount to Enable Western Union Payments This simple mod makes it possible to enable the Western Union Payment Module over a certain amount. For example:- You want your customers be able to pay with Western Union only if the total amount is over 30$.This mod will do this very easily.You can specify in the admin section the minimum...


Platforms: Windows, *nix, PHP, BSD


Added: May 10, 2013 | Visits: 431

Florida County Based Tax Zones No code modifications are required. Also included are PHP scripts and data source files used to generate the sql files, initially. These zones are based on the Discretionary Sales Surtax Information form DR-15DSSR.1130. Installation instructions included in the README.txt.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (50): Florida County Based Tax Zones Download

Added: May 10, 2013 | Visits: 267

Minimum Comment Length The administrator is not subject to this check. Installation Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.2 or higher


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): Minimum Comment Length Download

Added: May 28, 2013 | Visits: 601

Statistical Calculator Statistical Calculator calculates minimum, maximum, mean, median, mode, percentage unique, range, midrange, standard deviation, quartiles and more.


Platforms: CGI and Perl

License: Freeware Size: 10 KB Download (47): Statistical Calculator Download

Added: July 13, 2013 | Visits: 585

CGI::ContactForm If you stick with the default layout, CGI::ContactForm lets you create an unlimited number of forms with a minimum of effort. There are various methods to customize the form, and with help of templates, the layout is fully customizable. The main file, CGI::ContactForm.pm, is a Perl module. It can...


Platforms: CGI and Perl

License: Freeware Size: 20.48 KB Download (52): CGI::ContactForm Download

Added: July 07, 2013 | Visits: 666

swffit swffit (formerly know as FitFlash) is a smart script that resizes your flash movie automatically if your browser window size is smaller or greater than your flash minimum desired size keeping it accessible independent of screen resolution.swffit automatically resizes your flash to 100% width and...


Platforms: Flash

License: Freeware Size: 204.8 KB Download (45): swffit Download

Added: July 22, 2013 | Visits: 635

Validation (password) Validation (password) script checks for a minimum length and invalid characters in a password.It also validates the password comparing the strings from two text boxes.


Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (47): Validation (password) Download

Added: September 10, 2013 | Visits: 650

golden section method algorithm Golden section method - searching for minimum of the function on given interval files:golden.m - main algorithm, computing minimum on intervalf.m - given function - file to modify by the user!


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): golden section method algorithm Download

Added: September 12, 2013 | Visits: 542

Simple example of the Simplex Method It's a function that finds the minimum value of a two variables objective function with a deterministic zero order algorithm: simplex method. The input variables are:-fun: inline function of the objective function-init_point: initial point for the simplex method-step_size: initial dimension of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Simple example of the Simplex Method Download

Added: May 24, 2013 | Visits: 464

Condor Optimizer CONDOR is a new optimizer whose aim is to find the minimum x* of an objective function F(x) (x is a vector whose dimension is between 1 and 150) using the least number of function evaluations of F(x). It is assumed that the dominant computing cost of the optimization process is the time needed to...


Platforms: Matlab

License: Freeware Size: 163.84 KB Download (50): Condor Optimizer Download

Added: June 08, 2013 | Visits: 481

ECONOMIC SINGLE-PHASE TO THREE-PHASE CONVERTER This is a simple method to convert Single-Phase to Three-Phase with minimum number of switches for low power applications.Check the output currents and voltages.Reference title is included in this submission


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): ECONOMIC SINGLE-PHASE TO THREE-PHASE CONVERTER Download

< 1 2 3 4 5 >