I'm trying to create a collision intentionally. fun main(args: Array<String>) { val india = Country("India1", 1000) val india2 = Country("India2",
I'm using Arena simulator (by Rockwell), in particular the "Arena training and Evaluation Mode" for students. After using it without any problems for a few mont
I'm trying to get details of specific users using Wordpress REST API. I'm sure that I use admin credential to get the details. But I keep getting the following
I use google_sign_in + firebase to authenticate users. This exception is thrown after I select my google account and confirm agreements ``` PlatformException(ex
I have to remove all the objects from array that contain the same id present in another array. This code works myArray = [{id: 1, value: 'a'}, {id: 2, value: 'b
I have a 3rd party api https://api.twelvedata.com/time_series?symbol=TEST_SYMBOL&interval=1day&apikey=YOUR_API_KEY I have displayed stock price list in
my ios app installed on real device but it crached immediately , I did not use any library or somthing else , I run my app on simulator , emulator , and real an
Hello to the kadena pact developer community I was looking at some basic code examples and as I wanted to play around with the functionality to develop a better
I have written an RTMP server in rust that successfully allows RTMP publishers to connect, push a video stream, and RTMP clients can connect and watch those vid