Search found 254 matches: book

Return to advanced search

LLM metrics - métricas

... Pregunta: "What is the capital of France?" Respuesta correcta: "Paris" Otro ejemplo: Pregunta: "Who is the author of the book 'To Kill a Mockingbird'?" Respuesta correcta: "Harper Lee" TriviaQA es una métrica desafiante para los modelos de lenguaje, ya que ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 39

Re: Highlighting on a web page

Antonio, this is a site of all kinds of fiction and https://author.today/work/324376 this is a link to the book.
You may not have gone to the highlight-protected page. To do this, press the green key under the picture on the left. In firefox/chrome/edge, I can't highlight anything.
by Natter
Tue Feb 06, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 492

Re: DateTime calculation

... I am working on a project where I need to pass arrival and departure dates to a url. the expected format is something like this: [url]https://be.bookingexpert.it/book/simple/noavail?checkin=1707523200000&checkout=1708124400000&hotel=11308&guesttypes[0][37]=2&ages[0][37]=18&ages[0][37]=18&layout=782&lang=de&currency=EUR&beginsearch=1&isnewsearch=1&searchId=218d74e0-8bfd-43df-970d-e5f4c6f59ed1&nsid=fb5f36a1-7c31-40de-9c6e-8c7837b6a130&winding=1&searchId=e7cfbe49-4afc-4c0e-ae7b-69180634164f[/url] ...
by Ruth
Sat Jan 27, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 696

Re: The Future of Developer Forums

... in conversations. For general questions, an AI can answer just as well and faster. I see it as disruptive for forums - I see the "Phone Book Effect". Who uses phone books anymore?" We urge all developers to actively engage in discussions, be open to diverse opinions, and value ...
by Otto
Thu Nov 02, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 312

Re: Mark field as required

Alan Cooper in his book "About Face 2.0, The Essentials of Human Interaction Design" he makes the point that there shouldn't be any required fields. When you think about it, this makes a lot of sense. Before computers, on ...
by James Bott
Tue Jul 25, 2023 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: genblock

... a multiple invoice for beach management in managing the beach, in addition to individual customers, there are associations or hotels that can book an x number of umbrellas, instead of placing an order for each umbrella at the hotel, I thought of making a multiple order and assigning XXXX n ...
by Silvio.Falconi
Mon Jun 12, 2023 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

Re: Fivewin and ADO

... of 1. Open Excel OLE object 2. oExcel:WorkBooks:Add( cBook ), if the cBook is not already open on the computer or if already used, uses the workbook object that is already open. 3. Obtains the specified sheet object. Defaults to the ActiveSheet 4. Obtains the range object. Defaults to the UsedRange. ...
by nageswaragunupudi
Fri Jun 09, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3827

Re: Fivewin and ADO

... cBook, [cSheet], [cRange] ) cSheet defaults to ActiveSheet and cRange to UsedRange. Please try with any other excel book on your disk, using this single line code: XBROWSER GetExcelRange( cExcelBookNameFullPath ) Function FW_OpenADOExcelSheet() uses ADO using ...
by nageswaragunupudi
Thu Jun 08, 2023 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3827

Re: Sending HTML using MAIL

... - a regular email message "IPM.Appointment" - an appointment or meeting request "IPM.Contact" - a contact or address book entry "IPM.Task" - a task or to-do item "IPM.StickyNote" - a sticky note or memo There are many other message classes defined ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 703

Re: Fivewin OOP Question

... i use "OF" which work under HMG "as expect" using "semi-OOP" Syntax I think you should have to carefully read a good book about OOP. :-) sorry, it work that Way under Xbase++ and HMG so why not under Fivewin :?: p.s. i did work with OOP and Xbasse++ over 20 Year and ...
by Jimmy
Sun Nov 06, 2022 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 446

Re: Fivewin OOP Question

Jimmy wrote:so i try just
Code: Select all  Expand view
  xxx := ::oASKFORM:oText_2

but still got
Message not found: TWINDOW:OTEXT_2


Of course: oText_2 is not a property of oASKFORM, it is a local variable! I think you should have to carefully read a good book about OOP. :-)
by Enrico Maria Giordano
Sun Nov 06, 2022 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 446

Re: Printing double sided

... DMDUP_SIMPLEX    1#define DMDUP_VERTICAL   2#define DMDUP_HORIZONTAL 3  In portait mode, if we want to stitch/staple the book on left side (long edge), use DMDUP_VERTICAL(2), otherwise (very uncommon) if we plan to staple on the top (short side) then use DMDUP_HORIZONTAL(3) ...
by nageswaragunupudi
Wed Oct 26, 2022 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1285

Re: vocabulary book for Harbour / Javascript

Now we can use HarbourWrite to further develop HarbourWriter an all APPs. For example: Selecting the Tinymce block from HarbourWriter and you can add RTF editing to every <p></p> HTML paragraphs. LINK in Tinymce - open editor - save with AJAX. Only small adjustments in the blocks are nec...
by Otto
Sat Oct 22, 2022 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vocabulary book for Harbour / Javascript
Replies: 2
Views: 253

Re: vocabulary book for Harbour / Javascript

Hello friends,
Now I integrated TinyMCE:
This editor gives you total control over your rich text editing.
The documentation of the functions is now easier to read and clearer.
Best regards,
Otto


Image
by Otto
Fri Oct 21, 2022 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vocabulary book for Harbour / Javascript
Replies: 2
Views: 253

vocabulary book for Harbour / Javascript

Hello friends, The vocabulary booklet function within HarbourWriter should show for the most common problems for Harbour/Clipper usere how to do this with HTML and javascript. Also simple things like STRTRAN, STR, INT, etc. and e.g., calling functions with parameters, etc. Best regards, https://...
by Otto
Wed Oct 19, 2022 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vocabulary book for Harbour / Javascript
Replies: 2
Views: 253
Next

Return to advanced search