I have three directories which are in the root directory of my machine: yaml, data and json. Within my yaml directory I have a configuration yaml file which po
I'm working on an ASP.Net MVC application, running on .Net Framework 4.6.2. The application is currently deployed to a server with IIS 10. Everything was workin
I tried to create a canActivate method to protect my routes, for my Angular application. I want to check the status of the user,(My backend is firebase, user au
I started learning Nodejs and i am stuck somewhere in the middle. I installed a new library from npm and that was express-jwt, its showing some kind of error a
Can you explain the logic of this code? Its a sorting algorithms. I couldn't quite figure out the logic. I can't figure out how the continuation works after ret
I'm running IIS5.0 and I am trying to change the ASP.NET process account to my domain user account. I have followed everything possible here. When I browse th
I'm attempting to create a replace function and the code below creates the error described in the post title in the first line of non-commented code following i
I have a function defined as below: def mod2(): while true: I = raw_results[0] Q = raw_results[1] Now I want to define another function def pl