Main > Free Download Search >

Free functions script

functions

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1057
Parameter Function 1.0

Parameter Function 1.0


I wrote this function after going through the process of changing my get variables to form variables, then back, and then to cookie variables, once too many. This simple yet practical function will read in your scripts parameters regardless of how they more>> I wrote this function after going through the process of changing my get variables to form variables, then back, and then to cookie variables, once too many. This simple yet practical function will read in your scripts parameters regardless of how they are passed.<<less
Added: 2004-04-01 License: Freeware Price: 0.00
14 downloads
 
Other version of Parameter Function
License:Freeware
Download
2034 downloads
Added: 2004-04-01
String Functions For Flash

String Functions For Flash


These functions consist of ones that are not built into Flash. They include the following functions in this list: string_rot_13 , string_count , string_icount , string_ipos , string_ireplace , string_ more>> These functions consist of ones that are not built into Flash. They include the following functions in this list: string_rot_13 , string_count , string_icount , string_ipos , string_ireplace , string_pad , string_parse , string_pos , string_replace , string_shuffle , string_slash , and string_sub_replace. The help files for this is included within the actionscript file. Each function is fully explained and the parameters are shown. This information is found right above each function in the multi-line comment. Feel free to distribute this without my prior consent. Please include me in the credits for the flash game/application when you can :). Enjoy!<<less
Added: 2004-11-16 License: GPL Price: FreeAdditionalInfoFeelfreetodistributethiswithoutmypriorconsent.Pleaseincludemeinthecreditsfortheflashgameapplication.
1807 downloads
getServer Path (function)

getServer Path (function)


a simple function that returns the path to folder in which script subsides. Valuable in producing php programs that will be distributed randomly and require absolute paths. Just call this function and more>> a simple function that returns the path to folder in which script subsides. Valuable in producing php programs that will be distributed randomly and require absolute paths. Just call this function and it will return everything up to the current folder. An example use is $serverPath = getServerPath(); $serverPath .= nameOfPageToBeRequested;<<less
Added: 2004-12-04 License: Not Specified Price: Free
1805 downloads
Clear Screen Function 1.0

Clear Screen Function 1.0


This function uses the Windows API to clear a console screen, and is useful for when the standard system("cls") is unavailable. more>> This function uses the Windows API to clear a console screen, and is useful for when the standard system("cls") is unavailable.<<less
Added: 2005-03-28 License: Price: 0.00 Price: 0.00
10 downloads
 
Other version of Clear Screen Function
Clear Screen FunctionThis function uses the Windows API to clear a console screen, and is useful for when the standard system(cls) is unavailable
License:Not Specified
Download
1689 downloads
Added: 2005-03-28
One Source Code,different Results, MACROS v/s FUNCTIONS 1.0

One Source Code,different Results, MACROS v/s FUNCTIONS 1.0


his ones basically shows that MACROS when used in different compilers can give different results. This one teaches you to analyse C++ code and read it in Assembly and draw Conclusions about the results. Really interesting if you read it completely... more>> his ones basically shows that MACROS when used in different compilers can give different results. This one teaches you to analyse C++ code and read it in Assembly and draw Conclusions about the results. Really interesting if you read it completely...<<less
Added: 2005-03-28 License: Price: 0.00 Price: 0.00
11 downloads
 
Other version of One Source Code,different Results, MACROS v/s FUNCTIONS
License:Not Specified
Download
1677 downloads
Added: 2005-03-28
Function and Class Templates Tutorial 1.0

Function and Class Templates Tutorial 1.0


This tutorial shows you how to reduce typing, reuse code and speed up development using Templates. more>> This tutorial shows you how to reduce typing, reuse code and speed up development using Templates.<<less
Added: 2005-03-28 License: Price: 0.00 Price: 0.00
10 downloads
 
Other version of Function and Class Templates Tutorial
Function and Class Templates TutorialThis tutorial shows you how to reduce typing, reuse code and speed up development using Templates. Function and Class
License:Not Specified
Download
1670 downloads
Added: 2005-03-28
Regular Expression Replace Function

Regular Expression Replace Function


A handy function for validating strings and replacing unwanted contents, by searching for matches with regular expression patterns. There are two functions - one that replaces pattern matches, and one more>> A handy function for validating strings and replacing unwanted contents, by searching for matches with regular expression patterns. There are two functions - one that replaces pattern matches, and one that can call the first function multiple times, each time with a different pattern.<<less
Added: 2005-04-16 License: Freeware Price: FreeAdditionalInfoCopystealforanypurpose,forfree.
1661 downloads
create a small calendar with the PHP function printf()

create a small calendar with the PHP function printf()


You can use this calendar script on the Linux Shell or on your webserver account. This script shows you how to display a calendar for a given month, mainly using PHPs printf() function. more>> You can use this calendar script on the Linux Shell or on your webserver account. This script shows you how to display a calendar for a given month, mainly using PHPs printf() function.<<less
Added: 2005-09-13 License: LGPL Price: Free
1517 downloads
Pseudo-random PHP functions

Pseudo-random PHP functions


This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number. more>> This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number.<<less
Added: 2006-03-31 License: GPL Price: Free
1309 downloads
C Programming - Functions (Part-II)

C Programming - Functions (Part-II)


In this tutorial you will learn about C Programming - Functions (Part II) Nesting of functions, Recursion, Functions and arrays, The scope and lifetime of variables in functions, Automatic variables, more>> In this tutorial you will learn about C Programming - Functions (Part II) Nesting of functions, Recursion, Functions and arrays, The scope and lifetime of variables in functions, Automatic variables, External variables, Multi-file programs, Static variables and Register variables.<<less
Added: 2006-06-01 License: Freeware Price: Free
1265 downloads
 
Other version of C Programming - Functions
C Programming - Functions (Part-I)C Programming - Functions (Part-I)C Programming - Functions (Part-I) In this tutorial you will learn about C Programming - Functions (Part-I) Functions are used in c for the following reasons
License:Freeware
Download
1257 downloads
Added: 2006-06-01
PHP Script Tips - Creating Your Own Functions

PHP Script Tips - Creating Your Own Functions


A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argu more>> A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc. Special topics are: How To Pass Variables By References? How Arrays Are Passed Through Arguments? How To Pass Arrays By References? How To Return an Array from a Function? What Is the Scope of a Variable Defined in a Function? How To Access a Global Variable inside a Function? How To Return a Reference from a Function? How To Specify Argument Default Values? How To Define a Function with Any Number of Arguments?<<less
Added: 2006-05-22 License: Free for non-commercial use Price: Free
1265 downloads
PHP Script Tips - PHP Built-in Functions for Arrays

PHP Script Tips - PHP Built-in Functions for Arrays


A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expa more>> A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expanding and truncating arrays. Special topics are: How Do You If a Key Is Defined in an Array? How To Sort an Array by Values? How To Join a List of Keys with a List of Values into an Array? How To Merge Values of Two Arrays into a Single Array? How To Use an Array as a Queue? How To Pad an Array with the Same Value Multiple Times?<<less
Added: 2006-05-22 License: Free for non-commercial use Price: Free
1262 downloads
How to redeclare native PHP functions 1.0

How to redeclare native PHP functions 1.0


The tutorial shows a way to redeclare native PHP functions like session_start or print_r. more>> The tutorial shows a way to redeclare native PHP functions like session_start or print_r.<<less
Added: 2006-05-23 License: Other Price: $0.00USD
14 downloads
 
Other version of How to redeclare native PHP functions
How to redeclare native PHP functionsThe tutorial shows a way to redeclare native PHP functions like session_start or print_r. How to redeclare native PHP
Price: FreeAdditionalInfohttpopenideascompany.combogomilp42
License:Other Free / Open Source License
Download
1258 downloads
Added: 2006-05-23
Client Side in ASP.NET: Common Javascript Functions 1

Client Side in ASP.NET: Common Javascript Functions 1


In this tutorial we are going to present you a set of famous and frequently used client side scripts. You can simply copy any of these scripts into your web application without giving any attention to their underlying technologies. If, in any case, more>> In this tutorial we are going to present you a set of famous and frequently used client side scripts. You can simply copy any of these scripts into your web application without giving any attention to their underlying technologies. If, in any case, further customization or configuration is essential to utilize any of these scripts then we will include this information as well.<<less
Added: 2006-06-13 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Client Side in ASP.NET: Common Javascript Functions
License:Freeware
Download
1255 downloads
Added: 2006-06-13
PHP Script Tips - PHP Built-in Functions for Strings

PHP Script Tips - PHP Built-in Functions for Strings


A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, strcmp, split, etc more>> A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, strcmp, split, etc<<less
Added: 2006-06-07 License: Free for non-commercial use Price: Free
1242 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5