Search found 659 matches
- Mon Sep 01, 2025 10:34 am
- Forum: BASIC programs
- Topic: Yet another clock
- Replies: 1
- Views: 52
- Flag:
Yet another clock
Indeed, yet another clock. IMG_1347.jpeg I saw it while visiting some bridge friends, and felt an iressistible urge to program it in SB. IMG_1345.png Here it is, be it the Dutch version. The clock displays the time with text, in 5-minute intervals. The minutes within the 5-minute interval are displa...
- Sun Aug 17, 2025 1:08 pm
- Forum: BASIC programs
- Topic: Game of Hamurabi (modified)
- Replies: 1
- Views: 251
- Flag:
Game of Hamurabi (modified)
I played this old game again a couple of times, and made some modifications. The number of periods has been augmented from 10 to 15 ‘years’, mainly to provide more time to recover from the nasty disasters that may happen each year (loss of citizens due to the plague, loss of fertile ground to the El...
- Sat Jul 05, 2025 2:00 pm
- Forum: BASIC programs
- Topic: Simplified “Automaton” function
- Replies: 0
- Views: 16948
- Flag:
Simplified “Automaton” function
IMG_1325.png Some years ago, i posted a graphics pprogram called “Automaton” See: https://nitisara.ru/forum/viewtopic.php?t=2335 . I simplified it into a little function, which may be called in any (graphics) program with some spare space on the screen. graphics ! graphics clear .8,.8,.8 ! draw col...
- Tue Jun 10, 2025 10:20 pm
- Forum: BASIC programs
- Topic: Spaces generator
- Replies: 3
- Views: 4728
- Flag:
Re: Spaces generator
Done it!. Thanks.
- Tue Jun 10, 2025 6:10 am
- Forum: BASIC programs
- Topic: Spaces generator
- Replies: 3
- Views: 4728
- Flag:
Re: Spaces generator
Hi Ton,
How do you insert a link to another post? I couldn’t figure it out.
How do you insert a link to another post? I couldn’t figure it out.
- Mon Jun 09, 2025 6:43 am
- Forum: BASIC programs
- Topic: Solar System
- Replies: 19
- Views: 803041
- Flag:
Re: Solar System
The “mini keypad” could be used to solve the problem. See 14 threads before this one.
https://nitisara.ru/forum/viewtopic.php?f=20&t=2782
https://nitisara.ru/forum/viewtopic.php?f=20&t=2782
- Tue Jun 03, 2025 5:08 am
- Forum: BASIC programs
- Topic: Solar System
- Replies: 19
- Views: 803041
- Flag:
Re: Solar System
If you keep pressing the bottom right button of the keyboard, a little menu pops up. Select “Undock”, and the format info is displayed at the top of the screen. Problem solved without a program modification (wich would be the preferred solution) The keyboard may be “Docked” again using by pressing t...
- Mon Apr 28, 2025 5:45 am
- Forum: BASIC programs
- Topic: A more “playable” version of the “radiation dose map”
- Replies: 0
- Views: 4743
- Flag:
A more “playable” version of the “radiation dose map”
The color “red” is used to represent radiation. The FILL ALPHA factor is used to generate the intensity grade. In the yellow section of the code, radiation sources may be added, deleted, or modified. A wave length of zero value generates a steady, non-pulsating source. Touching a screen position wil...
- Thu Apr 17, 2025 8:16 am
- Forum: BASIC programs
- Topic: Radiation Dose Map - problem!
- Replies: 6
- Views: 12837
- Flag:
Re: Radiation Dose Map - problem!
Yes, exactly.
The program will then run on older iPad (without retina displays) as well.
The program will then run on older iPad (without retina displays) as well.
- Wed Apr 02, 2025 9:05 pm
- Forum: BASIC programs
- Topic: ToDo app
- Replies: 3
- Views: 5319
- Flag:
Re: ToDo app
Hi, Sorry, i had to be more precise about the installation process, First, you create a new program file with any name you want. I use “ToDo.sb” for the program itself. Then you copy/paste the code from the posting into that file. Secondly, the program uses a data file, which will be created by the ...