| Class: | PHP Shoutcast Server |  |
| Description: | Implement a Shoutcast music streaming server |
| Author: | sk89q |
| Age: | 20 |
| Country: | United States |
| Comment: | Shoutcast is a music streaming server program. Shoutcast source code is not available, so it cannot be customized directly. There is an equivalent Open Source project named IceCast, but it is written in C++. This package provides a pure PHP implementation of a Shoutcast server, so it can easily be controlled from PHP. |
|
| Class: | Cut HTML string |  |
| Description: | Cut an HTML excerpt with a given text limit |
| Author: | prajwala |
| Age: | ??? |
| Country: | India |
| Comment: | In PHP, it is easy to extract an excerpt of a text string with a given length limit. But if you want to extract an excerpt from HTML, the tags that may exist in the text string make it more complicated. This class provides a solution to extract excerpts from HTML documents with a given text length limit without counting the length of any HTML tags. |
|
| Class: | svg2png |  |
| Description: | Render a SVG graphic as a PNG image |
| Author: | Uku-Kaarel Jo~esaar |
| Age: | 26 |
| Country: | Estonia |
| Comment: | SVG is standard format for representing vectorial graphics. SVG graphics can be rendered in Web browsers but not all of them provide SVG support. This class provides an alternative solution to render SVG graphics in any browser by converting it into an image in PNG format. |
|
| Class: | Recursive reference serialize |  |
| Description: | Serialize objects with cyclic references |
| Author: | nghia nguyen |
| Age: | 26 |
| Country: | Viet Nam |
| Comment: | PHP serialize function can generate a string that may represent complex data structures, including those that may contain object references. However, it cannot handle the situation of objects that reference each other in a cycle. This class provides a practical workaround that can serialize and unserialize objects with cyclic references. |
|
| Class: | Dynamic Proxy |  |
| Description: | Generate code for proxy classes or interfaces |
| Author: | Pulni4kiya |
| Age: | 19 |
| Country: | Bulgaria |
| Comment: | Sometimes it is necessary to call functions of classes that are not running on the same computer on which your application is running. This class provides a solution to generate code for proxy classes that have the same functions as given classes that eventually may be running on remote machines. |
|
| Class: | pvpgn_mail |  |
| Description: | Send and receive messages to PVPGN game users |
| Author: | Luis |
| Age: | ??? |
| Country: | Cuba |
| Comment: | PvPGN - Player vs Player Gaming Network - is a gaming network server emulation project. It supports many well known online games but it gives you the power to run your own server and manage your own users and tournaments. This class provides a solution to exchange messages between PvPGN game players. |
|
| Class: | Anti_Util_CircularReference |  |
| Description: | Find circular references using waypoint array |
| Author: | Christian |
| Age: | 26 |
| Country: | Germany |
| Comment: | When you are trying to determine a route in a map to go from one point to the other, it is not good path if it goes in circles through routes that return to points that you previously passed. This class can determine if a route returned to a point that it passed in previous route paths. |
|
| Class: | Create image for WAV file |  |
| Description: | Draw a graph of the sound of a WAV file |
| Author: | mfboy |
| Age: | ??? |
| Country: | China |
| Comment: | Sound sample files contain data values that represent the variation of the volume of the sound wave form over the period of time that the sample lasts. This class can generate an image that represents graphically the wave form of a sound sample file in the WAV format. |
|
| Class: | PAC_proxylist |  |
| Description: | Generate proxy auto-configuration files from XML |
| Author: | Kai Dorschner |
| Age: | 23 |
| Country: | Germany |
| Comment: | Proxy access lists are JavaScript files that contain instructions that configure browsers so they can access the Web in networks that require using proxy servers. This class can generate proxy access list files from definitions taken from a XML file. It can be useful for Internet service providers (ISP) that need to configure their users' browsers in order to make them access the Web using the correct ISP proxy servers. |
|
| Class: | olDelete |  |
| Description: | Delete aged files and folders |
| Author: | Carlos Sánchez |
| Age: | 21 |
| Country: | Spain |
| Comment: | One common application maintenance task is to delete files that are no longer useful because they are too old. This class provides a practical solution to cleanup old files inside given directory. |
|
| Class: | AutoRSS |  |
| Description: | Generate a RSS feed from a files from a directory |
| Author: | Roberto Aleman |
| Age: | 35 |
| Country: | Venezuela |
| Comment: | When you have many image files that you want to make available on the Web, it useful to drop them in a single directory and let your users know when new images are available. This class provides a solution that lets your users be aware of new files by subscribing to RSS feeds. |
|
|
No comments:
Post a Comment