I am making a ui for clicker game and its supposed to change images on certain values that the price and popularity are at but the images seem to be stacking on
Here is what I want to do: template <typename T> void f(DisableDeduction<T> obj) {std::cout << obj;} // Here DisableDeduction<T> aliase
I'm a c# developer who recently switched to python/django (company's choice not mine). I'm trying to use swagger/openAPI to document endpoints but I can't find
Why can I make for example void *j; int *intpointer = j; But I can not make int ** function(){ void **j; return j; } I understand th
I have a .NET client application that tries to ftp over a file to an FTP site which has a self-signed TLS/SSL certificate. This FTP site is running on Windows 7
in have an error in my integrated robotframework in jenkins, the git hub link is "https://github.com/djoen216/RobtframeworkTest.git" the tests is launched in je
I've used one of existing qmlglsink examples to stream video feed from 4 IP Cameras. 4 Pipelines are created before engine load. for(int i = 0; i < maxCamera
I am trying to align my text next to my image inside of the details tag in HTML, but when I try, it keeps putting it under the image instead of above. The prefe
I receive CSV files every X minute I want to aggregate these data based on 4 columns using spark Then store this data into kudu, after the first time of storing