I m recently coding an app, where i use firebase as backend. I created a method to sign up with firebase but I dont want it to sign in with the new user recentl
I am new to REACT and I was trying to learn how to get and display a specific parameter from a json style message stored in an url. I have this json style: {
I am using a system which takes a PCRE compatible regular expression. The system stores capture group 1 into a database. I need to capture two halves of a strin
I have 3 ontologies and I want to import them in the same graph in neo4j, but I would like to import each owl:Class of each ontology under a different label. An
I'd like to organize my code in c, so it works a little bit like the public and private keywords in c++ specifically, I have some functions that will be used as
I'm trying to order a list of coordinates in c++, but it's not working. i'm using c++ sort function, and first ordering the x values and then the y values if n
I am writing a junit test cases for one of component in spring boot application. That component is having @Value annotation and reading value from property file
My goal is to read the n number of bytes from a Socket. Is it better to directly read from the InputStream, or wrap it into a BufferedReader? Throughout the net
I have a set of buttons with different values. When I press a button I want the value of the button to be displayed in the div picked_letters, but nothing is sh