xp
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 224
XPde 0.5.1
XPde is a Windows XP-like desktop environment for Linux. more>>
XPde is a complete desktop environment for Linux on x86. It tries to make easier for Windows XP users to use a Linux box.
Nothing more, no clipboard compatibility between Gtk and Qt applications, no emulation of Windows applications, no unification on the widgets of X applications, just a desktop environment.
Enhancements:
- The desktop now fully uses PNG+Alpha channel, so you can use the icons of your choice anywhere
- The icon theme has been updated to the latest crystal svg, but not all icons are included, just the needed ones
- The used font now is Bitstream vera, which looks very similar to tahoma
- Now, Im using QTheme from Andreas Hausladen: http://mitglied.lycos.de/AndreasHausladen/Delphi/Kylix/CLXPatches/unitcomp.html#QThemed
- Still some work to do on this field.
- The desktop now is a XPShellListView control, that means that is based on the XPListView control will be used to build the explorer and that uses the XPDirectoryMonitor, a component that maintain an update list of files from a directory and it gets notified about changes without polling or using FAM
- The desktop now repaints significantly faster, I have spent most of the time optimizing the code to make it work faster in lower resources machines
- The taskbar is also completely new, is built using bitmaps, as you can see in the shot and can be themed very easily
- The window manager is mostly new, it also allows you to use themes, including rounded window frames.
<<lessNothing more, no clipboard compatibility between Gtk and Qt applications, no emulation of Windows applications, no unification on the widgets of X applications, just a desktop environment.
Enhancements:
- The desktop now fully uses PNG+Alpha channel, so you can use the icons of your choice anywhere
- The icon theme has been updated to the latest crystal svg, but not all icons are included, just the needed ones
- The used font now is Bitstream vera, which looks very similar to tahoma
- Now, Im using QTheme from Andreas Hausladen: http://mitglied.lycos.de/AndreasHausladen/Delphi/Kylix/CLXPatches/unitcomp.html#QThemed
- Still some work to do on this field.
- The desktop now is a XPShellListView control, that means that is based on the XPListView control will be used to build the explorer and that uses the XPDirectoryMonitor, a component that maintain an update list of files from a directory and it gets notified about changes without polling or using FAM
- The desktop now repaints significantly faster, I have spent most of the time optimizing the code to make it work faster in lower resources machines
- The taskbar is also completely new, is built using bitmaps, as you can see in the shot and can be themed very easily
- The window manager is mostly new, it also allows you to use themes, including rounded window frames.
Download (4.6MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1656 downloads

@1 Helpdesk XP 1.2
Online helpdesk system written in Perl CGI. more>> A very powerful web-based helpdesk system. It supports file attachments, hidden remarks, priority marking etc. You can even tell whether your replies have been read by the visitors.<<less
Download (44KB)
Added: 2009-04-27 License: Freeware Price: Free
184 downloads

Clearlooks-XPSilver
Clearlooks-XPSilver is yet another excellent addition for Gnome users. It is actually a theme that aims to replicate Windows XP Silver color scheme, but the final result is a little different more>>
Clearlooks-XPSilver is yet another excellent addition for Gnome users. It is actually a theme that aims to replicate Windows XP Silver color scheme, but the final result is a little different.
Requirements:
- Gnome
Added: 2008-10-29 License: GPL Price: FREE
13 downloads
XML::XPath::Simple 0.05
XML::XPath::Simple is a very simple interface for XPaths. more>>
XML::XPath::Simple is a very simple interface for XPaths.
SYNOPSIS
use XML::XPath::Simple;
$xp = new XML::XPath::Simple(
xml => $xml,
context => /
);
$content = $xp->valueof(/doc/c[2]/d[1]@id);
XML::XPath::Simple is designed to allow for the use of simple Abbreviated XPath syntax to access values from a small XML document. This module is not meant as a drop-in replacement for XML::XPath, and doesnt support the entire W3C XPath Recommendation. This module is meant as an easy and simple way to access XML data from small, non-complex structures.
XML::XPath::Simple doesnt support documents that have elements containing mixed content (text and tags), nor does it allow for the walking of the tree structure, or the counting of elements. While this module allows access to specific nodes using the position() function, internally the module doesnt necessarially parse the XML structure in any specific order, so position() calls may not return the value expected.
<<lessSYNOPSIS
use XML::XPath::Simple;
$xp = new XML::XPath::Simple(
xml => $xml,
context => /
);
$content = $xp->valueof(/doc/c[2]/d[1]@id);
XML::XPath::Simple is designed to allow for the use of simple Abbreviated XPath syntax to access values from a small XML document. This module is not meant as a drop-in replacement for XML::XPath, and doesnt support the entire W3C XPath Recommendation. This module is meant as an easy and simple way to access XML data from small, non-complex structures.
XML::XPath::Simple doesnt support documents that have elements containing mixed content (text and tags), nor does it allow for the walking of the tree structure, or the counting of elements. While this module allows access to specific nodes using the position() function, internally the module doesnt necessarially parse the XML structure in any specific order, so position() calls may not return the value expected.
Download (0.010MB)
Added: 2006-09-07 License: Perl Artistic License Price:
1143 downloads
UPX 3.01
UPX is a versatile executable packer. more>>
UPX is a versatile executable packer.
Main features:
- excellent compression ratio: typically compresses better than WinZip/zip/gzip, use UPX to decrease the size of your distribution !
- very fast decompression: ~10 MB/sec on an ancient Pentium 133, ~200 MB/sec on an Athlon XP 2000+.
- no memory overhead for your compressed executables because of in-place decompression.
- safe: you can list, test and unpack your executables. Also, a checksum of both the compressed and uncompressed file is maintained internally.
- universal: UPX can pack a number of executable formats:
- atari/tos
- djgpp2/coff
- dos/com
- dos/exe
- dos/sys
- linux/386
- rtm32/pe
- tmt/adam
- watcom/le (supporting DOS4G, PMODE/W, DOS32a and CauseWay)
- win32/pe
- portable: UPX is written in portable endian-neutral C++
- extendable: because of the class layout its very easy to add new executable formats or new compression algorithms
- free: UPX is distributed with full source code under the GNU General Public License, and may be used freely even with commercial programs.
<<lessMain features:
- excellent compression ratio: typically compresses better than WinZip/zip/gzip, use UPX to decrease the size of your distribution !
- very fast decompression: ~10 MB/sec on an ancient Pentium 133, ~200 MB/sec on an Athlon XP 2000+.
- no memory overhead for your compressed executables because of in-place decompression.
- safe: you can list, test and unpack your executables. Also, a checksum of both the compressed and uncompressed file is maintained internally.
- universal: UPX can pack a number of executable formats:
- atari/tos
- djgpp2/coff
- dos/com
- dos/exe
- dos/sys
- linux/386
- rtm32/pe
- tmt/adam
- watcom/le (supporting DOS4G, PMODE/W, DOS32a and CauseWay)
- win32/pe
- portable: UPX is written in portable endian-neutral C++
- extendable: because of the class layout its very easy to add new executable formats or new compression algorithms
- free: UPX is distributed with full source code under the GNU General Public License, and may be used freely even with commercial programs.
Download (0.25MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
834 downloads
pyMap 0.1
pyMap consists in a port scanner written in Python. more>>
pyMap consists in a port scanner written in Python.
pyMap is a port scanner capable of ICMP, SYN, and FIN scans. It has been found to work on Windows XP and numerous Linux distributions.
<<lesspyMap is a port scanner capable of ICMP, SYN, and FIN scans. It has been found to work on Windows XP and numerous Linux distributions.
Download (0.050MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
918 downloads
sx360 1.0
sx360 is an open source c++ library for dealing with 360 column binary format. more>>
sx360 is an open source c++ library for dealing with 360 column binary format. Although it is in its infancy, it is very complete in its featureset. The library supports files greater than 4 GB in size.
Project files are available for XCode, Visual Studio 2005, and Linux (autoconf/automake).
sx360 has been tested on :
- Mac OS X 10.4
- CentOS 5 (32 and 64 bit)
- Ubuntu 7.04 (32 bit)
- Windows XP SP2
<<lessProject files are available for XCode, Visual Studio 2005, and Linux (autoconf/automake).
sx360 has been tested on :
- Mac OS X 10.4
- CentOS 5 (32 and 64 bit)
- Ubuntu 7.04 (32 bit)
- Windows XP SP2
Download (0.46MB)
Added: 2007-08-06 License: BSD License Price:
811 downloads
CCux Linux Alpha 0.9.8
CCux Linux is a GNU/Linux Distribution especially optimized for i686 and higher Processor Architectures. more>>
CCux Linux is a GNU/Linux Distribution especially optimized for i686 and higher Processor Architectures.
For Package Management it uses the old fashioned rpm Format in connection with the also well known apt Tools.
Using that, it features automatic Dependency resolving when installing new Software and so making the Installation of new Software much more easier.
But the main Feature is still the Optimization for modern CPU Architectures. Many other Distros still use old fashioned Standards for that and therefor limit the Possibility to gain a high performance System.
Hardware supported:
- Pentium II
- Pentium Pro / Celeron
- Pentium III / Celeron Coppermine
- Pentium 4 / Xeon
- Athlon / Duron / K7 (Athlon-XP und Athlon-MP)
- Cyrix M2
- Opteron / Athlon64
<<lessFor Package Management it uses the old fashioned rpm Format in connection with the also well known apt Tools.
Using that, it features automatic Dependency resolving when installing new Software and so making the Installation of new Software much more easier.
But the main Feature is still the Optimization for modern CPU Architectures. Many other Distros still use old fashioned Standards for that and therefor limit the Possibility to gain a high performance System.
Hardware supported:
- Pentium II
- Pentium Pro / Celeron
- Pentium III / Celeron Coppermine
- Pentium 4 / Xeon
- Athlon / Duron / K7 (Athlon-XP und Athlon-MP)
- Cyrix M2
- Opteron / Athlon64
Download (701.9MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1284 downloads
EasyBMP 1.06
EasyBMP is a cross-platform C++ library for reading and writing Windows bitmap (BMP) files. more>>
EasyBMP is a simple, cross-platform C++ library designed for easily reading, writing, and modifying Windows bitmap (BMP) image files. You can learn more about the history and goals of the project here.
The library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on 1-bit, 4-bit, 8-bit, 24-bit, or 32-bit BMP files.
EasyBMP is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.4.x, 2.6.x kernels and g++ and icc) and Windows (XP Pro, XP Home, and 2K Pro with MinGW/g++), as well as on a Sun Sparc 4 machine (Solaris 5.9 with g++). EasyBMP should be solid on little-endian architectures and experimental on big-endian architectures.
Enhancements:
- This bug focuses on minor bugfixes, particularly in the copy constructor.
- Numerous other small bugs have also been fixed.
<<lessThe library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on 1-bit, 4-bit, 8-bit, 24-bit, or 32-bit BMP files.
EasyBMP is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.4.x, 2.6.x kernels and g++ and icc) and Windows (XP Pro, XP Home, and 2K Pro with MinGW/g++), as well as on a Sun Sparc 4 machine (Solaris 5.9 with g++). EasyBMP should be solid on little-endian architectures and experimental on big-endian architectures.
Enhancements:
- This bug focuses on minor bugfixes, particularly in the copy constructor.
- Numerous other small bugs have also been fixed.
Download (0.016MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1060 downloads
TkSpider 0.97
TkSpider project is a game of solitaire is played with the equivalent of two packs of cards. more>>
TkSpider project is a game of solitaire is played with the equivalent of two packs of cards.
The last release includes several small new features, including a redo feature.
Some code, and the card images, taken from Jeff Godreys "Once in a Lifetime".
Spider, based on the card-game shipped with Windows XP
<<lessThe last release includes several small new features, including a redo feature.
Some code, and the card images, taken from Jeff Godreys "Once in a Lifetime".
Spider, based on the card-game shipped with Windows XP
Download (MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1069 downloads
GemDropGL 1.1
GemDropGL is an online enabled block-and-pit puzzler, with bombs! more>>
GemDropGL is an online enabled block-and-pit puzzler, with bombs!
Programming Language: C++, Objective C (editor)
Graphics API: OpenGL, Cocoa (editor)
Sound API: OpenAL
This is the puzzle game Ive always wanted to write. A decent competitive mode, a cooperative mode, both of which support Internet play, 90 stages with the ability to create your own...
Be sure that you have the necessary OpenAL and ALUT libraries from here before attempting to run.
Download includes Linux, Mac OS X and Windows 2000/XP versions.
<<lessProgramming Language: C++, Objective C (editor)
Graphics API: OpenGL, Cocoa (editor)
Sound API: OpenAL
This is the puzzle game Ive always wanted to write. A decent competitive mode, a cooperative mode, both of which support Internet play, 90 stages with the ability to create your own...
Be sure that you have the necessary OpenAL and ALUT libraries from here before attempting to run.
Download includes Linux, Mac OS X and Windows 2000/XP versions.
Download (1.6MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
906 downloads
Cylindrix 1.0
Cylindrix is a polygonal 3D action strategy shooter. more>>
Cylindrix project is a polygonal 3D action strategy shooter.
It released for DOS in 1995, and is now ported to Windows and Linux.
Way way back in 1995 I was one of two programmers who wrote the game Cylindrix. It was a DOS game.
We wrote it before Windows was a viable option for gaming. Because of DOSs limitations we had to use DJGPP, the protected mode GCC for DOS.
This allowed us to use more than 640k of RAM without having to mess with goofy EMS managers. We had to write everything from scratch...the keyboard interrupts, the graphics access, everything.
Ive been wanting to port it over to Windows for a while, since it wouldnt run on Windows2000 or XP.
I recently got a burst of energy and decided to do the port to both Windows and Linux at the same time. I used the Allegro library to accomplish this.
<<lessIt released for DOS in 1995, and is now ported to Windows and Linux.
Way way back in 1995 I was one of two programmers who wrote the game Cylindrix. It was a DOS game.
We wrote it before Windows was a viable option for gaming. Because of DOSs limitations we had to use DJGPP, the protected mode GCC for DOS.
This allowed us to use more than 640k of RAM without having to mess with goofy EMS managers. We had to write everything from scratch...the keyboard interrupts, the graphics access, everything.
Ive been wanting to port it over to Windows for a while, since it wouldnt run on Windows2000 or XP.
I recently got a burst of energy and decided to do the port to both Windows and Linux at the same time. I used the Allegro library to accomplish this.
Download (7.5MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1048 downloads
DAPHNE 0.99.7
DAPHNE is the First Ever Multiple Arcade Laserdisc Emulator! more>>
DAPHNE is a Free laserdisc game emulator that allows one to play laserdisc arcade games on ones PC. Using DAPHNE, one can play the following laserdisc arcade games:
- Astron Belt
- Badlands
- Begas Battle
- Cliff Hanger
- Cobra Command (running on Astron Belt hardware)
- Dragons Lair (US)
- Eshs Aurunmilla
- Galaxy Ranger
- Space Ace (US)
- Star Blazer
- Super Don Quix-ote
- Thayers Quest
The main question everyone seems to want to know is whether you need a real laserdisc and a real laserdisc player to play games with DAPHNE.
The answer is you do NOT need a real laserdisc player to play games with DAPHNE. DAPHNE can emulate a real laserdisc player using mpeg files. However, if you happen to have a real laserdisc and a real laserdisc player, you CAN use them with DAPHNE.
DAPHNE is available for i386 GNU/Linux, i386 FreeBSD, Mac OSX and Windows 2000/XP. It also may work on older versions of Windows such as 95/98/ME but performance will not be as smooth (rather jerky when using mpeg files).
<<less- Astron Belt
- Badlands
- Begas Battle
- Cliff Hanger
- Cobra Command (running on Astron Belt hardware)
- Dragons Lair (US)
- Eshs Aurunmilla
- Galaxy Ranger
- Space Ace (US)
- Star Blazer
- Super Don Quix-ote
- Thayers Quest
The main question everyone seems to want to know is whether you need a real laserdisc and a real laserdisc player to play games with DAPHNE.
The answer is you do NOT need a real laserdisc player to play games with DAPHNE. DAPHNE can emulate a real laserdisc player using mpeg files. However, if you happen to have a real laserdisc and a real laserdisc player, you CAN use them with DAPHNE.
DAPHNE is available for i386 GNU/Linux, i386 FreeBSD, Mac OSX and Windows 2000/XP. It also may work on older versions of Windows such as 95/98/ME but performance will not be as smooth (rather jerky when using mpeg files).
Download (2.3MB)
Added: 2005-11-07 License: GPL (GNU General Public License) Price:
1140 downloads
pymssql 0.8.0
pymssql module provides access to MS SQL Servers from Python scripts. more>>
pymssql module provides access to MS SQL Servers from Python scripts.
Its the most efficient method of accessing MS SQL Servers data from Python scripts. If you care about performance, you can give it a try.
Supported Platforms
pymssql 0.7.4 has been tested on FreeBSD 6.0, NetBSD 2.1, 3.0, Linux with kernel 2.6, and Windows XP. It should also run on other platforms.
pymssql 0.7.1 has been tested on FreeBSD 5.4 and 6.0, NetBSD 2.0.2, Linux with kernel 2.6, Solaris 10/x86, Mac OS X (thanks Joseph Kocherhans) and Windows XP. It should also run on other platforms.
If you have any experience with other platforms, just let me know and Ill add the info here.
Supported SQL Server versions
pymssql 0.7.4 on *BSD, Linux was successfully tested with SQL Server 2000, all service pack levels.
pymssql 0.7.4 on Windows was successfully tested with SQL Server 2000 RTM, SP3a and SP4, and with SQL Server 2005 RTM (9.00.1399.06).
Main features:
- Supports connecting to MS SQL 2000 and SQL 2005 servers, all editions and service pack levels.
- Supports named instances and non-standard port numbers.
- Great performance: it uses MS SQL DB-Library for C instead of Win32 ODBC.
- Multiple Query/Multiple Result.
- Supports "almost all" of the DB-API 2.0.
<<lessIts the most efficient method of accessing MS SQL Servers data from Python scripts. If you care about performance, you can give it a try.
Supported Platforms
pymssql 0.7.4 has been tested on FreeBSD 6.0, NetBSD 2.1, 3.0, Linux with kernel 2.6, and Windows XP. It should also run on other platforms.
pymssql 0.7.1 has been tested on FreeBSD 5.4 and 6.0, NetBSD 2.0.2, Linux with kernel 2.6, Solaris 10/x86, Mac OS X (thanks Joseph Kocherhans) and Windows XP. It should also run on other platforms.
If you have any experience with other platforms, just let me know and Ill add the info here.
Supported SQL Server versions
pymssql 0.7.4 on *BSD, Linux was successfully tested with SQL Server 2000, all service pack levels.
pymssql 0.7.4 on Windows was successfully tested with SQL Server 2000 RTM, SP3a and SP4, and with SQL Server 2005 RTM (9.00.1399.06).
Main features:
- Supports connecting to MS SQL 2000 and SQL 2005 servers, all editions and service pack levels.
- Supports named instances and non-standard port numbers.
- Great performance: it uses MS SQL DB-Library for C instead of Win32 ODBC.
- Multiple Query/Multiple Result.
- Supports "almost all" of the DB-API 2.0.
Download (0.15MB)
Added: 2006-09-25 License: LGPL (GNU Lesser General Public License) Price:
1132 downloads
PerlActor 0.02
PerlActor is a simple automated executable acceptance test framework for Perl. more>>
PerlActor is a simple automated executable acceptance test framework for Perl.
PerlActor is a simple automated executable acceptance test framework for Perl. It can be used by Extreme Programming (XP) teams to rapidly develop executable acceptance tests for their Perl code.
XP mandates that the Customer writes acceptance tests for the application under development. The acceptance tests, also known as customer tests, demonstrate that application features are complete and that they work as expected. Ideally, the tests should be directly executable and automated so that they can be run continuously, without manual effort.
PerlActor enables an XP Customer to write *executable* acceptance tests as plain text files, using a very simple syntax. Each test consists of a number of parameterized commands (one per line), which PerlActor uses to exercise the application. PerlActor parses the test, invokes the commands with any parameters, and reports the result. The developers provide glue code to implement the commands required by the tests.
PerlActor allows tests to be grouped into suites so that related tests can be run as a group. The Customer can also just place test scripts in a directory structure and have PerlActor find and execute them all.
The PerlActor approach to acceptance testing has a number of advantages:
1) As the application grows the team will gradually develop a comprehensive set of Commands for testing the application.
2) The Customer, independent of the development team, can write and execute new tests for the application at any time, using any of the existing Commands.
3) Existing tests may be changed by the Customer at any time, again without developer help.
EXAMPLE SCRIPT
The following sample test script is adapted from one of the example scripts contained in the examples/calculator directory of this distribution. It tests a toy calculator "application":
# Script to check addition
# 10 + 32 = 42
# Create a new calculator application
NewCalculator
# Ensure that the display reads 0, initially
CheckDisplayReads 0
# Press key 1, then key 0
PressKeys 1 0
CheckDisplayReads 10
PressKeys +
CheckDisplayReads 10
PressKeys 3 2
CheckDisplayReads 32
PressKeys =
CheckDisplayReads 42
The following is sample output from the included test runner:
Running Acceptance Tests at Sun Apr 10 17:59:11 GMT 2005
==========================================================
.....
0.545077 wallclock secs ( 0.42 usr + 0.11 sys = 0.53 CPU)
Run: 5, Passed: 5, Failed: 0, Aborted: 0.
and with test failure:
Running Acceptance Tests at Sun Apr 10 18:04:36 GMT 2005
==========================================================
.F...
1.24811 wallclock secs ( 0.47 usr + 0.07 sys = 0.54 CPU)
Run: 5, Passed: 4, Failed: 1, Aborted: 0.
!!!FAILED!!!
1) FAILED: Display is wrong: expected 41, got 42 in scripts/test_addition.pact
at CheckDisplayReads 41, line 37
<<lessPerlActor is a simple automated executable acceptance test framework for Perl. It can be used by Extreme Programming (XP) teams to rapidly develop executable acceptance tests for their Perl code.
XP mandates that the Customer writes acceptance tests for the application under development. The acceptance tests, also known as customer tests, demonstrate that application features are complete and that they work as expected. Ideally, the tests should be directly executable and automated so that they can be run continuously, without manual effort.
PerlActor enables an XP Customer to write *executable* acceptance tests as plain text files, using a very simple syntax. Each test consists of a number of parameterized commands (one per line), which PerlActor uses to exercise the application. PerlActor parses the test, invokes the commands with any parameters, and reports the result. The developers provide glue code to implement the commands required by the tests.
PerlActor allows tests to be grouped into suites so that related tests can be run as a group. The Customer can also just place test scripts in a directory structure and have PerlActor find and execute them all.
The PerlActor approach to acceptance testing has a number of advantages:
1) As the application grows the team will gradually develop a comprehensive set of Commands for testing the application.
2) The Customer, independent of the development team, can write and execute new tests for the application at any time, using any of the existing Commands.
3) Existing tests may be changed by the Customer at any time, again without developer help.
EXAMPLE SCRIPT
The following sample test script is adapted from one of the example scripts contained in the examples/calculator directory of this distribution. It tests a toy calculator "application":
# Script to check addition
# 10 + 32 = 42
# Create a new calculator application
NewCalculator
# Ensure that the display reads 0, initially
CheckDisplayReads 0
# Press key 1, then key 0
PressKeys 1 0
CheckDisplayReads 10
PressKeys +
CheckDisplayReads 10
PressKeys 3 2
CheckDisplayReads 32
PressKeys =
CheckDisplayReads 42
The following is sample output from the included test runner:
Running Acceptance Tests at Sun Apr 10 17:59:11 GMT 2005
==========================================================
.....
0.545077 wallclock secs ( 0.42 usr + 0.11 sys = 0.53 CPU)
Run: 5, Passed: 5, Failed: 0, Aborted: 0.
and with test failure:
Running Acceptance Tests at Sun Apr 10 18:04:36 GMT 2005
==========================================================
.F...
1.24811 wallclock secs ( 0.47 usr + 0.07 sys = 0.54 CPU)
Run: 5, Passed: 4, Failed: 1, Aborted: 0.
!!!FAILED!!!
1) FAILED: Display is wrong: expected 41, got 42 in scripts/test_addition.pact
at CheckDisplayReads 41, line 37
Download (0.013MB)
Added: 2007-06-22 License: Perl Artistic License Price:
854 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 xp 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