**Revisit to Tiny Spreadsheet, using buttons and selp_help windows, Model Vaporware using TCL** This page is under development. Comments are welcome, but please load any comments in the comments section at the bottom of the page. Please include your wiki MONIKER and date in your comment with the same courtesy that I will give you. Aside from your courtesy, your wiki MONIKER and date as a signature and minimal good faith of any internet post are the rules of this TCL-WIKI. Its very hard to reply reasonably without some background of the correspondent on his WIKI bio page. Thanks,[gold] 30Apr2021 ---- <> *** Introduction*** ---- [gold] Here are some cosmetics and supplements on Tiny Spreadsheet or small TCL apps on TCL console. One could probably use a slot calculator 1) window for numeric entries controlling the calculation proc and the 2) graphics display windows. Data transfer in vaporware uses global variables. The slot calculators have 8 slots. The calculation proc supplies N parameters from dummy number calculations to the parametric equations. The calculation proc uses a for loop. . ---- ---- *** Pseudocode, Equations, and Wiki Page Checklist *** ====== #pseudocode can be developed from rules of thumb. #pseudocode: some problems can be solved by proportions (rule of three), to some order of magnitude #pseudocode: enter quantity1, quantity2, quantity3 and expected output (quantity4) for testcases. #pseudocode: enter time in years, number of remaining items #pseudocode: output fraction of (remaining items) over (items at time zero) #pseudocode: ouput remaining items as fraction or percent #pseudocode: output fraction of (quantity4 ) over ( quantity1 at time zero) #pseudocode: output fraction of (quantity2) * (quantity3 ) over (quantity1 at time zero) #pseudocode: outputs should be in compatible units. #pseudocode: rules of thumb can be 3 to 15 percent off, partly since g..in g..out. #pseudocode: need test cases > small,medium, giant #pseudocode: need testcases within range of expected operation. #pseudocode: are there any cases too small or large to be solved? # # F(N+1) == F(N) + F(N-1) # F(1) == 1 # F(2) == 1 set Grade_School 6 set Middle_School 2 set High_School 4 set College 4 set Graduate_School 2 set values [list 6 8 12 16 18] set fractals [list 9.7 12.94 19.4 25.888 29.14] partials, f(1)= .5 f(2) = (1/4) * .5 f(3) = (1/6) * .5 ====== ---- ***Testcases Section*** In planning any software, it is advisable to gather a number of testcases to check the results of the program. **** Testcase 1 **** ---- ---- ***Screenshots Section*** ---- ****figure 1. t**** ---- ---- ****figure 2. **** ---- ---- ---- ****figure 3. **** ---- ---- ---- ****figure 4. **** ---- ---- ****figure 5. **** ---- ---- ---- ***References:*** * Wikipedia search engine < time > * Wikipedia search engine < golden ratio proportions > * Wikipedia search engine < Fibonacci > * Google search engine < fractal time calculator Braden Greg > * Book >> Fractal Time: The Secret of 2012 and a New World Age * Paperback – Illustrated, February 1, 2010 * book(s) by Braden Gregg ---- ---- **Appendix Code** ***appendix TCL programs and scripts *** ====== ;# pretty print from autoindent and ased editor occurrence ;# Time Fractal Proportions calculator ;# written on Windows ;# working under TCL version 8.6 ;# gold on TCL WIKI, 30apr2021 ====== ---- *** Pushbutton Operation*** For the push buttons, the recommended procedure is push testcase and fill frame, change first three entries etc, push solve, and then push report. Report allows copy and paste from console. For testcases in a computer session, the TCL calculator increments a new testcase number internally, eg. TC(1), TC(2) , TC(3) , TC(N). The testcase number is internal to the calculator and will not be printed until the report button is pushed for the current result numbers. The current result numbers will be cleared either on the next clear button or on the next solve button. ---- **Comments Section** <> Please place any comments here, Thanks, [gold] 30May2021 <> Numerical Analysis | Toys | Calculator | Mathematics| Example| Toys and Games | Games | Application | GUI ---- <> Development | Concept| Algorithm