Search found 638 matches
- Wed Aug 26, 2026 10:53 am
- Forum: BASIC programs
- Topic: Mass on Spring Resonance
- Replies: 2
- Views: 28
- Flag:

Re: Mass on Spring Resonance
That is too difficult for me 
- Mon Aug 24, 2026 6:58 pm
- Forum: BASIC programs
- Topic: Mass on Spring Resonance
- Replies: 2
- Views: 28
- Flag:

Mass on Spring Resonance
A mass on or attached to a spring enters resonance upon being excited. Unlike a pendulum, its frequency does not depend on gravity. See http://hyperphysics.phy-astr.gsu.edu/hbase/shm2.html The accompanying program provides a simulation of such a resonance. The program is suitable for iPad and iPhone...
- Sun Jul 19, 2026 10:47 am
- Forum: BASIC programs
- Topic: Setting the Tormek grinder
- Replies: 0
- Views: 1733
- Flag:

Setting the Tormek grinder
There may be a minor issue when setting the grinding angle on the Tormek grinder. The attached report describes the problem and two solutions. One of the solutions requires some calculations, for which a program in Smart Basic has been included. 20260720 Update: Link to Apple store corrected to US-v...
- Fri May 08, 2026 12:15 pm
- Forum: Other topics
- Topic: SPRITE FLIP
- Replies: 1
- Views: 3024
- Flag:

Re: SPRITE FLIP
I tested the sample program from the PDF manual on page 54: 'Example of repeated FLIP usage: Sprite$="submarine 1.png" sh=SCREEN_HEIGHT() sw=SCREEN_WIDTH() movex=3 GRAPHICS OPTION SPRITE POS CENTRAL SPRITE "a" LOAD Sprite$ SPRITE "a" DELAY 0.04 SPRITE "a" AT sw/2,sh/2 SPRITE "a" dX movex SPRITE "a" ...
- Thu Apr 09, 2026 10:06 am
- Forum: BASIC programs
- Topic: Chorale from St Matthew Passion
- Replies: 2
- Views: 6643
- Flag:

Re: Chorale from St Matthew Passion
Sad but beautiful music.
It becomes a bit more cheerful if you increase the tempo.
The ending seems a bit abrupt.
Thanks for sharing.
It becomes a bit more cheerful if you increase the tempo.
The ending seems a bit abrupt.
Thanks for sharing.
- Tue Jan 06, 2026 10:43 am
- Forum: BASIC programs
- Topic: Extension of NOTES
- Replies: 7
- Views: 11971
- Flag:

Re: Extension of NOTES
I really don't understand anything about accelerando, diminuendo, ritardando, etc., but I think your program is a special achievement.
Hopefully Mr Kibernetik sees it as a valuable suggestion to add it to the app.
Hopefully Mr Kibernetik sees it as a valuable suggestion to add it to the app.
- Tue Nov 25, 2025 9:55 am
- Forum: BASIC programs
- Topic: Are you able to fill a simple input window?
- Replies: 2
- Views: 6391
- Flag:

Re: Are you able to fill a simple input window?
Great input function for programs. Thanks.
For now, you hold the record: A nice game problem. Initially, it was impossible to finish on time.
I had to increase the "speed" variable to 4 to get enough time.
For now, you hold the record: A nice game problem. Initially, it was impossible to finish on time.
I had to increase the "speed" variable to 4 to get enough time.
- Wed Nov 19, 2025 9:22 am
- Forum: BASIC programs
- Topic: Test the WiFi connection
- Replies: 10
- Views: 28654
- Flag:

Re: Test the WiFi connection
I ran the program for two days. It's remarkable that after a few hours, the interval remains almost constant at two hours.
Provider: KPN (NL), via fiber optic
Provider: KPN (NL), via fiber optic
- Tue Aug 19, 2025 8:44 am
- Forum: BASIC programs
- Topic: Game of Hamurabi (modified)
- Replies: 1
- Views: 4879
- Flag:

Re: Game of Hamurabi (modified)
Nice game, but it gets a bit boring towards the end.
You might want to add more disasters or costs for the inhabitants of the growing community.
I also discovered a small mistake.
After 15 rounds (years) I received the evaluation and the invitation for the 11th year.
You might want to add more disasters or costs for the inhabitants of the growing community.
I also discovered a small mistake.
After 15 rounds (years) I received the evaluation and the invitation for the 11th year.
- Sat Jun 28, 2025 1:32 pm
- Forum: PDF manual (by Dutchman)
- Topic: PDF manual 6-9
- Replies: 4
- Views: 30748
- Flag:

Re: PDF manual 6-9
For those who, like me, are musical illiterates, I added some notes that I collected during a musical project for SB. See subchapter 9.4 Some notes on notes on page 64. The version date 20250628 is on the cover page at the bottom right corner. The PDF-manual is in size A5, which fits perfectly on iP...