I'm deserializing some properties to a Dictionary<string, object>. When I deserialize some json, it populates the Dictionary with Int64 objects rather t
I have this Go Code to connect to my Mongo Cloud Database: func connectToDataBase() { ctx, cancel := context.WithTimeout(context.Background(), 20*time.Seco
I have 2 csv files as below: csv1: 101,101-1,400.01,500.01 101,101-2,400.02,500.01 102,102-1,600.01,700.01 102,102-2,600.02,700.02 csv2: 101,101-1,400.02,500.0
I am completing some course work and stuck at this final hurdle! I need to identify if a string contains any bracket imbalances, but I can only use C. I have re
I want to access a constant NSString that is defined in a framework in objective-c without statically linking to the framework. I'm working on a framework myse
I have been trying to change the color of the line separator (.addSeparator()) for the PyQt5 QMenuBar/QMenu. Being that the color of the line separator is gray,
I have a Postgres database with a table that has jsonb column and each row is one big blob of json I need to get the values in deeper level but can't access it
Hopefully I did this correctly. I have code from my Dev team which takes data from the DB to populate a "stamp" unique to each page. The stam