I'm using Auth0 to handle authentication in my web app. I'm using ASP.NET Core v1.0.0 and Angular 2 rc5 and I don't know much about authentication/security in g
I am writing code for a web application that send a POST request to node.js server using fetch() api of javascript. On successful request server responds with
I am new to JavaScript so trying have some code which contains python elements from for loop and I am trying to create a filter functionality with JavaScript: I
I'm using python's built-in unit test tool: unittest class MyClass: def a(): # some operations self.spark = SparkSession.builder.config(xxxx).getOrCre
I want to use or operator in php file_exists() function. I have files whichone name admin_blablabla.php and i also have files withoutadmin 'tag'. I don't use an
I'm trying to create a mobile app in Flutter. I need to get the user location when I press a button. Reading on the Internet, I found some useful examples and I
I'm trying to make an animation of Feigenbaum's chaos. I try to program 600 images where I dive into the chaos of the image and then make them animated with Mak