I made this code and it should be invalid #include<iostream> using namespace std; int main() { int a,b; a=3,014; //invalid b=(
i like to limit input to accept only [a-z] letters and also composite keys like ctrl+A , ctrl+C , etc to handle natural behavior of html input . how can i do it
I have this function where i am making fullName of some object interface Person { firstName: string; lastName: string; } makeFullName(obj: Person) {
Is there a simple way to count the number of occurrences of all elements of a list into that same list in C#? Something like this: using System; using System
i am getting confused by the way powershell deals with function parameters. so i have this sample ps module i made just for testing purposes, based upon my rea
I want to display the users name and email after authenticating them through an Azure AD login. I am passing the scopes 'openid, profile, email' but don't know
I'm trying to make a program that saves 4 Lists, but they each have 100+ strings in them. It takes forever to save all of them, is there a way to speed it up or
I watched a tutorial to build out a registration / login page. The register.php page works fine and writes new users to my mysql database. The index.html page
edit html option on Stackoverflow Does wagtail CMS support the ability to edit rich text html code as seen in the screenshot?