I'm doing a school project and I really feel that I can acomplish what I want in my code, however I feel like i -always- repeat my code. I have tried to put the
I just call the function init_regex in main, got the segmentation fault, always in the fourth regcomp, I have tried to delete the other regex expression remains
Hello, when I send a large JSON from the server to the Android application, it is not received in the application direction, but when I send the greeting, it i
I have an NSURL: serverCall?x=a&y=b&z=c What is the quickest and most efficient way to get the value of y? Thanks
I'm trying to containerize a simple spring boot app with a hello world rest service( initialized from spring-inializer site).I have installed in my local enviro
Having trouble translating a SQL query to ActiveRecord. Here's a simplified version of my domain modeling: User # has_many :baskets Basket # date:date, user_i
I have an ECS Fargate app up and running on AWS, and I was deploying a newer version of my code through CodeDeploy blue-green deployment. I have been using this
The situation I have a celery task I am running at different timezone for each customer. Basically, for each customer in my database, I get the timezone, and th
how do i get a list of the Timecodes (from the source) in a merged video? for example: # filelist.txt: # file cat.mp4 # file dog.mp4 # file duck.mp4 ffmpeg -f
I have this function: template<typename T> // T can be float, double or long double void printAllDigits(T value) { std::cout << std::fixed <&