Search found 363 matches: low

Return to advanced search

Re: IA y Harbour Conceptos básicos

Sip,

Ahora lo he visto...

Inference Endpoints pricing is based on your hourly compute, and billed monthly. This can be as low as $0.032 per CPU core/hr and $0.5 per GPU/hr depending on your needs.



Baratito... :lol:


C.
by Carles
Mon Apr 29, 2024 11:53 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 333

Connecting to a BLE device

Hi All, I posted this question a few years ago but never got a workable solution so I'm trying again. Has anyone ever connected to a Bluetooth Low Energy device? If so, can you please send me some examples? I used to connect to Bluetooth using a serial connection but with BLE it's way different. ...
by Jeff Barnes
Tue Feb 13, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 327

Re: SAPI : change Voice

Harbour function __axRegisterHandler() register an events handler.

meanwhile the speak of a text there are events but they don't arrive. No idea why.

We have low level debugged the code and it is correct but somehow the events are not arriving
by Antonio Linares
Thu Feb 08, 2024 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3776

Re: more GGUF Model

Dear Jimmy, You may be able to use any GGUF file (Artificial Intelligence open source model) using llama64.dll with Harbour and FWH. Please follow these steps to build llama64.dll as it takes full advantage of your computer capabilities: https://forums.fivetechsupport.com/viewtopic.php?p=266316&sid=79f17f8ebda5b77d799c73fb2a39838c#p266316 ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 173

Re: SAPI : change Voice

Dear Otto, this is not a high level Harbour debugger It is a low level debugger to see the Harbour virtual machine running and be able to debug C code. You get it when you install (free) Visual Studio Community 1. Install Visual Studio Community 2. git ...
by Antonio Linares
Fri Jan 26, 2024 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3776

Re: whatsapp

The function provided with FWH2310 can send files as attachments. That is possible only due to some low level ( c language modules ) in FWH2310. So, that is not compatible with earlier versions. We provide here a modified version with which we can send messages and also some ...
by nageswaragunupudi
Sun Nov 19, 2023 2:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: whatsapp
Replies: 9
Views: 1316

Re: DBF . Commit

Next: So, what does this HARDCOMMIT setting do? After going through some low level functions in (x)Harbour rdd like: static HB_ERRCODE hb_dbfFlush( DBFAREAP pArea ){   // ... some code ...   if( hb_setGetHardCommit() && errCode ...
by nageswaragunupudi
Mon Oct 23, 2023 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2433

Re: who use PostgreSQL with Fivewin ?

... Fivewin Way --- when build TPQServer LIB there is a File rddcopy.c it have HB_FUNC( HB_PQCOPYFROMWA ) Question : how to use "PostgreSQL RDBMS low-level (client API) interface code" with CLASS TPQServer :?:
by Jimmy
Wed Sep 27, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1072

Re: Leer Excel XLSX grande a un array o DBF

... UPDATE ;              FONT oFontDefault COLOR BFcolor, BGcolor this CODE work also under 32 Bit but over 500.000 Row it might crash when MEMORY is low of 32 Bit App --- instead of XBROWSE you can use Record-Set to create a DBF or SQL-Table
by Jimmy
Thu Aug 10, 2023 6:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer Excel XLSX grande a un array o DBF
Replies: 12
Views: 1252

Re: simulate unknown Function of UDF in IndexKey()

Using hashes from low level to support multiple codeblocks :-D Remember to build it this way: hbmk2.exe create.prg -cflag=-D_HB_API_INTERNAL_ function Main()   hb_CreateFunction( "xyz", { || QOut( "from ...
by Antonio Linares
Sat May 06, 2023 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate unknown Function of UDF in IndexKey()
Replies: 9
Views: 437

Re: Trabajar con dos pantallas

... It does not read the resolution of the extended screen but that of the main one. Don't worry, programming I'll put the two screens with the same low response and that's all. I was just wondering if there was any way, even in C++, to know what resolution the program is running at. Best regards
by antolin
Mon Jan 09, 2023 11:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Trabajar con dos pantallas
Replies: 10
Views: 807

Re: mod_harbour com firebird

Dear Otto, good morning There is a folder in c:\harbour\contrib\hbfbird\ that as it says: README 2003-12-23 - Harbour low-level API for Firebird and Interbase RDBMS This work is not finished yet. It's planned to be similar to Harbour TMysql routines. For full firebird documentation ...
by Antonio Linares
Sat Nov 19, 2022 9:32 am
 
Forum: mod_harbour
Topic: mod_harbour com firebird
Replies: 1
Views: 392

Harbour + BI

Hi Guys,
Do you know any low cost BI (Business Intelligence) to use with Harbour/Fivewin ?
by vilian
Thu Sep 22, 2022 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour + BI
Replies: 9
Views: 729

Re: TWebView:Destroy method does not close the window.

Dear Hakan,

I am thinking about low level debugging it using Visual Studio, unless a solution appears.

I don't think Steffen may be able to help on that...
by Antonio Linares
Fri Jul 29, 2022 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3236

Re: VS-Installer

Dear Detlef, > Only to have a new resource editor, compiler and linker? It offers you much more than that. It has a wonderful IDE, a great low level debugger, lots of tools that you will do appreciate when you investigate them :-) > more than 6 GB on my harddrive What is that for modern ...
by Antonio Linares
Sun Jul 24, 2022 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VS-Installer
Replies: 4
Views: 474
Next

Return to advanced search

cron