Package:
Summary:
Implement the decorator design pattern
Groups:
Author:
Description:
This class implement the decorator design patterns.
It implements a base abstract class that should be extended by decorator classes that wrap the result of the wrapped class objects.
When the decorator classes accesses the base decorator functions or variables, the abstract decorator class redirects the access to the wrapped class objects.
Package:
Summary:
Get the location of an IP using ipinfodb.com
Groups:
Author:
Description:
This class can be used to get the geographic location of an IP address using ipinfodb.com.
It sends an HTTP request to the ipinfodb.com Web services API to get the location of a given IP address.
The class parses the response and extracts the country code, country name and city of the given IP address.
We’re at that exciting point in WordPress development where the dev team feels like version 2.9 is complete and ready for the world.
If you’ve been waiting for your moment to pitch in, it’s now. First we need tech savvy testers to upgrade their blogs and kick the tires, make sure everything is rolling like you expect it to. Here’s a list of all the fun and geeky new stuff in 2.9 to try out. Second, and more importantly, we need everyone to test out their plugin compatibility.
If you’re a user of plugins, there’s a groovy new compatibility feature on the plugin directory where you can vote on whether a plugin is compatible with a version or not and it’ll get registered in the new plugin compatibility checker. This is as a replacement to the old wiki-based lists we’d do before. To see it in action check out this Akismet plugin page, as you can see 14 people have already registered that it’s compatible with 2.9.
If you’re a plugin author, of course you should update your “Tested up to:” in the readme.txt
for your plugin.
If all goes according to plan, WordPress 2.9 will be out before the end of the week. You can download the release candidate here.
For more details on the changes since Beta please review the revision log on Trac, and happy testing!
Package:
Summary:
Generate Xdebug code coverage reports
Groups:
Author:
Description:
This class can be used to generate Xdebug code coverage reports.
It queries Xdebug extension about code coverage information.
The class can generate PHP scripts and HTML pages to display code coverage information reports.
Package:
Summary:
Get information about disk volumes
Groups:
Author:
Description:
This class can be used to get information about disk volumes.
It can query the operating system about the disk space of the available volumes.
The class executes commands that check the volumes either under Windows or Linux and other Unix-like systems.
The AMD x86 Open64 Compiler Suite has been added to the
Free C/C++ Compilers and Interpreters page.
This optimizing compiler for C/C++ (and also Fortran) can generate both 32-bit and 64-bit code, and has numerous other
features. For those who are thinking of writing C or C++ programs, there are
now 36 C/C++ compilers listed on that page so even
if this newest entry doesn't appeal to you, you'll probably be able to find something suitable. And for those who only go for
well-known brands, note that major brands like Microsoft, Apple, Intel, AMD, Sun, etc, are also listed, since they too provide compilers for free.
Package:
Summary:
Convert PDF documents to images using Ghostscript
Groups:
Author:
Description:
This class can be used to convert PDF documents to images using Ghostscript.
It takes an uploaded PDF file and converts it into JPEG images using the Ghostscript program.
The converted images are stored in files numbered according to the respective PDF document page.
Package:
Summary:
Generate HTML to embed audio and video players
Groups:
Author:
Description:
This class can be used to generate HTML to embed audio and video players.
It uses the DOMDocument extension to generate HTML for embedding audio and video clips in Web pages without resorting to Javascript.
The class supports several types of players, like Flow Player, Windows Media Player, HTML 5 audio and video tags. Separate sub-classes are provided to support variants of the Flow Player.