I follow all the steps mention in MongoDB installation documents for Ubuntu 16.04. Steps 1: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv
I'm using spring's responseEntity response. The response I've been using so far is return ResponseEntity.status(200).body(...); method, in this case the return
I have a running project from another server. I installed it locally on my machine with an admin username and password. However, I ran a command that deleted al
I have the following code: f_classes_memberships = {f_set: -1 for f_set in F_SETS} for theta_set in THETA_SETS.keys(): for omega_set in OMEGA_SETS.keys():
I am in the process of creating a Shiny app, which reads in Excel files, renames them and then converts them into PDF files. The conversion step is performed by
I'm trying to make a sort of resume builder app, and rather than having explicit many-to-many relations between the "resume" model and the "work experience", "e
I'm trying to calculate how many days the stock for an item has been sitting at a site. There are two tables: Stock table shows the items and stock currently on
Why can't I add this id here?