Search found 187 matches: medium

Return to advanced search

Re: HRB give a empty page

... Thinking about it I should have seen it immediatly because compiling with harbour.exe cannot change ? to AP_RPUTS() function ... So I tested now a medium app with ADS and many call to my internal library successfully.
by jfl@mafact.com
Mon Sep 20, 2021 3:40 pm
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2234

Re: EasyReport progress?

... as mysql, Oracle, ... but I speak in general. I repeat, in general, most of the programs of my colleagues here are designed for small (perhaps medium-sized companies) and if we rely on the use of dbfs and the client demands a web solution from us to exploit their system, how do we do it? I ...
by Carles
Tue Mar 30, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8880

Testing y Test Unitarios

Hola, alguien está haciendo Testing en Fivewin? A Raíz del vídeo de Manuel Calero de la 2ª Conferencia de Harbour : https://medium.com/harbour-magazine/videos-de-la-2%C2%AA-conferencia-de-harbour-magazine-89552811ab34 que explica como realizar test unitarios en Harbour, me puse ...
by VictorCasajuana
Sun Mar 28, 2021 8:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Testing y Test Unitarios
Replies: 6
Views: 1542

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

... when necessary. Hi, please take a look at https://github.com/TiendaNube/php-programming-best-practices#variables Clean Code ( https://medium.com/mindorks/how-to-write-clean-code-lessons-learnt-from-the-clean-code-robert-c-martin-9ffc7aef870c ) and SOLID ( https://en.wikipedia.org/wiki/SOLID ...
by FWExplorer
Sun Feb 28, 2021 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 931

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

Hi, please take a look at https://github.com/TiendaNube/php-programming-best-practices#variables Clean Code ( https://medium.com/mindorks/how-to-write-clean-code-lessons-learnt-from-the-clean-code-robert-c-martin-9ffc7aef870c ) and SOLID ( https://en.wikipedia.org/wiki/SOLID ...
by AngelSalom
Sun Feb 28, 2021 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 931

Re: galería de imágenes

Una nueva entrada en Harbour Magazine explicando como hacer una galería de imágenes: https://medium.com/harbour-magazine/c%C3%B3mo-crear-una-galer%C3%ADa-de-im%C3%A1genes-con-fwh-b8d88652ee27 Saludos, Hola me gusto mucho como lo dejaste :D compile tu código LiGaleria ...
by AIDA
Thu Feb 11, 2021 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 17044

Re: galería de imágenes

Una nueva entrada en Harbour Magazine explicando como hacer una galería de imágenes:

https://medium.com/harbour-magazine/c%C3%B3mo-crear-una-galer%C3%ADa-de-im%C3%A1genes-con-fwh-b8d88652ee27

Saludos,
by José Luis Sánchez
Fri Jan 29, 2021 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 17044

Re: Printer class question

... a print format archive Nages, the thickness of the lines is not good, yet I have put 1 as a value, you can have a choice like: Very fine, fine, Medium, Thick, very thick
by Silvio.Falconi
Thu Oct 22, 2020 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3393

Re: Resize dialog

... media query for `xs` since this is the default in Bootstrap // Small devices (landscape phones, 576px and up) @media (min-width: 576px) { ... } // Medium devices (tablets, 768px and up) @media (min-width: 768px) { ... } // Large devices (desktops, 992px and up) @media (min-width: 992px) { ... } ...
by Otto
Thu Oct 22, 2020 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1699

Re: Resize dialog

Hello Silvio,
I think we have to check similar as bootstrap does:
Extra small <576px
Small ≥576px
Medium ≥768px
Large ≥992px
Extra large ≥1200px
Then set the Fonts.
Best regards,
Otto
by Otto
Wed Oct 14, 2020 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1699

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 ...
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: 946

function softMax()

...  next   for each nVal in aValues      aResults[ nVal:__enumIndex ] = exp( nVal ) / nSum   nextreturn aResults https://miro.medium.com/max/700/1*lsemRcDtL3nEtxY-IgfmOA.png
by Antonio Linares
Fri Aug 21, 2020 10:24 pm
 
Forum: Utilities / Utilidades
Topic: function softMax()
Replies: 0
Views: 433

Re: .Doc de TWord (VIKTHOR?)

... gratis para que quieren tarjeta. No me gustan nada esos sitios. Yo creo que se deberia de compartir en el sitio habitual. Saludos. Jose. https://medium.com/harbour-magazine/generando-ficheros-rtf-con-harbour-fwh-ccc9e8f32f33
by hmpaquito
Tue Jun 23, 2020 10:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: .Doc de TWord (VIKTHOR?)
Replies: 11
Views: 1581

Re: How to use HBMK2

... really know what this "dependency" is and what we are supposed to do (we already looked in some documentations availabe in github and medium.com, but we didn't find anything about that) And the second situation is about the .RES file (which contain some resources) that we need to link ...
by ricbarraes
Wed May 27, 2020 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use HBMK2
Replies: 12
Views: 1197
PreviousNext

Return to advanced search