I am making a utility program which has multiple programs built into it but I made some changes to my program for it re-run when the user has prompted which the
Problem up-front: AWS Neptune seems to break when using a .sack(__.sum).by() operation. Background: Here is a small bit of data on which to test The query in q
I have been working on ActiveAdmin in Rails where we use haml for view. So Ruby stores the date in this format 2022-04-06 12:00:00 UTC in the Database. But i n
My code is removing all duplicates using the drop_duplicates, keep=false. The issue I'm having is that before I remove the duplicates I want to move all removed
There is this question which asks about using variables with a minus on linux agents. I tried an indirect reference as suggested here by doing ${!RELEASE_ARTIFA
I am trying to create a very simple dialog box. I found the code references from the internet obviously. My code is this: AlertDialog.Builder alertDialog =
I want a Java program that calculates days between two dates. Type the first date (German notation; with whitespaces: "dd mm yyyy") Type the second date. The p
I have a base.html template which I would like to use for all pages. This base.html contains a navigation <nav> <li><a href="./home">Home&l