Search found 283 matches: understanding

Searched query: understanding

by TomH
Tue Jan 28, 2025 3:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: new Class TDeepSeek in next FWH 24.12
Replies: 16
Views: 35371

Re: new Class TDeepSeek in next FWH 24.12

... attack occurred after DeepSeek released its new AI models, Janus-Pro and JanusFlow, which demonstrated exceptional performance in multimodal understanding and generation tasks, even surpassing OpenAI's DALL-E 3 and Stable Diffusion in certain benchmark tests. The low cost and high performance of ...
by Antonio Linares
Fri Jan 24, 2025 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4828

Re: Using new Class TDeepSeek for documenting

... editing, and filtering, involve similar interactions between different sets of methods.

This detailed breakdown should provide a better understanding of how the numerous methods within the TXBrowse class are interconnected and contribute to its overall functionality. Let me know if you have ...
by Antonio Linares
Fri Jan 17, 2025 10:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4828

Re: Using new Class TDeepSeek for documenting

... removed at runtime.
- The class also provides methods for saving and loading the button bar configuration, making it suitable for applications that require persistent UI settings.

This documentation should provide a comprehensive understanding of the `TBar` class, its data members, and its methods.
by Antonio Linares
Thu Dec 12, 2024 6:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: oauth for dummies
Replies: 10
Views: 1264

Re: oauth for dummies

Dear David,

Understanding OAuth in a Nutshell

OAuth allows apps to access email services like Gmail securely by asking users for permission, instead of relying on username/password combinations. With Gmail:

1. You register your app with Google.
2. Google provides a client ID and secret for your ...
by nageswaragunupudi
Tue Nov 26, 2024 4:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting strings in a NON logical way
Replies: 5
Views: 1252

Re: Sorting strings in a NON logical way

... You want to read the values in this order: (in other words sort these values )
"XS,S,M,L,XL,XXL,XXXL,4XL,5XL"
for further processing.
Is my understanding correct?

If so we can do like this:
#include "fivewin.ch"

function Main()

local cFieldOrder := "L,M,S,XL,XXL,4XL,5XL,XS,XXXL"
local ...
by Antonio Linares
Mon Nov 18, 2024 6:08 am
Forum: Off Topic / Otros temas
Topic: Chris Langan Vision of Reality
Replies: 0
Views: 3726

Chris Langan Vision of Reality

... in the ctmu physical laws
aren't imposed from the outside they
emerge from the universe's own internal
logic this has profound implications for
understanding Free Will Consciousness
and causality if the universe is indeed
self- simulating then every choice every
action you make is a part of this vast ...
by Otto
Thu Nov 14, 2024 6:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 10477

Re: cloud or not cloud

... to the .accdb format in newer versions of Access, which may have reduced interest in documenting .mdb.

Conclusion:

While there is a partial understanding and some documentation available through community projects like mdbtools and reverse engineering, comprehensive documentation of the .mdb file ...
by TimStone
Sun Oct 27, 2024 9:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 2955

Re: Preview of the invoice in advance

... Many won't even talk to a salesperson because I provide direct, personal, support. No phone trees. No outsourced support person who has no understanding of the business or our software, but only a script to read. Problems are solved in minutes, and fixes are immediate. The software was designed ...
by Antonio Linares
Sat Oct 26, 2024 9:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Understanding Harbour's internal behavior
Replies: 3
Views: 596

Re: Understanding Harbour's internal behavior

Dear Enrico,

No, I don't have it sorry, but surely there may be tools to extract the text from it.

Anyhow, it is very easy to generate these podcasts, more or less specialized on different aspects of Harbour/xHarbour:

1. go to https://notebooklm.google.com/ (free)
2. create a new notebook and ...
by Enrico Maria Giordano
Sat Oct 26, 2024 9:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Understanding Harbour's internal behavior
Replies: 3
Views: 596

Re: Understanding Harbour's internal behavior

Antonio,

Do you have a transcripted version?
by Antonio Linares
Thu Oct 10, 2024 7:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView vs. TWebView2
Replies: 7
Views: 1189

Re: TWebView vs. TWebView2

FWH Class TWebView2 is the way to go as we don't need any externals DLLs and we have full control over its source code! :-)

Class TWebView2 has been developed with the help of Bruno Cantero who provided us a full understanding about it. Master Bruno!
by Otto
Fri Sep 27, 2024 4:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 635

Re: FlowMarker System Documentation

... the approach. Flow Marker has a different purpose.

This method isn't commonly found in mainstream documentation styles, but it offers a clear, systematic way to trace data flow, especially in scenarios where understanding the journey of data through various processes is crucial.

Best regards,
Otto
by Otto
Fri Sep 27, 2024 12:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 635

FlowMarker System Documentation

... or output, while also referencing predecessor and successor steps. This approach provides clear traceability and helps maintain a comprehensive understanding of data handling throughout the code.

To implement a consistent and trackable way to document data flow within your code, especially when ...