Skip to content
View jayrm's full-sized avatar

Organizations

@freebasic
Block or Report

Block or report jayrm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. fbc fbc Public

    Forked from freebasic/fbc

    FreeBASIC is a completely free, open-source, multi-platform BASIC compiler, with syntax similar to MS-QuickBASIC, that adds new features such as pointers, unsigned data types, inline assembly, obje…

    FreeBasic 5

  2. fbcunit fbcunit Public

    fbcunit - FreeBASIC (fbc compiler) unit testing library

    FreeBasic 6 2

  3. fb-lisp fb-lisp Public

    LISP Evaluator for FreeBASIC. An embedded LISP interpreter written entirely in FreeBASIC for use with FreeBASIC applications.

    Visual Basic 11 3

  4. Exact Double to Decimal Expansion fo... Exact Double to Decimal Expansion for FreeBASIC
    1
    '' ============================================================
    2
    '' Dbl2Dec.bas -- Double float to decimal string expansion
    3
    ''
    4
    '' Copyright (C) 2018 - Jeff Marshall ([email protected])
    5
    ''
  5. Quick and Dirty Double to Decimal Ex... Quick and Dirty Double to Decimal Expansion
    1
    '' quick and dirty double to decimal expansion
    2
    '' inpsired by
    3
    '' http://www.exploringbinary.com/quick-and-dirty-floating-point-to-decimal-conversion/
    4
    
    
    5
    function QD_Dbl2Dec( byval fp as double ) as string