I try to use Active Storage with Amazon Web Services, instead of Carrierwave and Cloudinary. With Carrierwave I had some features that allow to resize images b
What I have to do is get the user input and add consecutive numbers starting with one using a loop until the sum equals or exceeds the input. It's an exercise,
Is there any way to make popen supports operators like &, | etc? Example: $cmd = "/bin/sh -c" . " \"" . "whoami && uname" ."\""; $han = pope
I have two Crud Controllers, Project & PurchaseOrders. When I display a particular project content (say URL /project/2/show), its related purchase orders ar
I have a Next.js app that is suffering an intermittent fatal error that requires Node to be restarted to make it go away. The minified error refers to here: htt
<div id="titles"> <p> title1</p> <p> title2</p> <p> title3</p> </div> div title is our container here the
I'm a beginner in c++ and I'm training on exercises. I'm stuck on one part. I would like to insert the string "CH" in front of each vowel in a sentence. I first