-
Content Count
1967 -
Joined
-
Last visited
-
Days Won
26
Everything posted by Attila Kovacs
-
Some more fun with ChatGPT and Delphi
Attila Kovacs replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
I'm not sure how would it affect the "write a poem in norwegian" command -
I still have a 3.4.0.79 from 2002 on my desktop PC
-
I did not buy anything but I'm almost sure that your extra colons are the problem.
-
records.... nevermind. spread your spagetticode in comicbooks
-
next issue: there are 1.5 million records in the salary table and the form takes 10 minutes to open btw. what the heck is sum(x)+0.00? i that a kind of ISNULL(sum(x),0) ? Also, x shoukd be ifnull checked too.
-
Did you know, if you write SQL in upper case, the server processes it faster!?
-
If you are working with dll's you will not throw such exceptions into the air.
-
yup, explorer used it, not sure about the new edge thing
-
Why "from Internet"? What is the difference? The official one also turns off math exceptions.
-
you should order by len(field), field
-
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
this bitbucket is a piece of shit -
did you ask chatGPT for an example?
-
OAuth2 is the authentication protocol. How the credentials are exchanged is up to the service provider. There are some common ways like pass it in the URL (RESTDebugger) or pass it in the headers, pass it in a JSON Object etc... The service provider will give you the documentation and examples.
-
The authentication can be implemented in severeal ways. I would sniff the traffic and see the difference oooooor read the manual. Usually there are some "postman" (Application) examples.
-
is updating UniDAC subscription and letting FD joke for the kids an option?
-
Serving html page containing images
Attila Kovacs replied to marcovaldo's topic in MARS-Curiosity REST Library
Make sure you are not exposing more that you want. Make a root directory where your server not going below that dir. One could request with /../ .... files you don't want to expose. -
-
Serving html page containing images
Attila Kovacs replied to marcovaldo's topic in MARS-Curiosity REST Library
Ahh I see now! This is great. You can decorate the handler method in mars and that's it? -
Serving html page containing images
Attila Kovacs replied to marcovaldo's topic in MARS-Curiosity REST Library
of course, tons of https://www.w3schools.com/html/html_tables.asp https://www.w3schools.com/html/html_images.asp No, you have to serve the requested file. https://www.rfc-editor.org/rfc/rfc2616 9.3 GET Indy should have already implemented that for you. -
A comprehensive guide to Delphi programming language functions and procedures
Attila Kovacs replied to pouyafar's topic in VCL
you sound like the chatGPT from the 80's -
A comprehensive guide to Delphi programming language functions and procedures
Attila Kovacs replied to pouyafar's topic in VCL
@Stano is this you or the ChatGPT malware is writing? -
A comprehensive guide to Delphi programming language functions and procedures
Attila Kovacs replied to pouyafar's topic in VCL
incubation period -
I'm not sure a combobox is the right decision here as it will slow down the process. I'd stick with a listbox or grid or similar with RETURN key and a button for the rookies.
-
I think you can remove POSTED_DDE_ACK
-
Yes, if the file is missing then there is the dproj or a selection splash screen, but I would priorate a config file.