Showing 26 open source projects for "qbasic"

View related business solutions
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • BrandMail Email Signatures for Outlook Icon
    BrandMail Email Signatures for Outlook

    Leverage every email as an opportunity to brand consistently and minimise the security risks associated with the tampering of HTML signatures.

    BrandMail®, developed by BrandQuantum, is a software solution that seamlessly integrates with Microsoft Outlook to empower every employee in the organisation to automatically create consistently branded emails via a single toolbar that provides access to brand standards and the latest pre-approved content.
    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: 1 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: 141 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: 8 This Week
    Last Update:
    See Project
  • Contractor Foreman is the most affordable all-in-one construction management software for contractors and is trusted by contractors in more than 75 countries. Icon
    Contractor Foreman is the most affordable all-in-one construction management software for contractors and is trusted by contractors in more than 75 countries.

    For Residential, Commercial and Public Works Contractors

    Starting at $49/m for the WHOLE company, Contractor Foreman is the most affordable all-in-one construction management system for contractors. Our customers in 75+ countries and industry awards back it up. And it's all backed by a 100 day guarantee.
    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: 0 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

    CylonOS

    A shell written in QBASIC

    This is a QBasic file that was written as a predecessor to Skylight shell. It requires QBasic 1.1 from Microsoft or a QBasic compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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: 1 This Week
    Last Update:
    See Project
  • Contract Management Software | Concord Icon
    Contract Management Software | Concord

    AI-powered contract management that helps businesses track spending, negotiate smarter, and never miss deadlines.

    Concord serves small and mid-sized businesses and Fortune 500 companies. This robust, web-based platform is used by human resource, sales, procurement, and legal teams, and virtually anyone who deals with contracts.
    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
    File Packer for Windows is a 16-bit windows application written in Microsoft VisualBasic 1.0. Some of the source files are compatible with QBasic so if you happen to be a programmer in QBasic. You can use this for your games to store game data, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    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: 0 This Week
    Last Update:
    See Project
  • 15
    UltraBasic is a QBasic compatible compiler, written originally by Gabriel Fernandez, and continued until 2004 by Angelo Rosina. It was hosted on Geocities, and has been moved here because of Geocities shutdown. Source code is in QB PDS 7.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    SSDmgC is simple (QBasic) damage calculation program intended for use by players of the Rogue class in World of Warcraft, to determine the potential damage their character can do with a certain weapon and talent build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a Windows QBasic emulator for Windows. It is suposed to run and build qbasic code. It can build/execute old qbasic code (currently in constructions) Version 0.1 has been released: New commands and lots of bugs removed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    JAAMM: An ASCII art animation editor and player written in Qbasic.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    ...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
  • 21
    An open-source shell for FreeDOS written in QBasic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ...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
  • 23
    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
  • 24
    Collection of pseudorandom number generators (PRNGs) implemented in QBASIC/QuickBASIC and avilable as DOS executables.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    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
  • 2
  • Next
MongoDB Logo MongoDB