Search found 71 matches: backend

Return to advanced search

azzoMax-dashboard for internal use

Hello friends, I have today completed the program "azzoMax" to the point that it now really helps me with my work. Everything is on the backend with ModHarbour, and I only use Bootstrap, TinyMCE, and jQuery, no other foreign LIBs. azzoMax is a dashboard for internal use. The core is the ...
by Otto
Sun Feb 18, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: azzoMax-dashboard for internal use
Replies: 1
Views: 207

Pragmatic Concept: A Practical Approach to Everyday Challeng

... available, and it doesn't pay off to rewrite them in Mod Harbour. For example, for file uploads, I call a PHP function from the frontend on the backend and then, within this PHP function, I call a Mod Harbour application using cURL. I then forward the return value to the frontend. In this case, ...
by Otto
Sat Feb 17, 2024 9:36 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 144

Re: phpBB to LLM

python is 3.12 pip is uptodate antivirus is stopped ? C:\fwh\AI>pip install pytorch Collecting pytorch Using cached pytorch-1.0.2.tar.gz (689 bytes) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4656

Re: Using Microsoft AI Phi-2 from FWH

... „ggml.c“ wird kompiliert) 3>build_info.vcxproj -> F:\llama.cpp\common\build_info.dir\Release\build_info.lib 2>ggml-alloc.c 2>ggml-backend.c 2>F:\llama.cpp\ggml-backend.c(285,14): warning C4267: "Initialisierung": Konvertierung von "size_t" nach "int", ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8197

Re: Advantage Database Server

... or the underlying system architecture. You noted that using object-oriented programming (OOP) syntax may make it easier to migrate to a different backend or database engine.
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3639

Re: The Future of Developer Forums

... for HTML and JavaScript, hoping we could get a section there to support one another. HTML/JavaScript developers who need something good at the backend and, conversely, we from the Clipper side for the frontend. Unfortunately, back then, there was no interest from either our side or from the ...
by Otto
Thu Nov 02, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 310

Planner

... it can sometimes take a while to find a good solution. Here's a summary: Broadly speaking, in this case, the CSS and HTML are generated on the backend (server) and then the HTML code is processed first, followed by the processing of the CSS. This is the usual workflow in web development. I ...
by Otto
Mon Oct 30, 2023 8:56 pm
 
Forum: mod_harbour
Topic: Planner
Replies: 0
Views: 462

Re: FIVEWIN power - a room planer video

... it can sometimes take a while to find a good solution. Here's a summary: Broadly speaking, in this case, the CSS and HTML are generated on the backend (server) and then the HTML code is processed first, followed by the processing of the CSS. This is the usual workflow in web development. I ...
by Otto
Mon Oct 30, 2023 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11057

Re: que clase nos permite RECONECTAR mas simple?

... vamos a modificar algo. No es necesario tener abierta la conexión todo el tiempo Sql no es DBF. es importante comprender la parte (FRONTEND y BACKEND Con respecto al este aporte, es el tema de conexión y desconexión con un servidor remoto aumenta el tiempo de respuesta demasiado, ya que depende ...
by leandro
Tue Aug 22, 2023 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: que clase nos permite RECONECTAR mas simple?
Replies: 7
Views: 570

Re: que clase nos permite RECONECTAR mas simple?

... vamos a modificar algo. No es necesario tener abierta la conexión todo el tiempo Sql no es DBF. es importante comprender la parte (FRONTEND y BACKEND)    WHILE ::oCon != NIL      MSGRUN( "Un momento estoy Conectando con el Servidor", "Usuario", {|| ::oCon := Connection2():New() ...
by JoseAlvarez
Fri Aug 18, 2023 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: que clase nos permite RECONECTAR mas simple?
Replies: 7
Views: 570

Re: que clase nos permite RECONECTAR mas simple?

... vamos a modificar algo. No es necesario tener abierta la conexión todo el tiempo Sql no es DBF. es importante comprender la parte (FRONTEND y BACKEND)    WHILE ::oCon != NIL      MSGRUN( "Un momento estoy Conectando con el Servidor", "Usuario", ...
by sysctrl2
Fri Aug 18, 2023 4:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: que clase nos permite RECONECTAR mas simple?
Replies: 7
Views: 570

Re: Primer paso en webview

... vuestras opiniones y/o objetivos del uso del webview. Gracias ! Saludetes. C. Charly, estoy de acuerdo contigo, por ejemplo para usar un servicio backend en php debes tener instalado un servidor como apache, no solo basta tener las dll de webview, ademas hay que trabajar codigo html, css y javascript
by albeiroval
Fri Aug 18, 2023 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

Re: Web programming with Mod Harbour

... interested in web programming with Mod Harbour, it's essential to understand that web development with this language typically involves building backend components and APIs, rather than creating frontend interfaces (HTML, CSS, and JavaScript). Mod Harbour can be used alongside web frameworks ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 327

Re: Velocidad conexion nativa vs tdolphin

Cuando valoréis la velocidad de conexión, diferenciar el proceso de backend que es de lo que estamos hablando, de la velocidad con la que presentas los datos ( xbrowse )
by cnavarro
Thu Jun 29, 2023 9:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Velocidad conexion nativa vs tdolphin
Replies: 17
Views: 1053

Re: how to handle License for MySQL, PostgreSQL & Co ?

... MIT License TEXT with Copyright --- the Question is "where" i have to "pay" for it to use "Wrapper" to connect to Backend Alaska want me NOW to "buy" a License to use PGDBE which is Alaska Way to connect to Backend using ISAM Style
by Jimmy
Fri Jun 16, 2023 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 526
Next

Return to advanced search