can be obtained
Eye Can Help You 1.0
Eye Can Help You is a script that can either integrate with iPrimal BOT (Also free from iPrimal Industries) or stand alone and fully intergratable with your dynamic or non-dynamic site. When installed, its able to use either its own database table more>> Eye Can Help You is a script that can either integrate with iPrimal BOT (Also free from iPrimal Industries) or stand alone and fully intergratable with your dynamic or non-dynamic site. When installed, its able to use either its own database table (Provided) or an existing one (like the one from iPrimal BOT) to offer your visitors help by either hovering over the image for the script (Also customisable) and/or clicking it in order to display the tip in a new window. You can customise the messages in the database, or if there isnt one in the database, you can either have the script not show up, or show the icon with a message about how the script works or whatever you choose. For a demonstration of how this works for your visitors, you can use the one on our site. You can see how it integrates with iPrimal BOT by clicking the Help Bot link on the left of our site and typing in downloads.php and see what happens.<<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.
Cropping an image 1.0.0
Taking the smaller size between the width and height of an image, we crop that image to obtain a square which we save into a file. Online demo available. more>> Taking the smaller size between the width and height of an image, we crop that image to obtain a square which we save into a file. Online demo available.<<less
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.
<<lessActualCounter
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
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
XDate class 1.0
The XDate class extension was designed specifically to make Flash date-based applications, such as calendars, much simpler. The class contains various methods for obtaining a wide array of date information. The extension is very straight-forward and more>> The XDate class extension was designed specifically to make Flash date-based applications, such as calendars, much simpler. The class contains various methods for obtaining a wide array of date information. The extension is very straight-forward and will make your life much easier for any date operations.<<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)
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
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
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.
CSVupdate ? Visitors can update a record in your database
Allow visitors to your website update their information themselves. Provide an ID and Password for each record then the visitor can update one record in the database. The script is very simple to set- more>> Allow visitors to your website update their information themselves. Provide an ID and Password for each record then the visitor can update one record in the database. The script is very simple to set-up and customize using the look and feel of your own website. (CGI/Perl Unix)<<less
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
How Code Reviews and PMD Can Crush Bugs In Your Code
The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is d more>> The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and share their knowledge, it can help improve the overall quality of your Java applications.<<less
CurrencyConvert 1.1.0
CurrencyConvert is a simple PHP Class thats easy to incorporate into your scripts to provide online currency conversion. It obtains prices in real time from the Yahoo! Finance Currency Converter. You can convert between any two of the large number of more>> CurrencyConvert is a simple PHP Class thats easy to incorporate into your scripts to provide online currency conversion. It obtains prices in real time from the Yahoo! Finance Currency Converter. You can convert between any two of the large number of currencies supported by Yahoo! and the Class provides a list of currency symbols and names to make it easy to to generate form elements like drop-down lists. Note: Uses the PHP cURL extension. Latest version works with the December 2008 changes to the Yahoo! convertor.<<less