What do you expect? With fib(100), the procedure is run billions of times. It's understandable that the browser then crashes.
Here is a small code provided by ChatGPT:
EnableExplicit
Global Dim memo.q(100) ; Cache for memoization
Global naiveCount.q = 0 ; Counter for naive recursion calls
Global ...
Search found 968 matches
- Sun Aug 10, 2025 7:45 pm
- Forum: Coding Questions
- Topic: Double recursion query
- Replies: 4
- Views: 251
- Sun Aug 10, 2025 12:27 pm
- Forum: Coding Questions
- Topic: Double recursion query
- Replies: 4
- Views: 251
Re: Double recursion query
I can't reproduce that. I get a result: 89
- Tue Aug 05, 2025 4:08 pm
- Forum: Coding Questions
- Topic: HeaderSection/EndHeaderSection
- Replies: 7
- Views: 384
Re: HeaderSection/EndHeaderSection
[...] or can I perhaps disable the browser from using the cache?
untested:
HeaderSection
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="0" />
EndHeaderSection
untested:
HeaderSection
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="0" />
EndHeaderSection
- Tue Aug 05, 2025 2:52 pm
- Forum: Coding Questions
- Topic: HeaderSection/EndHeaderSection
- Replies: 7
- Views: 384
Re: HeaderSection/EndHeaderSection
HeaderSection
Introduction
SpiderBasic allows to easily customize the <header></header> section of the app HTML file. It can be useful when needed to add additional meta tags or to include css or javascript files directly in the HTML.
Commands
Syntax
HeaderSection
Description
Open the header ...
Introduction
SpiderBasic allows to easily customize the <header></header> section of the app HTML file. It can be useful when needed to add additional meta tags or to include css or javascript files directly in the HTML.
Commands
Syntax
HeaderSection
Description
Open the header ...
- Mon Aug 04, 2025 2:53 pm
- Forum: Coding Questions
- Topic: HeaderSection/EndHeaderSection
- Replies: 7
- Views: 384
Re: HeaderSection/EndHeaderSection
Is your <F1> key broken? ;)
#myWindow = 0
#myContainer = 0
HeaderSection
<script src="https://cdn.jsdelivr.net/npm/uplot@1.6.32/dist/uPlot.iife.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/uplot@1.6.32/dist/uPlot.min.css" rel="stylesheet">
EndHeaderSection
Procedure DrawChart ...
#myWindow = 0
#myContainer = 0
HeaderSection
<script src="https://cdn.jsdelivr.net/npm/uplot@1.6.32/dist/uPlot.iife.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/uplot@1.6.32/dist/uPlot.min.css" rel="stylesheet">
EndHeaderSection
Procedure DrawChart ...
- Tue Jul 29, 2025 8:43 am
- Forum: Bugs Reports
- Topic: [Done] SB 3.10 #PB_Image_Transparent doesn't work
- Replies: 2
- Views: 538
Re: SB 3.10 #PB_Image_Transparent doesn't work
Confirmed.
Latest Beta:

Final:

Latest Beta:

Final:

- Fri Jul 04, 2025 7:08 am
- Forum: Feature Requests and Wishlists
- Topic: favicon?
- Replies: 1
- Views: 3116
Re: favicon?

Thank you!

- Wed Jul 02, 2025 10:45 pm
- Forum: General Discussion
- Topic: SpiderBasic 3.10 is out !
- Replies: 25
- Views: 20564
Re: SpiderBasic 3.10 beta 2 is ready !
could be.Dirk Geppert wrote: Wed Jul 02, 2025 6:37 pm@Peter: seems that HeaderSection/EndHeaderSection can replace the HtmlPreprocessor
try it out!

- Tue Jul 01, 2025 8:57 am
- Forum: General Discussion
- Topic: SpiderBasic 3.10 is out !
- Replies: 25
- Views: 20564
Re: SpiderBasic 3.10 beta 2 is ready !
GREAT! So many possibilities...Fred wrote: Mon Jun 30, 2025 9:56 amCode: Select all
- Added: HeaderSection/EndHeaderSection to easily custozime the HTML </head> tag ...
Thanks a lot!

- Fri Jun 13, 2025 8:38 am
- Forum: Feature Requests and Wishlists
- Topic: favicon?
- Replies: 1
- Views: 3116
favicon?
Not a big deal, but a fancy favicon for this board would be nice. 
