trophy 1.1.5
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 44
Trophy 1.1.5
Trophy project is an action car racing game. more>>
Trophy project is an action car racing game.
Trophy is an action car racing game for Linux. Its 2D (top-view) but aims to provide high quality graphics.
You can shoot, drop bombs, and drive against the other players.
<<lessTrophy is an action car racing game for Linux. Its 2D (top-view) but aims to provide high quality graphics.
You can shoot, drop bombs, and drive against the other players.
Download (8.9MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
820 downloads
PIL 1.1.5
The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. more>>
The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.
This source kit has been built and tested on Windows NT/2000/XP, Mac OS X, and most major Unix platforms (including Alpha, Solaris, and Intel systems). We believe that it should work on most modern platforms (people are using it on Crays, after all.
You can find the distribution on this site:
http://www.pythonware.com/products/pil/
That site also contains information about free and commercial support options, PIL add-ons, answers to frequently asked questions, and more.
Development versions (alphas, betas) are available here:
http://effbot.org/downloads/
The PIL handbook is not included in this distribution; to get the latest version, check:
http://www.pythonware.com/library/
http://effbot.org/books/imagingbook/ (drafts)
Enhancements:
- Added experimental PERSPECTIVE transform method (from Jeff Breiden- bach).
- Make sure "thumbnail" never generates zero-wide or zero-high images
- (reported by Gene Skonicki)
- Fixed a "getcolors" bug that could result in a zero count for some colors (reported by Richard Oudkerk).
- Changed default "convert" palette to avoid "rounding errors" when round-tripping white source pixels (reported by Henryk Gerlach and Jeff Epler).
<<lessThis source kit has been built and tested on Windows NT/2000/XP, Mac OS X, and most major Unix platforms (including Alpha, Solaris, and Intel systems). We believe that it should work on most modern platforms (people are using it on Crays, after all.
You can find the distribution on this site:
http://www.pythonware.com/products/pil/
That site also contains information about free and commercial support options, PIL add-ons, answers to frequently asked questions, and more.
Development versions (alphas, betas) are available here:
http://effbot.org/downloads/
The PIL handbook is not included in this distribution; to get the latest version, check:
http://www.pythonware.com/library/
http://effbot.org/books/imagingbook/ (drafts)
Enhancements:
- Added experimental PERSPECTIVE transform method (from Jeff Breiden- bach).
- Make sure "thumbnail" never generates zero-wide or zero-high images
- (reported by Gene Skonicki)
- Fixed a "getcolors" bug that could result in a zero count for some colors (reported by Richard Oudkerk).
- Changed default "convert" palette to avoid "rounding errors" when round-tripping white source pixels (reported by Henryk Gerlach and Jeff Epler).
Download (0.42MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
1195 downloads
CVSTrac 1.1.5
CVSTrac is a web-based bug and patch-set tracking system for use with CVS. more>>
CVSTrac implements a low-ceremony Web-based bug and patch-set tracking system for use with CVS. Features include automatic changelog generation, repository change history browsing, user-defined bug database queries, Wiki pages, and Web-based administration of the CVSROOT/passwd file.
CVSTrac is a stand-alone C program that operates either as CGI or as its own Web server.
Main features:
- Automatically generates a patch-set log from CVS check-in comments
- User-defined color-coded database queries
- Web-based administration of the CVSROOT/passwd file
- Built-in repository browser
- Built-in Wiki
- Very simple setup - a self-contained executable runs as CGI, from inetd, or as a stand-alone web server
- Minimal memory, disk and CPU requirements - works on old hardware
- Access permissions configurable separately for each user
- Allows for anonymous users
- Uses a built-in SQL database engine (SQLite) - no external RDBMS required
- Tested under Linux - works on other versions of Unix. Also works under Windows
- Can be run from a chroot jail for added security.
- GNU Public License
<<lessCVSTrac is a stand-alone C program that operates either as CGI or as its own Web server.
Main features:
- Automatically generates a patch-set log from CVS check-in comments
- User-defined color-coded database queries
- Web-based administration of the CVSROOT/passwd file
- Built-in repository browser
- Built-in Wiki
- Very simple setup - a self-contained executable runs as CGI, from inetd, or as a stand-alone web server
- Minimal memory, disk and CPU requirements - works on old hardware
- Access permissions configurable separately for each user
- Allows for anonymous users
- Uses a built-in SQL database engine (SQLite) - no external RDBMS required
- Tested under Linux - works on other versions of Unix. Also works under Windows
- Can be run from a chroot jail for added security.
- GNU Public License
Download (0.17MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1645 downloads
When 1.1.5
When is an extremely simple personal calendar program, aimed at the Unix geek who wants something minimalistic. more>>
When is an extremely simple personal calendar program, aimed at the Unix geek who wants something minimalistic.
When can keep track of things you need to do on particular dates. Its a very short and simple program, so you can easily tinker with it yourself. It doesnt depend on any libraries, so its easy to install.
You should be able to install it on any system where Perl is available, even if you dont have privileges for installing libraries. Its file format is a simple text file, which you can edit in your favorite editor.
Enhancements:
- This release adds a Danish translation.
<<lessWhen can keep track of things you need to do on particular dates. Its a very short and simple program, so you can easily tinker with it yourself. It doesnt depend on any libraries, so its easy to install.
You should be able to install it on any system where Perl is available, even if you dont have privileges for installing libraries. Its file format is a simple text file, which you can edit in your favorite editor.
Enhancements:
- This release adds a Danish translation.
Download (0.032MB)
Added: 2007-08-15 License: Perl Artistic License Price:
800 downloads
mod_spin 1.1.5
mod_spin is an Apache module that provides a simple template language with data replacement capabilities. more>>
mod_spin is an Apache module that provides a simple template language with data replacement capabilities, persistent application and session tracking, database connection pooling, dynamic linking of applications into Apache as shared libraries, parameters, cookies, and multipart/form data parsing, and a simple API for MVC controller functionality.
Main features:
- a simple template language with data replacement capabilities only
- persistent application and session tracking
- dynamic linking of applications into Apache 2 as shared libraries
- parameters, cookies and multipart/form-data parsing via libapreq2
- simple API for (kind of) MVC controller functionality
- simple API for pooled (or not) access to SQL databases
Enhancements:
- Application/session data is now saved in XML format.
- There is a new file-based store backend.
- The build configuration script now uses pkg-config.
- Private M4 macros are no longer in the publicly available mod_spin.m4.
<<lessMain features:
- a simple template language with data replacement capabilities only
- persistent application and session tracking
- dynamic linking of applications into Apache 2 as shared libraries
- parameters, cookies and multipart/form-data parsing via libapreq2
- simple API for (kind of) MVC controller functionality
- simple API for pooled (or not) access to SQL databases
Enhancements:
- Application/session data is now saved in XML format.
- There is a new file-based store backend.
- The build configuration script now uses pkg-config.
- Private M4 macros are no longer in the publicly available mod_spin.m4.
Download (0.082MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
801 downloads
JDraw 1.1.5
JDraw is a pixel oriented graphics editor designed especially for small to medium-sized pictures used to decorate web pages. more>>
JDraw is a pixel oriented graphics editor designed especially for small to medium-sized pictures used to decorate web pages.
JDraw image editor is completely written in Java, simple to use and saves (animated) GIFs, ICOs and PNGs.
I started writing this tool because it took me ages to do little things like changing a couple of pixels, making a colour transparent, adjusting some RGB values. Most graphic tools irritate with hundreds of sexy filters but have steep learning curves or just dont care about simple pixels.
So its high time for a good old pixel editor.
Programming language: JDraw is entirely written in Java. Originally written for JDK 1.4 it now supports JDK 1.3 as well.
Supported Platforms: So far I developed and tested JDraw under Windows XP and SuSe Linux 8.1.
Main features:
- plain, filled and gradient filled rectangles
- plain, filled and gradient filled ovals
- plain and gradient filled text
- colour picking, cropping, filling
- image scaling (since v1.2beta)
- image rotation (since v1.2.1beta)
- copying/moving clips
- rotating/flipping clips (since v1.2.2beta)
- save animated GIFs (interlaced/not interlaced)
- save PNGs (interlaced/not interlaced)
- save ICOs (true colour, 32 bit) (since v1.1.3)
- save JPEGs of configurable quality (since v1.1.4)
- read all image formats supported by Java
- colour reduction, colour replacing, colour swapping
- grayscaling (since v1.2.2beta)
- image browser (since v1.3beta)
- tolerant fill tool (since v1.3beta)
- palette operations like editing RGB colours, alpha values
- configuration of the Look&Feel to use (since v.1.1.3)
<<lessJDraw image editor is completely written in Java, simple to use and saves (animated) GIFs, ICOs and PNGs.
I started writing this tool because it took me ages to do little things like changing a couple of pixels, making a colour transparent, adjusting some RGB values. Most graphic tools irritate with hundreds of sexy filters but have steep learning curves or just dont care about simple pixels.
So its high time for a good old pixel editor.
Programming language: JDraw is entirely written in Java. Originally written for JDK 1.4 it now supports JDK 1.3 as well.
Supported Platforms: So far I developed and tested JDraw under Windows XP and SuSe Linux 8.1.
Main features:
- plain, filled and gradient filled rectangles
- plain, filled and gradient filled ovals
- plain and gradient filled text
- colour picking, cropping, filling
- image scaling (since v1.2beta)
- image rotation (since v1.2.1beta)
- copying/moving clips
- rotating/flipping clips (since v1.2.2beta)
- save animated GIFs (interlaced/not interlaced)
- save PNGs (interlaced/not interlaced)
- save ICOs (true colour, 32 bit) (since v1.1.3)
- save JPEGs of configurable quality (since v1.1.4)
- read all image formats supported by Java
- colour reduction, colour replacing, colour swapping
- grayscaling (since v1.2.2beta)
- image browser (since v1.3beta)
- tolerant fill tool (since v1.3beta)
- palette operations like editing RGB colours, alpha values
- configuration of the Look&Feel to use (since v.1.1.3)
Download (0.65MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1271 downloads
Walker 1.1.5
Walker is a Python script that updates entire Web sites. more>>
Walker is a Python script that updates entire Web sites. It matches the remote site to your local copy using FTP.
Once you set it up, it will upload any files that have changed in size, delete any remote files or directories you have deleted locally, and create any remote directories you have added locally.
The default deletion of files and directories can be overridden on the command line. Walker allows you to update your entire site by going online and then running one command in a terminal. It also includes Scpper.py, which updates a site in a similar manner using scp.
Enhancements:
- Documentation and install fixes.
<<lessOnce you set it up, it will upload any files that have changed in size, delete any remote files or directories you have deleted locally, and create any remote directories you have added locally.
The default deletion of files and directories can be overridden on the command line. Walker allows you to update your entire site by going online and then running one command in a terminal. It also includes Scpper.py, which updates a site in a similar manner using scp.
Enhancements:
- Documentation and install fixes.
Download (0.014MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1483 downloads
KWappen 1.1.5
KWappen project is a colorful KDE3.2 board game. more>>
KWappen project is a colorful KDE3.2 board game.
The goal of the game is to eliminate the game tiles as quickly as possible. The game is solved if every column has one tile or no tiles.
The game is not a clone of any other board game, and the rules of the game are entirely unique.
KWappen requires a screen resolution that at least as large as 1024x768 pixels.
<<lessThe goal of the game is to eliminate the game tiles as quickly as possible. The game is solved if every column has one tile or no tiles.
The game is not a clone of any other board game, and the rules of the game are entirely unique.
KWappen requires a screen resolution that at least as large as 1024x768 pixels.
Download (0.41MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1038 downloads
GoldED+ 1.1.5
GoldED+ si a substitute for GoldED Fidonet Mail Reader. more>>
GoldED+ si a substitute for GoldED Fidonet Mail Reader. The project was started in small town near Moscow, Russia. At this time I could not recall exact date of the first patch Ive made. The only thing I could recall is that everything began from fixing annoyable bug which causes impossibility of displaying stylecodes by settings in config. This patch was rejected by official maintainers though some other patches were accepted.
In the middle of 1999 all maintainers of official GoldED left Fidonet and almost lost interest to that project. Version names of GoldED-asa became too long and not fit to MSDOS 8+3 format. Ive asked Odinn about donating a 3.1.x version numbers to me but he just ignored my letter. The final version of GoldED-asa was GoldED-asa10 beta 3. After that project was renamed to GoldED+ and next version was called GoldED+ 1.1.0.
Last stable release is Golded+ 1.1.4.7. Current development version is Golded+ 1.1.5
<<lessIn the middle of 1999 all maintainers of official GoldED left Fidonet and almost lost interest to that project. Version names of GoldED-asa became too long and not fit to MSDOS 8+3 format. Ive asked Odinn about donating a 3.1.x version numbers to me but he just ignored my letter. The final version of GoldED-asa was GoldED-asa10 beta 3. After that project was renamed to GoldED+ and next version was called GoldED+ 1.1.0.
Last stable release is Golded+ 1.1.4.7. Current development version is Golded+ 1.1.5
Download (1.4MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1216 downloads
libutempter 1.1.5
libutempter provides a library interface for terminal emulators such as screen and xterm. more>>
libutempter project provides a library interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files.
Enhancements:
- FreeBSD support has been fixed.
<<lessEnhancements:
- FreeBSD support has been fixed.
Download (0.013MB)
Added: 2007-02-20 License: LGPL (GNU Lesser General Public License) Price:
980 downloads
lamprop 1.3.1
lamprops purpose is to calculate some properties of fiber-reinforced composite laminates. more>>
lamprops purpose is to calculate some properties of fiber-reinforced composite laminates. It calculates:
- engineering properties like Ex, Ey, Gxy
- thermal properties CTE_x and CTE_y
- physical properties like density and laminate thickness
- stiffness and compliance matrices (ABD and abd)
Enhancements:
- This program requires variable-length automatic arrays. These are supported in gcc since version 2.95 (at least, I do not have an earlier version at hand to check). They are also part of the C99 standard. HTML output is supported since version 1.0.0. Version 1.0.2 adds some small improvements to the LaTeX output. Version 1.1.0 adds partial output of engineering properties or matrices. Version 1.1.1 fixes the spacing in the displacement vector of the LaTeX output. Version 1.1.3 contains some fixes to the LaTeX output. Version 1.1.4 is compiled with improved matrix routines. Version 1.1.5 consists mainly of small code cleanups, and adds a Slackware package. Version 1.2.0 adds the printing out of additional data like area weight and resin consumption. Version 1.3.0 switches to a BSD-style license, and has some build and documentation improvements. Release 1.3.1 has some changes to make it compatible with the FreeBSD ports infrastructure.
<<less- engineering properties like Ex, Ey, Gxy
- thermal properties CTE_x and CTE_y
- physical properties like density and laminate thickness
- stiffness and compliance matrices (ABD and abd)
Enhancements:
- This program requires variable-length automatic arrays. These are supported in gcc since version 2.95 (at least, I do not have an earlier version at hand to check). They are also part of the C99 standard. HTML output is supported since version 1.0.0. Version 1.0.2 adds some small improvements to the LaTeX output. Version 1.1.0 adds partial output of engineering properties or matrices. Version 1.1.1 fixes the spacing in the displacement vector of the LaTeX output. Version 1.1.3 contains some fixes to the LaTeX output. Version 1.1.4 is compiled with improved matrix routines. Version 1.1.5 consists mainly of small code cleanups, and adds a Slackware package. Version 1.2.0 adds the printing out of additional data like area weight and resin consumption. Version 1.3.0 switches to a BSD-style license, and has some build and documentation improvements. Release 1.3.1 has some changes to make it compatible with the FreeBSD ports infrastructure.
Download (0.022MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1237 downloads
libmatheval 1.1.5
GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic expressions input as text. more>>
GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic expressions input as text.
libmatheval supports expressions in any number of variables of arbitrary names, decimal and symbolic constants, basic unary and binary operators, and elementary mathematical functions.
In addition to parsing and evaluation, libmatheval can also compute symbolic derivatives and output expressions to strings.
Enhancements:
- This version was relicensed under GNU Public License version 3.
<<lesslibmatheval supports expressions in any number of variables of arbitrary names, decimal and symbolic constants, basic unary and binary operators, and elementary mathematical functions.
In addition to parsing and evaluation, libmatheval can also compute symbolic derivatives and output expressions to strings.
Enhancements:
- This version was relicensed under GNU Public License version 3.
Download (0.50MB)
Added: 2007-07-02 License: GPL v3 Price:
844 downloads
Dynagraph 1.1.6.1
Dynagraph is a cross-platform library and command-line tool for dynamically drawing graphs. more>>
Dynagraph libraries are written in platform-neutral C++. As such, Dynagraph itself does not render to the screen, bitmaps, etc. Instead, the Dynagraph executable can be piped to a front end using the custom incrface language, or the library can be used directly in C++ programs, or in Windows programs via COM wrapper classes.
Gordon Woodhull maintains and improves Dynagraph continually. It is based on the brilliant work of the Graphviz team at AT&T Research, particularly Stephen North and Emden R. Gansner.
While Gordon consulted for AT&T Research from 1997 to 2003, he designed a new architecture and ported the DynaDAG and FDP engines from C to C++. Since his departure from AT&T, he has continued to rearchitect Dynagraph and add powerful new features.
Dynagraph is licensed under the Common Public License.
Whats New in 1.1.5.9 Stable Release:
- This improves the build system for *nix, esp using automatically generated dependencies.
- Requires gnu make.
Whats New in 1.1.6.1 Development Release:
- Contains a fix for the nodecross bug.
- Also parallel edges appear to be working.
<<lessGordon Woodhull maintains and improves Dynagraph continually. It is based on the brilliant work of the Graphviz team at AT&T Research, particularly Stephen North and Emden R. Gansner.
While Gordon consulted for AT&T Research from 1997 to 2003, he designed a new architecture and ported the DynaDAG and FDP engines from C to C++. Since his departure from AT&T, he has continued to rearchitect Dynagraph and add powerful new features.
Dynagraph is licensed under the Common Public License.
Whats New in 1.1.5.9 Stable Release:
- This improves the build system for *nix, esp using automatically generated dependencies.
- Requires gnu make.
Whats New in 1.1.6.1 Development Release:
- Contains a fix for the nodecross bug.
- Also parallel edges appear to be working.
Download (0.82MB)
Added: 2007-02-05 License: Common Public License Price:
993 downloads
JiBX 1.1.5
JiBX is a framework for binding XML data to Java objects. more>>
JiBX is a framework for binding XML data to Java objects. JiBX project lets you work with data from XML documents using your own class structures. The JiBX framework handles all the details of converting your data to and from XML based on your instructions.
JiBX is designed to perform the translation between internal data structures and XML with very high efficiency, but still allows you a high degree of control over the translation process.
How does it manage this? JiBX uses binding definition documents to define the rules for how your Java objects are converted to or from XML (the binding). At some point after youve compiled your source code into class files you execute the first part of the JiBX framework, the binding compiler.
This compiler enhances binary class files produced by the Java compiler, adding code to handle converting instances of the classes to or from XML. After running the binding compiler you can continue the normal steps you take in assembling your application (such as building jar files, etc.). You can also skip the binding compiler as a separate step and instead bind classes directly at runtime, though this approach has some drawbacks.
The second part of the JiBX framework is the binding runtime. The enhanced class files generated by the binding compiler use this runtime component both for actually building objects from an XML input document (called unmarshalling, in data binding terms) and for generating an XML output document from objects (called marshalling). The runtime uses a parser implementing the XMLPull API for handling input documents, but is otherwise self-contained.
Enhancements:
- Corrected a pair of problems with nested unordered groups, which resulted in exceptions during code generation.
- Fixed the "j2me" target for building under Windows.
- Changed child component order under < binding > element to namespace, format, include; corrected binding.xsd, binding.dtd, and documentation to match.
- Extended < include > support to allow < format > definitions from included bindings to be used within the including binding, and to support namespace scoping (global namespaces within the including binding apply to all included bindings; global namespaces within included binding apply only to that binding)
- Fixed handling of abstract < mapping > with attributes (with or without content).
- Added check for abstract class used directly (needs factory-method).
- Loosened checks for element name on child components of collection to only test < value > element children.
- Fixed problem with abstract base mapping use in unordered collection failing code generation (stack size mismatch).
- Corrected a problem in working with arrays of longs or doubles which could result in modified classes failing JVM validation.
- Corrected handling of optional mapping references.
- Changed default JiBX build Ant target to build the full distribution with debug information included, added a new "small-jars" target to compile and jar without debug information.
- Added propagation of namespaces defined in abstract < mapping >s up to the context of each reference to those < mapping >s.
- Fixed add-constructors=true option to make existing default constructors accessible, and to add superclass default constructors where necessary.
- Fixed handling of abstract < mapping > with no content or attributes present
- Removed erronous warning message about default used without usage=optional (default actually implies optional)
<<lessJiBX is designed to perform the translation between internal data structures and XML with very high efficiency, but still allows you a high degree of control over the translation process.
How does it manage this? JiBX uses binding definition documents to define the rules for how your Java objects are converted to or from XML (the binding). At some point after youve compiled your source code into class files you execute the first part of the JiBX framework, the binding compiler.
This compiler enhances binary class files produced by the Java compiler, adding code to handle converting instances of the classes to or from XML. After running the binding compiler you can continue the normal steps you take in assembling your application (such as building jar files, etc.). You can also skip the binding compiler as a separate step and instead bind classes directly at runtime, though this approach has some drawbacks.
The second part of the JiBX framework is the binding runtime. The enhanced class files generated by the binding compiler use this runtime component both for actually building objects from an XML input document (called unmarshalling, in data binding terms) and for generating an XML output document from objects (called marshalling). The runtime uses a parser implementing the XMLPull API for handling input documents, but is otherwise self-contained.
Enhancements:
- Corrected a pair of problems with nested unordered groups, which resulted in exceptions during code generation.
- Fixed the "j2me" target for building under Windows.
- Changed child component order under < binding > element to namespace, format, include; corrected binding.xsd, binding.dtd, and documentation to match.
- Extended < include > support to allow < format > definitions from included bindings to be used within the including binding, and to support namespace scoping (global namespaces within the including binding apply to all included bindings; global namespaces within included binding apply only to that binding)
- Fixed handling of abstract < mapping > with attributes (with or without content).
- Added check for abstract class used directly (needs factory-method).
- Loosened checks for element name on child components of collection to only test < value > element children.
- Fixed problem with abstract base mapping use in unordered collection failing code generation (stack size mismatch).
- Corrected a problem in working with arrays of longs or doubles which could result in modified classes failing JVM validation.
- Corrected handling of optional mapping references.
- Changed default JiBX build Ant target to build the full distribution with debug information included, added a new "small-jars" target to compile and jar without debug information.
- Added propagation of namespaces defined in abstract < mapping >s up to the context of each reference to those < mapping >s.
- Fixed add-constructors=true option to make existing default constructors accessible, and to add superclass default constructors where necessary.
- Fixed handling of abstract < mapping > with no content or attributes present
- Removed erronous warning message about default used without usage=optional (default actually implies optional)
Download (6.4MB)
Added: 2007-05-23 License: BSD License Price:
893 downloads
SkatStat 1.1.5
SkatStat is a Web-based statistical evaluation tool for the German Skat card game. more>>
SkatStat is a Web-based statistical evaluation tool for the German Skat card game. You can manage, rank, and evaluate the performance of players in your Skat community.
Skat games played according to the International Skat order are entered via an online game score sheet. These sheets are evaluated to derive statistics on players performance.
Enhancements:
- The code has been cleaned up.
- PHP 5 specifics have been updated.
- The code is now backward compatible up to PHP 4.0.
<<lessSkat games played according to the International Skat order are entered via an online game score sheet. These sheets are evaluated to derive statistics on players performance.
Enhancements:
- The code has been cleaned up.
- PHP 5 specifics have been updated.
- The code is now backward compatible up to PHP 4.0.
Download (0.39MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1294 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above trophy 1.1.5 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed