I am looking to build a lambda script, where I will be able to: List all the SNS topics that I have currently Compare with a list/database/table to see if any t
i want refactor curl method which is work with laravel Http facade and now i'm encounter some error public function get($data) { $post_data = http_b
I am using the following command ffmpeg -framerate 30 -video_size 1280x720 -input_format h264 -i /dev/video2 -c copy -strftime 1 -hls_flags second_level_segment
I have a component that is a navigation bar. The navigation bar persists within all screens in specific parts of my project, and is the highest level component
I am calling an API through my React.js file. Here is the API endpoint I am calling: [ApiController] [Route("record")] public class RecordController : Controlle
I am currently trying to do my college homework, we are studying file streams and vectors in C++ right now, our task is long but I will just try to explain my m
I have a column containing 3 rows and I want to be able to repeat those rows 5 times each. Example | Name | |------| | Dog | | Cat | | Ball | |------| Desire
It's been a while since I've worked with Rails (Rails 6) on a new application. I'm failing to recall how to properly set up associations. I have two problems th