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
about 1 day ago - No comments
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
about 1 day ago - No comments
In a new post to his blog Gonzalo Ayuso shows an interesting use for the CouchDB tool – using it as a filesystem for cross-server handling of things like images or other binary resources. One of the problems I need to solve in my clustered PHP applications is where to store files. When I say