I use async and for loop to test for fetch issues that might be caused by network or other issues. but testing too often It generates a request error similar to
I want to remove hastag but still keep the words in that hastag. for example : #ihateyousomuch the output that i want is 'I hate you so much' I try many code bu
I have a small program to practice pipe and processes in C. There is a parent process and there're two child processes (child_a, child_b). There're two array of
I have live raw json stream data from the virtual radar server I'm using. I use Netcat to fetch the data and jq to save it on my kali linux. using the following
This is my first post and I apologize if I mess up any format. Please let me know. I'll get down to the problem. 'X' sends files to us that are concatenated to
I often sometimes my pods for debugging with kubectl delete pod, so it updates the container image. But every time I have to lookup the complete name of the pod
I am trying to pass my testStoreUser() method and am having issues with which assert statement to use. The password I am using the API route instead to the serv
I am currently using react-app-rewired with customize-cra. Currently right now, npm start works but npm run build gives the following error. Error: You forgot
I am trying to close the current tab when the user clicks on the 'CloseWindow' Button. Whatever I try VM303:1 Scripts may close only the windows that were opene