Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.
Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
Download Free Tool
AI-generated apps that pass security review
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.
Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language, and is implemented in Java. Using JADE a multi-agent system can be distributed over a network effortlessly.
This project was moved to https://jason-lang.github.io
BASIC-like language interpreter for embedded systems
...Terminal-BASIC:
* suports real numbers, multidimensional arrays and Darthmouth BASIC-style matrix operations;
* written in C++11;
* has modular structure (can save uc storage, instantiating only used modules);
* works through different i/o devices, using vt100 commands;
* on systems with multiple i/O devices can work as simple time-sharing system;
* static Linux build for playing and debug;
A Java VM for ARDUINO and other micros using the leJOS runtime.
HaikuVM has been started for hobbyists who develop applications for ARDUINO to open the world of JAVA and leJOS. Yes, you can program an ARDUINO with JAVA!
HaikuVM is so small that it even runs on an atmega8 (and the ASURO robot). And yes, you can program an ASURO robot with JAVA! And since version 1.4.0 the RCX lego brick.
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
...It interacts with other monitoring components to perform simple element state monitoring or complex event correlation based on user specified rules. It is extended through the development of node modules (plug-ins) using NodeBrain's C API, and servants (programs written in any language) that interact with the rule engine via stdin, stdout, and stderr. The package includes a small set of plug-in modules to provide capabilities typically required for monitoring applications.
A Logo interpreter and programming environment specialized for schools
A Logo interpreter and programming environment specialized for schools.
It is a revised version of XLogo, published on http://xlogo.tuxfamily.org/.
The Logo dialect is almost the same as Xlogo's, but some Logo commands were reimplemented to fit with the new programming environment and workspace. Some commands which were buggy in the original XLogo have been fixed. The interpreter works now more efficient due to the usage of more suitable data structures. The output of turtle graphics...
Concise and fast Java library for object transformations:
* Object mapper between classes, using annotations
* Type converter for any class (or Type, even Generics) Supporting dynamic languages as OGNL or Groovy for custom expressions
Maven dependency:
<dependency>
<groupId>net.sf.kfgodel</groupId>
<artifactId>bean2bean</artifactId>
<version>1.1.2</version>
</dependency>
Don't forget to add custom repository:
<repository>
<id>tenpines_repo</id>
<name>Repositorio 10pines</name>
<url>http://services.10pines.com:8081/artifactory/repo</url>
</repository>
...Features that still need to be implemented:
Boolean expressions (IF) (If I ever find a flexible way to implement them, because you can't parse user input to a boolean command in QBASIC, without using a dynamically changed BAS file, which is going to fail if using it compilled)
The source code should be compiled with either QB64, QuickBASIC or freeBASIC (with the -lang qb switch enabled
Simple QBASIC Interpreter written in C++.I am developing this interpreter for self-learning purposes,don't take it serious.I will try to follow syntax of QBASIC as close as I can. The source code could be useful for those who learn C++.
Qt GUI is in very raw state.
It's a modern take on desktop management that can be scaled as per organizational needs.
Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
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.
Using encryption to secure your code or text. Click File->Run to run your code using Ruby, see the pop up for output. Never save your text or code to disk unencrypted. Don't forget your password. Encryption is error-persistent.
Prime Mover is a small and flexible build tool intended to be used instead of make. It is intended to be deployed with the projects that use it, and does not requires installation to use. It is modular and can be extended using the Lua scripting lang
nu-BDI is an extension of the Jason agent interpreter aimed at processing norms using constraints on the agent's instantiated plans. The core agent reasoning cycle now includes a component for processing norms and enforcing norm constraints.
XIPL/XASM is a basic environment to build high-level Image Processing operations using a XML-based language. The idea is to compile the high-level XIPL language into a low-level one, XASM (XML-based too), using XSLT technology.
PygShell (pronounced pig shell) is an interactive console for Pygame developement. It is an implementation of the Python shell using Pygame. PygShell also includes a simple text editor (also in pygame) and ships with several example scriptlets.
Project Element is a very simple, platform-independent, easy-to-use interpreted programming language that was made using python. It very much like html, so if you can make a webpage, you can program using Element.
AUTOMGEN runtime is an open source royalty free runtime for open PLCs. By using this runtime, any target systems can become compatible with the AUTOMGEN automation workshop: IEC1131 languages (ladder, SFC, etc.), 2D and 3D scada, WEB SCADA, etc.
Linear time, dynamic API for lexical analysis and parser generation. Allows for a text-based specification of formal languages with the well-known regular-expressions approach, and using Parsing Expression Grammars as the underlying engine.
Interested in a functional language but scared of S-expressions, monads, or other weird syntax? Try fuphyl! While still being functional, you can also program using procedural-style syntax or take advantage of object-orientation.
Rexx/Trans provides an abstract level between a Rexx-enabled application and a Rexx
interpreter. This allows an application to be written using the SAA Rexx API and linked
with Rexx/Trans. At runtime, Rexx/Trans finds an appropriate Rexx interpreter fo
Java Web Application Framework. Write good-looking, styled, hacker-proof, well-behaving, customizable, content-rich Java web applications easy in a minimum time using designers & framework services.
Aloe is a simple scripting language written in C++, mostly intended for use on GNU/Linux and other UNIX like operating systems. Mac OS X has a UNIX API so Aloe should work on it as well. There is also a port to MS Windows, using the win32 API.