I have spring boot application and deployed in kubernetes with 4 replica pods configurations. Now I have spring profiles: api and scheduler. When api spring pro
My goal is to check users age by entered birthday and return error if user is not 18 years old or older. But i have no idea how to do that. Date format is "dd-M
i just wrote a code int main(void){ int* B=malloc(sizeof(int)); printf("%p",B); } to check if it allocates different memory every tim
I've been messing around with JSON for some time, just pushing it out as text and it hasn't hurt anybody (that I know of), but I'd like to start doing things pr
I have a Swedish language keyboard. Some important characters such as "@" and "$" require combining the right hand alt button with numbers. This used to work;
I have some json content in a file: content.json { "Type": { "OS": "Windows" }, "Network": { "Protocol": "unknown", "Port": 80 } } And so
I'm trying to make the coroutine spawn one object at a time every 0.2 seconds, but when I run the coroutine, it spawns multiple objects at once without any dela
My team and I are building an app for a client and have built the structure of the app using mostly the WYSIWYG features of the low-code platform. We've run int
How do I set up Netbeans 12.3 on Ubuntu 21.04 for C/C++ programming? In Netbeans the plugin is marked as Temporary, and says it uses CCLS (CC Language Server).