Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

If you're not part of the solution, you're part of the precipitate.


devel / comp.lang.xharbour / Re: PROFESSIONALLY - function to convert json file to qr code (.jpg/.bmp)

SubjectAuthor
* PROFESSIONALLY - function to convert json file to qr code (.jpg/.bmp)timepro timesheet
`* Re: PROFESSIONALLY - function to convert json file to qr code (.jpg/.bmp)Sudip Bhattacharyya
 `- Re: PROFESSIONALLY - function to convert json file to qr code (.jpg/.bmp)timepro timesheet

1
PROFESSIONALLY - function to convert json file to qr code (.jpg/.bmp)

<12f0be01-a4e1-43a9-92d0-55319d653e12n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16993&group=comp.lang.xharbour#16993

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:208:b0:2e1:b3ec:b7ce with SMTP id b8-20020a05622a020800b002e1b3ecb7cemr13906887qtx.345.1648296828133;
Sat, 26 Mar 2022 05:13:48 -0700 (PDT)
X-Received: by 2002:a05:622a:593:b0:2e1:eabd:5e25 with SMTP id
c19-20020a05622a059300b002e1eabd5e25mr13499456qtb.191.1648296827959; Sat, 26
Mar 2022 05:13:47 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Sat, 26 Mar 2022 05:13:47 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=106.214.163.122; posting-account=jZAeNwoAAABYWjMRM-FfqKkHfC3Iph0l
NNTP-Posting-Host: 106.214.163.122
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <12f0be01-a4e1-43a9-92d0-55319d653e12n@googlegroups.com>
Subject: PROFESSIONALLY - function to convert json file to qr code (.jpg/.bmp)
From: timecosting@gmail.com (timepro timesheet)
Injection-Date: Sat, 26 Mar 2022 12:13:48 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 29
 by: timepro timesheet - Sat, 26 Mar 2022 12:13 UTC

hi:

my app is on xhb+wvw+ps32+wvw

from within my app, i need to convert a json file to qrcode. (base64)
using ps32 functions/s, can anyone 'professionally' code a function where a json file will be converted to a qr code (as an jpg/bmp image file), and saved to a specific drive/folder/filename.
of course, i am more than willing to pay for your expertise/time.

e.g.
proce main
....
....
qrcjpgfile=your_function_to_convert_json_to_qrc(json_file_name, any_other_needed_parameter)
....
....
psbitmap(a,b,c,d,qrcjpgfile.jpg) && qrcjpgfile is a qr code
or
any pagescript32 function to print qrcjpgfile.jpg
....
*end of main

*
FUNC your_function_to_convert_json_to_qrc(para 1, para2...)
....your code lines to convert .json to qrc
....
retu converted_qrc_jpgfile
* p.s.: if not via pagescript32, code me a udf which i will call from within my app to convert .json to qr code (.jpg/.bmp)

thanks

Re: PROFESSIONALLY - function to convert json file to qr code (.jpg/.bmp)

<56810625-d633-40cb-a235-4716e6811d93n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16995&group=comp.lang.xharbour#16995

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:528d:b0:441:4702:6263 with SMTP id kj13-20020a056214528d00b0044147026263mr14518911qvb.125.1648309969725;
Sat, 26 Mar 2022 08:52:49 -0700 (PDT)
X-Received: by 2002:ad4:5bc7:0:b0:441:53a2:169c with SMTP id
t7-20020ad45bc7000000b0044153a2169cmr14177310qvt.8.1648309969519; Sat, 26 Mar
2022 08:52:49 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Sat, 26 Mar 2022 08:52:49 -0700 (PDT)
In-Reply-To: <12f0be01-a4e1-43a9-92d0-55319d653e12n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=113.21.70.169; posting-account=jHUAsAoAAAAWfv1N_HiOuaKPp06jnVFV
NNTP-Posting-Host: 113.21.70.169
References: <12f0be01-a4e1-43a9-92d0-55319d653e12n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <56810625-d633-40cb-a235-4716e6811d93n@googlegroups.com>
Subject: Re: PROFESSIONALLY - function to convert json file to qr code (.jpg/.bmp)
From: sudipb001@gmail.com (Sudip Bhattacharyya)
Injection-Date: Sat, 26 Mar 2022 15:52:49 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 37
 by: Sudip Bhattacharyya - Sat, 26 Mar 2022 15:52 UTC

On Saturday, 26 March, 2022 at 5:43:48 pm UTC+5:30, timec...@gmail.com wrote:
> hi:
>
> my app is on xhb+wvw+ps32+wvw
>
> from within my app, i need to convert a json file to qrcode. (base64)
> using ps32 functions/s, can anyone 'professionally' code a function where a json file will be converted to a qr code (as an jpg/bmp image file), and saved to a specific drive/folder/filename.
> of course, i am more than willing to pay for your expertise/time.
>
> e.g.
> proce main
> ...
> ...
> qrcjpgfile=your_function_to_convert_json_to_qrc(json_file_name, any_other_needed_parameter)
> ...
> ...
> psbitmap(a,b,c,d,qrcjpgfile.jpg) && qrcjpgfile is a qr code
> or
> any pagescript32 function to print qrcjpgfile.jpg
> ...
> *end of main
>
> *
> FUNC your_function_to_convert_json_to_qrc(para 1, para2...)
> ...your code lines to convert .json to qrc
> ...
> retu converted_qrc_jpgfile
> *
> p.s.: if not via pagescript32, code me a udf which i will call from within my app to convert .json to qr code (.jpg/.bmp)
>
> thanks

Hello,

I am interested. Only problem is I last worked with wvw 12 years ago.

Kind regards,
Sudip

Re: PROFESSIONALLY - function to convert json file to qr code (.jpg/.bmp)

<f4fdf547-3848-4c0a-a25d-5aa365d6b60bn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16996&group=comp.lang.xharbour#16996

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ae9:e411:0:b0:67e:616f:400a with SMTP id q17-20020ae9e411000000b0067e616f400amr10940553qkc.645.1648322020263;
Sat, 26 Mar 2022 12:13:40 -0700 (PDT)
X-Received: by 2002:a05:622a:587:b0:2e2:38d6:ca75 with SMTP id
c7-20020a05622a058700b002e238d6ca75mr14909340qtb.415.1648322020101; Sat, 26
Mar 2022 12:13:40 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Sat, 26 Mar 2022 12:13:39 -0700 (PDT)
In-Reply-To: <56810625-d633-40cb-a235-4716e6811d93n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=106.214.163.122; posting-account=jZAeNwoAAABYWjMRM-FfqKkHfC3Iph0l
NNTP-Posting-Host: 106.214.163.122
References: <12f0be01-a4e1-43a9-92d0-55319d653e12n@googlegroups.com> <56810625-d633-40cb-a235-4716e6811d93n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f4fdf547-3848-4c0a-a25d-5aa365d6b60bn@googlegroups.com>
Subject: Re: PROFESSIONALLY - function to convert json file to qr code (.jpg/.bmp)
From: timecosting@gmail.com (timepro timesheet)
Injection-Date: Sat, 26 Mar 2022 19:13:40 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 54
 by: timepro timesheet - Sat, 26 Mar 2022 19:13 UTC

On Saturday, March 26, 2022 at 9:22:50 PM UTC+5:30, sudi...@gmail.com wrote:
> On Saturday, 26 March, 2022 at 5:43:48 pm UTC+5:30, timec...@gmail.com wrote:
> > hi:
> >
> > my app is on xhb+wvw+ps32+wvw
> >
> > from within my app, i need to convert a json file to qrcode. (base64)
> > using ps32 functions/s, can anyone 'professionally' code a function where a json file will be converted to a qr code (as an jpg/bmp image file), and saved to a specific drive/folder/filename.
> > of course, i am more than willing to pay for your expertise/time.
> >
> > e.g.
> > proce main
> > ...
> > ...
> > qrcjpgfile=your_function_to_convert_json_to_qrc(json_file_name, any_other_needed_parameter)
> > ...
> > ...
> > psbitmap(a,b,c,d,qrcjpgfile.jpg) && qrcjpgfile is a qr code
> > or
> > any pagescript32 function to print qrcjpgfile.jpg
> > ...
> > *end of main
> >
> > *
> > FUNC your_function_to_convert_json_to_qrc(para 1, para2...)
> > ...your code lines to convert .json to qrc
> > ...
> > retu converted_qrc_jpgfile
> > *
> > p.s.: if not via pagescript32, code me a udf which i will call from within my app to convert .json to qr code (.jpg/.bmp)
> >
> > thanks
> Hello,
>
> I am interested. Only problem is I last worked with wvw 12 years ago.
>
> Kind regards,
> Sudip

yeah, but you do not need to know much about wvw. or for that matter, none at all.
you just have to write the code using the psqrcode function from pagescript32.
-from otto's example, i reckon, 'psqrcode' converts .json/files to qr code - (base64)
does not seem complex coding. it's just that i am an average programmer and not in the knowhow of qr code schema.
i am at complete loss how/where to start, what to include, what protocol to follow...in converting to qrc.
i will call your udf from within my app to get the json converted into qr code. (as a jpg/bmp file)
sudip, maybe we should communicate over phone a' la old school.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor