I have a string which is combination of letters and digits. For my application i have to separate a string with letters and digits: ex:If my string is "12jan"
I have a function of this form: def foo(o: "hello") -> dict: # pass I understand that the "-> dict" means that foo returns a dictionary. What I don
so i was given a test for an interview and trying to figure out the best way to implement this: Lets say we have a django project. With models: Rental name Rese
Background I have big(2Gib<myfile<10GiB) json files that I need to parse. Due to the size of the file, I cannot keep it as a variable and unmarshal it as
Do people still use the old HTML Image Maps? The ones with: <map name="test" id="test"> <area shape="poly" alt="" title="" coords=... Or is there a
Say I have a number 18, instead of an array, in hand. What is the best way to create a functional loop in JS given a number X instead of arra
I am trying to shape my project in such a way that I can drag multiple items(div) from a list and being able to drop them in another column in such a way that t
When opening a websocket connection (in JavaScript) to my custom server I wrote (C#), I want to include a parameter at the end of the URL for example 'ws://127.
How to split objects? I want to split Object. Such as one object per group or two object per group. obj1: { 1: 1, 2: 2, 3: 3, }, Split objects into
I have barcode scanner device I want detect and connect this device in my application (windows form c#) but ,I don't know how will be connect please help me