I am crawling this website https://startupjobs.asia/job/search?q=&job-list-dpl-page=, the website is heavy and load very slow. The website has 7 pages and s
I am getting a 500 Internal error when trying to load any .cfm page that isn't Index.cfm on my new coldfusion site. This is with Asp.net/IIS 8.5. I went through
What's the correct way to write the code below? I have a memory manager which provides me with char *'s, but I need to work with arrays of uint32_t. How can I
I read a lot of documentation about vector modern usage. One of the common thing appearing is, "you can replace every push_back by emplace_back". Is it true ? I
I am making an app that collects information from Apple Health (HealthKit). When the application is installed for the first time, the apple screen appears with
It's more like the server is not running, I sent the request using postman, it works fine, now I'm running a Vue frontend with axios to send the API requests. N
I'm trying to calculate number of days in between to DATES stored in my database, but I was not able to get any data using DATEDIFF or Extract
public static int [] tallyResults (String number, String guess) { int bulls = 0; int cows = 0; for (int i=0;i<number.length();i