Search found 102 matches: minute

Return to advanced search

Interesting discussion with ChtGPT

... clipper Copy code PROCEDURE Main() LOCAL nHours := 9 LOCAL nMinutes := 30 LOCAL nUntilHours := 11 LOCAL nUntilMinutes := 15 // Convert times to minutes LOCAL nStartMinutes := nHours * 60 + nMinutes LOCAL nEndMinutes := nUntilHours * 60 + nUntilMinutes // Calculate duration in minutes LOCAL nDurationInMinutes ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: Read API data one by one or in block

... number of connections you need to make. What are the requirements of the API? Some APIs may have limits on the number of requests you can make per minute or per day, so you may need to consider this when deciding how to retrieve the data. In general, it's a good idea to profile your code and measure ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 253

Re: How code obfuscation helps protect application data

... are encrypted like names .. I de-encrypt names into an array or temp database and use them as usual .. the only drawback to that is it takes a minute or so to decrypt and fill an xbrowse with values. Rick Lipkin
by Rick Lipkin
Fri May 06, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1368

Re: Leer Excel grande a un array o DBF

... arry (without creating csv file) in more or less the same time. I could write the entire 800,000 rows to DBF in about 10 seconds, much less than a minute. However I did not do any validations row-wise and cell-wise. If we do any such validations, we need to highly optimize the code because this ...
by nageswaragunupudi
Wed Feb 09, 2022 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 759

Re: Quiero comenzar con sqlite

... a new database and connects. To use sqlite, you do not need to learn anything more than this and you can start working straight from the next minute. Siguiente paso... Si no tengo creada una DB como me conecto? Lo que deseo es hacer DBCREATE DATABASE desde código. O sea conectarme sin pasar ...
by MarioG
Thu Aug 06, 2020 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quiero comenzar con sqlite
Replies: 34
Views: 4773

Re: Quiero comenzar con sqlite

... a new database and connects. To use sqlite, you do not need to learn anything more than this and you can start working straight from the next minute. Buenos dias No tengo exito al ejecutar este ejemplo Me podrían escribir un paso a paso hasta la conexión? En principio lo que hice fue seguir ...
by MarioG
Thu Aug 06, 2020 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quiero comenzar con sqlite
Replies: 34
Views: 4773

Re: Quiero comenzar con sqlite

... a new database and connects. To use sqlite, you do not need to learn anything more than this and you can start working straight from the next minute.
by nageswaragunupudi
Tue Aug 04, 2020 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quiero comenzar con sqlite
Replies: 34
Views: 4773

Re: Mapi Outlook .. send mail silently

... --- i write my Email in a RTF Control and send it via MAPI to Outlook "Out" Basket Outlook is configure to look for new Email every xxx Minute so it is send "automatic" there was a Trick to "reduce" Time between Outlook go online to search for new Email. i have to ...
by Jimmy
Mon Dec 09, 2019 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mapi Outlook .. send mail silently
Replies: 15
Views: 2516

Re: Facial recognition

With GVision API of Google

https://www.youtube.com/watch?v=i795dnTc-1Y&t=33s

from 1h minute: 30 minutes
by cnavarro
Thu Oct 10, 2019 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Facial recognition
Replies: 4
Views: 857

Re: how to update a remote DBF

... issues (corruption detected) I saved the contents of the tables many times without recovering from the night before but at most from one minute before the corruption. This could be another solution for those situations in which is very difficult to open two dbf (local and remote) SELECT ...
by MarcoBoschi
Tue Jul 30, 2019 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to update a remote DBF
Replies: 17
Views: 2608

Re: QRCODE

... hb_ttod([<x>]) => TToD(<x>) #xtranslate hb_hour([<x>]) => Hour(<x>) #xtranslate hb_minute([<x>]) => Minute(<x>) #xtranslate hb_sec([<x>]) => Secs(<x>) #xtranslate hb_NumToHex([<x>]) => NumToHex(<x>) #xtranslate hb_StrFormat([<x,...>]) ...
by jnavas
Tue Dec 11, 2018 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

QRCODE

... hb_ttod([<x>]) => TToD(<x>) #xtranslate hb_hour([<x>]) => Hour(<x>) #xtranslate hb_minute([<x>]) => Minute(<x>) #xtranslate hb_sec([<x>]) => Secs(<x>) #xtranslate hb_NumToHex([<x>]) => NumToHex(<x>) #xtranslate hb_StrFormat([<x,...>]) ...
by jnavas
Tue Dec 11, 2018 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

Re: Invisible CDX files

... search in File Explorer. To search just for the filename (group.cdx in this case) type: ext: cdx filename: group The result came up in less than a minute: c:\Users\[username]\AppData\Local\VirtualStore\Program Files\WorkLog WorkLog is the name of the directory where the app resides. I immediately ...
by James Bott
Sun Sep 09, 2018 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invisible CDX files
Replies: 21
Views: 3306

The magic of the Sockets

... more than 100 characters and the TAkilla-client program that is mounted on a table 10 with fivewin that behaves at 100%, we use a timer for every minute to send the string to the server, I commented this because I've seen a lot of comments about this classe  and I wanted to share my impressions. ...
by Busmatic_wpb
Wed May 16, 2018 2:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The magic of the Sockets
Replies: 1
Views: 635

Re: Mr. Rao's samples collection.

A last minute-change : When I download the samples forum, I see the names correct in the browse and textfield, but the with I hit the editor, It opens, but is not showing the true file name and or directory. Maybe you have to ...
by ukoenig
Mon Mar 05, 2018 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20698
Next

Return to advanced search