I want to create a database trigger that deletes automatically rows where the value of happened_at field is older than 15 days. My table rows id int(11) site_id
valgrind-3.15.0 I have a weird issue with valgrind when I use switches --trace-children, --trace-children-skip and --log-file along with popen(). My code: #incl
I am looking for a way (or perhaps a best practice) to chain various methods on a string object without actually opening up the String class. This is because th
I would like to create an autocomplete searchBar with Deezer api but when I need to map through artists, I can see this errors: My App.js is this code: import
I am still learning Python (3.6) and now working on AWS. I am trying to automate a process where in the user is running a query in Athena. The results for the q
I have problem with showDialog, when i press nothing happens but if i use Navigator.pushNamed(context, "/screen1") it works. I can not run Navigator.pop(context
I need to copy a directory from the local disk to a server. The directory contains a lot of directories, subdirectories, and files. (Think of a hierarchy tree
I'm working on a React frontend app, and believe I have CAS working correctly to secure the frontend using this package: https://www.npmjs.com/package/react-cas
I have the same method that repeats in my project for different classes: public Task DoSomething(Class1 class) { // do stuff var commonProperty = class.
I've encountered problems when I'm trying to build a hashMap using C. My goal is to build a hashMap with an array of linkedlist appended. I'm now working on the