Search found 5261 matches: main

Return to advanced search

Re: erase files

In use? ??? the files https://i.postimg.cc/qqxw8TyC/kkk.png Main.prg #include "fivewin.ch"REQUEST HB_LANG_ITREQUEST HB_CODEPAGE_ITWINREQUEST DBFCDXfunction Main()       RddSetDefault( "DBFCDX" )       SetHandleCount( ...
by Silvio.Falconi
Thu Jan 25, 2024 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1615

Training TinyLlama to build a medical AI model

Used code: https://github.com/FiveTechSoft/tinyMedical Trained model: https://huggingface.co/fivetech/tinyMedical-GGUF/tree/main used engine to run the resulting GGUF file: https://github.com/ggerganov/llama.cpp You can also use LM Studio to use the GGUF files: https://lmstudio.ai/
by Antonio Linares
Thu Jan 25, 2024 6:07 am
 
Forum: Artificial Intelligence examples
Topic: Training TinyLlama to build a medical AI model
Replies: 0
Views: 234

Creating a CSV file from these forums

These forums as a DBF and FPT files: https://huggingface.co/datasets/fivetech/forums_dbf/tree/main forums_csv.prg #include "FiveWin.ch"request dbfcdxfunction Main()    local cPostsCSV := "topic,text" + Chr( 10 )    USE posts VIA ...
by Antonio Linares
Thu Jan 25, 2024 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a CSV file from these forums
Replies: 0
Views: 581

Re: SAPI : change Voice

... -fomit-frame-pointer -W -Wall -pipe -IC:/hmg.3.4.4/harbour/include -IC:/hm g.3.4.4/0/SAPI -IC:/hmg.3.4.4/include R:/Temp/hbmk_9tofgt.dir/Main.c R:/Temp/hbmk_9tofgt.dir/HB_FUNC.c R:/Temp/hbmk_5vro 0l.c the Error are in Lines which have "->" (Alias ?) in Line of CODE need more ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3871

HTML code in a TPanel class

... for applications. I have done it, but it only runs on an HTML page, instead I would like to insert it into a TPanel because the TPanel is in the main window and is visible to all users on the network. So far, I have only taken a window as a control to embed it. I have looked at the TWebView class, ...
by Otto
Sat Jan 20, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1387

Re: Fine tune Phi2 from Microsoft with your own data

... teachings. Vedanta is a branch of Hindu philosophy that aims to understand the nature of reality, the self, and the supreme being. What are the main schools of Vedanta? There are many schools of Vedanta, but the most influential ones are: - Advaita Vedanta: This school was founded by Adi Shankara, ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1267

WebView2 Essentials: Guides, Tips & Resources

... WebView2, it essentially opens a series of Edge browser processes in the background. Each process serves a different purpose: Browser Process: The main process that manages the user interface, handles navigation, and coordinates other processes. Renderer Process: Handles the rendering of web content. ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 490

Re: Resolution of monitor

seem a joke..... local nResHoriz := oWnd:nHorzRes() local nResVert := oWnd:nVertRes() where is oWnd ? I don't always have the main window where I can find the oWnd? Such a solution seems strange to me Hi Silvio, you must not take 'oWnd' but take your dialog: local  nResHoriz := oDlg:nHorzRes() ...
by Detlef
Wed Jan 10, 2024 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2610

Re: Resolution of monitor

... Regards, saludos. seem a joke..... local nResHoriz := oWnd:nHorzRes() local nResVert := oWnd:nVertRes() where is oWnd ? I don't always have the main window where I can find the oWnd? Such a solution seems strange to me
by Silvio.Falconi
Wed Jan 10, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2610

Re: Create a Panel width a text

... ExplorerBar after the message is changed ? and how ? Antonio, consider that I insert two explorerbars (one on the right and one on the left) in a main window and do them as if it were a dashboard, in the past I used two TscrollPanels but I saw that when the window was iconized the left scrollpanel ...
by Silvio.Falconi
Tue Jan 09, 2024 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3275

Re: Backups into blu rays

... a functioning system where data can be immediately read back. Technology changes so fast. I use Synology systems as an additional backup, but my main backups are those where I can access the files without additional software. Best regards, Otto
by Otto
Tue Jan 02, 2024 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3453

Re: Conectarse con mariaDB

... MySQL website: https://dev.mysql.com/downloads/connector/c/ #include <stdio.h> #include <stdlib.h> #include <mysql/mysql.h> int main() { MYSQL *conn; MYSQL_RES *res; MYSQL_ROW row; // Initialize the MySQL connection conn = mysql_init(NULL); // Replace these with your MySQL server ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 10824

Re: con que herramienta genero los diálogos y botones?

... que dice "Another" queda el "reloj" queriendo cargar algo pero no hace nada. https://github.com/gusmavf/imagenes/blob/main/Captura%20de%20pantalla%202023-12-28%20a%20la(s)%2020.21.21.png function primer()local oWnd local oGet, cText := "Hello ...
by goosfancito
Thu Dec 28, 2023 7:30 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: con que herramienta genero los diálogos y botones?
Replies: 4
Views: 266

Re: Animaciones en dialogos

... cambiar la posición del diálogo en cada iteración. Aquí tienes un ejemplo sencillo: harbour Copy code #include "FiveWin.ch" FUNCTION Main() LOCAL nDlg, nStep, nPosY // Crear el diálogo nDlg := FWH_CREATE_DIALOG({|oDlg|}, ; FWH_TITLE, "Diálogo Móvil", ; FWH_WIDTH, 200, ; ...
by paquitohm
Wed Dec 27, 2023 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Animaciones en dialogos
Replies: 2
Views: 398

Re: phpBB to LLM

... line 353, in <module> main() File "C:\Users\alerc\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4810
PreviousNext

Return to advanced search