I have not found in https://docs.fedoraproject.org/en-US/packaging-guidelines/RPMMacros/ any details on macros that can operate with directory hieararchy under
I was looking on how to implement post scheduling feature in my app, then I discovered node-cron. So theoretically, I can do it using node-cron where the cron j
I am building a message queue system in an application. It is necessary that EVERY single message that the producer sends to the queue is delivered and processe
I have a routine with multiple possible trials (in a loop), and the participant must press a key to go to the next trial. I want these trials to go on (with key
sometimes i found follow entry in my log file. I have no idea what the problem is. My guess is to set a lower request heartbeat. Any other ideas? Additionally i
I am trying to drag my css folder and drop into my html code in asp.net visual studio 2022 and it's not working though it works for visual studio 2019. Please I
I have three classes--very simple example: public class MyTableLayoutPanelBase : TableLayoutPanel { } public class MyTableLayoutPanelExt : MyTa
#include <iostream> using namespace std; class base { public: int* x, y; base(int xx = 0, int yy = 0) { x = new int[4]; for (int i = 0;