outputstream already obtained
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
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)
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
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
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.
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
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

Confidence Region Radius
This allows you to compute many computations using command. more>>
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)
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
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
FTP Interface
FTP Interface makes it possible a full management of the contents of a Web site by the ftp protocol. more>>
Major Features:
- 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.
- 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.
- This function requires a small delay, and returns a number which will be used for all further ftp functions.
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.
<<lessFree 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
License:Freeware
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
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