First I started with an nginx 80 server and a backend server (ports 5000 and 5001) locally, here is my nginx configuration: http { include mime.types;
I have a site that has a some pdf files to download. i want to block direct file download. example: if a user try https://skpselearning.enovic.in/uploads/docume
I am trying to 4D plot the following equation in R. y = 14.446 + 0.75a - 1b + 1.1c - 0.7ab + 1.2ac - 2.35bc + 0.05abc I am wanting it to plot from -1 to 1 for a
I have this for loop for j in jdbc_db.schema.fields: drop_df = drop_df.withColumn(j.name,col(j.name).cast(j.dataType)) And I get an error when j is StructFie
{ _id: "d473ad718f214f158b31d591a97a5ce7", name: 'sam', keys: { q8f3ff57b03940959e1ae4dfe2cb57ad: { serviceaccountkey: { key
I have a matrix A and I want 2 matrices U and L such that U contains the upper triangular elements of A (all elements above and not including diagonal) and simi
I have a function which calls a static function in java (TimeZone.getDefault()) UnitProperty.java public String getDeviceTimeZone() { return TimeZone.ge
I'm trying to create a simple query in Grails using Hibernate. I want to return the number of elements in each status. The query in sql looks like this: select