Search found 793 matches: website

Return to advanced search

Re: Digital signing a document

... is Poppler, which is widely used for working with PDF files in C You can download the pre-built Poppler library for Windows from the Poppler website: https://poppler.freedesktop.org/. Here is the code to check for the signature: #include <stdio.h>#include <poppler-document.h>int ...
by Antonio Linares
Sat Apr 13, 2024 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 322

Re: Question about wfReadUrl()

Enrico, Thank you so much for trying to help me. My website has 3 different url's, all showing the same website. Because some antivirus software is blocking some of my url's, I want to check which url is working fine. Usuaslly my url's are working ...
by driessen
Fri Apr 05, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2742

Question about wfReadUrl() - SOLVED

Hello, I use this code to check if a website exists or not. FUNCTION wfReadURL(cUrl)   LOCAL cFile  := SUBSTR(cUrl,RAT("/",cUrl)+1)   LOCAL cExist := .F.   LOCAL oUrl,oCli   cUrl := LOWER(cUrl)   BEGIN ...
by driessen
Fri Apr 05, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2742

Re: hb_cdxPageSeekKey how to intercept this error

... I would avoid to download my software from unofficial and unauthorized websites. My software should only be downloaded from my website.
by Enrico Maria Giordano
Tue Mar 12, 2024 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 752

Data exchange between PC and Android device on the same loca

... anything from the front-end (HTML), the Client will take care of that. 2.- I do not require SSL or MultiThreads since it is a TRIVIAL local website between a PC and one or two Android Devices. 3.- The Client and the server should be able to communicate via $Ajax, HttpRequest, Fetch-Api or ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 769

Highlighting on a web page

Hi,

There is a website that I open in WebView. This site is protected from highlighting and copying.
To allow highlighting in Firefox or Chrome, I can use, for example, Just Read. I do not know how to do this in WebView :(
by Natter
Mon Feb 05, 2024 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 484

Re: How to convert a Date to an Unix TimeStamp?

Both are same.
In that website there is an implicit conversion from your time zone to UTC.
Try this code:
Code: Select all  Expand view
? FW_DateToUnix( UTC_TIMESTAMP() )

Note: UTC_TIMESTAMP() is an FWH function
by nageswaragunupudi
Mon Jan 29, 2024 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 561

Re: HarbourWave - leaked information

... calm down. I have been working at school for thirty-six years, I have been teaching computer science for thirty-six years, I have been making a website with php+JavaScript for many years, I have also created several modules for WordPress and woocommerce. and you dear Antonio Linares write to ...
by Silvio.Falconi
Mon Jan 29, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HarbourWave - leaked information
Replies: 7
Views: 903

Re: MySql vs Oracle

Carles If you recall the website for 23 and Me was recently hacked and lots of data personal genome data was hacked .. and this is only a drop in the bucket .. [url] https://www.bleepingcomputer.com/news/security/23andme-data-breach-hackers-stole-raw-genotype-data-health-reports/ ...
by Rick Lipkin
Fri Jan 26, 2024 8:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1613

WebView2 Essentials: Guides, Tips & Resources

... and coordinates other processes. Renderer Process: Handles the rendering of web content. There's usually a separate renderer process for each website or web app, which helps with security and stability. Utility Process: Performs various tasks, such as networking or decoding media files. GPU ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

Re: Conectarse con mariaDB

... install mysql Install MySQL Connector/C: Make sure you have MySQL Connector/C installed on your macOS. You can download it from the official MySQL website: https://dev.mysql.com/downloads/connector/c/ #include <stdio.h> #include <stdlib.h> #include <mysql/mysql.h> int main() { ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9877

Re: phpBB to LLM

... Python version. As of my last knowledge update in January 2022, PyTorch 1.10.0 supports Python 3.6, 3.7, 3.8, and 3.9. You can check the PyTorch website for the latest compatibility information. Use the Correct Pip Command: Ensure you are using the correct pip command based on your system and ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4656

Back after 10 years due to illness [ Javier Lloris ]

... Japanese, crafts, programming, I have a lot of hobbies. Regarding crafts, I create midoris, agendas, notebooks, all handmade. When I finish the website I am making, I will publish it for those who want to collaborate. I have a lot of things to do and finish uuufff. ALWAYS THINK POSITIVE, ALWAYS. ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: Testing Harbour -gc3 flag

Enrico Maria Giordano wrote:Which is the official PECOMPACT website?


https://bitsum.com/docs/PECompact%20Documentation/030options.htm

Regards, saludos.
by karinha
Mon Nov 20, 2023 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4323

Re: Testing Harbour -gc3 flag

Which is the official PECOMPACT website?
by Enrico Maria Giordano
Mon Nov 20, 2023 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4323
Next

Return to advanced search