I mounted the files from google drive correctly with the following code. from google.colab import drive drive.mount('/content/gdrive') base_path = "/content/gdr
I made an AI that uses the Adaline algorythm. It seemed to work but it results in an overflow if it's used with my own dataset. Here's the code: import sys imp
I have a 4D data array that I want to save as a csv file, so I can compare it to another csv file that I have, generating an dispersion graph. I have seen that
I'm confused on why EF 6's Find method generates a derived query. I ran the following two statements in LinqPad: using (var ctx = new ApplicationDbContext())
I'm creating a Java application which create a call between participants. According to the documentation (https://docs.microsoft.com/en-us/microsoftteams/platfo
I use Gitlab runner on an EC2 to build, test and deploy docker images on a ECS. I start my CI workflow using a "push/pull" logic: I build all my docker images d
I'm trying to process both stdout and stderr from a subprocess.Popen call that captures both via subprocess.PIPE but would like to handle the output (for exampl
I want to create a query Select name from paitents where name [starts with a] using JDBC template. I have managed to create a query that selects everything as y
I don't want to hardcode my apis keys and secret in code, for which I want to use google secret manager. for which I am using googleapis package. The package pr