C,C++,Python unit/integ test generator
Grok Headline matches for C,C++,Python unit/integ test generator
The unit-- unit test aid for C++
The unit-- unit test aid for C++
04/13/2005 08:01 AMAn initial version released
Python on Parrot test status
Python on Parrot test status
12/25/2004 04:57 PM[[[All tests successful.]]] What does this mean? Pretty much
that
these tests pass, nothing more, nothing less. ...
Strategic Test: 14-bit arbitrary
waveform generator PC card
Strategic Test: 14-bit arbitrary
waveform generator PC card
05/21/2004 07:01 AMECE May 21 2004 11:08AM GMT
The unit++ test framework
The unit++ test framework
04/28/2004 02:54 AMUnit++ as debian package
XML Schema Unit Test
XML Schema Unit Test
06/22/2005 02:02 AMXML Schema Unit Test - Promoting XML Data Exchange
ActionScript 2.0 Unit Test Framework
ActionScript 2.0 Unit Test Framework
05/08/2004 03:40 AMFlash ActionScript 2.0 Unit Test Framework Beta Released
CARE 2X php Integ Hospital Info System
CARE 2X php Integ Hospital Info System
01/11/2004 10:29 PMCare2X deployment version 1.1 is released!
Easy Generator Generator 1.0 (Default
branch)
Easy Generator Generator 1.0 (Default
branch)
03/31/2005 07:22 AMEasy Generator Generator (EGG) is a development
tool for fast and easy realization of XML to
plain-text tranformations. It is similar to XSLT,
Velocity, or JSP but emphasises source code
generation in a model-driven generative developmen
process. It comes with an iterative development
process for creating templates that lets you build
transformations quickly and easily.
Python and XML: XML Namespaces Support
in Python Tools, Part Two
Python and XML: XML Namespaces Support
in Python Tools, Part Two
05/13/2004 07:55 PMIn his latest Python and XML column, Uche Ogbuji continues his tour of
XML namespaces support in Python tools, focusing this time on 4Suite.
Python and XML: XML Namespaces Support
in Python Tools, Part Three
Python and XML: XML Namespaces Support
in Python Tools, Part Three
06/30/2004 07:31 PMIn this month's Python and XML column Uche Ogbuji examines the
namespace support in ElementTree, PyRXPU, and libxml.
Backporting from Python 2.3 to Python
2.2
Backporting from Python 2.3 to Python
2.2
06/08/2004 11:18 PMWe have a home-grown templating system at work, which I
intend to dedicate an entry to some time in the future. We originally
wrote it in Python 2.2, but upgraded to Python 2.3 a while ago and
have since been evolving our code in that environment. Today I found a
need to load the most recent version of our templating system on to a
small, long neglected application that had been running the original
version ever since it had enough features to be usable.
Unfortunately, this application was running on a server
that only had Python 2.2. Installing Python 2.3 would have been
somewhat more painful here than on other servers we run for reasons I
won't go in to, so I decided to have a go at getting our current code
to run under the older Python version.
In the end, I only had to make three minor changes, all at
the top of the file in question.
I added from __future__ import
generators as the very first line of the file. We use
generators (with the yield statement) in a
few places - this feature was only properly added in Python 2.3, but
was made available in Python 2.2 as a "future enhancement" through the
aforementioned obscure import.
I added True, False = 1,
0 on the next line down. Surprisingly, Python 2.2 had no
support for a boolean type and instead used a test for non-zero
instead. The above line defines constants that behave enough like
Python 2.3's True and False to avoid any problems.
I defined an enumerate
function, which was introduced for real in Python 2.3. Here's the code
I used:
def enumerate(obj):
for i, item in zip(range(len(obj)), obj):
yield i, item
All in all it only took around ten minutes to put the
above together, after which the script worked just fine. It was
interesting to see how our code had grown to rely on Python 2.3
features without us realising it.
Don't Test Users, Test Hypotheses
Don't Test Users, Test Hypotheses
10/29/2003 09:10 AMKozio, Inc. Introduces Embedded Systems
Test Support for ADI Engineering Coyote
Gateway Reference Platform; Kozio test
suite supports design based on the
Intel® IXP425TM network processor
Kozio, Inc. Introduces Embedded Systems
Test Support for ADI Engineering Coyote
Gateway Reference Platform; Kozio test
suite supports design based on the
Intel® IXP425TM network processor
08/09/2004 02:05 AMKozio, Inc., a developer of embedded systems software, has introduced
a new test suite developed in cooperation with ADI Engineering that
supports ADI's Coyote gateway reference design based on the Intel®
IXP425TM network processor. All three Kozio products– Kozio
kMfgTestTM, Kozio kPOSTTM and Kozio kDiagnosticsTM – support this
richly featured, production-ready gateway reference design. [PRWEB Aug
9, 2004]
Stress Testing: Using Modular Stress
Test to Test Platforms and Components
Stress Testing: Using Modular Stress
Test to Test Platforms and Components
12/18/2003 12:58 AMModular Stress is a flexible system that performs several different
types of stress testing. It is based on a set of test modules that
each target individual features or components in a platform. The CETK
includes a number of operating system (OS) stress modules that target
major system components (for example, GWES, FileSys, Kernel, and so
on). In addition, the user can create custom modules to target other
platform components. The Modular Stress Test harness controls how
these tests are run, that is, the sort of test environment that is
desired, and collects data on system health throughout the course of a
stress run.
RTF Generator
RTF Generator
11/14/2003 08:42 PMoctober 28, 2003 - the first public release
Not another Name Generator!!!!
Not another Name Generator!!!!
09/11/2004 09:32 PM
Smurf
Name Generator. It doesn't suck, that bad.
Anything from XMI Generator
Anything from XMI Generator
11/05/2003 10:52 AMAXgen 2.0.2 released
Nunni FSM Generator
Nunni FSM Generator
01/06/2004 11:48 AMNunni FSM Generator v. 0.56 has been released!
XML-Generator-vCard-1.3
XML-Generator-vCard-1.3
12/29/2004 01:18 AM"bookmarklet generator"
"bookmarklet generator"
09/17/2004 08:31 PMJSP Documentation Generator 1.0.9
JSP Documentation Generator 1.0.9
11/18/2003 09:15 AMGenerates javadoc-style documentation from .jsp pages.
PodGuide Generator 0.0.8
PodGuide Generator 0.0.8
04/11/2005 10:37 AMAllows you to just fill in your PodGuide data (PodGuide name, track
info, track pictures) and it generates a PodGuide for you.
XML-Generator-vCard-RDF-1.4
XML-Generator-vCard-RDF-1.4
12/29/2004 01:18 AMList-u-Like CSS Generator
List-u-Like CSS Generator
04/05/2005 06:34 AMList-u-Like CSS Generatorhttp://www.listulike.com/Most web-developers agree that using lists for navigation is a
good idea, and styling a simple navbar is pretty easy. Yet as designs
get more sophisticated, and browser-quirks multiply like coat hangers,
the CSS involved can soon get rather complicated. But what if you had
a tool that gave you detailed control over the appearance of a
navigation list, and took account of browser variations itself - so
that all you had to do was design it, and the exact CSS would be
written for you..? Well now you do .... this generator program creates
custom CSS for styling unorderded-lists as navigation bars, according
to your design. To use the generated CSS simply paste it into your
style sheet, then add the relevant class name to your list. That's the
basics, but the program itself has quite a few options :-) The rest of
the documentation looks at each option in detail, has articles
covering aspects of design and implementation in more depth, and a
selection of links to relevant external resources. This has been added
to
World Wide Web
Reference Subject Tracerâ„¢ Information Blog.
XML-Generator-RSS10-gcl-0.01
XML-Generator-RSS10-gcl-0.01
09/10/2004 07:16 AMXML Code Generator
XML Code Generator
09/05/2004 04:56 PMInitial Release
XML-Generator-SVG-ShapeFile-0.2
XML-Generator-SVG-ShapeFile-0.2
08/21/2004 11:58 PMSiG information generator
SiG information generator
06/22/2004 08:26 PMSiG is alive
MP3 HTML Generator v3.02
MP3 HTML Generator v3.02
10/31/2003 11:41 AMMP3 HTML Generator lets you create an MP3 HTML list for your website
without writing code. The page can contain information such as artist,
album, title, filename, and more. [Shareware 30 Days 1.40 MB]
Neogia 0.64 (Generator)
Neogia 0.64 (Generator)
01/04/2005 11:12 AMA set of add-on component for the ERP OFBiz.
Merlin Generator
Merlin Generator
03/24/2005 11:56 AMSources Available
Tombstone Generator
Tombstone Generator
07/22/2004 05:01 PMTombstone Generator .. generators
jjchandler.com/tombstone
track this
site | 4 links
iTMS RSS Generator
iTMS RSS Generator
01/22/2004 11:45 AMCombining two of my current favorite things, Apple has added an RSS Generator to the iTunes Music Store. You can now custom
build a feed based upon the genre(s) that interest you and if they are
new releases, just added, etc... Pretty cool use of RSS.
Via MacNN
Click here to comment on this entry
Ontology Generator
Ontology Generator
12/30/2003 08:30 AMOntology Generatorhttp://progos.hu/ontol
ogy_generator.htmlOntology Generator can be used to
generate RDF Schema (RDFS), owl or daml+oil, from an uploaded RDF
file, RDF file URL or from RDF pasted directly into the page.
XML-Generator-RSS10-0.01
XML-Generator-RSS10-0.01
06/30/2004 05:42 PM"Tombstone Generator"
"Tombstone Generator"
07/25/2004 02:34 PMC# D & D Character Generator
C# D & D Character Generator
12/03/2003 12:13 PMPrototyping has begun
The Random Map Generator
The Random Map Generator
05/01/2004 02:24 PMA beginning
Report generator
Report generator
11/01/2003 05:18 AMBack to work. :-))
Grok Description matches for C,C++,Python unit/integ test generator
GrokA matches for C,C++,Python unit/integ test generator
C,C++,Python unit/integ test generator