I created C program in microcontroller, and want to compare string in my C program with string that received from my PC, my program in PC using C#, and by defau
I am working on a project that finds if a user is available or not on Instagram, (Basically that's only one of the functions.) To do that I use this code from r
I am trying to create a BRL number format (R$123,345,789.22) for my big number charts but i don't know how to do that... I looked at this solution here: Customi
I am working on Zoom clone(video conferencing app) in Flutter and for that, I'm using jitsi_meet: ^4.0.0, and when I tried to create a new meeting it shows me t
Goal: assign symbols to marker_symbols to create a Plotly Figure via. Dash front-end. In the Documentation, section Custom Marker Symbols. You can pass a list o
I try to pass params as a hash in url with postman like this http://localhost:3000/api/v1/bill?album=3&song=4&song=7&album=6 I use this code to ge
I get disconnect every now and then when running a piece of code in Jupyter Notebooks on Sagemaker. I usually just restart my notebook and run all the cells aga
I have data that does not need stored in a db. I have a list of results from an API that is made up of objects i created based off of what is returned by the ap
I have two identical classes: namespace Models.CSharpNamespace1 { [XmlType(Namespace = "http://XmlNamespace1")] public partial class TheClass {