i have one repository. In this repository multiple folders are available. i have required only one folder in this repository. i am already try to following co
I'm currently using Sagemaker notebook instance (not from Sagemaker Studio), and I want to run a notebook that is expected to take around 8 hours to finish. I w
I'm looking for a way to find multiple coordinates between 2 points in Javascript (I don't need distance or mid point). Say I have these 2 points: Point A (left
How might I convert the for loop in the function fin() into a vectorized operation? I am trying to remove all the words from the .txt file that contain any of t
I need to throw RuntimeException for the KeycloakAuthenticationProvider . We are using SonarQube tool for code review purpose. Here is the code public void conf
I'm doing all the K&R exercises and I have finally been able to print a horizontal histogram. It look awful too, but I'll let you judge it. I have not been
Let's say i want the user to upload only one of two types of files (pdf and docx). i will validate the file using joi. Can you confirm is this code correct or n
I have an application with Angular in frontend and NodeJs as a Backend. I want to add a Login/Authentication and Subribtions/Payments to the app and wondering w
I have a customized Laravel login controller. If I don't have a record in a particular table I want to redirect to a selfRegister page. The login function get