Am I able to get input of octal or hexadesimal number by using a common specifer for both in c program Or what should do to know the input type
A couple of questions: I've never really used JS listeners other than onclick and onkey events, so I wondered if someone could help me with what I need in orde
Hi I am trying to build a website login system where users are able to log in using their telegram. I would like to achieve this workflow: User selects to login
I'm currently developing some lambdas to execute Python script on text files hosted on S3. Those text files can be quite large (up to 1GB), as far as I know, La
I set up some aliases in my .bash_profile on my Max OS X. It works but when I'm opening a new tab I always have to load my .bash_profile file with this command:
Is it possible to match a list of patterns in SQL? I know of the following way to match a single pattern: SELECT * FROM table where title LIKE '%match%' This c
Given the following examples, why is outerScopeVar undefined in all cases? var outerScopeVar; var img = document.createElement('img'); img.onload = function()
Hey I am working on tree data structure. I want to know can we get index of each node in level wise. I below diagram represent how I want the value + index. Lev
I am facing an issue with JPA @OneToOne bidirectional relationship. It doesn't link child entity to the parent, keeps parent's ID null. I use Spring Boot 2.6.3