Gimp# is a C# wrapper around the GIMP API. It also offers a plug-in framework. This enables users to quickly write new GIMP plug-ins using .NET or Mono.
Nalasys is a natural language system that allows users to specify instructions to the computer in natural language. By defining words with intrinsic data the system recognizes, a user will be able to program a system using his own words.
For now the system can use several programmatic languages like SQL, Javascript, Groovy or JSP expression language. It also has a default language with no keywords where you can add words defined with objects in memory or from other languages.
SimpleJ is a collection of easy to use multi-purpose Java beans. They provide commonly used methods for handling I/O, arithmetic, and general commonly used algorithms used in computer science. Intended audience: programmers and computer science students.
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.
PrettyPrinter is a sourcecode formatter/beautifier. Its modular design allows the use of different syntax modules through a unified interface. It comes with a default syntax module that interprets customizable syntax files using regular expressions.
Library to access private or protected parts of java classes
PrivilegedAccessor is a very simple library for accessing private or protected members, methods or constructors in Java.
This project has been moved to google code: See http://code.google.com/p/privilegedaccessor/
BASM is a user friendly and easy to use assembler for The Basic Computer, capable of creating the object, list and hex file and giving detailed error reports. It's more of academic use for students who wish to understand how does The Basic Computer actually work. Alongside this assembler, soon a simulator will also be available at BASM's SourceForge page.
DataScript is a formal language for modelling binary datatypes, bitstreams or file formats. This project provides a parser and code generator for generating Java codec classes from a DataScript specification.
widi is a form targeted to Open Source Developers that processes automatically their input and shows the results graphically. It is part of a project at the "Computer Science and Society" Institute at the Technical University of Berlin.
This Perl module is intended to make it easy to create web forms by allowing you to describe them in a simple langauge. These descriptions are parsed and turned into CGI::FormBuilder objects.
...Uses reflection to automatically create a command line option processor from an annotated java interface, allowing the declarative specification of arguments, and clean access to supplied values.
As of version 0.7 The sourcecode is available at https://github.com/lexicalscope/jewelcli
Please Note: the maven groupId has changed as of version 0.7, it has changed to com.lexicalscope.jewelcli
A configuration generator tool which is able to generate programs that insert, delete, or update database records for a number of different database programs. <a href="http://www.manelelena.com">Project Page</a>
Generate an executable state machine from a high level language.
This application may be used to generate a full-featured software state machine using a high-level description language. Several state machines can be placed into the same source file and they can reference one-another to create nested state machines. Any arbitrary code can be associated with any state transition. Inline code is supported. Any code may also be defined to be run before the start state is entered as well as after the end state is finished.
Uses for this software include creating scanners and filters as well as user interfaces. ...
simpleJ emulates on your PC a simplified computer: a retro-style video game console that lets you understand how a computer works and write your own video game programs.
BlockIt provides a Python framework to scan and parse a program file into constituent nested blocks, however defined, forming a block tree of your code and can be used as a mechanism to "extend" in some sense, the underlying programming language.
XML to DDL is a set of python programs to convert an XML representation of a schema into a database and vice versa. It can also examine the differences between two databases and emit the ALTER DDL statements required to bring the database up-to-date. T