Main > Free Download Search >

Free 1.0.0 script

1.0.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 260
Vet+ 1.0.0

Vet+ 1.0.0


Vet+ is a fully featured, Open source program. Its designed to allow veterinary practice run efficiently and smoothly. more>> Vet+ is a fully featured, Open source program. Its designed to allow veterinary practice run efficiently and smoothly.<<less
Added: 2009-01-09 License: Freeware Price: $0.00USD
16 downloads
Sake 1.0.0

Sake 1.0.0


Sake is a PHP implementation of Polynomial Least Squares Regression. The algorithm takes data points as input and returns the resulting polynomial. Graphs can be made using any plotting package. Sake provides the polynomial and will compute as many more>> Sake is a PHP implementation of Polynomial Least Squares Regression. The algorithm takes data points as input and returns the resulting polynomial. Graphs can be made using any plotting package. Sake provides the polynomial and will compute as many points as desired.<<less
Added: 2008-11-10 License: Freeware Price: $0.00USD
14 downloads
QTabs 1.0.0

QTabs 1.0.0


Easily set up multiple blocks of information and allow visitors to switch through them by clicking tabs or navigational buttons. QTabs is a Mootools class available for both version 1.11 and 1.2 of the framework. more>> Easily set up multiple blocks of information and allow visitors to switch through them by clicking tabs or navigational buttons. QTabs is a Mootools class available for both version 1.11 and 1.2 of the framework.<<less
Added: 2008-12-04 License: GPL Price: $0.00USD
12 downloads
YAPHPO 1.0.0

YAPHPO 1.0.0


A PHP obfuscator that will obfuscate functions, variables, classes and even constants. Each of these groups can be given regular expressions so that you choose exactly which are obfuscated and which are not. Also removes comments and whitespaces. more>> A PHP obfuscator that will obfuscate functions, variables, classes and even constants. Each of these groups can be given regular expressions so that you choose exactly which are obfuscated and which are not. Also removes comments and whitespaces. This obfuscator uses PHPs own tokenizer to get the best results reliably and is released under the GPL. Yes, its entirely free.<<less
Added: 2007-09-18 License: GPL Price: $0.00USD
13 downloads
NumPer 1.0.0

NumPer 1.0.0


NumPer (Number to Persian) is an easy-to-use PHP class for converting numbers to strings in the Persian language. The function input is a number from 0 to 999999999999 (and may you add more by configuring the appropriate array), and output is a string in more>> NumPer (Number to Persian) is an easy-to-use PHP class for converting numbers to strings in the Persian language. The function input is a number from 0 to 999999999999 (and may you add more by configuring the appropriate array), and output is a string in Persian that could be useful in showing the total payment price for shopping carts, text-based human check systems for Persian, and more.<<less
Added: 2006-06-07 License: GPL Price: $0.00USD
14 downloads
AutoKB 1.0.0

AutoKB 1.0.0


Provide your users with a knowledge base so that they can get answers to commonly asked questions. Save hours of support time with this software package. Features include unlimited categories and sub-categories, unlimited articles, multiple knowledge more>> Provide your users with a knowledge base so that they can get answers to commonly asked questions. Save hours of support time with this software package. Features include unlimited categories and sub-categories, unlimited articles, multiple knowledge base administrators, and much more. All output is controlled by templates so you can easily match your existing site design. Search engine uses a natural language algorithm so your users can quickly find what they are looking for. All articles can be displayed in printer friendly format and e-mailed to a friend. Users can leave comments and rate each article, and they can also suggest new articles.<<less
Added: 2004-12-16 License: Freeware Price: $0.00USD
15 downloads
mobiled 1.0.0

mobiled 1.0.0


mobiled is created to be a smart and useful PHP class that can be used to detect mobile device types by checking their browser identification. more>>

mobiled 1.0.0 is created to be a smart and useful PHP class that can be used to detect mobile device types by checking their browser identification.

<<less
Added: 2009-07-16 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
Chemdoc 1.0.0

Chemdoc 1.0.0


Chemdoc is a computerized periodic table of elements that can aide in chemistry related calculations. Mass/Molar conversions, Concentration Calculations, and Stoichiometry are the tip of the ice berg. With the release of v1.0.0 new features include more>> Chemdoc is a computerized periodic table of elements that can aide in chemistry related calculations. Mass/Molar conversions, Concentration Calculations, and Stoichiometry are the tip of the ice berg. With the release of v1.0.0 new features include integrating ideal gas laws with the stoichiometric processes and balancing of chemical equations. GUI designed with wxWidgets so the source is very portable. A Pre-built win32 executable is available at each release point.<<less
Added: 2006-02-03 License: GPL Price: $0.00USD
13 downloads
GoAnonym 1.0.0

GoAnonym 1.0.0


You can use GoAnonym to prevent your site from appearing in the server logs of referred pages as referrer more>> You can use GoAnonym to prevent your site from appearing in the server logs of referred pages as referrer<<less
Added: 2008-04-02 License: Free Non-Commercial Price: $0.00USD
12 downloads
floIcon 1.0.0

floIcon 1.0.0


This class can be used to read and write icon images to files in the ICO format. It can parse ICO files and extract individual icon images into PHP GD image resources. The class can also merge ICO files and add new images to an ICO file. It more>> This class can be used to read and write icon images to files in the ICO format. It can parse ICO files and extract individual icon images into PHP GD image resources. The class can also merge ICO files and add new images to an ICO file. It supports all icon image sizes from 1 x 1 to 255 x 255 pixels and bitmap depths of 1, 4, 8, 24, 32 including transparency.<<less
Added: 2007-05-22 License: Free Non-Commercial Price: $0.00USD
10 downloads
jqSajax 1.0.0

jqSajax 1.0.0


jqSajax is simple way to call PHP function/method from javascript. You can use it as jQuery Plugin, so we can call php function/method as: var result=$.x_phpfunction(va r1,var2); or you can call like: var result=$.x_object_method( more>> jqSajax is simple way to call PHP function/method from javascript. You can use it as jQuery Plugin, so we can call php function/method as: var result=$.x_phpfunction(va r1,var2); or you can call like: var result=$.x_object_method( var1,var2); Example: to call helloworld($var1,$var2) function in PHP , you can write input button like this: jQuery Ajax return a page (data type is XML,JSON,text,script,html ,etc), jqSajax return the result of PHP function/method you call. the variable type is the same the variable type in PHP. you can pass all variable types: array,string,number,boole an from javascript to PHP and vice versa. with jqSajax you can pass and get array (from javascript to PHP and vice versa) easier. The demo is placed in http://satoewarna.com/jqs ajax<<less
Added: 2008-08-31 License: GPL Price: $0.00USD
13 downloads
AeonBlog 1.0.0

AeonBlog 1.0.0


Aeonblog is a powerful php powered multilingual blog with an array of available plugins and moduals and supports language packs more>> Aeonblog is a powerful php powered multilingual blog with an array of available plugins and moduals and supports language packs<<less
Added: 2008-08-27 License: GPL Price: $0.00USD
12 downloads
WebMenux 1.0.0

WebMenux 1.0.0


Webmenux is a freeware tool which can generate Javascript code to build up to 3 level form based drop down menus with go button for the websites. more>> Webmenux is a freeware tool which can generate Javascript code to build up to 3 level form based drop down menus with go button for the websites.<<less
Added: 2007-10-29 License: Freeware Price: $0.00USD
11 downloads
Surfmous 1.0.0

Surfmous 1.0.0


Surfmous is a free to use proxy server which allows persons behind firewalls/proxy servers to access restricted websites. It has many features. With this script you can add members. Members can be a pay feature, and in return they will not be more>> Surfmous is a free to use proxy server which allows persons behind firewalls/proxy servers to access restricted websites. It has many features. With this script you can add members. Members can be a pay feature, and in return they will not be subject to the adverts shown per page. In addition you can send newsletters to your members as an additional revenue stream.<<less
Added: 2009-03-15 License: Freeware Price: $0.00USD
11 downloads
MigasCMS 1.0.0

MigasCMS 1.0.0


Is a free cms, made just for fun and hobby. It can be used for blogs and personal web pages. Requieres php 4/5 and MySql 4/5. Is really light and fast, zip file weight is only 1,8 Mb. This cms uses many good existent scripts as wysiwyg editors and free more>> Is a free cms, made just for fun and hobby. It can be used for blogs and personal web pages. Requieres php 4/5 and MySql 4/5. Is really light and fast, zip file weight is only 1,8 Mb. This cms uses many good existent scripts as wysiwyg editors and free templates. Features: categorized posts, login system, users comments, download area, xinha online editor, antispam image (captcha), css templates, multilanguage, RSS Feed. In the last version (1.0.0) added: a cool javascript mootools based dialog system<<less
Added: 2008-01-02 License: GPL Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5