about 1 day ago - No comments
Share With Friends: | Latest Programming – ASP Stories, RSS and RSS Feed on Feedzilla.com Related posts “We will have several large aperture prime lenses and light compact zoom lens this year” “To be revealed” Nikon @PMA banner – Busted! “Rumor has it… based on a true rumor” “Reverie” – first feature film shot entirely
about 1 day ago - No comments
Share With Friends: | Latest Programming – ASP Stories, RSS Feeds and Widgets on Feedzilla.com Related posts “We will have several large aperture prime lenses and light compact zoom lens this year” “To be revealed” Nikon @PMA banner – Busted! “Rumor has it… based on a true rumor” “Reverie” – first feature film shot entirely
about 1 day ago - No comments
Share With Friends: | Latest Programming – ASP News, News Feeds and Latest News on Feedzilla.com Related posts “We will have several large aperture prime lenses and light compact zoom lens this year” “Nikon will reveal something groundbreaking next week” “Nikon will provide a better balance between resolution and high ISO image quality than in
about 1 day ago - No comments
Package: Atkin Summary: Find prime numbers with Sieve of Atkin algorithm Groups: Math, PHP 5 Author: Krystian Kuczek Description: This class can be used to find prime numbers with the Sieve of Atkin algorithm. It can take a limit number and find all prime numbers smaller than the given limit. Related posts No related posts.
about 1 day ago - No comments
Package: Guitar Chord API class Summary: Search for guitar chords using Guitar Chord API Groups: Audio, PHP 5, Web services Author: Arturs Sosins Description: This class can be used to search for guitar chords using Guitar Chord API. It can send HTTP request to the Guitar chord API Web server to find chord variations based
about 1 day ago - No comments
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
about 1 day ago - No comments
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
about 1 day ago - No comments
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
about 1 day ago - No comments
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
about 1 day ago - No comments
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