I would like to parse a package and output all of the strings in the code. The specific use case is to collect sql strings and run them through a sql parser, bu
Actually I'm very new in Flutter-Dart. And I'm writing an web app. So I should pick images from file path in web. And I should convert the image to base64 code.
My question is similar to this one, but my app is build on NodeJS. I'm working on one POC. I have a simple nodejs app on Heroku, it has one simple UI in HTML. C
I'm trying to create my first KMM project ( using Ktor to get a simple query ). I've managed to run it in Android, but each time I try in iOS i got an exception
I working on an ASP Net Core 2.1 Web API. I've implemented successfully JWT within my project. Everything with the Authorization works fine. Normally, when I ne
Update: This question gets a lot of views. If you think the question can be enhanced with the situation in which you encountered the error yourself, please brie
I have added a blank column to my query, so when I export the results the user can use the blank column to manually input their drivepath to use for their mailm
I want to translate a MATLAB code to C, but the fread() function of MATLAB confused me a lot, I don't know how to translate it properly. I have used recv() func