Main > Free Download Search >

Free randomizing script

randomizing

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 20
Randomizing for ranking

Randomizing for ranking


Randomize for ranking features the following scripts: Date/Time Display, Random Text or quotations, random Advertisings, and the hard-to-find Random RSS XML Feeds displayer. more>> Randomize for ranking features the following scripts: Date/Time Display, Random Text or quotations, random Advertisings, and the hard-to-find Random RSS XML Feeds displayer.<<less
Added: 2006-01-22 License: Freeware Price: $0.00USD
14 downloads
Randomizing text/link/image output

Randomizing text/link/image output


learning by example is great way to figure out exactly how to make random outputs from image to text to actual html code. In the script provided it gives how it actually works within the comments. A v more>> learning by example is great way to figure out exactly how to make random outputs from image to text to actual html code. In the script provided it gives how it actually works within the comments. A very useful tool for beginning web designers and people new to php<<less
Added: 2006-06-09 License: GPL Price: Free
1237 downloads
Randomize.js 1

Randomize.js 1


This script randomises a quote (in this case) to only show one quote at a time, which changes on page refresh/reload. The script goes through each <ul> <li>element in an unordered list with an id of ?quotes.? If the element?s number matches the random</li> </ul> more>> This script randomises a quote (in this case) to only show one quote at a time, which changes on page refresh/reload. The script goes through each
  • element in an unordered list with an id of ?quotes.? If the element?s number matches the random number, it gets added a class ?selected,? otherwise it gets added a class ?hide.? The actual display on the page is controlled with CSS. If you check the ?Source? view, you can see all the quotes are still on the page for better SEO.
<<less
Added: 2009-01-24 License: Freeware Price: $0.00USD
14 downloads
Random Image Tutorial 1.0

Random Image Tutorial 1.0


In this tutorial we will create a random image generator. This could be useful for rotating banner, ads, traded button links or just simply randomizing your pictures more>> In this tutorial we will create a random image generator. This could be useful for rotating banner, ads, traded button links or just simply randomizing your pictures<<less
Added: 2005-07-21 License: Free Non-Commercial Price: $0.00USD
13 downloads
 
Other version of Random Image Tutorial
Random Image Tutorialr2xDesign - This could be useful for rotating banner, ads, traded button links or just simply randomizing your pictures. In this tutorial we will create
License:Free for non-commercial use
Download
1576 downloads
Added: 2005-07-21
RandMail 1.0

RandMail 1.0


Randomly builds X number of e-mail addresses. Both username and hostname are letter/number randomized and are random sized (user defined ranges), and a random domain is chosen from ten different ones. Then the username and hostname are shuffled to build more>> Randomly builds X number of e-mail addresses. Both username and hostname are letter/number randomized and are random sized (user defined ranges), and a random domain is chosen from ten different ones. Then the username and hostname are shuffled to build a first and last name. A self referencing link is the last entry so when crawlers follow that link theyll get more addresses.<<less
Added: 2004-11-16 License: GPL Price: $0.00USD
12 downloads
Random Content Order script

Random Content Order script


Randomize the display order of arbitrary HTML content on your page with this script. As a result, the order in which the participating contents is displayed on the page changes randomly each time the page loads. more>> Randomize the display order of arbitrary HTML content on your page with this script. As a result, the order in which the participating contents is displayed on the page changes randomly each time the page loads.<<less
Added: 2006-11-11 License: Freeware Price: $0.00USD
11 downloads
Flow Accumulation

Flow Accumulation


This provides an algorithm used to calculate the upslope area of each cell in a digital elevation model. more>>
Flow Accumulation with its functionality will help you a lot. It is actually an algorithm used to calculate the upslope area of each cell in a digital elevation model. Now you can know how much water flows and the place they flow to.

Major Features:

  1. Multiple flow direction
  2. Single flow direction
  3. Routes across flats
  4. Calculates deterministic, randomized and random flow
  5. Allows you to specify a weighting exponent that governs the relation flow direction slope
  6. Handles edge effects

Enhancements: 10 Nov 2008

  • Included single flowdirection and the exponent for flow direction weighting.

Requirements:

  • MATLAB 7.0.1 (R14SP1)
<<less
Added: 2007-08-13 License: Freeware Price: Freeware
13 downloads
Affiliation System 1.0.0

Affiliation System 1.0.0


This affiliation system is able to do a number of things, such as randomize placement of images, and total the number of clicks made to each affiliate. Extra information on each affiliate can also be viewed. more>> This affiliation system is able to do a number of things, such as randomize placement of images, and total the number of clicks made to each affiliate. Extra information on each affiliate can also be viewed.<<less
Added: 2007-06-14 License: Freeware Price: $0.00USD
10 downloads
 
Other version of Affiliation System
License:Freeware
Download
536 downloads
Added: 2007-06-14
Boosting Hits V 2.1 2.1

Boosting Hits V 2.1 2.1


Boost your sites statistics Make your site appear more popular Send unlimited hits to any URL Test your sites load balancing Help keep "Whos Online" boxes populated Features Include Set the total amount of hits Proxy connection timeout more>> Boost your sites statistics Make your site appear more popular Send unlimited hits to any URL Test your sites load balancing Help keep "Whos Online" boxes populated Features Include Set the total amount of hits Proxy connection timeout feature, speeds up requests Easy to use web-based interface User specified delay time after each hit Send hits to one or many URLs Send hits from one or many Referers Randomized user agents and proxies Randomized target URLs and referers Upload and manage your own target URLs, referers, user_agents and proxy_list files Password protected login control panel Ability to POST a form from extracted GET response Ability to GET a link from extracted GET response Easy to interpret real-time output plus summary Configure what your output displays Selectable HTTP request version (1.0 or 1.1) Able to request any file from single or multiple target hosts Easy to use and very easy to install<<less
Added: 2007-06-28 License: GPL Price: $7.99USD
12 downloads
 
Other version of Boosting Hits
Boosting Hits V 2.1Send hits to one or many URLs Send hits from one or many Referers Randomized user agents and proxies Randomized target URLs and referers Upload and manage your own target URLs, referers, user_agents
Price: $7.99AdditionalInfoOfferisforaencryptedsourcecode
License:GPL
Download
858 downloads
Added: 2007-06-28
Generating Random Number Using RND Function And Randomize Statement

Generating Random Number Using RND Function And Randomize Statement


We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10. more>> We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.<<less
Added: 2007-07-12 License: Freeware Price: Free
845 downloads
Selecting random record from database

Selecting random record from database


This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number bet more>> This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number between 0 to count of records in database. Last part of code to select our record using our random number. We must move dynamic cursor in database table and move it to row number. There a few ways to move cursor to row, but personally we can do it similiar as paging records. We select all records from table dividing one record per page. Complete reference code is included.<<less
Added: 2007-07-12 License: Freeware Price: Free
521 downloads
S.G.W.- Self Growing Websites

S.G.W.- Self Growing Websites


SGW is a very powerful script that is installed on your server along with your website. The main idea of it is to update (grow) your websites with fresh original targeted content on a regular basis in more>> SGW is a very powerful script that is installed on your server along with your website. The main idea of it is to update (grow) your websites with fresh original targeted content on a regular basis in a very unique human way. The best thing is that this process can be completely randomized and automated.SGW contains a system of Input and Output modules, which closely interact with each other, processing and adding all kinds of content to your website based on very advanced settings for each particular module.Also, the advantage of SGW, not offered in any other similar product is that each module can be easily turned on or turned off, depending on your website?s requirements. You will also be able to install additional modules at a later time.<<less
Added: 2006-10-10 License: PHP License Price: $249.00
660 downloads
eLouai's Doll Maker Code 1.01

eLouai's Doll Maker Code 1.01


Create your own avatar maker on your site. Comes with pre-packaged images (all hosted on our sites). Includes features like zooming, randomize image, clear image, save image to file, email to friend, print image more>> Create your own avatar maker on your site. Comes with pre-packaged images (all hosted on our sites). Includes features like zooming, randomize image, clear image, save image to file, email to friend, print image<<less
Added: 2006-03-03 License: Freeware Price: $0.00USD
16 downloads
Free Rss News Reader 1.0

Free Rss News Reader 1.0


This little, easy to install rss script will display any rss feeds on your website. It also randomizes the order in which they are displayed, which causes search engine spiders to revisit your site more often. more>> This little, easy to install rss script will display any rss feeds on your website. It also randomizes the order in which they are displayed, which causes search engine spiders to revisit your site more often.<<less
Added: 2006-06-07 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Free Rss News Reader
Free Rss News ReaderPawel Reszka - It also randomizes the order in which they are displayed, which causes search engine spiders to revisit your site mo. This little, easy to
Price: FreeAdditionalInfoThescriptistotallyfreeofcharge.Youcandistributeit,butcannotmodifyitinanyway
License:Freeware
Download
1242 downloads
Added: 2006-06-07
Word Jumbler 1

Word Jumbler 1


A single function which is capable of jumbling single words, multiple-word words and word lists (comma separated). The function checks to make sure the real word and the newly jumbled word do not match. Both real and jumbled words are outputted so they more>> A single function which is capable of jumbling single words, multiple-word words and word lists (comma separated). The function checks to make sure the real word and the newly jumbled word do not match. Both real and jumbled words are outputted so they can be compared to user input. Alternate uses would include password generation, captcha code generation or other string randomizing needs.<<less
Added: 2007-09-03 License: GPL Price: $0.00USD
15 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2