The TypeScript transpiler does not emit an error for the following code: function test1(test: any) { test2(test); } function test2(test: string) { } I ex
i am accesing my Mysql database server using Mysql workbench.and i have encountered a prolem. there is a table, named tags, in my database.which will have have
I am trying to get my list of cards printing and so below I am saying let's just return the cards list version of ToString(): public overrid
def process_file(self): error_flag = 0 line_count = 0 log_file = self.file_name pure_name = log_file.strip() # print('Be
When I copy the code of the navbar dropdown from the documentation of bootstrap 5 the dropdown doesn't work, if I click on the dropdown the li
I need regex that will allow only Latin characters, digits and all other symbols(but not whitespace) thanks! UPDATE: private boolean loginPassHasCorrectSymbo
I have strings that are expected to be in the format of something like "C 1,13,7,2,55" I would expect matches to be [1,13,7,2,55]. I want to match on all number
I am fail on one section of an project given to me in which I have to create a one login for two different types of user which will display two different menus