Search found 34 matches: efficiently

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

Dear Anser,

Unfortunately this only works on 64 bits due to memory requirements as 32 bits is not able to manage memory as efficiently as 64 bits does.

The entire AI model has to be loaded in memory and 32 bits is not able to do it.
by Antonio Linares
Tue Dec 19, 2023 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8328

Understanding how autoGPT works...

... of information needed is extensive, we need to manage our long-term memory effectively and delegate tasks whenever possible to ensure we operate efficiently.", "plan": "- Save important information to files immediately\n- Delegate simple tasks to GPT agents whenever possible\n- ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 528

ADS - The future is <sadly> now so where do you go ?

... their daily work, so it must be a local server setup. I would like to hear of solutions others may have found for client server operations, or to efficiently handle a larger number of workstations on a network without failures. I do know some might recommend remote desktop but that is also not ...
by TimStone
Tue Apr 19, 2022 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2792

CONTROLLER and ROUTER

Hello, Now the router is working very efficiently: There are 2 hash tables.  hRouting[  "datakunden:exec:edit" ] = "edit" hRouting[  "datakunden:exec:brief" ] = "briefe"... ...
by Otto
Wed Nov 11, 2020 8:24 pm
 
Forum: mod_harbour
Topic: CONTROLLER and ROUTER
Replies: 0
Views: 257

Re: trying with tdatabase

... in multi=user environments with dBase, Clipper, and FWH/xHarbour/Harbour since the mid 1980's. I have absolutely no problem using data objects efficiently in those settings, and my primary application used in many businesses automatically supports single, multi, and ADS setups with absolutely ...
by TimStone
Thu Jan 24, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4795

Import/Export from/to CSV files (; separator)

... and natively (only pipe | separator is expected, but not ; ). Surely there is a function/command that handles this type of very common files more efficiently. Which?
by max
Tue Oct 09, 2018 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import/Export from/to CSV files (; separator)
Replies: 16
Views: 2173

Re: Borrar registro actual en xBrowse?

... data-sources. It also knows how to reposition the record after deletion and refresh the browse. And finally Xbrowse does all these things quite efficiently on your behalf. So please do not spend time in coding. Mr Rao, Thank you I tried your advice but it just works deleting from the Browse ...
by Compuin
Fri Dec 29, 2017 1:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borrar registro actual en xBrowse?
Replies: 15
Views: 2492

Re: Borrar registro actual en xBrowse?

... data-sources. It also knows how to reposition the record after deletion and refresh the browse. And finally Xbrowse does all these things quite efficiently on your behalf. So please do not spend time in coding.
by nageswaragunupudi
Thu Dec 28, 2017 3:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borrar registro actual en xBrowse?
Replies: 15
Views: 2492

Re: Proposal .. 'just not xBase any more'

... xBase programming in the very early 80's, my first goal was to understand WHAT I needed to build ( as a solution ) and for WHO that would work efficiently. I spent a lot of time learning about my clients ( small businesses ), their needs, how they ran their companies, and only then did I create ...
by TimStone
Tue Mar 07, 2017 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5713

Re: Harbour for iOS working. FiveTouch for iOS is coming ;-)

... Way too much data to read on a phone or tablet. Invoicing on a phone is pretty hard if you have many parts. Just not enough space to input data efficiently. A tablet might be a little better, but only for a small number of parts. If a company has a large stock, say 5,000 plus parts, then it ...
by TimStone
Tue Oct 18, 2016 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for iOS working. FiveTouch for iOS is coming ;-)
Replies: 15
Views: 2707

Re: Universal Windows Platform + Harbour + FiveWin

Tim, I agree that most of our apps are large complex apps that do require a large monitor to be used efficiently. However, I do think there are at least some situations where users want access to certain information via their phones or tablets. Workers in the field may want ...
by James Bott
Sun May 22, 2016 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Universal Windows Platform + Harbour + FiveWin
Replies: 14
Views: 4230

One Source, Multiple Builds

I have one very large application, and I only want to have one set of source code files. It is so much easier that way to maintain my program efficiently. However, I wanted to have a variety of build options. To do this, I have all of my source .prg and .rc files in one folder which I have as ...
by TimStone
Mon May 16, 2016 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: One Source, Multiple Builds
Replies: 0
Views: 392

Re: DBF to SQL converter program

... fields must be then remapped when opening the report. This would be a code change that we cant avoid. We working now in adordd to detect more efficiently new record additions made by others. Will keep you posted.
by AHF
Fri Aug 21, 2015 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17991

Re: How many INDEX can create ON MySql and How to use it?

... database application to find data fast; without reading the whole table. Indexes An index can be created in a table to find data more quickly and efficiently. The users cannot see the indexes, they are just used to speed up searches/queries. Note: Updating a table with indexes takes more time ...
by Rick Lipkin
Fri Jun 26, 2015 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many INDEX can create ON MySql and How to use it?
Replies: 8
Views: 2467

Re: ADO & SQL INSERT Statement

... data, but one variation creates a special kind of cursor, called an insert cursor. You use an insert cursor with the PUT and FLUSH statements to efficiently insert rows into a table in bulk. Declaring an Insert Cursor To create an insert cursor, declare a cursor to be for an INSERT statement ...
by avista
Thu Jul 31, 2014 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2219
Next

Return to advanced search