Showing 50 open source projects for "system"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    FlashForth is a standalone Forth system for the Microchip PIC 18, 24, 30, 33 and the Atmel Atmega series of microcontrollers. A Forth system with interpreter, compiler, assembler and multitasker is provided.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 2

    Mecrisp-Stellaris Unofficial User Doc

    Forth documentation: embedded Arm Cortex-M STM32xx microprocessors

    Unofficial user documentation for the Mecrisp-Stellaris Forth programming language on ARM Cortex-M microprocessors. Includes a index, search function, projects, pictures and Youtube video links. This Documentation is designed for Forth Beginners.
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 3
    Ficl - small systems scripting with OO
    ...Written in Standard C, Ficl conforms to the 1994 ANSI Standard for Forth, and provides several useful extensions including object oriented programming that can wrap compiled code and hardware interfaces. Unlike Lua or Python, Ficl acts as a component of your system - you feed it stuff to do, it does the stuff, and comes back to you for more. You can export compiled code to Ficl, execute Ficl code from your compiled code, or interact. Your choice. Ficl includes a simple but capable object model that can wrap existing data structures. Applications include scripting, hardware bring-up, rapid prototyping, and system extensions.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4

    Snd

    Snd is a sound editor

    Snd is a sound editor.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • Log management, auditing, and IT compliance management made easy. Icon
    Log management, auditing, and IT compliance management made easy.

    Collect, monitor, and analyze logs, and comply with regulatory mandates.

    ManageEngine EventLog Analyzer is an on-premise log management solution designed for businesses of all sizes across various industries such as information technology, health, retail, finance, education and more. The solution provides users with both agent based and agentless log collection, log parsing capabilities, a powerful log search engine and log archiving options.
    Learn More
  • 5

    amforth: Interpreter on Microcontrollers

    amforth is an extendible interpreter on microcontrollers

    amforth is an extendable command interpreter running on AVR ATmega and TI MSP430 microcontrollers. The Risc-V and ARM architectures are ascending. Turnkey actions for IoT workloads are possible as well. The command language is close to the Forth 2012 standard.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    TermFF

    TermFF

    A Serial Terminal Console for development on a remote (Forth) device

    As a console terminal, TermFF, with its extensions, connected to a Forth system device can be used as a software development environment.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    MinForth

    MinForth

    A minimalistic but complete standard Forth compiler in C

    MinForth V3.4 is a classic Forth system with command-line interface. Development resource requirements are minimal. A source text editor and a C compiler are sufficient. By design no toolchain is required to adapt or rebuild MinForth. A complete rebuild takes only few seconds. Current sources are for Windows and Linux (32-bit or 64-bit). MinForth primitive definitions are written in mixed Forth and C language and are transpiled to pure C code.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    pFFh

    pFFh

    a self-contained development environment for embedded systems.

    pFFh is a programming language that allows you to launch applications on embedded systems safely, quickly and comfortably. pFFh runs on the target system, combining operation as a command interpreter and code compiler. We can say that pFFh behaves like an operating system on the board under development. All pFFh needs is a serial or USB-serial channel to communicate, and through it, receive and process console commands, either from a keyboard or from files sent from a desktop computer. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    colorForth
    colorForth is, in Chuck Moore's own words: "A dialect of Forth that uses color to replace punctuation. Includes its own operating system. Produces extremely compact programs. Instant compile from pre-parsed source."
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • Cloud inventory and manufacturing software Icon
    Cloud inventory and manufacturing software

    Seriously capable, remarkably simple. Digit is the affordable ERP alternative that gets implemented in days.

    Digit is an inventory and manufacturing software designed to help companies track operations in real time. The cloud-based solution offers features for purchasing, receiving, inventory management, production, sales, and fulfillment.
    Learn More
  • 10

    cpm-vtdozer-dxforth

    Simple vertical scroller game for CP/M written in Forth

    Use Ed's DX-Forth to compile this. You can cross-compile this game on any UNIX system using Joseph Allen's CP/M emulator. It requires VT52 compatible terminal to display correctly. Tested on CP/M Plus running on ZX Spectrum +3 (+3e), ZX Spectrum Next and Amstrad CPC6128. ********** Compatibility note for ZX Spectrum +3 (+3e): make sure SET24X80 is started (e.g. from PROFILE.SUB) before running this game. Compatibility note for Amstrad CPC: make sure 'SETKEYS KEYS.WP' is started (e.g. from PROFILE.SUB) before running this game, otherwise Escape key will not work as expected...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Mecrisp-Across Unofficial User Doc

    Tethered Forth for MSP430 Microcontrollers

    Mecrisp-Across tethered Forth for MSP430 Micro controller Target using a Ti Tiva Connected Launchpad as the Host via a 4 wire JTAG connection. No need to pre-flash anything, no bootloader … nothing, just connect the four wire Tether and start developing your embedded application on the MSP430xx target immediately!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    xplgraph-cpmgsx-dxforth

    An replacement of DXForth's xplgraph.scr library for CP/M

    ...Originally, xplgraph.scr library for DXForth was written to work on DOS systems only enabling point-and-plot graphics on VGA-compatible graphics devices. DXForth port to the 8-bit CP/M operating system lacked similar capability. The aim of this project is to provide an replacement of the original xplgraph.scr library, exposing roughly the same API, enabling graphics in DXForth running under CP/M. This library is written using DXForth's inline assembly (with all of its cryptic syntax) and uses CP/M's GSX interface. Using this interface enables graphical output to either local screen or remote devices connected through a serial port (like Tektronix 4010 text-and-graphics terminal emulator running on PC). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Win32Forth is ANS compatible, Forth language application development system with many tools; Interactive console, integrated extensible debugger, a GUI file editor, hypertext rendering, hyperlinked source files. VIEW <word-name> to explore the many files
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 14

    Colono

    Forth web server

    A lightweight, portable, event-based HTTP server written in Forth
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    acWEB - HTTP server for Win32
    acWEB is an OpenSource replacement for MS IIS and other proprietary WEB servers for Windows. Unlike IIS, acWEB is not affected by viruses like CodeRed, Nimda, etc :).
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Fuzzball MUCK

    Moved to http://www.fuzzball.org

    Moved to http://www.fuzzball.org Everything here has been frozen for historical purposes. Fuzzball Muck is a networked multi-user MUD chat server. It is user-extensible, and newer versions (6.x) support advanced features such as GUI dialogs, through close client-server cooperation with Trebuchet or other clients that support MCP-GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    flos

    Forth & Lisp Operating System

    64 bit native Forth & Lisp implementation with low memory profile and LCARS GUI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    VolksForth

    A small, self-hosting 16bit Forth system

    VolksForth is a 16bit Forth System with the goal to produce a manageable Forthsystem for computer systems with restricted system resources.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    DruidBSD is a FreeBSD micro-distribution that supports CD/DVD, USB, and HD booting into a Live BSD Distribution.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A 21 Century Boot system for the Tandy Color Computer series of 1980's computers. The aim is to create a unified, scriptable boot system for both new and old storage devices * THIS PROJECT HAS BEEN MOVED TO: https://code.google.com/p/legsforth/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OFBootMenu is a boot selector for the Pegasos platform written in Forth. A simple configuration file specifies the set of operating system choices and the commands used to boot each one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    wrath

    wrath

    Single-player first person shooter game for JSR-184 Java/J2ME phones.

    Re-live this classic story as an interactive 3D real-time action/adventure. Lead one of the world's greatest warriors, Achilles, through an almost never ending maze of encounters. All significant themes of the epic poem are explored. You'll discover the substance of heroism as well as the concepts of glory and honor by attempting to control the consuming rage within Achilles. Minimum requirements: JSR-184(Mobile 3D Graphics), CLDC 1.1, MIDP 2.0 Java/J2ME device with 1.5 megabytes of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    acSMTP is a SMTP/POP3/IMAP mail server for Win32. May serve MX hosts and in-LAN mail. Black/white lists for IPs/Emails, RBL spam blocks, DNS Email validation, optional DBMS backend for lists and rules, custom user authorization, AntiVirus API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    acFTP is an OpenSource replacement for Microsoft FTP server and other proprietary FTP servers for Windows. Unlike MS FTP, acFTP supports extended FTP commands set, including APPE and REST for resuming broken uploads and downloads.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Exclusive x86-long mode uperating environment based on FORTH (and later LISP). Requires NASM (development) and at least bochs 2.4.5 (runtime) or QEMU 0.13.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next