Search Results for "ansi c interpreter" - Page 12

Showing 896 open source projects for "ansi c interpreter"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    Interpp

    Interpp

    Light-weight C++ scripting interpretor library

    Interpp is a light-weight C++ interpretor library designed specifically for C++ developers who wish to add scripting capabilities to their new or existing C++ projects. Interpp allows you to expose objects from a C++ application to an embedded interpreter interface for run-time scripting. Interpp is comprised of only 2 files: a header and a cpp file. All you need to do to get started with Interpp is simply add these files in your C++ project and #include <interpp.h>. An example project...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    nxtOSEK is an RTOS for LEGO Mindstorms NXT. nxtOSEK consists of I/O driver part of LEJOS NXJ, TOPPERS/ATK1 RTOS, and glue code for them. You can write applications for NXT in ANSI-C/C++. Check nxtOSEK site: http://lejos-osek.sourceforge.net
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3

    CLinearAlgebra

    Matrix Algebra Implementation in C for AMS 210, Stony Brook University

    The goal is to implement objects in C (as per Axel-Tobias Schreiner's book Object Oriented Programming with ANSI-C), to provide a suite of matrix tools. Current development is focused on basic procedural/functional programming without objects in order to implement the basic algorithms of matrix algebra. Algorithms are at first to follow from straightforward mathematical definitions, rather than to achieve computational efficiency or numerical accuracy. Basically, I'm trying to learn how...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Jabble is a minimalist XMPP / Jabber instant messaging client, in command-line. I wrote it some years ago (2006) when I tested a lot of altervatives OS and wanted to chat with my friend. It is written using only C ANSI functions to be fully portable. I compiled it successfully on Windows 95/XP, BeOS, AtheOS, FreeBSD, GNU/Hurd, and GNU/Linux 32/64bits. It crashed on QNX. It does not include SSL/TLS, but you may connect by SSL through "stunnel", a SSL proxy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    Chammer pascal

    Chammer pascal

    Free Pascal RAD interpreter and SQL database explorer

    With Chammer you can write your Free Pascal and SQL based scripts. Access database use objects and create full applications. If you are a Pascal or Delphi user you will like it. Open new form, add components (Ctrl+Alt+P), insert functions (ctrl+shift+x) and classes (Ctrl+Shift+C). Use same short cuts as Delphi for debugging and running. Use our database explorer to work with tables, queries, database objects, procedures and functions. Connect via ADO or ODBC. Work with MS SQL , Sybase...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Qtag Cloud

    Qtag Cloud

    A free open source toy to generate your own Tag Clouds

    A free C/C++ Qt based open source software to generate your own highly customizable Words Clouds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Lua Built-In program

    Lua Built-In program

    Self-running Lua interpreter.

    Lua Built-In program (L-Bia) is a self-running Lua interpreter. It turns your Lua program with all required modules (either Lua or C libraries) and an interpreter into a single stand-alone program.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    SASM

    MOS 6502 Emulator

    This is an attempt at Emulating the 6502 line of processors. It is an experiment to become more familiar with how CPUs and computers work. I selected the 6502 for its popularity, and theoretically well documented architecture. To that end it was created in managed code using C# and less attention was paid to optimization, instead it represents something closer the the actual state machines present in a CPU. My primary goals for this project have been completed. Write a 6502 CPU from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    San Le's Free Finite Element Analysis
    SLFFEA stands for San Le's Free Finite Element Analysis. It is a package of scientific software and graphical user interfaces for use in finite element analysis. It is written in ANSI C by San Le and distributed under the terms of the GNU license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    ActiveLock is a great piece of software, but difficult to integrate with C/C++. This project is trying to make integration as easy as possible. This version works with ActiveLock 3.5. There are still some incompatibility issues with ActiveLock 3.6. This is why I have implemented a modified version of the ActiveLock 3.5 dll that already contains routines for retrieval of the harddisk firmware number, which are included in ActiveLock 3.6. When you want to start straight away then download...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Unorthodox Scripting Language

    Unorthodox Scripting Language

    A lightweight, high-level, and object-oriented scripting language.

    USL is an object-oriented scripting language written in C++ and compiled to run on both Linux and Windows operating systems. Without a script, USL is a programmable command-line shell and interactive interpreter. USL is for general purpose scripting locally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Frost Programming Language

    Frost Programming Language

    Frost Programming Language Interpreter

    Frost is an interpreted structured programming language based on C and Objective-C. It has dynamically typed variables, named function parameters, implicit memory allocation, and automatic garbage collection through reference counting (for arrays). As any major interpreted language, you can easily create bindings of your C library functions to Frost. Its interpreter is written in C, and it only uses libC and POSIX system calls (Lex and Yacc are not required). You can easily compile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Command Interpreter Tool

    Command Interpreter Tool

    A command interpreter to use python and cmd commands in one

    CIT, also known as Command Interpreter Tool, is an easy-to-use and useful instrument that allows you to use Python commands and various cmd commands (or the commands in your os). It's possible to use CIT as a portable python interpreter, Just install it on your flashdrive and use the batch file (CIT.bat) to run CIT (shortcut probably won't work if you use CIT portable).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format. C++ wrappers are included, as well as the source code for standalone encoding and decoding executables.
    Leader badge
    Downloads: 156 This Week
    Last Update:
    See Project
  • 15

    perfect-clone

    Partition Clonning Tool

    PerfectClone is a program for easy backup and restore partitions. It is writen in ANSI C with ncurses interface to clone and restore partitions from a LiveCD/USB (GNU/Linux or BSD for example). Some of its most important features are: - Is Free Software (GPLv3). - Completely written in ANSI C (Most people will find it easy to modify and adapt). - Very easy to use, intuitive and friendly through the use of dialog. - Very low resource consumption. - No need a graphics server (runs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    PythUA

    Opc UA Client in Python

    This Project is an attempt to create an Opc UA Client in Python. This Project is built on top of the ANSI C SDK released by the OPC Foundation. Due to licensing reasons the SDK's files are not included in this SourceForge Project. A OPC Foundation membership is required to retrieve these files from the Foundations website. To use C-Code inside a Python Application, the ctypes Module is used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Topal: Organic Parsing Language

    Topal: Organic Parsing Language

    Syntactic script interpreter

    ... expression pattern. For the interpreter to work, it requires two inputs: the desired data for parsing and processing, and an OPL file containing the rules and actions for said input parsing and processing. Thus, procedures make up the entire semantics for a file given for interpretation. Hence, Topal is a parsing language. In short, the system works as such: Input -> Interpreter + .OPL File -> Interpreted Output -Inspired by weev. One can only hope we don't join him in prison for doing arithmetic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    C++ Command Prompt

    C++ Command Prompt

    Open Source Command Prompt using C++ with Windows CMD functions.

    I have just created the Command Prompt’s few commands for my CMD using C++ for mini project. Still my CMD projects is in initial level and I am working to make it more and more better.! :) This is the version which compiled using the “Borland compiler 5.5″. As we are bit restricted to use this compiler for our programs.But I am sure it’s not very difficult to Convert it into ANSI C++ format. But I will update this project after some days with many new function of original Command Prompt.You can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    SBI - Small Bytecode Interpreter

    SBI - A Small Bytecode Intepreter to run programs on an AVR from SD

    The project was originally created to run programs from a MicroSD card on an ATmega16 (without reprogramming it). SBI is a generic library (platform indipendent) that lets you run programs from a stream (es. File). The programs are a sort of bytecode, and they are interpretated at the moment. So you don't have the better speed, but for now this is the only way to run programs from RAM (or SD) on Harvard architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    aaclock
    Floating digital clock. Pure X, doesn't need any Window manager or Desktop manager. Shows date too. Always top or automatic hide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    LuaCV

    LuaCV

    OpenCV library wrapper for Lua language

    LuaCV is OpenCV library wrapper for Lua language. Main goal is to access fast image processing library to light-weight, non-type language. Thanks to CMake project is a much easier to compile it under many OS platforms which are supported by OpenCV. LuaCV is being developed at faculty of Electrical Engineering and Communication of Brno University of Technology in Czech republic. Working with: Lua 5.2, OpenCV 2.2-2.4 LuaCV-0.2.0 (svn rev. 62) is last version compatible with Lua 5.1...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    vcf2csv

    (abandoned and outdated project) convert vcard data into csv format

    vcf2csv is a command line tool, written in ANSI-C (C90), converts a vcard (vcf) file to csv. Please note: the ability to generate HTML-files will be removed in the near future.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 23
    SSQML

    SSQML

    A schema to describe ANSI/ISO SQL in XML and associated tools

    SSQML: Standard Structured Query Markup Language This is an XML dialect that allows any valid SQL statement, clause, expression, predicate, or query to be expressed fully in XML based on an XML compliant schema. The schema is based on Backus Normal Form (BNF) representations of ANSI-ISO/IEC SQL Standards; ISO/IEC 9075 :2003, ISO/IEC 9075 :2006, ISO/IEC 9075 :2008, ISO/IEC 9075-14 :2013 XML-Related Specifications (SQL/XML) Does not include support for Embedded SQL Ada, C, COBOL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java library that simplifies migrating C/C++ code to Java by emulating standard ANSI C++ functions. This is currently only a sub-project of www.ode4j.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Styx is a scanner and parser generator designed to address some shortcomings of the traditional lex/yacc combination. It has unique features like automatic derivation of depth grammar, production of the derivation tree including it's C interface which provides access to the abstract syntax tree, preservation of full source information and pretty printing to facilitate source-source translation, persistence to aid rapid interpreter writing. For application in contemporary computing...
    Downloads: 0 This Week
    Last Update:
    See Project