I am using ASP.Net core 5.0 and want to return IEnumerable of an object as Action method response. Here is the response class: public class TestResponse { p
Has anyone figured out how to install GPU support for Theano and PyMC3 on Windows 11? I keep getting an error message about a DLL load failure. Here are the s
I searched a lot, but I don't have a solution for this problem : Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactRes
despite reading many things on cron I am not able to achieve what I am looking for : run a monitoring script every 10 minutes from the server start/reboot time.
Here is the schema for database Here is the code that i wrote: select q.cName,q.ctgName , max(q.count) as max_count from ( select ct.city as cName ,ctg.name a
I am trying to export new pop up window content's as pdf. Sometimes the code worked but most of the time it gives an exception. Clicking on a link on main_windo
I'm trying to setup a basic swagger API doc in a new asp .net CORE / MVC 6 project and receiving a 500 error from the swagger UI: 500 : http://localhost:4405/sw
I have 2 csv files that I receive daily which contain 2 columns. One has a unique identifier and the other has a value. I am trying to compare the values for ev
How can I send a verification email after I create a user with firebase admin SDK? I am trying to combine createUser function and sendEmailVerification function
I have an API in Loopback 4 that already has authentication implemented by JWT but I want to go one step further by implementing an API key so that only apps th