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 15 matches

by Brian
Tue Jan 02, 2024 8:14 am
Forum: Net Basic Archive
Topic: Roll a Die
Replies: 3
Views: 3120

Roll a Die

A traditional die is a cube with each of its six faces marked with a different number of dots from one to six. When rolled the die comes to rest showing a random integer from one to six on its upper surface. This program simulates the roll of a die every time you click on the run button. 1 REM Roll...
by Brian
Mon Jan 01, 2024 10:17 am
Forum: Craft Basic Archive
Topic: Happy New Year!
Replies: 2
Views: 3646

Re: Happy New Year!

Hi Beronica, Thank you for your 2024 wishes. I wish you, Gemino and all the visitors to this forum a Happy New Year filled with success, happiness and prosperity. This video show’s London's spectacular fireworks display last night on the River Thames as Big Ben strikes midnight. https://www.youtube...
by Brian
Sun Dec 17, 2023 2:15 pm
Forum: General Discussion
Topic: Tomorrow’s World!
Replies: 1
Views: 2934

Tomorrow’s World!

The BASIC computer programming language has existed for fifty-nine years. Many dialects of BASIC are still in use daily around the world. This video gives you a small glimpse of what the future of computer programming will look like! https://www.youtube.com/watch?v=Ov2N2fd6Xm4&list=LL&index...
by Brian
Fri Dec 15, 2023 8:40 pm
Forum: Craft Basic Support
Topic: Resize Window
Replies: 3
Views: 4778

Resize Window

Hello, Gemino. Thank you for the quick and detailed response. I am using both Windows 10 Home and Windows 11 Home operating systems. Both have the same discrepancy count concerning the Resize Window issue. As you say, the quick and easy fix for programmers using Windows 10 and 11 would be to just a...
by Brian
Fri Dec 15, 2023 2:59 pm
Forum: Craft Basic Support
Topic: Resize Window
Replies: 3
Views: 4778

Resize Window

I believe there may be a minor software bug in the algorithm that controls the Resize Window instruction. This sample program, in theory, should open a new window with a width of 401 graphics units and a height of 401 graphics units. In reality, the new window has a width of 383 graphics units and ...