I'm new to VBA and I got a issue when trying to get item from collection. I have a self defined class, A, and I have a collection B=[A1,A2...] by using B.add A
I'm using Python 3.9. I'm trying to parse this CSV file that has 3 columns of data 55,Fake ISD,SUCCESS 56,Other ISD,None 57,Third ISD,WARNING 58,Fourth ISD,FAI
I have a use case where I have a template project set up that I then use as a base for new microservices. While this works in building some basic stuff, such a
I am new to rust and just learned about user input from the command line, I tried making this simple program to test out. When I run it I don'
i have a problem i don't know how to make multiple many-to-many relations through the same model. This is my DB relations : Db architecture and this is my code,
I was wondering how I would shorten numbers, for example 10000000000 (ten 0s), to something shorter like 1e10, and how to implement this into my code. This is m
How can I make a PreviewChannelHelper like play next or netflix on Android TV in flutter
I Want to fetch some data from firebase Realtime Database. with google cloud function, and store that on realTime database I write google function for getting s