Package:
Summary:
HTML template engine caches compiled results
Groups:
Author:
Description:
This package implements an HTML template engine caches compiled results.
There is a template loader class that checks whether a given template was previously compiled.
Another class is responsible for compiling a template it it was not yet processed. The results are stored as PHP scripts in a given template cache directory.
It supports variable replacement with configurable delimiters, conditional sections, sections to be ignored or not parsed and loops.
Package:
Summary:
Process interaction requests using jQuery
Groups:
Author:
Description:
This class can be used process interaction requests using jQuery.
It can generate Javascript that uses the jQuery library send AJAX requests.
The class can generate Javascript calls that process the server response, show errors and debug information.
Are you thinking of creating your own computer game? Shorten your development time with the newest game engine to be added to the
Free Games Programming Libraries and Source Code.
The Unity games development tool not only comes with support for graphics, animation, sound, multiplayer networking and scripting, it also
ships with an integrated editor that lets you create and edit things like animation clips directly. Or if you prefer another game engine,
check out the other 30 or so packages listed on the page.
Package:
Summary:
Get the roots of a quadratic equation
Groups:
Author:
Description:
This class can be used to get the roots of a quadratic equation.
It takes as parameters the coefficients a, b and c and the precision of the root values.
The class calculates the quadratic equation roots and returns them in an array.
Package:
Summary:
Implements the soundex algorithm for Turkish
Groups:
Author:
Description:
This class implements a variant of the soundex algorithm for Turkish.
The soundex algorithm converts words into an hash that represents the way the word is spelled in English.
This class implements a modified version the algorithm to consider Turkish spelling instead of English.
Package:
Summary:
Create and retrieve data from a MySQL table
Groups:
Author:
Description:
This class can be used to create and retrieve data from a MySQL table.
It can create a database with a table with information of a list of countries.
The class can also retrieve the country information list into an array.
Package:
Summary:
Handler for storing session data with MDB and APC
Groups:
Author:
Description:
This class is a replacement handler for storing session data with MDB2 and APC.
It can be used to store PHP sessions in any database supported by PEAR MDB2.
The class also stores and retrieves session data from APC cache to access session data faster.
Package:
Summary:
Instantiate class and call a function
Groups:
Author:
Description:
This class can be used to instantiate class and call a function of the new object.
It uses reflection to determine how to create an object of a given class calling it's constructor function.
The class calls a function of the object passing any parameters if necessary.
A new program that converts video files between different formats has been added to the
Free Video Converters or Transcoders page.
It can rip (ie, copy) directly from various media (like DVD) and devices and convert it so that it is suitable for playing on
other devices (eg, iPod, DVD, PSP, Playstation 3, etc). This particular program is for Linux, but if you use Windows or Mac OS X,
there are numerous other software listed on that
page that can do the job for your system, so if you want something handy for converting videos or movies, check it out.