Search found 46 matches: inspired

Return to advanced search

random sentences generator

Inspired in the idea of AI large languages models, this is a very simple and easy to understand sentences generator, quite funny :-) The more sentences that you provide to it, the more "inspired" that it will be ...
by Antonio Linares
Thu Nov 30, 2023 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 713

Re: How to get libssl.lib and libcrypto.lib for MSC?

... path when of lib_name for LIBRARY line below?) REM REM Requires 'dumpbin' and 'lib' in PATH - run from VS developer prompt. REM REM Script inspired by http://stackoverflow.com/questions/9946322/how-to-generate-an-import-library-lib-file-from-a-dll SETLOCAL if "%1"=="32" ...
by carlos vargas
Wed Jul 26, 2023 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get libssl.lib and libcrypto.lib for MSC?
Replies: 3
Views: 273

Re: XBROWSE Column Question

... Note:Syntax OrdWildSeek( cSeek, [lFromNextRec], [lBakwards]) --> lFound but how can it continue without press a Key :?: Inspired by your postings, we introduced automatic SeekNext by pressing F3 key from FWH2304. Yes, that would be fine, thx
by Jimmy
Wed May 10, 2023 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 876

Re: XBROWSE Column Question

... for first seek and SeekNext automatically. Note:Syntax OrdWildSeek( cSeek, [lFromNextRec], [lBakwards]) --> lFound Inspired by your postings, we introduced automatic SeekNext by pressing F3 key from FWH2304. As of now, this works for arrays, DBF, TDatabase, all ADO ...
by nageswaragunupudi
Wed May 10, 2023 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 876

AUTOCODE

Hello friends, Inspired by a video -Designer Minigui ( https://www.youtube.com/watch?v=UcFw1bqsaV4 ) -, I restarted after a long time with my project: AUTOCODE. You are right that you have to use wizards. I will extend AUTOCODE and ...
by Otto
Wed Aug 17, 2022 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AUTOCODE
Replies: 7
Views: 481

Re: Artificial Intelligence: GPT with Harbour and FWH

... is Antonio and I went to California to meet Steve Jobs. Antonio: Hi Steve, what a great honor to meet you. Steve: You are welcome. Antonio: what inspired you to build the iphone ? Steve: The iPhone was an idea that came to me while I was in Hawaii. Antonio: what phone did you use by that time ...
by Antonio Linares
Fri Aug 14, 2020 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Artificial Intelligence: GPT with Harbour and FWH
Replies: 7
Views: 1365

Re: Which C compiler and which Harbour should be used for FW?

... in VS, so you never lose time reconfiguring. Tim Hi Tim I've been thinking about migrating to MSVC for a long time, and this text of yours inspired me a lot, I would like to know more details about your environment, do you use the MSVC IDE? I started MSVC 2017 about a year ago for small ...
by Eroni
Fri Jul 31, 2020 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3574

Re: TGET behavior (Antonio)

... the bKeydown code block and traps the <enter> key .. thereby blocking the navigation to the next field .. I believe the above code was inspired my Antonio .. I mention oJump in my deleted post and noted that if was a bit clumsy and your solution seemed much more elegant .. Hope this ...
by Rick Lipkin
Mon Jan 14, 2019 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET behavior (Antonio)
Replies: 7
Views: 1285

Re: oJump for Antonio

... the bKeydown code block and traps the <enter> key .. thereby blocking the navigation to the next field .. I believe the above code was inspired my Antonio .. I mention oJump in my deleted post and noted that if was a bit clumsy and your solution seemed much more elegant .. Hope this ...
by Rick Lipkin
Mon Jan 14, 2019 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oJump for Antonio
Replies: 1
Views: 552

Re: Funcion I2BIN(n)

When there is a highly capable built-in function like NTOC available, we need not write our own functions. But inspired by Mr. xmanuel, I present here another simpler and faster variation. #pragma BEGINDUMP#include <windows.h>#include <hbapi.h>HB_FUNC( NUMTOBINARY ...
by nageswaragunupudi
Sat Jun 16, 2018 3:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion I2BIN(n)
Replies: 10
Views: 1621

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

... I wanted to do is be able to trap the down arrow key only at the Eof code-block and ignore any other inputs such as the vertical scroll bar. Inspired by your code I made two changes .. one to xBrowse.prg and the other to your code .. Please consider this change to xBrowse METHOD KeyDown to ...
by Rick Lipkin
Fri Feb 09, 2018 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6045

Re: html class

Silvio,

You have to modify Class TVistaMenu and TVistaMenuItem or create some new classes inspired on them
by Antonio Linares
Wed Jan 24, 2018 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: html class
Replies: 14
Views: 2415

Re: Xbrowse + EDIT_LISTBOX <K_ENTER> closes dialog

Hi Rick; I got to tell you; every time I look at one of your screens... I get inspired. Thank you for the screen shot and the code. Forgive me if I steal some of your ideas. Gilbert- It feels so good to read your response. It bring a smile to my face. I need to ...
by reinaldocrespo
Wed Oct 11, 2017 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse + EDIT_LISTBOX <K_ENTER> closes dialog
Replies: 5
Views: 1449

Our first neuronal network using TensorFlow !!!

Inspired by this example: https://youtu.be/-9H_eVZdtN8 Here it is the TensorFlow neuronal network to solve it: tf_nn.py # Building a neuronal network with TensorFlowimport tensorflow as tfdef multilayer_perceptron( ...
by Antonio Linares
Tue Aug 15, 2017 12:54 am
 
Forum: Artificial Intelligence examples
Topic: Our first neuronal network using TensorFlow !!!
Replies: 6
Views: 1926

Re: International Conference [x]Harbour/FiveWin

... Mr. Hermann Mitteregger: " The writing of computer programs is not just a technical task, but also highly creative. We hope that you get inspired by the stunning nature of our beloved valley in the garden of the Dolomites. Maybe these positive surroundings can inspire and create interesting ...
by Ruth
Sun May 07, 2017 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: International Conference [x]Harbour/FiveWin
Replies: 10
Views: 1817
Next

Return to advanced search