@Query(value = "select * from reports where timeStamp < date_sub(:now, interval :interval) order by ID", nativeQuery = true) public List<Report> getRep
I have this project(laravel-vue) that have been trying to setup for days now but to no avail, made alot of research, and yea am a newbie to how the project was
Given a list of IP addresses, for example: ip_addresses: - 192.168.10.198 - 192.168.52.7 - 192.168.109.78 A list of networks, for example: valid_networks
Background: Hello, I am using React with the latest MUI version of Material-UI. I am using Data-Grid in a separate file in my components folder. I call the comp
I'm using MVC4 and Entity Framework to develop an intranet web app. I have a list of persons which I can edit. When I access the edit view, in the textbox "Star
I have a list of metrics that each have values for multiple time periods. I would like to write a script that takes a value of a metric for a particular time pe
I was trying to edit an old commit message as explained here. The thing is that now, when I try to run rebase -i HEAD~5 it says interactive rebase already start
I use the data processing pipeline constructed of S3 + SNS + Lambda becasue S3 can not send notificaiton out of its storage region so I made use of SNS to se
I have two asp.net core console apps. First one has appsettings json files as shown below. As you can see they are nicely nested. The second core project is al