[go: up one dir, main page]

Search Results for "true basic interpreter" - Page 4

Showing 175 open source projects for "true basic interpreter"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Project Planning and Management Software | Planview Icon
    Project Planning and Management Software | Planview

    For Enterprise PMOs

    Planview® ProjectAdvantage (formerly Sciforma) is an enterprise-centric project and portfolio management (PPM) software designed to enable change, drive innovation, and lead in a company's digital transformation. With ProjectAdvantage, teams can strategically track and monitor project data in order to make relevant decisions. It offers multiple features focused on strategic management, functional management, and execution management. A highly scalable and cost-effective solution, ProjectAdvantage is available in various deployment models.
    Learn More
  • 1

    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
  • 2
    The intention is to provide an OS (optionally USB-loadable), that doesn´t require much system-resources. A powerful system offering new life to older PCs as well as offering a retro-system for those of us who miss C=64. Update 032815: To kickstart the project, Commodore OS (http://en.wikipedia.org/wiki/Commodore_OS) is revived. Files uplpaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Anti SQL Inject

    Block SQL Injections as soon as their detected[Alpha]

    This PHP Library blocks common SQL injection attacks its as simple as calling some code, as a basic demo of what code shall be put in, require('antiinect.php'); //Import the library antiinject($parameter,true); //call the libraries primary function and true equals to block the attack more info on how to use the library can be found on the wiki Currently Supports(ALPHA 1.2): Apostrophe Based attacks(') union select based detection * order by * based detection example page(no SQL base yet) Planned to do(ALPHA 1.3): Add Tracking(blocked attacks,protected hits. ...
    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: 2 This Week
    Last Update:
    See Project
  • Effortlessly Manage Product Information Icon
    Effortlessly Manage Product Information

    OneTimePIM is a comprehensive Product Information Management System designed to streamline the import and distribution of product data.

    A single source of truth for all of your product information with easy ways to distribute that data to wherever it needs to go, including the most powerful e-commerce connectors in the industry.
    Learn More
  • 5

    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 variables).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6

    chaos.sh

    The breath of life for Artificial Intelligence.

    Full description: chaos.sh is a Bash script, what gives back 1(true) or 0 (false). It is written for AI (Artificial Intelligence) as a basic core script who gives the System the ability to make own decisions. The main idea is to use the quartz of the system clock instead a calculated random number algorithm. So, you have a real non calculable random Number. chaos.sh make the difference of a standard machine and life because it gives the system the quantumchaos effekt of real life based on random time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BJGL is a java game library what provides quick and easy assistance while building a 2D game! This project is still under development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The mariabasic is a small portable basic like syntax interpreter(http://www.jasenko.com.mk)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ZachOS

    ZachOS

    A small 16bit x86 based OS

    ...I wanted to remove all the complex layers of abstraction that are present in the Operating Systems of today such as Graphial Interfaces and Networking etc etc and just have a simple OS that loads programs. Feautures- Command Line Interface Basic Interpreter File Manager Text Editor Games and more... Note- As of now until more testing is done the best way to boot ZachOS is from a Virtual Machine like VirtualBox or VMWare
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI Powered Global HCM for the Evolving World of Work Icon
    AI Powered Global HCM for the Evolving World of Work

    For Start-ups, SME's, Large Enterprise

    Darwinbox is a new-age & disruptive mobile-first, cloud-based HRMS platform built for the large enterprises to attract, engage and nurture their most critical resource - talent. It is an end-to-end integrated HR system that aids in streamlining activities across the employee lifecycle (Hire to Retire). Our powerful enterprise product features are built with a clear focus on intuitiveness and scalability, with standards of best in class consumer apps. Darwinbox’s motto is to engage, empower, and inspire employees on one side in addition to automating and simplifying all HR processes for the enterprise on the other. Over 350+ leading enterprises with 850k users manage their entire employee lifecycle on this unified platform.
    Learn More
  • 10
    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).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    SASM

    MOS 6502 Emulator

    ...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 scratch capable of ruining an existing Basic interpreter. Second emulate enough hardware to interact with the CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is an interpreted programming language that is designed to teach young children the fundamentals of programming, hiding away from students the complex concepts of programming, such as parentheses, quotes, data types, arrays, while allowing them to understand the basic concepts of programming, and, move to a more advanced language. It also serves as an exapmle on how to create an interpreter with QBASIC. The interpreter is written in QBASIC, and is licensed under the GNU GPLv2. About the unixname: The "shortname" of the project was a typo, but it was too late when I actually realised it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Topal: Organic Parsing Language

    Topal: Organic Parsing Language

    Syntactic script interpreter

    ...It's designed for parsing (as opposed to lexing) with a focus on usability. The language uses procedures rather than functions. Procedures can contain conditional expressions and very basic data storage / bitwise operations. Additionally you can import DLL files and run their functions within the procedures. Procedure names and their argument names are not static; they are defined via a regular 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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Starfight

    Starfight

    Starfight is an ASCII Space turn-based arcade game.

    Starfight is a game programmed in BASIC using True Basic. It uses ASCII graphics and is turn based. Currently it is in a pre-release state and is not yet near completion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    HPBASIC

    Fast basic interpreter fof HP 50g

    This is a fast BASIC interpreter for the HP50g, which allows users to make fast program and use BASIC as a langage for the HP50g. Don't hesistate to contact me for ideas, bugs,... This project is still young so it may be buggy. Don't forget to read the readme for more info!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tiny BASIC for Character Screen
    BASIC interpreter for the standard (SUS) character screen handling library, which fully corresponds to the Tiny BASIC standard. The code is thread-safe and can be embedded into other code. Can be used as a game or a minimalist challenge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Qt Basic

    Qt Basic

    QtBasic: a simple basic interpreter with Qt influences.

    QtBasic: a simple basic interpreter with Qt influences.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    MicroX Microkernel

    MicroX is a small X86 kernel used for educational purposes

    MicroX is a small X86 kernel used for educational purposes. It has a simple GUI, with a CLI , chooseable at the start-up menu. MicroX is written entirely out of ASM, with the programs written in the MicroX Basic interpreter. The OS comes with a simple Basic interpreter, allowing developers to code programs quickly and efficiently for MicroX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    DaddyBASIC

    A BASIC Language Interpreter for Embedded Apps

    DaddyBASIC was developed in order to provide a means to provide my young boys with a pathway into embedded programming. As of this writing, DaddyBASIC runs on the STM32F103R device, and also can compile and run on a Linux target.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    XAMOS

    XAMOS

    Cross-platform reimplementation of AMOS BASIC (runtime)

    XAMOS is a cross-platform reimplementation of AMOS BASIC based on jAMOS, fully re-written in C++ with SDL libraries. Currently runtime only, however is widely compatible with jAMOS projects.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21

    Numerology Compatibility

    Check compatibility with your partner based on Numerology

    Check compatibility with your partner based on Numerology. You can even know what your numbers says about you. In short the app is a sort of mythological thing and not technical... Still you can use it for fun though the app is based on true numerology. Nothing Fake. Developed by a set of friends- Chandan Jha Vaishali Wahane Nitin Talmale
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    TOYOSHIKI Tiny BASIC

    TOYOSHIKI Tiny BASIC is The BASIC interpreter for Microcomputers.

    TOYOSHIKI Tiny BASIC is The BASIC interpreter for Microcomputers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    content: 1.proxy chains 3.1 2.putty 3.squid clam anti virus 4.tor 5.true crypt just some basis for privacy in linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jAMOS

    jAMOS

    AMOS BASIC reimplementation in Java

    jAMOS is a cross platform, Java-based reimplementation of François Lionet's AMOS BASIC on the Amiga.
    Downloads: 4 This Week
    Last Update:
    See Project