Search found 154 matches: porting

Return to advanced search

Re: Class THash

Porting Class THash to C code: This is a good example of how to implement ERROR HANDLER for a Class from C code function Main()   local o := THash()      ? o:ClassName   o:first = "one"   ? o:first  ...
by Antonio Linares
Sat Oct 28, 2023 12:43 pm
 
Forum: Utilities / Utilidades
Topic: Class THash
Replies: 10
Views: 1497

Re: OpenAI class using hbCurl

Dear Reinaldo,

Congratulations for porting it to use CURL and many thanks for sharing it.

Just curiosity, would you mind to show an example about how you query it ?
by Antonio Linares
Tue May 09, 2023 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 701

Re: Advantage Database Server

... as margin from ADS for sale of ADS products. PROS: Rock solid. No index maintenance is needed. Takes full advantage of both ISAM (for browses) and porting legacy code and at the same time SQL of RDMS with the great power for complex queries. Calculations are done on the server and only summary ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3668

Re: Porting 9 lines of Python to Harbour

Enhanced version: function Main()   local aInputs  := { { 0, 0, 1 }, { 1, 1, 1 }, { 1, 0, 1 }, { 0, 1, 1 } }   local aOutputs := { { 0 }, { 1 }, { 1 }, { 0 } }  &...
by Antonio Linares
Mon Oct 26, 2020 5:19 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Porting 9 lines of Python to Harbour
Replies: 1
Views: 945

Re: matrices multiplication

Dear Silvio,

My interest in porting those 9 lines from Python to Harbour is in building a small and simple neural network to be used from Harbour and mainly for learning purposes :-)
by Antonio Linares
Tue Oct 13, 2020 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1031

Porting 9 lines of Python to Harbour

In this article, the author shows how to implement a Neural Network in 9 lines of Python: https://medium.com/technology-invention-and-more/how-to-build-a-simple-neural-network-in-9-lines-of-python-code-cc8f23647ca1 To easily test the Python code: (replace xrange with range and use parentesis...
by Antonio Linares
Tue Oct 13, 2020 10:46 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Porting 9 lines of Python to Harbour
Replies: 1
Views: 945

Re: mod Harbour is Harbour for the web

... pluggins for mod_harbour. Surely we will have ADS support quite soon 3. Carles Aubia has a nice printing engine for the web that surely he is porting to mod_harbour The xbase web revolution is starting... :-)
by Antonio Linares
Thu May 30, 2019 5:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod Harbour is Harbour for the web
Replies: 5
Views: 1409

Re: Artificial intelligence - Class TPerceptron

... nothing I owned or can share as I wouldn't have a copy. I suppose the original code I wrote it in college I own. If I can find it I'll see about porting it to harbour and will share it. Don't wait for it, it may be on a 5 1/4" floppy disk, and I don't have one of those drives anywhere any ...
by rhlawek
Fri May 19, 2017 3:03 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial intelligence - Class TPerceptron
Replies: 29
Views: 7882

Re: UTF8 & MySql are 100% compatible with FWH?

If you propose to use xHarbour I suggest you use utf8 encoding of MySql. Porting from DBF to MySql should be simple. Read from dbf and write to MySql table. Suggest creating MySql tables in the manner I suggested in the above example. I understand TIS620 is ...
by nageswaragunupudi
Tue May 31, 2016 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTF8 & MySql are 100% compatible with FWH?
Replies: 35
Views: 9639

ADORDD FAQs

...      //only needed for engines not supporting these kind of fields ex oracle sqlite access       SET ADO TABLES LOGICAL FIELDS LIST TO { { "ACESS", ...
by AHF
Sun Nov 15, 2015 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19600

Re: ADO RDD xHarbour

... temporary) during app run time should not be place there. adordd will create them as any other rdd. See my previous post to James regarding porting of apps to adordd. The best way is to go straight forward with a real app. You dont alter anything so it really easy to roll it back if you ...
by AHF
Thu Oct 29, 2015 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446437

Re: DBF to SQL converter program

James, Exactly. A new SET CHECK SQL RESERVED WORDS ON / OFF. This will be only used when porting dbfs to SQL and in the test phase not to impact on overall performance. If it finds matches gives a warning or even throws and exception. In this new app we are working ...
by AHF
Fri Aug 21, 2015 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17992

XML Error (Invalid character as tag name)

Dear Reader I am porting my company application from Fivewin 2012 and Xharbour 1.2.1 to Fivewin 2015 and Xharbour 1.2.3. I am searching for a solution to the following XML error: Invalid character as tag name. (The application with ...
by pieter
Tue Jun 02, 2015 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Error (Invalid character as tag name)
Replies: 19
Views: 2599

Re: ADO RDD xHarbour

... to make it 100% compatible with (x)Harbour syntax. Any contribution is most welcome! Now it seems that we have more 2 clients interested in porting apps to SQL. (one MySql other Oracle) :D Please note that adordd its only being tested with ADS oledb, ACCESS and MySql. I expect to post a ...
by AHF
Fri May 22, 2015 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446437
Next

Return to advanced search