Monthly Archiv: August, 2010

Haversine

Package:
Haversine
Summary:
Calculate the distance between Earth two points
Groups:
Algorithms, Geography, PHP 5
Author:
Leonardo Branco Shinagawa
Description:
This class can be used to calculate the distance between Earth two points.

It takes the latitude and longitude coordinates of two points of the Earth and calculates the distance between them using the Haversine formula.

The distances may be returned in Kilometers, meters, miles, yards, feet or inches.


Image compare

Package:
Image compare
Summary:
Compare two images to find the differences
Groups:
Graphics, PHP 5
Author:
denis
Description:
This class can be used to compare two images to find the differences.

It takes two images and resize them to have 20 by 20 pixels to generate an array with the intensity of the color used in pixels of the resized image.

The class returns a value that evaluates the difference of the intensity of the pixels of the two images.


Animus FlashMail

This script makes it easy for visitors to your web site to send you a message while concealing your e-mail address from potential spammers. It can be fully customized to match the look of your web site and ask the questions you want to ask, providing you with a sleek, professional look. Simple e-mail links may get the job done, but they don't look very professional, are easily missed by visitors, and are easily harvested by spambots -- increasing the amount of unwanted junk e-mail in your in-box. This software lets real people send you messages while keeping the spammers out.

PHP Vulnerability Scanner

Package:
PHP Vulnerability Scanner
Summary:
Scan script files for malicious code
Groups:
Files and Folders, PHP 5, Security
Author:
Er. Rochak Chauhan
Description:
This class can be used to scan script files to find eventually malicious code.

It can traverse a given directory recursively and checks script files to see if they may contain code that may be eventually malicious.

Currently it finds script files that are using functions often used in infected scripts, such as base64_encode and base64_decode.


PHP Class Generator Bryan Version

Package:
PHP Class Generator Bryan Version
Summary:
Generate classes to manipulate MySQL table rows
Groups:
Code Generation, Databases
Author:
Bryan
Description:
This package can be used to generate classes to manipulate MySQL table rows.

It is an enhanced version of the original package written by Marco Voegeli.

This version can also generate function for retrieving one row or all rows, serializing the object into a string, retrieve the count of row in the table. The update and delete functions were also updated.


[Free] Create a First Person Shooter Game: New Free 3D Game Engine

Create your own first person shooter action game with the latest addition to the Free Games Programming Libraries and Source Code page. This 3D game engine features all the usual 3D graphical effects and 3D sound effects, and comes with a wide variety of tools (model editor, level editor, etc), and a scripting language. It also includes a set of customisable weapon types that you can use for your games, letting you get started quickly creating weapons like pistols, rocket launchers, laser blasters, machine guns, etc. A number of games showing off different features of the software are also included in the package. And it's free.

iRealty Classified Software

iRealty Real Estate script is a SEO-friendly PHP realty classified software with multi-language interface by WorksForWeb. Spotlight features: videos, highlights and slideshows for listings, multiple listing types (houses, apartments, businesses, for sale, for rent); flexible membership plans and payment packages, customizable templates; built-in advanced CMS. Editable source, solid website revenues make iRealty a perfect foundation for ANY realty classified project, agent or FSBO. Comprehensive multi-language interface (w/ RTL capability) turn iRealty into a powerful multilingual website for those thriving worldwide presence, as well as a perfect local realty classified website. Whether you are a Web developer looking for a powerful script to build your customer’s project; or a real estate agent replacing your current nonperforming website, you are right on the money with iRealty as your only choice of a perfect classified solution for your next successful project.

cjEvents

Package:
cjEvents
Summary:
Handle browser events in PHP
Groups:
AJAX, PHP 5
Author:
Jo Giraerts
Description:
This package can be used to handle browser events in PHP.

It can register event handler callback functions that should be handled when certain events are triggered.

The main class takes requests to raise events and dispatch them by calling the registered event handler functions.

A specialized sub-class can decode JSON object parameters passed from JavaScript running on the browser to the event handler.


Probability distribution

screenshot
Package:
Probability distribution
Summary:
Create noise with Gaussian or Poisson distribution
Groups:
Audio, PHP 5, Statistics
Author:
Michele Andreoli
Description:
This package can be used to create noise with certain probability distributions.

It can generate sets of values with different with either uniform, Gaussian or Poisson distribution.

It can also apply the generated values at an input signal in input to simulate a noise.

An additional filter class can be used to recover the original by first applying a Fast Fourier Transform, the use high-pass or low-pass before recovering the signal using the reverse Fast Fourier Transform.


Powered by Gewgley