Search found 295 matches: john

Return to advanced search

Dynamic Table Filter Control

... <th>Nachname</th> <th>Email</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>John</td> <td>Doe</td> <td>john.doe@example.com</td> </tr> <!-- Weitere Zeilen hinzufügen, falls nötig --> ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 308

LLM metrics - métricas

... se consideraría una predicción correcta. HellaSwag Supongamos que tenemos el siguiente contexto y opciones de respuesta: Contexto: "John was feeling sad because he lost his favorite toy. He looked everywhere but couldn't find it. Finally, he..." Opciones de respuesta: A) "found ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 542

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... Enlace de descarga: http://www.charleskwon.com/?page_id=956 Manual: http://www.charleskwon.com/?page_id=956 2. xlxlib por Mr. John McNamara y Mr. Arturo Tamayo Daza Más información en: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43767&sid=7888508ef5731900fe8bdea1022d46e5 ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3934

New FTDN October/Octubre 2023 (FWH 23.10)

... Library download link: http://www.charleskwon.com/?page_id=956 2. xlxlib by Mr. John McNamara and Mr. Arturo Tamayo Daza see: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43767&sid=7888508ef5731900fe8bdea1022d46e5 ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3934

Re: Xlsxlibhb_ver2

Many thanks to the authors for making this Great Library available to our Harbour community.

Thank you Mr. John McNamara and Mr. Arturo Tamayo Daza
by nageswaragunupudi
Thu Oct 05, 2023 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9228

Re: Xlsxlibhb_ver2

Dear All, Here I leave the sources of our contribution for harbor and xharbour of the complete functions of John McNamara for the libxlsxwriter, enjoy it To download the complete library from https://www.mediafire.com/file/8bn1bbcxz022z6g/Xlsxlibhb_ver2.zip/file Greetings Arturo ...
by richard-service
Wed Oct 04, 2023 3:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9228

Xlsxlibhb_ver2

Dear All,

Here I leave the sources of our contribution for harbor and xharbour of the complete functions of John McNamara for the libxlsxwriter,

enjoy it

To download the complete library from https://www.mediafire.com/file/8bn1bbcx ... 2.zip/file

Greetings
Arturo Tamayo Daza
by arturo tamayo
Tue Oct 03, 2023 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9228

Xlsxlibhb_ver2

Estimados, Aqui les dejo las fuentes de nuestra contribución para harbour y xharbour de las funciones completas de john McNamara para la libxlsxwriter, que lo disfruten Para Bajar la librería completa de https://www.mediafire.com/file/8bn1bbcxz022z6g/Xlsxlibhb_ver2.zip/file Saludos ...
by arturo tamayo
Tue Oct 03, 2023 7:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 7
Views: 715

Re: Put Hash data into a dbf

... but in this process, all values of the hash are converted to character values. For example, consider this hash. { "Name" => "John", "Age" => 30, "DOB" => {^ 1991/02/02 } } When we conver this hash to json and back, dob is converted to character ...
by nageswaragunupudi
Tue May 25, 2021 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put Hash data into a dbf
Replies: 8
Views: 1151

Ayuda Mercury TWeb y TWebBrowse

... { 'id' => 2, 'name' => 'Maria de la O', 'abr' => 'MO'  } )        Aadd( aRows, { 'id' => 3, 'name' => 'John Kocinsky', 'abr' => 'JK'  } )             DEFINE WEB oWeb TITLE 'Basic Browse' TABLES INIT                DEFINE FORM o            ...
by RSalazarU
Wed Apr 14, 2021 8:51 pm
 
Forum: mod_harbour
Topic: Ayuda Mercury TWeb y TWebBrowse
Replies: 3
Views: 1009

Re: Make para BCC10

... ================ This was based on a previous community article on the older Embarcadero Developer Network (EDN) web site written by John Thomas, further modified by Marco Cantù, further modified by David Millington.
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1144

QueryResult 1 row and many rows different array type

... I got strange behavior as below; I use oCon:QueryResult(..). Result as many rows : got as dimension array aResult := {{'1','smith', 100 },; {'2','John', 200 }} Result as 1 row : got as 1 column array as many rows aResult := {'1','Smith',100} But it should be aResult := {{'1','Smith',100}} Thanks ...
by dutch
Sun Mar 28, 2021 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: QueryResult 1 row and many rows different array type
Replies: 1
Views: 388

Re: Documentation for variables - what form should it be?

... the more I think it is also useful for Fivewin programming. I mean an extra preprocessor and splitting up complexity for "normal" - John Doe programmers is very potential. For example, for a test, I split up classes and have for every method an own file. This way, you can achieve ...
by Otto
Sun Feb 28, 2021 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 957

Re: Chromecast backgrounds RSS

... cRSS )return nil It will create a RSS file with all the photos URLs into it that you can use from John's Background Switcher for your PC desktop images: https://raw.githubusercontent.com/FiveTechSoft/chromecast-backgrounds/master/clients3.google.com.har.rss
by Antonio Linares
Sun Apr 05, 2020 5:49 am
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4241

Chromecast backgrounds RSS

I have been using John's Background switcher for years, and since I tested the Chromecast screensaver I wanted to have all those great photos available on my desktop too Today I found a GitHub project that provides a list of Chromecast ...
by Antonio Linares
Wed Jul 17, 2019 2:38 pm
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4241
Next

Return to advanced search