Search found 113 matches: layer

Return to advanced search

Re: WebView resize

... you effectively create a hybrid environment where you can utilize web technologies for the UI and interact with the native application layer for deeper system integration or advanced functionalities. This approach offers a modern and versatile way to develop applications that combine ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2098

Re: Fine tune Phi2 from Microsoft with your own data

loading an extra trained layer to the base model Phi-2, based on: https://medium.com/@nimritakoul01/finetuning-microsoft-phi-2-small-language-model-on-veggo-dataset-using-qlora-8bcf70ab625e !pip install accelerate==0.25.0!pip ...
by Antonio Linares
Wed Jan 17, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: webview - how to get values from js to FWH

... (from JavaScript) Function for communication and data transfer between the two different programming languages JavaScript and Harbour 3. WebView Layer: Part of the program that uses web technologies (HTML, CSS, JavaScript) within a WebView to implement user interfaces and frontend logic.
by Otto
Tue Jan 09, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview - how to get values from js to FWH
Replies: 6
Views: 571

Re: Calculate total pages

Enrico, I use it for a different purpose. But you only need to count the number of EMF files per document.
Then you can print the pages and write whatever you want on them as if on a layer.
Best regards,
Otto
by Otto
Thu Nov 23, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5867

Re: Speech Recognizer for harbour App ?

... natively supported on Linux. However, there are some workarounds that may allow you to use OLE objects on Linux: Use Wine: Wine is a compatibility layer that allows you to run Windows applications on Linux. You can try installing and running a Windows application that supports OLE objects, such ...
by Antonio Linares
Sun Apr 30, 2023 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speech Recognizer for harbour App ?
Replies: 9
Views: 511

U-Dbu

... flows, languages (html,js,css + jquerys, bootstrap,...), server management,...In short, a lot of knowledge. The use of UT (Uhttpd2+TWeb) creates a layer for most of these concepts and allows us to easily create applications like the one I show you here, U-Dbu. It is a simple application and more ...
by Carles
Sun Apr 30, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1198

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

... ( = RDD) that is what Advertising say ... :roll: --- even when change from NTX to CDX it was a lot of Work. ADO seem a Solution as ActiveX "Layer" to Backend and it is OOP but as long your ADS Server work there is no need to change a "running System" ... p.s. Mod_harbour also ...
by Jimmy
Fri Apr 22, 2022 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2787

Re: System info, Tips & Tricks, scharing project info

... for storing the data. For example, one folder per customer in each folder subfolder with invoice, correspondence, etc. I do not use an extra layer - database. And I do not add a database system like SQL to my programs, where you have to give up all your freedom and depend on a third party. ...
by Otto
Sun Jan 16, 2022 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1452

Re: 1-to-many loke Foxpro

... parent, and each one of those could have 50 children? That would be 50*50 = 2,500 children of the top parent. Then I assume there could be another layer that could also have 50 children. That would be 50 * 2,500 = 125,000, Wow! And that is just for one parent! Creating an Excel file containing ...
by Marc Vanzegbroeck
Fri Sep 17, 2021 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1207

Re: 1-to-many loke Foxpro

... parent, and each one of those could have 50 children? That would be 50*50 = 2,500 children of the top parent. Then I assume there could be another layer that could also have 50 children. That would be 50 * 2,500 = 125,000, Wow! And that is just for one parent! Creating an Excel file containing ...
by James Bott
Thu Sep 16, 2021 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1207

Re: Spell CHecker

... a memofield, press a spell check button, and the SDK checks the contents and allows for corrections. Having to go to Word intruduces a whole new layer of difficulty, especially since many of my clients do not have it. Perhaps others have explored this.
by TimStone
Fri Sep 03, 2021 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 1990

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

... DOS application makes sth different then executed from real Windows application. Of course if you need such information. Probably DOS emulation layer buffers few commit requests in some short time period, f.e. 1 sec. and then send them as one. But I only guess. Anyhow it's not Harbour problem. ...
by Antonio Linares
Fri Apr 30, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 5717

Re: Peer to Peer, NAS and NTX -> CDX

... xls, jpg, etc. ) and the inclusion of the filesystem of the operating system enable so much that it does not make sense to include an additional layer. Best regards, Otto
by Otto
Sun Jan 03, 2021 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3336

Re: Artificial Intelligence - Class TNeuralNetwork

Working version (just missing the multi hidden layer support) #ifdef __PLATFORM__WINDOWS    #include "c:\harbour\include\hbclass.ch"#else   #include "/usr/include/harbour/hbclass.ch"#endif#define NUM_INPUTS ...
by Antonio Linares
Sat Oct 03, 2020 5:59 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial Intelligence - Class TNeuralNetwork
Replies: 3
Views: 634

function softMax()

... softMax() returns an array of probabilities from an array of numeric values https://deepai.org/machine-learning-glossary-and-terms/softmax-layer https://github.com/ujhuyz0110/notes/blob/master/softmax_gradient.pdf function Main()   local aValues := { 8, 5, 1 } ...
by Antonio Linares
Fri Aug 21, 2020 10:24 pm
 
Forum: Utilities / Utilidades
Topic: function softMax()
Replies: 0
Views: 433
Next

Return to advanced search