Summary of programs and programming languages. Downloads are available either directly from the list below, or from sub-pages with additional information on the software.
Software | Graphical User Interface Programs for Windows and Linux |
Net-book Zoom
|
Net-book Zoom is a utility to temporarily zoom out the display of a Net-book to access hard to reach dialog-box controls. Language: FreeBASIC 0.22.0 |
SKB
|
SKB is a SUDOKU Player and creator with a database of puzzles graded by level of difficulty and many tools specifically designed for solving very difficult puzzles. It uses a library of human solving techniques and a report writer that shows the solving path used by the software. Language: FreeBASIC 0.18.4b |
iNote
|
iNote is a picture viewer and note taker, for keeping free form notes associated with photographs. Language: BCX 4.74 |
FBChess
|
FBChess is a 3D Chess game allowing you to rotate and position the board, and powered by GNU Chess engine version 3.1, so it plays a decent game for the casual player. Language: FreeBASIC and BCX |
ADO Demo
|
An ADO data base demo for windows. Language: BCX |
clp2wmf
|
clp2wmf is a utility to save WMF (clip art) graphics from the clipboard to your hard disk. I have lost the source code, so only the utility is available. Language: Visual Basic 3 |
fbop
|
fbop is an addin tool for PSPad Programming Editor for compiling FreeBASIC Source Code. It may also serve as an interesting WinAPI demo for beginners to WinAPI code. Language: FreeBASIC |
SSAsmSaver
|
This is some assembly language practice code. A WinAPI Screen Saver. Language: ASM (GoASM) |
MJVIEW |
MJVIEW is a fast Mandelbrot and Julia set viewer. It uses SSE Assembly Language (if supported) to speed up the calculations. Language: FreeBASIC with some ASM |
qStarmap |
qStarmap is an astronomy program displaying a current view of the night sky anyplace in the world. Language: BCX |
BCXCHESS |
BCX translation of Windows Chess (GNU Chess 3.1). Language: BCX |
Super Mario QB V 0.5 |
This is an QB old program that somebody (I forget who) translated to FB and I have updated from time to time. The person to translated it to FB asked me to share any changes I made. Language: FreeBASIC |
Software | Graphical User Interface Programs for PocketPC 2002 |
PSTAR
|
Pocket Star Map is an astronomy program displaying a current view of the night sky anyplace in the world. Language: C++ (Microsoft eVC++) |
Reversi
|
Reversi is a PocketPC version of the popular board game. Language: BCX (Compiled with PellesC) |
Software | Console programs or scripts for Windows or Linux |
CDX
|
CDX is a command line utility for navigating folders and files with long file names. Language: BCX and MoonRock basic. |
Easter
|
Easter is a script that calculates the date of easter for any year. Language: VBScript. |
datumtransform
|
Macros for excel that implement Redfearn and Standard Molodensky Datum Transformation (convert between datums, or from Latitude longitude to UTM meters). Language: VBA. |
c2b
|
C2B makes a first attempt at converting C code into BCX Basic. It will not work on header files. Language: BCX. |
BCXLUA
|
BCXLUA is a demo of embedding LUA in a BCX program that can append scripts to the end of the interpreter creating stand alone exe files. Language: BCX and LUA. |
changecase
|
Utilities for formatting BCX code. Language: BCX. |
FBStyle
|
Source code formatter for FreeBASIC. Language: FreeBASIC. |
Lockup
|
Demo encryption program using blowfish algorithm. Language: FreeBASIC. |
Software | Libraries, DLL's or modules for Windows or Linux |
BCX Addin for PellesC
|
BCX addin and wizards for PellesC IDE. Language: BCX. |
BCXGUI
|
BCXGUI is a C language version of the LGPL BCX GUI Library converted for use in FreeBASIC. It includes a custom control for embedding a FreeBASIC graphics window in a WinAPI program. Language: C and FreeBASIC. |
fbcliplib
|
Cross platform module for clipboard text handling (X-Windows and WinAPI). Language: FreeBASIC. |
REGEXP
|
This is a PellesC conversion of Henry Spencer's regexp library Language: C. |