Search Results for "ansi c interpreter" - Page 6

Showing 420 open source projects for "ansi c interpreter"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Visitor Management and Staff Sign In | Sign In App Icon
    Visitor Management and Staff Sign In | Sign In App

    Sign In App is a modern, enjoyable way to sign in visitors and staff, and book desks and meeting rooms.

    Our visitor management system streamlines registration, check-in, and authorization processes, while our facility management tools streamline room booking, resource allocation, and asset management. We prioritize security with our advanced risk mitigation measures, including health and safety protocols, emergency messaging, and robust analytics for thorough auditing.
  • 1
    ECL development has moved to https://gitlab.com/embeddable-common-lisp/ecl
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    XST Basic 2

    XST Basic v2 Windows Basic interpreter with C emitter.

    This is the windows version of XST Basic. Basic interpreter with C emitter written mostly in C. This also uses the irrlicht 3d library to make it much more capable than the DOS XST Basic 1. Enjoy,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    efax

    small ANSI C/POSIX program that sends and receives faxes using fax

    ...,'' a program to convert between various image file formats. To fax Postscript files you will need Ghostscript. To view faxes you can use any program that displays PGM files (e.g. xloadimage or xv). efix can convert received files to Postscript or HP Laserjet formats for printing. This version of the program was written & tested under Linux 2.0. Previous versions have been compiled and used under most versions of Unix and should work with minor changes on any Unix with an ANSI C com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Brandy Basic V Interpreter

    Brandy is an interpreter for BBC Basic

    Brandy is an interpreter for BBC Basic (or Basic V) that runs under a variety of operating systems. Basic V is the version of Basic supplied with desktop computers running RISC OS. These were originally made by Acorn Computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Engage for Amazon Connect, the Pre-built Contact Center Platform Icon
    Engage for Amazon Connect, the Pre-built Contact Center Platform

    Utilizing the power of AWS and Generative AI, Engage provides your customers with highly personalized, exceptional experiences.

    Engage is a pre-built, intelligent contact center platform that transforms customer service.
  • 5

    OptimC

    OptimC - Optimization / Unconstrained Minimization Library in ANSI C

    OptimC is a C software package to minimize any unconstrained multivariable function. The algorithms implemented are Nelder-Mead,Newton Methods (Line Search and Trust Region methods), Conjugate Gradient and BFGS (regular and Limited Memory). Brent method is also available for single variable functions if the bounds are known. Update 06/09/2014 - Nonlinear Squares Implementation [Levenberg-Marquardt Method] Added. Documentation - http://code.google.com/p/optimc/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    GDB-ILI extends the GNU debugger with a generic interface to various interpreter languages. Features: Data transfer from/to debugee, direct interaction in interpreter shell, extended breakpoints,... Support for Matlab(R) and GNU Octave is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    TBasic

    A simple BASIC interpreter written in C++

    TBasic is an implementation of a minimalist BASIC (based on the Tiny Basic specification but with a few significant additions) in the C++ language. It was written for fun, as a project to create a functional language interpreter from scratch and to be potentially used as a lightweight scripting language (it can either be used as a classic command line BASIC interpreter or as a class that allows a C++ programs to load and run basic programs, register custom basic commands and interact with basic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    wxMUD is a MUD client written with the wxWidgets GUI library to support many platforms (win32, POSIX, etc) with native speed. Currently it supports ANSI colors, multiple connections, MCCP, MSP, full MXP specification, advanced pattern matching and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Structure Synth generates 3D structures by specifying a design grammar. Even simple systems may generate surprising and complex structures. Structure Synth offers a graphical environment with multiple tabs, syntax highlighting, and OpenGL preview.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10

    Winspee 3.0.1

    A lightweight OS. Designed for beginner programming.

    A desktop OS that is based on Debian 7 Wheezy and is designed to be used by anyone interested in programming, no previous knowledge required. The interface is simple yet powerful, which is using LXDE. Winspee 3.0 comes built in with IDLE (Python Interpreter) and C/C++ compilers as well as Code::Blocks for programming. There's built in IRC support to connect directly to the Winspee Development Team by using XChat from the dock. The WDT IRC is were we recommend where you can leave comments...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    droite is a correction of eS expression parsers implemented in many different programming languages. Its usefulness is the same as JSON but droite utilizes eS expression, a Gauche scheme interpreter friendly S expression variant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Generic Universal MUMPS Project (GUMP) has the purpose of providing an Open Source Implementation of ANSI X11 (MUMPS) suite of Standards
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Notepad++ Verilog Plugin

    Verilog plugin for Notepad++

    Verilog processor for Notepad++. Current features: - Instantiate a module - Insert registers/wires from a module - Generate a test bench template - Automatically inserts a default header for a test bench - Insert a clocked always block v1.2.0 now supports ANSI and non-ANSI module declarations. To use this plugin, select the module declaration (including parameter and I/O definitions below for non-ANSI) and click SHIFT-CTRL-C. This selects the module and parses its components. After...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 14

    CSP embedded C-like scripting language

    C-like language parser, bytecode generator and a VM

    Project aims to implement a C-like language interpreter with small code and memory footprint for 32bit microcontrollers. At the time of writing, parser code size for Cortex-M3 is less than 10K and VM is less than 3K. RAM requirements mostly depend on code size and complexity, but few kilobytes should be enough to handle most reasonably simple cases. Parser and VM are written with code size priority, not security. Project should not be used to run code (and bytecode) from untrusted sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Coconut Framework

    Base infrastructure for Mac OS X application

    Coconut framework is base infrastructure for Mac OS X application. For more details, see the project web page (http://coconut-frmwk.sourceforge.net).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Baus

    Baus

    An open source video streaming server

    Baus can stream in jpeg format, and swf over http. The server also can record flv videos. Baus streams in public and private mode using a token authentication method to ensure only authorized clients to watch videos. Baus run on linux and works with /dev/video devices. The server can also stream from low-cost multi-plexed DVR cards. Baus is build on ffmpeg libs (libav), and it is written in ANSI C, using the Eclipse IDE. A sample PHP client is provided for test purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AdLint

    AdLint

    Open source and free source code static analyzer

    AdLint is a source code static analyzer. It can point out insecure or nonportable code fragments, and can measure various quality metrics of the source code. It (currently) can analyze source code compliant with ANSI C89 / ISO C90 and partly ISO C99. AdLint is written in Ruby. So, it is available for Windows, Mac OS X, GNU/Linux, FreeBSD and any other platforms supported by Ruby.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18

    ExactCalc

    Software for exact computing based on interval arithmetic.

    ... that contains exact result of computation. Sometimes is more easy to use numerical unstable algorithm to solve problem. Instability is actually speed of accumulating the truncation error, but it can be decreased arbitrary by using more precise computation. Interval arithmetic provides us control of accumulating truncating error. To save Your time using CPU time this program provides interpreter of simple programming language based on interval algebra with arbitrary precision arithmetic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Graphal

    Graphal

    Graph algorithms interpreter, IDE, debugger, 3D visualizations.

    Graphal is an interpreter of a programming language that is mainly oriented to graph algorithms. There is a command line interpreter and a graphical integrated development environment. The IDE contains text editor for programmers, compilation and script output, advanced debugger and visualization window. The progress of the interpreted and debugged graph algorithm can be displayed in 3D scene.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    bmpstream

    bmp manipulate

    Bitmap data manipulate, written in Ansi C. Support both bmp file or bmp format data in memory. Bmp data(file) is take as a stream, you can open/close/create/read/write/seek/tell to the stream, and some special functions are provided, e.g. get rectangle, get line, merge(alpha blending).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    C++ On Air

    C++ On Air

    Light-weight C++ web application server library

    C++ On Air (or "ConAir") is a light-weight library that combines the power of C++ with the flexibility of Interpp to allow you to create impressive web applications with new / existing C++ code. ConAir uses an embedded http server and Interpp interpreter to serve html, and process http requests from within your C++ application. This internal server establishes a bidirectional web socket connection between your C++ application and a client-side JavaScript interface for interactive scripting via...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Open Object Oriented ANSI C provide API to build Object Oriented application in ANSI C language. It provide common base classes that allow inheritance to develop application with your own reusable objects, and smart exception recovery support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AnsiGL

    AnsiGL

    A modern "graphics" API for text-based applications

    Sourceforge is no longer being updated! Check out our new home instead: http://github.com/nicrohobak/AnsiGL ---------------------------------------- AnsiGL is a C++ console text "graphics" API using simply ASCII characters and ANSI escape sequences, and all without the use of any video hardware. It strives to be a simple-to-use text-graphical toolkit have with an intuitive interface for developers, while maintaining a sufficiently high degree of flexibility. Many comparable APIs tend...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MiniBasic

    MiniBasic

    Basic interpreter in ANSI C

    MiniBasic is a small but usable Basic interpreter. It is written in pure ANSI C, so it should be easy to get up and running in almost any environment. It has been used for PIC32 electronics projects, as an embedded scripting language, and as a teaching aid. There's an associated book, and full documentation and sample programs online (go to the project's web pages). It's designed to be easy to modify, to use the code as the basis for your own interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    kmul

    Constant multiplication routine generator

    .... 641-652, July 1986. kmul can be used for emitting a NAC (generic assembly language) or ANSI C implementation of the multiplication.
    Downloads: 0 This Week
    Last Update:
    See Project