AllPairs is an open source test combinations generator written in Python. It allows one to create set of tests using 'pairwise combinations' method, reducing a number of combinations of variables into a lesser set that covers most situations.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Python Advanced Wordlist Generator is an easy to use software to create profiled wordlists and make various operations on an existing wordlist. This software is part of the "Kalkulator's Knights" project.
pycpp is a free C++ class library that will help you to easily write C++ code for both, embedding and extending C++ and Python. It comes along with a code generator that uses Python itself as interface language between C++ and your Python code.
Tool used to generate state machine framework code from a terse set of
directives embedded directly in the input source code file. This tool will also generate GraphViz graphical description and Spin/Promela modelling output.
fbdbinfo is a tiny python script which creates xhtml files that display information about a Firebird database. The data can as well be exported to xhtml files.
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
On the fly generator of metalinks based on clients' geographical location. Mainly targeted Mandriva Linux, but written in a generic and portable way making it easily usable for other purposes as well.
Acronym is a fast acronym generator with a simple GUI. It takes a collection of words and generates a list of all possible permutations of those words.
SIPStir is a bulk call generator for SIP devices/servers. The server piece is capable of generating an infinite variety of call scenarios based on a simple scripting language. A wxPython client can connect to the server to monitor and modify progress.
buildslackbuild is a bash shell script generator written in python to partially automate the process of building SlackBuild shell scripts for Slackware. The goal is to build a fully automatic system to relieve the sysadmin of this task.
Packet generator for security research (currently RADIUS protocol). Create either large highly variable test runs or short programs demonstrating a characteristic sequence of packets.
PacketFlow is a command line utility that processes an XML configuration to generate a set of firewall rules. It is intended to be installed and run directly on the firewall itself. PacketFlow was designed to deal with complex configurations.
Datawarehouse process workflow server and generator of datawarehouse mappings. It allows to define dependencies between tables or files and processes and according to these metadata it runs processes in parallel.
Carl's Python Tk And Tix Widget Thing is a widget helper (and code generator) on its way to becoming a gui builder and possibly a full-blown ide using the tk and tix widgets included in the standard python distribution.
pyCodeGen is a code generator written in python. This code generator use a xmi, a zargo or zuml file as input. You can use the friendly api to write your own code generator or you can use one already written.
Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application.
Following is an example of a query in Pony:
select(p for p in...
This tool generates Data Access Objects and Value Objects for PHP4/MySQL web applications. This greatly improves the readability of PHP scripts that use a MySQL database. Requires Python.
The ULM.gen project is a framework that help building and customizing source-code generators from a UML model expressed as XML documents, using generation templates. It also provides tools for synchronization with UML modelers such as IBM Rational Rose.
Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made
as compatible as possible with AT&T Yacc. Berkeley Yacc has been extended
to generate Python, Perl and Java code.