Author |
Message |
Topic: Which AI trained on Clearwin? |
Kenneth_Smith
Replies: 23
Views: 4888
|
Forum: General Posted: Mon Jun 30, 2025 9:23 am Subject: |
Summarising my investigations over the past few days:
When you are using ChatGPT, on the sidebar menu select GTPs. This brings up available domain specific or �custom GTPs�, and under the programm ... |
Topic: Which AI trained on Clearwin? |
Kenneth_Smith
Replies: 23
Views: 4888
|
Forum: General Posted: Sat Jun 28, 2025 3:31 pm Subject: |
This may provide a way of quickly generating an AI tool with domain specific information e.g. Clearwin+.
https://www.youtube.com/watch?v=BK2rcC6zEaU
https://pickaxe.co/
I converted a chm file ... |
Topic: Fortran 2023 trig functions |
Kenneth_Smith
Replies: 13
Views: 14489
|
Forum: Suggestions Posted: Thu Jun 26, 2025 2:03 pm Subject: |
Thanks Paul,
Did you also look at the *pi functions? I see today that they have a similar issue.
x = 1.0
print*, asinpi(x), asinpi(1.0)
print*, atanpi(x), atanpi(1. ... |
Topic: Fortran 2023 trig functions |
Kenneth_Smith
Replies: 13
Views: 14489
|
Forum: Suggestions Posted: Wed Jun 25, 2025 12:22 pm Subject: |
Paul, there's something not correct with the *d functions. The following code should return two columns of data with equal entries in each row.
program test
use iso_fortran_env
implicit none
re ... |
Topic: Which AI trained on Clearwin? |
Kenneth_Smith
Replies: 23
Views: 4888
|
Forum: General Posted: Sun Jun 22, 2025 2:29 pm Subject: |
A rather amusing reader's letter in Friday's issue of The Scotsman.
Green MSP Lorna Slater raised eyebrows with her Parliamentary AI experiment
Opposing a motion to the Scottish Parliament �Dema ... |
Topic: Which AI trained on Clearwin? |
Kenneth_Smith
Replies: 23
Views: 4888
|
Forum: General Posted: Fri Jun 20, 2025 1:52 pm Subject: |
Dan, In you code at line 711
i = winio@('%pv%80.10&[hscroll,vscroll]&', iOUTun1)
There is a missing format code after the second %.
I must get back to what I should be doing! |
Topic: Which AI trained on Clearwin? |
Kenneth_Smith
Replies: 23
Views: 4888
|
Forum: General Posted: Fri Jun 20, 2025 10:40 am Subject: |
Dan, you are far ahead of me at this game!
In your code at line 684:
ig111 = ig111 + 2 * (RelColLum - 0.5D0) * ig
ig was not previously been assigned a value.
Last evening I aske ... |
Topic: Which AI trained on Clearwin? |
Kenneth_Smith
Replies: 23
Views: 4888
|
Forum: General Posted: Thu Jun 19, 2025 12:51 pm Subject: |
As an example, here is the code generated by AI when I asked it about Z-buffering algorithms.
https://www.dropbox.com/scl/fi/l0dlv0pum4libfhl99glg/Zbuffer_FTN95_CHATGPT.f95?rlkey=8qlhx6woey7p50crm3 ... |
Topic: Which AI trained on Clearwin? |
Kenneth_Smith
Replies: 23
Views: 4888
|
Forum: General Posted: Wed Jun 18, 2025 2:13 pm Subject: |
The Fortran code to generate images shown at the links below was produced by ChatGPT using Fortran and Clearwin+ graphics calls.
In each case I simply introduced the relevant Clearwin+ procedure na ... |
Topic: Fortran 2023 trig functions |
Kenneth_Smith
Replies: 13
Views: 14489
|
Forum: Suggestions Posted: Fri Jun 06, 2025 8:23 am Subject: |
Good work Paul, I appreciate this addition to the library.
Just to clarify, the aforementioned functions are indeed intended to operate on real and not complex variables. |
Topic: Updated ftn95.chm issue |
Kenneth_Smith
Replies: 3
Views: 7636
|
Forum: Support Posted: Tue Jun 03, 2025 12:52 pm Subject: |
Solution: Find the .chm file location, right click, and go to properties and check �Unblock� and apply. |
Topic: Updated ftn95.chm issue |
Kenneth_Smith
Replies: 3
Views: 7636
|
Forum: Support Posted: Tue Jun 03, 2025 12:29 pm Subject: |
Update: Fails on my Windows 11 machine, but is OK on my older Windows 10 back up machine. |
Topic: Updated ftn95.chm issue |
Kenneth_Smith
Replies: 3
Views: 7636
|
Forum: Support Posted: Tue Jun 03, 2025 10:31 am Subject: Updated ftn95.chm issue |
After installing the updated Plato (31st May), I am unable to display individual help pages. I can navigate Contents, Index and use search, but selecting a topic to display does not produce the expec ... |
Topic: Birth defect of Clearwin |
Kenneth_Smith
Replies: 49
Views: 1777248
|
Forum: ClearWin+ Posted: Fri May 30, 2025 11:25 am Subject: |
Thanks Paul, that�s useful. I almost got it right! |
Topic: Birth defect of Clearwin |
Kenneth_Smith
Replies: 49
Views: 1777248
|
Forum: ClearWin+ Posted: Fri May 30, 2025 9:51 am Subject: |
Thanks for taking the time to look at the margin question. By strange coincidence I looked at this again the other week and tried to back engineer how the margin sizes are calculated within clearwin. ... |
|