i have system nspawned container(ubuntu) running on a rhel host. the host has a nameserver 168.***, and container has a systemd-resolved nameserver 127.0.0.53.
Sample code: #include <string> #include <set> using namespace std; class x { private: int i; public: int get_i() const { return i; } }; struc
I am creating an app in IONIC 6 and want to combine it with the Android app that is already built. Android app will be its master app and ionic will work as a m
There is a table in my database, I want to fetch records in the table and compare with the text which user has entered, if they match, fetch and show the other
I am trying to learn how to use JavaFX and I don't know what is the proper way of passing a value to JS and returning a value from JS. This code works fine, bu
I am trying to understand the epsilon - greedy method in DQN. I am learning from the code available in https://github.com/karpathy/convnetjs/blob/master/build/d
I am trying to access my hosting server’s database through SQL Server Management Studio, everything till login is fine but when I use the command use myDa
Trying to figure out why this will not work from what i read on the vue-head component docs this is done correctly... i have it imported as a plugin in the main
I'm just learning Swift, and whenever I test my app, only a white blank screen is displayed on the simulator, however, when I close Xcode, the app loads up on t