i would like to understand why my post route doesn't work, the error comes out like : ReferenceError: author_id is not defined Here is my code following : Sch
So, I have the following variables (I am only showing a few of them as there are hundreds..) > cat variables.txt # Saved variables from the script (This fi
weighted histogramI have two 1D numpy arrays and want to make a weighted histogram with a weighted KDE. The idea is to check the distribution of main gridded va
Right now I have a library that works and access resources like follows: //this is in MyLib.jar class Helper { static{ ResourceBundle localResource = ResourceB
I'm a newbie in Generic and my question is: what difference between two functions: function 1: public static <E> void funct1 (List<E> list1) { }
I'm trying to set up communication between a chrome extension and an electron app on OSX. I have the JSON file in ~/Library/Application\ Support/Google/Chrome/N
I'd like to build a container using Podman which would contains the following: a Python application the Python modules I developed but which are not stored at t
I have a .NET 6.0 web application which is using Cookie based authentication for users. Today I wanted to add an API controller with a really simple BASIC AUTHE
onPressed: () => { popUpForGroup("Add Group", null, context), print("pop up closed"), refreshPage(), }, Here all three functions run at the s