passman and kaplan
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 737
Passing and Bablok Regression
Passing and Bablok Regression offers you a helpful tool to make an analogy between clinical methods by researching and analyzing a linear regression procedure. more>>
Passing and Bablok Regression offers you a helpful tool to make an analogy between clinical methods by researching and analyzing a linear regression procedure.
<<less Added: 2009-08-04 License: BSD - BSD License Price: BSDBSDLicense
downloads
Paypal, PHP and NuSOAP 1
This is a quick guide to building webservice clients for Paypal SOAP webservices... using NuSOAP. Two samples are studied. 1. A get transaction details sample 2. A send money / mass payment sample more>> This is a quick guide to building webservice clients for Paypal SOAP webservices... using NuSOAP. Two samples are studied. 1. A get transaction details sample 2. A send money / mass payment sample<<less
Added: 2007-11-06 License: Freeware Price: $0.00USD
15 downloads
PHP and cURL example
This shows how to grab a page from either your own site or another using PHP and cURL. This in fact can be done with only 4 lines of code more>> This shows how to grab a page from either your own site or another using PHP and cURL. This in fact can be done with only 4 lines of code<<less
Added: 2004-05-31 License: GPL Price: Free
1165 downloads
Flash strip and PHP Management
Controll your visitors number, News, Picture, Background, in a nice Flash strip, You can make deferent backgrounds, the strip can be in the footer or the header of your page more>> Controll your visitors number, News, Picture, Background, in a nice Flash strip, You can make deferent backgrounds, the strip can be in the footer or the header of your page<<less
Added: 2006-10-05 License: Other Free / Open Source License Price: $35.00
1120 downloads
PHP Articles and Tutorials
Listing of more then 100 Articles on Php Including tips,tricks,how like 1.Apache, MySQL & PHP for Windows 2.Creating Dynamic Website Content with PHP - MySQL 3.PHP Server to Client with No Refresh. 4. more>> Listing of more then 100 Articles on Php Including tips,tricks,how like 1.Apache, MySQL & PHP for Windows 2.Creating Dynamic Website Content with PHP - MySQL 3.PHP Server to Client with No Refresh. 4.Some PHP functions you must know 5.PHP & Dynamic Content<<less
Added: 2006-10-05 License: Freeware Price: Free
1116 downloads
Adsense Sandbox and Adsense Monitor
Monitor adsense, email and sms updates, db log of daily activity and adsense sandbox. The adsense preview allows you to see what you or your competitors ads would look like if you used adsense. Tracki more>> Monitor adsense, email and sms updates, db log of daily activity and adsense sandbox. The adsense preview allows you to see what you or your competitors ads would look like if you used adsense. Tracking adsense was never easier!<<less
Added: 2004-02-07 License: GPL Price: Free
2090 downloads
Drag and Drop
In this tutorial you have a chance to learn how to apply Drag and Drop technique on some object. more>> In this tutorial you have a chance to learn how to apply Drag and Drop technique on some object.<<less
Added: 2006-03-05 License: Freeware Price: Free
1409 downloads
PHP and MySQL examples
The purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the resu more>> The purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the results returned.<<less
Added: 2004-02-03 License: GPL Price: Free
2132 downloads
PHP validation and verification
This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some more>> This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some coplicated logic to prevent the input of wrong symbols, check the consistence of the data and do whatever possible to make sure that it is all OK, there is still possibility that the users enter the wrong number. Though all said, we must try to prevent the most of human errors and the best way to do this is by using Regular Expressions. Basicly Regular Expressions are used for string matches. They are based on search and pattern matching strings in text. A lot of books are written about them, there are even some programming languages designed especially for Regular Expressions.<<less
Added: 2007-12-08 License: Freeware Price: $0.00USD
13 downloads
Globalization and Localization 1
Tutorial explains how to make international applications customizable to users belonging to different nations, cultures, or regions. The local is the combination of a language and a country. An application uses the locale to identify the preference more>> Tutorial explains how to make international applications customizable to users belonging to different nations, cultures, or regions. The local is the combination of a language and a country. An application uses the locale to identify the preference of a user.<<less
Added: 2008-06-30 License: Freeware Price: $0.00USD
14 downloads
ASP image resize and convert
Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample. more>> Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample.<<less
Added: 2007-02-06 License: Freeware Price: Free
656 downloads
Articles and scripts
Articles covering a wide range of high end computer hardware and software and other consumer electronics. We also have thousands of scripts for web developers. more>> Articles covering a wide range of high end computer hardware and software and other consumer electronics. We also have thousands of scripts for web developers.<<less
Added: 2005-04-22 License: Price: 0.00 Price: $0.00USD
11 downloads
DataSet and DataAdapter in ASP
Explains how to work with multiple tables, handle errors and how DataSet tracks modified table rows. Whenever a row is changed, its status is set from UnChanged to Modified. Whenever, a new row is add more>> Explains how to work with multiple tables, handle errors and how DataSet tracks modified table rows. Whenever a row is changed, its status is set from UnChanged to Modified. Whenever, a new row is added, its status would be depicted by DataRow.Added.<<less
Added: 2006-10-25 License: Freeware Price: Free
1094 downloads
Rails and SQL queries
Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with pl more>> Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with plain SQL queries(without any model classes) for specific database operations.<<less
Added: 2006-11-06 License: Other Free / Open Source License Price: Free
669 downloads
ADOdb Date and Time Library
PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyon more>> PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overcome these limitation by replacing the native functions signed integers with PHP floating point numbers when necessary. This library supports dates from 100 A.D. to billions of years in the future. For high speed, this library uses the native date functions where possible, and only switches to PHP code when the dates fall outside the 32-bit signed integer range.<<less
Added: 2003-01-27 License: BSD Style Price: Free
2474 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above passman and kaplan search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed