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

Statement software
Filter: All | Freeware | Demo
 

Statement

< 1 2 3 4 5 
Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 460

Standard Invoicing 6.3 USA Standard Invoicing is an integrated solution including: • Invoices, Items and Customers • One Price List • Customer and Item Statistics • Receipts • Aged Debtor Report • Periodic Customer Statement • Open Receivab



Platforms: Mac

License: Shareware Cost: $99.99 USD Size: 18.2 MB Download (49): Standard Invoicing 6.3 USA Download

Added: May 10, 2013 | Visits: 721

All International Zones This file is a SQL statement that will create an International zone using all countries except the United States (includes U.S. Minor Outlying Islands and U.S. Virgin Island). Simply run this statement in your osC database. This statement assumes that you have less than 11 geo_zones installed and...





Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): All International Zones Download

Added: May 10, 2013 | Visits: 410

Report Site Need an alternant way for your customers to report problems with your site without the fear of the following statement?Many "Email-Harvesting" programs steal email accounts from mailto: tags in your web page html source.Using this method will prevent these programs from stealing your email...


Platforms: Windows, *nix, PHP,

License: Freeware Download (55): Report Site Download

Added: May 10, 2013 | Visits: 475

Privacy Agreement With this contribution you can enable or disable, via admin panel, the 'must agree to the store's privacy statement' in the create account process.In order to avoid some troubles, Privacy statement is NOT displayed in a window popup but in a read only TextArea in the create account page.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Privacy Agreement Download

Added: May 10, 2013 | Visits: 487

Accept privacy popup Privacy statement is displayed in a window popup.You have to change only create_account.php and english.php (and every other language file, of course).


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (51): Accept privacy popup Download

Added: May 10, 2013 | Visits: 397

cmysql_mset cmysql_mset is a simple mysql class to connect to mysql server, search in a Database and run SQL statement.


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

License: Freeware Download (48): cmysql_mset Download

Added: May 10, 2013 | Visits: 423

PHP - REPGEN This program generates PDF-reports based on data, created by an SQL-statement. It consists of two parts: - The HTML-Definition of the report - and the print-machine, which creates the PDF-printout. This program is based on PHP 4.05, mysql 3.23 or ODBC or Postgresql. The files with the extension...


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

License: Freeware Download (67): PHP - REPGEN Download

Added: April 05, 2013 | Visits: 290

Nonnan.m Ex:If x=[1 2 3 NaN 5]Statement: nonnan(x)Result: [1 2 3 5]


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Nonnan.m Download

Added: June 28, 2013 | Visits: 455

Automatic UNITS conversion Eliminate UNITS related errors in code, through automatic units conversionA UNIT class is defined to automatically perform units conversion into the MKS system (metre,kg,sec).I aim to solve the problem of using, say, mm instead of m, or converting mm to inches.This is also a problem during...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Automatic UNITS conversion Download

Added: May 27, 2013 | Visits: 338

Simulator of the Deming Funnel Experiment W. Edwards Deming performed an experiment of the droping marbles via funnel to reach defined target place. Four scenarios of the attempted 'control' have been used. Experiment was used to enforce the statement that a process 'in control' is better to be left alone isntead of attempted 'tampering'...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 153.6 KB Download (42): Simulator of the Deming Funnel Experiment Download

Added: July 01, 2013 | Visits: 369

Cheque Number Reader The program is designed to extract and read the cheque number of a bank cheque. The number will be first cropped from the cheque and then all six digits of the number will be cut individually for the purpose of comparing. The sample images are used for comparing. All six digits are compared...


Platforms: Matlab

License: Freeware Size: 993.28 KB Download (44): Cheque Number Reader Download

Added: June 20, 2013 | Visits: 475

Resize dataset Modify the size of dataset without changing values. It acts as oversampling and downsampling functionalitiesfor exampledata1 = Modifysize(data,1000);the above statement will cause data1 has the same values as data but distributed over 1000 samples regardless of what the actual size of data.


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Resize dataset Download

Added: June 15, 2013 | Visits: 417

Kronecker Delta Given 2 subscripts, j & k, KronD will return 1 if j == k and 0 if j != k.A very simple function with only a single if-else statement. Saves a bit of typing when the Kronecker Delta is needed.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Kronecker Delta Download

Added: May 04, 2013 | Visits: 457

Code Coverage Tool The Code Coverage Tool (CCT) measures C statement coverage in code built as a Real-Time Workshop S-Function. It operates in conjunction with lcc (the C-Compiler that ships with the standard MATLAB installation). CCT inserts instrumentation code into the assembly source generated by lcc during a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (47): Code Coverage Tool Download

Added: September 05, 2013 | Visits: 347

divisor(n) divisor(n) : row vector of all distinct divisors of a positive integer N, including 1 and N.Remark: This function uses the default factor() routine in Matlab and hence is limited to input values up to 2^32. However if factor() routine does get updated for larger integers, this function will still...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): divisor(n) Download

Added: March 24, 2013 | Visits: 374

a bug-fixed runstoredprocedure.m There is a bug in the runstoredprocedure when query a stored procedure of Oracle database.bug example: let c be a connection object of an Oracle database, when you query an stored procedure with a string input, like blows: x = runstoredprocedure(c,'myprocinonly',{2500,'Jones'})Then error...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): a bug-fixed runstoredprocedure.m Download

Added: May 23, 2013 | Visits: 269

MATLAB Goto Statement It goes without saying that this code is mainly just for entertainment purposes, since using goto() is considered lazy programming and is a debugging nightmare. With that out of the way, I present to you goto.m, similar to the goto() or jump() commands in other programming...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): MATLAB Goto Statement Download

Added: May 14, 2013 | Visits: 135

PiCTeX.m A function to write PiCTeX "plot" format files.This function writes the "plot" statement needed to generate a plot of X vs. Y into a given filename.Tested under MATLAB 5.x


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): PiCTeX.m Download

Added: April 21, 2013 | Visits: 406

BullInAChinaShop BULLINACHINASHOP Please pay attention! This function asks the user to re-type a statement to ensure he is paying attention to the warning. See Also msgbox errordlg warndlg dlgbox msgbox, helpdlg, questdlg, warndlg okdlgwithedit okdlgwithlistbox selectbox questdlgwithgrid Key words dialog error...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (47): BullInAChinaShop Download

Added: July 19, 2013 | Visits: 474

Drake CMS for Scripts Drake CMS is a light-weight content managment system (CMS) with one of the broadest host compatibilities and best performances around.It is a CMS that does not need third party databases (although it supports almost any of them) since it can be installed using the Gladius DB flat file database,...


Platforms: PHP

License: Freeware Size: 307.2 KB Download (41): Drake CMS for Scripts Download

< 1 2 3 4 5