No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Start Free
Full-stack observability with actually useful AI | Grafana Cloud
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.
The Amplify MDA project is aimed at delivering a 'model-to-text' generator tool with real-world applicability in less than 1000 lines of Java/Groovy code.
I-Java is an extension of Java for implementing "incomplete objects" and "object composition". I-Java implements a preprocessor that produces standard Java code.
sbf stands for Sbf BrainFuck. It is a utility for interpreting, compiling, and translating the brainfuck language. It is intended to have any and all features a brainfuck programmer would ever want or need.
RunwayPHP provides an alternative for PHP programmers who are thinking of shifting to Ruby for the sake of Rails. Coding speed is improved via extensive MVC base classes and useful wizard-type scripts.
Java API for implementing any kind of Genetic Algorithm and Genetic Programming applications quickly and easily. Contains a wide range of ready-to-use GA and GP algorithms and operators to be plugged-in or extended. Includes Tutorials and Examples.
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
SoloTemplate is a simple stand-alone template engine written in Python, designed to load a data file and a template file and from them produce an output file.
DataScript Tools for formal specification and automatic decoding of binary data formats. NOTE: This project has moved to http://developer.berlios.de/projects/datascript/.
CSR is a program to identify, modify and replace code in automatic generated source code. A configuration file controls the behavior and actions of CSR. The configuration file usually contains regular expressions to search and replace the code.
Tool for Cython aimed to provide a functionality similar to SWIG. It rolls out "extern from" directives and generates shadow classes definitions. Can be used instead of cython in commandline.
ParGeL is an LALR(k) parser generator, which allows creation of inheritable parsers in runtime and compile time environments. ParGeL is written 100% in Java.
This perl script helps users to create LaTeX Beamer Class presentations with the lowest effort possible. Just write an indented outline, the script does the rest. Status: useable (already in productive use by developer)
DBBinder++ is a data-binder/ORM tool for SQL Databases (SQLite, MySQL, Firebird, Oracle and possibly others). Given an input file which contains severall SQL commands, it will generate source code to easily acess the results.
An application to take an image file (jpeg, bmp, etc) and convert it to an array of values suitable for including in source code. Source code is in C++ and developed under MS VS2008 and Emacs. Runs as a GUI app in Windows and a command-line app for *NIX.
This project is no longer supported. If you're looking for a table API generator for Oracle Database, checkout: https://github.com/osalvador/tapiGen2
tapiGen is a table API Generator for PL/SQL. It creates table encapsulation packages for tables that meet certain criteria. These TAPIs can reduce manual code creation while providing additional functionality for web based apps such as Oracle's ApEx.
JSEXT is a framework for JavaScript for server scripts, web servers and web clients. Seamlessly integrates C libraries with JavaScript code. Based on this, JSEXT provides support for fastcgi, MySQL, SQLite, FTP, SMTP, HTTP and more.
SPWrapper generates java (and now python) classes able to invoke stored procedures and to execute sql statements for you: you just have to give it the stored procedure name or the sql statement.