Search found 117 matches: efficient

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... interested in learning from both worlds. Firstly in the world of the old Harbour programmer who wants to use the web in a way that is sufficiently efficient and more in line with my old methods... But at the same time, I want to know how things are maded with the tools of the most "official" ...
by Arturo Lopesoria
Wed Feb 28, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 541

Re: Consuta sobre MariaDB/MySql

Number of connections should not matter.
We personally know companies with hundreds of users simultaneously connecting and working with cloud servers.
No need at all to connect and disconnect every-time. This is definitely not an efficient way.
by nageswaragunupudi
Tue Jan 23, 2024 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 354

Re: hash for storing variables

... focus is more on reusing code snippets rather than creating and managing objects in the OOP sense. Conclusion In summary, this approach offers an efficient, modular, and component-based approach to web development. It shares many advantages of object-oriented programming, although it does not ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 499

Re: Help splitting up a character address string

... particularly in web and GUI application development. It enhances code readability, maintainability, and modularity, which are crucial aspects of efficient software development. User gibt es infos zur syntax ChatGPT Detailed information about the syntax and usage of Harbourino, particularly within ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 500

Re: Fastreport de Cristobal

... and usable products. However, I think it is very important to have a report generator associate with FW (for DBF and SQL ) and with an efficient project many people would join willinly. Carles , thank you for your great contribution and I really appreciate your help and support. grateful ...
by Maurizio
Wed May 31, 2023 7:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 2970

Re: CLASS modification

... applications are also being phased out in favor of web-based solutions. The advancements in technology and the need for more sustainable and efficient options are driving this transition in both industries. Best regards, Otto
by Otto
Fri May 26, 2023 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1673

Re: SSE example

... and a server. It allows the server to send events or updates to the client (web page) over a single, long-lived HTTP connection. SSE can be a more efficient and reliable approach compared to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best ...
by ssbbs
Thu May 25, 2023 4:24 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4540

Re: SSE example

... and a server. It allows the server to send events or updates to the client (web page) over a single, long-lived HTTP connection. SSE can be a more efficient and reliable approach compared to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best ...
by Otto
Wed May 24, 2023 5:46 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4540

Re: Using Excel/FW under Remote Desktop

... data since the earliest days of DOS, using dBase II, and III, then Clipper, and since 2000, full Windows. The computers today are so fast and efficient that it works beautifully. Tim
by TimStone
Thu May 11, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel/FW under Remote Desktop
Replies: 7
Views: 353

Understanding how autoGPT works...

... big-picture behavior constantly. 3. Reflect on past decisions and strategies to refine your approach. 4. Every command has a cost, so be smart and efficient. Aim to complete tasks in the least number of steps. You should only respond in JSON format as described below RESPONSE FORMAT: { "thoughts": ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 503

Re: Read API data one by one or in block

... deciding how to retrieve data from an API: How much data are you retrieving? If you are only retrieving a small amount of data, it may be more efficient to retrieve it one record at a time. However, if you are retrieving a large amount of data, it may be more efficient to retrieve it in larger ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 248

Re: Copy ARRAY filtered by column

... aData )HB_ADel( aNew, 4, .t. )HB_ADel( aNew, 2, .t. )aNew  := ArrTranposeQ( aNew )  a) This is not efficient b) You do not use FWH functions in modHarbour. 2) AEval aNew := {}AEval( aOriginal, { |a| AAdd( aNew, { a[ ...
by nageswaragunupudi
Wed Nov 16, 2022 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy ARRAY filtered by column
Replies: 2
Views: 203

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

... [hex/bin] is large amount of hex strings representing the image format. This way working both for Word rtf, and both for RTF box - so it is more efficient. Prueba a insertar eso y a ver si te funciona ;-)
by Antonio Linares
Tue Jun 21, 2022 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
Replies: 19
Views: 1432

Re: start at the end and go back in an array

... I have no solution for your problem because for the moment I've not time enough to be occupied with your complex materials. But to code more efficient I would replace Do case case nWheel = 1 nPos1:= 3 nPos2:= 4 nPos3:= 5 nPos4:= 6 nPos5:= 7 case nWheel = 2 nPos1:= 8 nPos2:= 9 nPos3:= 10 nPos4:= ...
by Detlef
Mon May 30, 2022 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 822

Re: Respaldo de base de datos mariadb desde fivewin

... [bProgress],... )oCn:Restore( cBackupFile )  Most simple to use and at the same time, highly feature rich and efficient. Compatible with 1701. We recommend you to save your time and effort and use one of the best backup/restore utility you already have in our ...
by JoseAlvarez
Sun Apr 03, 2022 10:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1167
Next

Return to advanced search