Search found 1255 matches: tools

Return to advanced search

Re: FWH or harbour function support CRC?

Dear Antonio, Mr.Rao, Natter

Right value => 0x8811

I show some test tools below:
Image
by richard-service
Fri Jan 12, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1740

file ID in the Windows file system

... **User: How can I get the file ID?** In Windows, to retrieve the unique file identifier (File ID) for a file, you typically need to use specific tools or write a program that interacts with the Windows API. Here's a general outline of how you can retrieve the File ID: **Using Command Line:** ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

phpBB to LLM

1. Create a SQL dump file from your phpBB forums: mysqldump --user=username --password=YourPassword database_phpbb > dumpfile.sql 2. We "clean" the dump file using this code: #include "FiveWin.ch"function Main()    local cSQL := hb_memoRead( "dumpfile.sql"...
by Antonio Linares
Thu Dec 21, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4697

Re: Using Microsoft AI Phi-2 from FWH

... :-) There is a new project, based on llama.cpp, that works 12% faster than llama.cpp, we keep an eye on AI development to offer you the best AI tools for your FWH apps ;-) https://github.com/SJTU-IPADS/PowerInfer
by Antonio Linares
Wed Dec 20, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8336

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio, solved, please download this llama64.dll: https://github.com/FiveTechSoft/FWH_tools/blob/master/llama64.dll have download latest FWH_tools-master.zip and use new (bigger) llama64.dll but still got Error Message :( what Hardware do i need for that KI-Sample :?: i do not have a...
by Jimmy
Tue Dec 19, 2023 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8336

Re: Using Microsoft AI Phi-2 from FWH

Dear Jimmy,

solved,

please download this llama64.dll:
https://github.com/FiveTechSoft/FWH_tools/blob/master/llama64.dll
by Antonio Linares
Tue Dec 19, 2023 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8336

Re: Lectura del TEXTO desde archivo PDF

hi,

as i can say you need to extract TEXT from PDF

there are Tools, like xPDFreader, which can extract TEXT from PDF
https://www.xpdfreader.com/download.html
---
you can use Source of xPDFreader and try to use it direct under harbour
by Jimmy
Tue Dec 19, 2023 1:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lectura del TEXTO desde archivo PDF
Replies: 3
Views: 405

Re: Using Microsoft AI Phi-2 from FWH

Dear Jimmy and friends, Here you have llama64.dll: https://github.com/FiveTechSoft/FWH_tools/blob/master/llama64.dll It has been tested using these models. We recommend Phi-2 as it is the smallest and better. Every few days are appearing new and enhanced models :-) Microsoft Phi-2 https&...
by Antonio Linares
Mon Dec 18, 2023 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8336

Re: developer tools (F12) in WebView?

Dear Cristobal,
thank you.

Best regards,
Otto
by Otto
Tue Dec 05, 2023 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: developer tools (F12) in WebView?
Replies: 2
Views: 328

Re: developer tools (F12) in WebView?

Dear Otto, try
Code: Select all  Expand view

oWebView := TWebView():New( 1, )
 
by cnavarro
Tue Dec 05, 2023 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: developer tools (F12) in WebView?
Replies: 2
Views: 328

developer tools (F12) in WebView?

Hello friends,
How can I enable and open the developer tools (F12) in WebView?

Best regards,
Otto
by Otto
Tue Dec 05, 2023 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: developer tools (F12) in WebView?
Replies: 2
Views: 328

Re: Ficheros borrados del github harbour y xharbour files

What do you need, exactly? Can you make a list of the tools you need?
by Enrico Maria Giordano
Mon Dec 04, 2023 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ficheros borrados del github harbour y xharbour files
Replies: 4
Views: 544

Re: DBF Repair Tools

Tim,

Can you tell us which characters aren't visible? Better yet would be a few records that contain the problem characters.

James
by James Bott
Fri Nov 17, 2023 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 779

Re: DBF Repair Tools

In this case, no. Using data architect, I tried filtering for not empty but it still includes them


Sent from my iPhone using Tapatalk
by TimStone
Tue Nov 14, 2023 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 779
PreviousNext

Return to advanced search