Showing 20 open source projects for "qb"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Simple Background MML player Plays chiptune files formatted to PB/QB MML format. Best way to get them is to use Midi2MML by NeutronCat: https://www.smwcentral.net/?p=viewthr... Pick the best sounding track, as MML supports only one track. Replace all `r` and `^` with `P`, then drop Octave by 3, delete all `%`, remove spaces and Line Brake characters, and finally add `MB` at the beginning of the track.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    QBASDOWN

    A Markdown implementation for FreeDOS

    Usage: qbasdown Markdown_file qbasdown Markdown_file --verbose qbasdown Markdown_file --silent ~~~ Written for FreeDOS in QuickBASIC 4.5, mostly under a hybrid DOSEMU/FreeDOS 1.2 installation, but the final compilation in a release will always be tested on bare silicon in a dedicated FreeDOS installation. QuickBASIC? Why? To see if it could be done, I guess, and also to re-familiarize myself with this BASIC dialect. It also compiles in FreeBASIC using the *-lang qb* switch. Linux has dozens of Markdown implementations, probably better than this one, too, but I don't know of any on FreeDOS.
    Downloads: 3 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

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    ...Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select( select_details, function( err, rows ){ if( err ) console.log( err ); else console.log( rows ); }); ``` By this, we can generate a query something like this: ```sql SELECT `field1`, `field2` FROM `table_name` WHERE `field1` = 'value1' AND `field2` = 'value2' ``` For more information, visit the github project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    StoneVox 3D

    StoneVox 3D

    3D voxel modeling tool

    StoneVox 3D focuses on a simple to look at but tool rich environment for creating 3D voxel based models. StoneVox 3D is distributed under NPOSL-3.0. Which basically means you can use it for commercial works. You may also, modify and create derivative works, as long as you don't sell it and release source code. STONEVOX 3D HAS MOVED TO GITHUB. FUTURE RELEASES CAN BE FOUND HERE https://github.com/honestabelink/stonevox3d/releases I WILL NOT BE CONTINUING TO UPDATE RELEASES HERE,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ...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
  • 7
    Decision Table Preprocessor

    Decision Table Preprocessor

    Ccide is a Decision Table preprocessor.

    Ccide reads a source program, in one of several programming languages, expands all embedded decision tables, and generates the new, expanded source. Ccidew processes C language programs directly. The script, ccide, uses ccidew and m4, to process BASIC, JAVA, CC, C++, BASH, QB, VB, and EX(euphoria), source files containing embedded decision tables. Ccide checks all conditions once and only once, avoiding side effects. Ccide checks tables for conflicts and other errors. Input example: //DECISION_TABLE: // 1 3 2 2 | light == $$ /* 1=red, 2= yellow, 3=green. */ // N - - - | speed == STOPPED // - - Y - | speed == SLOW // - N - Y | speed == FAST // ______|___________________ // X - X - | Stop(); // - - - X | SlowDown(); // - X - - | SpeedUp(); //END_TABLE:
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Qb Source code Release Qb 2D Soccer Simulation Team , based on WE2010 Robocup Project , Islamic Republic of IRAN Created by vahid taghizadeh ( vah7id@rocketmail.com )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Converts QB files from the Guitar Hero series' games into notechart images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Command-line tool to check ADFs (Amiga Disk Files) for errors and viruses. A binary is included for Windows users; Linux users are advised to compile the application themselves. Might also compile under plain DOS; but BE WARNED! When you scan files already renamed by the TOSEC standard, consider that file names may become insanely long in no time. --UPDATE OCTOBER 2014-- This project is currently suspended! I can't currently find the time to fix/update anything with this program...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    QB (Quellcode Bahn) is a software that manage the operations on the source of the programs you develop, with a versioned repository. QB manage the deploy of your program, taking it from the repository and putting it wherever you want with test phase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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: 0 This Week
    Last Update:
    See Project
  • 13
    .NET QuickBooks API server written in C# that PHP connects to to issue commands to the Quickbooks XML interface. All commands are parsed and the resulting XML is sent back to the PHP class. This is an extremely useful tool to hook up PHP applications (w
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project is a port from a 3D QB engine to C. The purpose is to make it more efficient, allow for a higher level of scripting and to make it portable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    QBOOM: a PHP5 based object model (OM) for the QuickBooks (QB) accounting system via SOAP calls to the Remote Data Connector (RDC) for QB. Currently The SOAP interface to QB works, the object models are in the planning stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    WinQB is a new fully Windows compatable that is fully compatable of the old dos Compiler - QuickBasic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DevBasic is a frontend for qb in Windows/Linux which allows advanced project management, script editing, sprite editing, etc. DevBasic has a very customizable interface and allows users to create addins for the IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Aims at bringing the QuickBASIC language to the GNU platforms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Qb is an application framework which will provide dynamic object creation, ODBC support, XML support, and more. It is based on Qt, and will primarily be used in the Case tool Yact, at http://yact.sourceforge.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Yact is an UML design tool, based on Qb (qbf.sourceforge.net) and Qt (www.troll.no/qt). The goal is more to be fast and flexible than covering every aspect of UML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB