Main > Free Download Search >

Free outputstream already obtained script

outputstream already obtained

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 36
ASP Error - The HTTP Headers are already written 1.0.0

ASP Error - The HTTP Headers are already written 1.0.0


While redirecting from a page in asp we get a very common error: The HTTP headers are already written to the client browser. Response object error ASP 0156 : 80004005 Header Error /test.asp, line 135 The HTTP headers are already written to the more>> While redirecting from a page in asp we get a very common error: The HTTP headers are already written to the client browser. Response object error ASP 0156 : 80004005 Header Error /test.asp, line 135 The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. The Redirect method of the Response object operates by sending the 302 Object Moved response header,<<less
Added: 2007-06-14 License: Freeware Price: $0.00USD
14 downloads
 
Other version of ASP Error - The HTTP Headers are already written
ASP Error - The HTTP Headers are already writtenWhile redirecting from a page in asp we get a very . While redirecting from a page in asp we get a very
License:Freeware
Download
873 downloads
Added: 2007-06-14
read file

read file


This is a function provided for Matlab to read an ascii file order in columns separated by space or tab which you obtain into the workspace along with the name and path of your file. more>>

read file with its functionality will help you a lot. It is actually a function provided for Matlab to read an ascii file order in columns separated by space or tab which you obtain into the workspace along with the name and path of your file.

Requirements:

  • MATLAB 5.3 (R11)
<<less
Added: 2007-08-13 License: Freeware Price: Freeware
13 downloads
Akismet Anti-Spam For Vbulletin 1.0

Akismet Anti-Spam For Vbulletin 1.0


This Vbulletin extension help protect your site from those annoying spam posts. When a user posts a new thread or replies to a thread, the content will be compared to the Akismet database. Requires no file or template edits, just upload the more>> This Vbulletin extension help protect your site from those annoying spam posts. When a user posts a new thread or replies to a thread, the content will be compared to the Akismet database. Requires no file or template edits, just upload the included files and install the product file. An Akismet API key is required (free) and can be obtained at WordPress.com.<<less
Added: 2007-05-23 License: Freeware Price: $0.00USD
11 downloads
 
Other version of Akismet Anti-Spam For Vbulletin
Akismet Anti-Spam For VbulletinAn Akismet API key is required (free) and can be obtained at WordPress.com
License:Freeware
Download
587 downloads
Added: 2007-05-23
Email obfuscator and encoder 1.0

Email obfuscator and encoder 1.0


Email harvesting is a real problem nowadays; publishing an email address on a web page means exposing it to automated email collection softwares. Once its been collected there no way of getting rid of spam. The best way to avoid this is obfuscating and more>> Email harvesting is a real problem nowadays; publishing an email address on a web page means exposing it to automated email collection softwares. Once its been collected there no way of getting rid of spam. The best way to avoid this is obfuscating and encoding email addresses; this simple javascript script does exactly that. It splits an address in six different parts, so that bots are not able to recognize it, and it also encode the @ symbol and the . (dot) using ascii codes, just to make it harder for bots to decode it. Even if the email harvesting software can read javascript and put the different parts of the address together, it would obtain an useless text like this: myaddress@mydomain 6;com instead of myaddress@mydomain.com.<<less
Added: 2007-08-31 License: Freeware Price: $0.00USD
15 downloads
File Host Link Tester

File Host Link Tester


This class can be used to check the presence of files in file hosting services like RapidShare, MegaUpload, etc. more>>

File Host Link Tester is designed as a useful class that can be used to check the presence of files in file hosting services like RapidShare, MegaUpload, etc.

The script verifies the given URL address and checks whether it is the download page of a file available in a file hosting service or just an ad page. If the download page URL is value, the class retrieves the download page and parses it to obtain the file size.

Currently the class supports the following file hosting services: rapidshare.com, rapidshare.de, megaupload.com, megarotic.com, megashares.com, depositfiles.com.

Requirements:

  • PHP 5 or higher.
<<less
Added: 2009-07-06 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
15 downloads
Introducing Really Simple Syndication in ASP.NET

Introducing Really Simple Syndication in ASP.NET


Really Simple Syndication (RSS) is an XML standard for declaring content entries for small content feeds. The RSS format has gained popularity over the years due to its simplicity. The XML file format more>> Really Simple Syndication (RSS) is an XML standard for declaring content entries for small content feeds. The RSS format has gained popularity over the years due to its simplicity. The XML file formatted according to the RSS specification is either found as a physical file or is obtained via a Web site that handles the request and sends the content over the Internet to the client.<<less
Added: 2006-10-07 License: Freeware Price: Free
1114 downloads
PHP5 Calendar 1.0

PHP5 Calendar 1.0


PHP Calendar is a plug-in script written in PHP5 that a webmaster can easily integrate in an existing web-based Information System. It enables the user to easily navigate and select dates. If an array of data is passed to the calendar, it can also gather more>> PHP Calendar is a plug-in script written in PHP5 that a webmaster can easily integrate in an existing web-based Information System. It enables the user to easily navigate and select dates. If an array of data is passed to the calendar, it can also gather and count the data, and display it in the days of the calendar. Basic arithmetic calculations can also be performed to obtain counts per week, month, or for a customised date range. The script is available in two versions: ? A free version, which only has basic date navigation functionality ? A Pro version, which has many more functions, including Data processing ? Doesnt need Database connection or filesystem access ? Extremely fast, even when handling large amounts of data ? Easy to implement, requires only basic scripting knowledge ? Lightweight (120 Kb)<<less
Added: 2005-09-28 License: GPL Price: $25.00USD
12 downloads
Confidence Region Radius

Confidence Region Radius


This allows you to compute many computations using command. more>>
Confidence Region Radius is a good utility for your use. With this you can compute many computations using command.

Usage - Example:

  • R = CRR(S) computes the radius of the mean-centered interval, circle, or sphere with 95% probability given S, which is either a vector of standard deviations or a covariance matrix from a multivariate normal distribution.
  • R = CRR(S,P) computes the confidence region radius with probability P instead of the default, which is 0.95.
  • R = CRR(S,P,TOL) uses a quadrature tolerance of TOL instead of the default, which is 1e-15. Larger values of TOL may result in fewer function evaluations and faster computation, but less accurate results. Use [] as a placeholder to obtain the default value of P.
  • R = CRR(S,P,TOL,M) performs a bootstrap validation with M normally distributed random samples of size 1e6. Use [] as a placeholder to obtain the default value of TOL.
  • R = CRR(S,P,TOL,[M N]) performs a bootstrap validation with M normally distributed random samples of size N.

Enhancements:

  • Minor revisions

Requirements:

  • MATLAB 6.5 (R13)
<<less
Added: 2007-09-14 License: Freeware Price: Freeware
1 downloads
SQLite: A Lightweight Alternative

SQLite: A Lightweight Alternative


In this tutorial, Timothy shows you how to get started using SQLite starting with how to obtain it and install it and progressing through example usage. more>> In this tutorial, Timothy shows you how to get started using SQLite starting with how to obtain it and install it and progressing through example usage.<<less
Added: 2004-02-23 License: Not Specified Price: Free
2082 downloads
ActualCounter

ActualCounter


ActualCounter is a set of PHP scripts to analyze the statistics of your Web-site traffic. It has a great interface, and is easy to install and use. The distinctive feature of ActualCounter is the abil more>> ActualCounter is a set of PHP scripts to analyze the statistics of your Web-site traffic. It has a great interface, and is easy to install and use. The distinctive feature of ActualCounter is the ability to obtain statistics for every visit, individually. Using the counter you can view more than 20 reports such as visitors, hosts, hits, referrers, IP, countries, browsers, operatings systems, etc.<<less
Added: 2002-12-16 License: Freeware Price: Free
2503 downloads
FTP Interface

FTP Interface


FTP Interface makes it possible a full management of the contents of a Web site by the ftp protocol. more>>
FTP Interface offers you a convenient tool which makes it possible to manage the contents of a Web site by the ftp protocol.

Major Features:

  1. Mainly to upload files on the site or to download them, but also to create or remove directories, changing permissions, renaming, obtaining information about files, etc.
  2. The ftp access starts with a connection to the Web site on the server, according to its address of the form: ftp.domain name.tld.
  3. This function requires a small delay, and returns a number which will be used for all further ftp functions.
<<less
Added: 2008-06-19 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
13 downloads
C Threads 3.6

C Threads 3.6


C Threads 3.6 offers you a wonderful application which provides process scoping, a feature that has been greatly missed in the linux community. more>>

C Threads 3.6 offers you a wonderful application which provides process scoping, a feature that has been greatly missed in the linux community. The aim of this library, is to provide the programmer with an easy to use class, that can be further inherited to provide a rich set of threaded functionality rarely seen in a linux environment.

Full C is provided, without any wrapping around underlying C code, which gives more compact and faster objects. The library provides process scoping, a feature that has been greatly missed in the linux community. This feature allows different programs to share memory and control variables, for synchronization and direct data communications.

It has the ability to simulate asynchronous I/O on file descriptors. An example provided with the library, shows how to communicate with a modem with an asynchronous method where data is obtained and stored in a priority queue, giving the main process full ability to handle other tasks. Such an I/O class, can be used to handle data input from several different file descriptors simultaneously, but is limited to handling only one server file descriptor per class.

<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
1 downloads
Free Chat Rooms of Six Types with 1000 of Visitors Already. 2.0

Free Chat Rooms of Six Types with 1000 of Visitors Already. 2.0


Just visit the page, copy the code and paste it where you want to start chatting. Its free of cost with Thousands of Visitors every time. Its easy and valuable for your visitors. Check out today. more>> Just visit the page, copy the code and paste it where you want to start chatting. Its free of cost with Thousands of Visitors every time. Its easy and valuable for your visitors. Check out today.<<less
Added: 2005-07-31 License: Freeware Price: $0.00USD
11 downloads
 
Other version of Free Chat Rooms of Six Types with 1000 of Visitors Already.
Free Chat Rooms of Six Types with 1000 of Visitors Already.Free Chat Rooms of Six Types with 1000 of Visitors Already.Free Chat Rooms of Six Types with 1000 ... Free Chat Rooms of Six Types with 1000 of Visitors Already. Just visit the page, copy the code and
Price: FreeAdditionalInfoNo
License:Freeware
Download
863 downloads
Added: 2005-07-31
PHP Directory Checker 1

PHP Directory Checker 1


This function obtains a list of all of the files and sub-directories within a specified folder that is passed through as a parameter, this is ideal for image checking and file uploads. more>> This function obtains a list of all of the files and sub-directories within a specified folder that is passed through as a parameter, this is ideal for image checking and file uploads.<<less
Added: 2009-01-01 License: Freeware Price: $0.00USD
10 downloads
Flash Star Effects

Flash Star Effects


On this tutorial website, we aim to explain Flash techniques for working with objects with a star shape, in order to obtain cool animations with great effects. You will learn how to create your own st more>> On this tutorial website, we aim to explain Flash techniques for working with objects with a star shape, in order to obtain cool animations with great effects. You will learn how to create your own stars from scratch, or where to look for one, how to make a star blink, fall, or how to make it move like crazy in your movie. After reading our indications and studying our samples we hope you will also have the ability to recognize a perfect picture for the background when you see one. The examples presented are designed to be medium in difficulty so you will need some Flash experience in order to fully understand them. Just to name some topics, you will learn to design: falling stars effects, fireworks effects, sparkling nubbles effect, light effects and much more.<<less
Added: 2006-09-06 License: Freeware Price: Free
748 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3