i cant understand why i can't login with email but only with username. This is my login form: <form action="includes/login.inc.php" method="post"> <d
Let say I have below ggplot library(ggplot2) set.seed(1) df = data.frame(x = rnorm(100, 0, 1), y1 = rnorm(100, 10, 1), y2 = rnorm(100, 50, 1)) ggplot(df) + geo
I have used a Digital elevation model, to create a 3D model of a terrain using Mayavi mlab. My next task, is to be able to get coordinates of any point that I c
I have a categories table which I use to create some checkboxes in the registration form. Now I would need to get those values and assign it to the user table.
I have an issue with connecting environment to my Spring project. In this class @Configuration @ComponentScan(basePackages = "my.pack.offer.*") @PropertySourc
I have a Visual Studio 2019 project (project.csproj), which I need to refer to an external DLL (ExampleLibrary.dll). By now, I had this library inside a folder
It is my first time working with useContext hook and I was trying to consume values with useContext in Navbar.js which I've provided in the parent component, bu