Search found 948 matches: reading

Return to advanced search

Re: Reading QRCodes

Yes, sure. I wrote methods to send texts and make phone calls but not to send via WhatsApp although it wouldn't be too hard to add. Keep in mind you will need a web hook set up to catch any incoming texts. Here is that class: #define ACCOUNT_SID  "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" //assigne...
by reinaldocrespo
Thu May 18, 2023 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 554

Re: Reading QRCodes

Reinaldo, sorry for off-topic, some time ago you share in this forum an class to twillio, to send sms, whatsapp, you still using this class? do you make updates to this? can you share?

best regards
by NWKL
Thu May 18, 2023 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 554

Re: Reading QRCodes

Dear Reinaldo, By the way, I found a great plugin for ChatGPT. It creates a button that allows you to select a file and upload it as a knowledge base. It uses async to read the file as text and split it into chunks of size 15,000, which are then sent. Here is a video demonstrating how it works: http...
by Otto
Wed May 17, 2023 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 554

Re: Reading QRCodes

by Otto
Wed May 17, 2023 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 554

Reading QRCodes

Hello again Fiwinners;

Can anyone here read QR Codes?

This squared dot matrix dots and squares can store a lot of information. Given a QR code storing text, can we read it with fw or harbour? Is anyone here reading QR Codes?

Thank you.
by reinaldocrespo
Wed May 17, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 554

Re: Help in reading data from Hash

Dear Rao,

God bless you you are the man.. when I posted I thought of Mr. !

Congratulations :D
by Ari
Wed May 10, 2023 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help in reading data from Hash
Replies: 3
Views: 156

Re: Help in reading data from Hash

#include "fivewin.ch"function Main()   local cJson,hHash   local aHead, aDataTEXT INTO cJson{  "total": 2,  "rows":  [    {      "seunumero": 12345,      "co...
by nageswaragunupudi
Wed May 10, 2023 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help in reading data from Hash
Replies: 3
Views: 156

Re: Help in reading data from Hash

#include "fivewin.ch"function Main()   local cJson,hHash   local aHead, aDataTEXT INTO cJson{  "total": 2,  "rows":  [    {      "seunumero": 12345,      "co...
by nageswaragunupudi
Wed May 10, 2023 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help in reading data from Hash
Replies: 3
Views: 156

Help in reading data from Hash

Hello friends ! I'm having trouble reading the json: I'd like to get the two records to play in the table. :oops: {  "total": 2,  "rows":  [    {      "seunumero": 12345,      "codcli": ...
by Ari
Wed May 10, 2023 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help in reading data from Hash
Replies: 3
Views: 156

Re: Http call returns image

... does the job// Check if saved correctlyXIMAGE( "myfile.jpg" )  Note: The function WebpageContents( cUrl ) uses oHttp for reading the contents of any web-page
by nageswaragunupudi
Sat May 06, 2023 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Http call returns image
Replies: 3
Views: 231

Re: to Excel : using Array and "paste" it

Yes. Very well known. aArray := oRange:Value for reading and oRange:Value := aArray for assigning "should" work. And work perfectly with VB. When it comes to Harbour and xHarbour there are some issues. We need to be aware of the differences ...
by nageswaragunupudi
Sun Apr 23, 2023 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Excel : using Array and "paste" it
Replies: 3
Views: 273

langChain and OpenAI

Reading text files and making questions to them: Remove [:1000] to read the entire files contents, use it in case OpenAI complains about the amount of used tokens, or increase such value. docs.py from langchain.embeddings.openai ...
by Antonio Linares
Fri Apr 07, 2023 7:14 am
 
Forum: Utilities / Utilidades
Topic: langChain and OpenAI
Replies: 0
Views: 270

Re: resolution of a JPG

Hello friends, How can I get the resolution of a JPG? I want to remember that I read here that it can be done without opening and reading the photo. Best regards, Otto FWH function JpegDim( cFileJpg ) // --> { nWidth, nHeight } Source: fwh\source\function\imgtxtio.prg Ofc, can ...
by nageswaragunupudi
Sat Dec 31, 2022 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resolution of a JPG
Replies: 9
Views: 644

Re: Fighting Xbrowse and lozing !!!

... and noticed folowing : I best make a tumbnail folder with all my images in the smallest size possible (with xnvieuw convert) This will speed up reading and browsing for sure. You use :lVThumbTrack := .t. Looked into the class, but for me not clear what it will do I need to change my loop for ...
by Marc Venken
Fri Dec 30, 2022 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1626

Re: Fighting Xbrowse and lozing !!!

With the existing code, painting or repainting of any image cell involves reading an image file from the disk, which consumes time. We have 12 image cells in each row. When full browse is refreshed, ( number of visible rows + 1 ) * 12 times the image files are ...
by nageswaragunupudi
Fri Dec 30, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1626
PreviousNext

Return to advanced search