I'm writing different queries in SQL Server. I have 2 tables, Employees and Departments. Table Employees consists of EMPLOYEE_ID, ENAME, ID_DEP - department id.
I am having some trouble sorting 2 arraylists of mine which have the exact same data, one is received through my API and the other is parsed t
In my package.json file, I have the following scripts: "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "rea
I have a simple web service and it has a route for register user , I want when email exists in DB throw an error with status of 400 or other I've done it like t
I start with one map myInitialMap. i would like to create another map myNewMap that is initialised with myInitialMap. val myInitialMap = mapOf<String, Int>
I tried to build the gbm model and prepared a partial dependence plot of the variables but got an error. partial(gbm.fit.final,pred.var = "lstat", n.trees = gbm
I want to capture the result of git status -s which will output something like this: M /path/to/modified/file.py M /path/to/another/modified/file2.py The fir
I have a JSP file. Inside that file I want to take the value when the button is pressed. <button value="Honduras" type="submit" name="add" class="btn btn-pri