Information Technology - Computer Programming - Source Code - Homebrew - Open Source - Software - Hardware - 8 bit - 16 bit - 32 bit - 64 bit - x86 - x64 - DOS - Windows - Linux - Arduino - Embedded - Development - Retro - Vintage - Math - Science - History - Hobby - Beginners - Professionals - Experiment - Research - Study - Fun - Games

Search found 111 matches

by admin
Tue Mar 28, 2023 9:25 pm
Forum: C/C++
Topic: An obfuscated C coding contest
Replies: 16
Views: 107301

Re: An obfuscated C coding contest

One entry I remember seeing long ago is available here: http://www.nicholson.com/rhn/files/dds_basic.c "Worlds smallest Basic interpreter. C source. Obfuscated ( 1990 IOCCC winner). Only 25 lines long! Written by: Diomidis Spinellis (scripting Basic, C source, GPL'd)" I found it at this si...
by admin
Sat Mar 25, 2023 5:42 am
Forum: Blitz Research
Topic: Lucid Apogee Media Player
Replies: 0
Views: 8589

Lucid Apogee Media Player

Written in Blitz Plus. FREEWARE Open Source * Opens mod, s3m, mid, mp3, wav, ogg, bmp, png, jpg, gif, com, bat, exe, and txt files. * Simple interface to associate your media files with. * Small and portable executable. * Comes with classic royalty free music from the Blitz2D Demo. Download: http://...
by admin
Fri Mar 24, 2023 9:46 am
Forum: Member Promotions
Topic: Desert of Skulls Adventure (interactive fiction)
Replies: 0
Views: 8128

Desert of Skulls Adventure (interactive fiction)

An interactive fiction adventure game written in the Pebble programming language and compiled for x86 DOS. Explore a hot and dry desert of outlaws. Find a place to settle down and build a home. The game map is 8x8 for a total of 64 areas. Can you survive? http://www.lucidapogee.com/download.php?file...
by admin
Fri Mar 24, 2023 9:44 am
Forum: Other Programming Languages
Topic: Pebble language and compiler
Replies: 0
Views: 7364

Pebble language and compiler

Pebble is a programming language, compiler, and IDE for x86 DOS. The compiler is written is QBasic and produces Flat Assembler code. Fasm is included along with a wysiwyg IDE written in QBasic. The IDE produces and executes compilation batch files. The compiler may be ran without the IDE. When a pro...
by admin
Fri Mar 24, 2023 9:32 am
Forum: PHP/SQL
Topic: Spellbound by Darkness Online MMORPG
Replies: 0
Views: 6137

Spellbound by Darkness Online MMORPG

Online since 2020.

Browser based / No Download: https://www.sbbd.xyz
by admin
Fri Mar 24, 2023 9:30 am
Forum: Blitz Research
Topic: Hunt of the Dragon
Replies: 0
Views: 5945

Hunt of the Dragon

Written in Blitz Basic. FREEWARE Open Source Snake like game with a twist for Windows 2000 and up. In this game, you're a hungry dragon! Eat all of the humans to grow in power. If more than ten ecape your wrath, they will rise up and kill you. Download: http://www.lucidapogee.com/download.php?file=h...
by admin
Fri Mar 24, 2023 9:26 am
Forum: Blitz Research
Topic: Jump World
Replies: 0
Views: 5668

Jump World

Written in Blitz Basic (2D).

FREEWARE Open Source

Platform adventure game for Windows 2000 and up.

Our smiling pink friend has better places to be.

In a world of monsters, will he make it safely?

http://www.lucidapogee.com/download.php ... pworld.zip
by admin
Fri Mar 24, 2023 9:15 am
Forum: Shoptalk Systems
Topic: Win War
Replies: 0
Views: 7011

Win War

Written in ThistleWin.

FREEWARE Open Source

Turn based strategy game for Windows 95 and up.

Download:
http://www.lucidapogee.com/download.php?file=winwar.zip
by admin
Fri Mar 24, 2023 9:05 am
Forum: QBasic
Topic: WorkLite OS shell and file manager
Replies: 0
Views: 5606

WorkLite OS shell and file manager

Written in Quick Basic. FREEWARE Open Source WorkLite is an operating system shell for x86 DOS. * Point and click navigation with the mouse. * Keyboard navigation for when the mouse isn't supported. * Simple file manager allows you to work faster. * Set application shortcuts for ease of access. http...
by admin
Fri Mar 24, 2023 9:03 am
Forum: QBasic
Topic: RPN Calc
Replies: 1
Views: 5709

RPN Calc

Written in Quick Basic. FREEWARE Open Source RPN Calc is command line expression evaluator. Written in Quick BASIC and compatible with x86 DOS. Example expressions: (18/3)^2+((13+7)*5^2) 2*20/2+(3+4)*3^2-6+15 (3*5^2/15)-(5-2^2) (5.9-5.3)*7.2+1.4^2 (2.1^2+5.2-7.2)*7.1 (18/3)^2+((13+7)*5^2) (-B+SQR(B^...