Showing 20 open source projects for "qbasic"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 1
    Basic QBasic MC 10 Alice Micro Color

    Basic QBasic MC 10 Alice Micro Color

    Converter K7 MC10 to BASIC (and QUICK) Text File and vice versa !

    ...BAS2K7 Convert BASIC Text file to K7 file usage : bas2k7 [file_src.bas or .txt] [file_dest.k7] 2. K7TOBAS Convert K7 File to BASIC Text file usage : k72bas [file_src.k7 or .c10] > [file_dest.bas] 3. QBAS2BAS Convert QBASIC Text file in BASIC file with line numbers usage : qbas2bas [options] [file_src.qbas] > [file_dest.bas] -start : first line numbre (by default : 10) -step : step for next line (by default : 10) example : qbas2bas -start 0 -step 10 srcfile.qbas > destfile.bas 4. BAS2QBAS Convert BASIC Text File to QBASIC Text File qbas2bas -start 0 -step 10 srcfile.qbas > destfile.bas 5. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    QB64

    QB64

    BASIC for the modern era

    QB64 is a modern self-hosting BASIC compiler that brings classic QBasic/QuickBASIC programs into the modern era. It enables legacy code to run on today’s operating systems with minimal modifications, while also introducing new commands and libraries for multimedia, networking, and 64-bit computing. QB64 compiles to C++ and includes a built-in IDE, making it accessible for beginners, hobbyists, and retro programming enthusiasts.
    Downloads: 204 This Week
    Last Update:
    See Project
  • 3

    DOS GUI Graphics (QBasic)

    Make yourself a GUI for DOS from QBasic

    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Basic to Pascal

    Basic to Pascal

    Convert basic code to pascal

    ...All functions, procedures, variables, constats and classes from Object Pascal are still usable in pure mode or wrapped, ; (semicolon) are no needed characteristics -Compiled on FreeBASIC -Free software under Utach OSS License -Uses a new BASIC dialect based on FreeBASIC -The majority of the most used elements and conditions of QBASIC can be translated -Ability to use with a modified Lazarus RAD in the future -Ability to add Object Pascal code lines -For now it does not have the ability to include headers in Basic. -Includes example
    Downloads: 2 This Week
    Last Update:
    See Project
  • Turn traffic into pipeline and prospects into customers Icon
    Turn traffic into pipeline and prospects into customers

    For account executives and sales engineers looking for a solution to manage their insights and sales data

    Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
    Learn More
  • 5
    BTOC

    BTOC

    Source code converter

    An adjustable translator from one programming language to another. Nowadays tested as basic to c++ translator. The vocabulary contains some of QBasic Keywords. See Web Site for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    N2K-OS FreeDOS Distro

    N2K-OS FreeDOS Distro

    GUI Desktop for FreeDOS Related Systems

    ...Initially being built on a 486 Machine that ranks as a low end Pentium 1, with 40 megabytes of ram, it currently runs like a dream for any machine of similar nature with SuperVGA and 256 Colors with ability to reach 800x600 (and soon to be much higher resolutions than that). Slowly being developed over the last few years (each time ending in disaster), a new platform showed up. Entirely coded in QBasic 7.1 with additional libraries, we've achieved goals we never thought even possible in QBasic til now. So far what works: Both mouse buttons however the menus for the right hand click aren't available yet. S on the Keyboard enables the screensaver R on the Keyboard redraws the screen. Clock Widget works. 'About' Window works. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 7
    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. 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
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    lagrange_simulation_mechanics

    lagrange_simulation_mechanics

    simulations with Lagrangian method,both symbolic and by numeric deriv

    alleged to the video 'tutorial' "the Mechanics and its Simulation". Simulation with Lagrangian method, both symbolic, and by numerical derivation. All well-grouped in folders. there is also a 'review' in 3 demos of the Newtonian dynamics: mass-spring systems. most of progs are written in C, with use of SDL lib to display simple graphics and have real-time interactivity. As to programming complexity, it's very simple... this all aims at classical physics simulation in a simple but efficient...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    The Wrath Of Mamm

    2d puzzle game

    Simple 2d puzzle game similar to chips challenge. I started writing it in Qbasic and then rewrote it in Blitz basic with improved graphics. This is the latest iteration in C++. All of the graphics and code are mine except for the Mappy playback library. (for more details visit http://tilemap.co.uk/mappy.php)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful cloud-based licensing solution designed for fast-growing software businesses. Icon
    Powerful cloud-based licensing solution designed for fast-growing software businesses.

    A single-point of license control for desktop, SaaS, and mobile applications, APIs, VMs and devices.

    10Duke Enterprise is a cloud-based, scalable and flexible software licensing solution enabling software vendors to easily configure, manage and monetize the licenses they provide to their customers in real-time.
    Learn More
  • 10
    Basin
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    AuBASIC

    QBASIC IDE, Compiler & Packer

    AuBASIC was developed as a small and modern Integrated Development Environment for QBASIC. AuBASIC is an application that comes included with syntax highlighting, a code debugger and a compiler. AuBASIC is a tool that allows you to easily import BAS files. The BAS documents you choose to import will be automatically converted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    TheScarryRoom

    A soul search, to unlock the mystery of who you are

    ...YOU are the mystery and it is your task to search through all the given material to rediscover your self, why you are here, who abducted you, and most importantly, a way to escape! This game is currently in the alpha development stage and is currently written in QBasic for DOS computers. I will be adding Linux and Android versions as well in the days to come.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A console application that "translates" a given .bas of QBasic code. It produces a .cpp file written in C++ that does the exact same thing as the QBasic program. This could be the beginnings of a multi-language code converter. (Written in C++)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    OpenBASIC is a modernized programming derived from the syntax of QBasic, QuickBasic, and FreeBASIC, yet has most (if not all) of the Object-Oriented features of C++, as well as the portability of that language coupled with Allegro for graphics routines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Pruebas is an open source game mix of text adventure and RPG written in Microsoft QBasic (under MS-DOS 6.22) that uses keyboard. Runs natively under MS-DOS and compatible OS like Windows (use emulators like DosBox to run it under BeOS, Linux, *BSD, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ...The Vortex OS and VParse. The OS is multitasking and handles a lot of features. VParse is a stand alone Vertex2 parser. Vertex is vortex's scripting language. Pre 0.7 is QBasic and 0.7 is C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An open-source shell for FreeDOS written in QBasic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...Install it on a bootfloppy with rawrite and reboot the computer with the floppy. Now Micro OS 2.0 boots. The vmdos.sys is based on FreeDOS. The Interpreter/OS is written in QBasic. Have fun with it!!!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a utility to publish text with Chinese Double Byte Characters on the Web. It can add space between Chinese characters so that the browser can break the lines. Available in Perl and QBasic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A Pong clone written entirely in QuickBASIC, and has many features, unique (if simple) ball physics, and a very nice "trail" effect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next