I have a string separated by ";" like this: var dataString: String = "Juan;25;Argentina" And I want to convert it to this sample data class: data class Person
I need to fix my discord comand "Whois". Can someone help me fix my code? Message me on twt: KiseeIsHere (not really necessary I just need to expand my message
I'm new to learning C++ and wanted some clarification on what typedef is doing in the block of code below. typedef struct strNode Node; struct strNode { int n
update I am using videoSourcePlayer from AForge. now I had to add a function to it because GetCurrentVideoFrame( ) was not working the way I needed. So I make
I can successfully access the google cloud bucket from my python code running on my PC using the following code. client = storage.Client() bucket = client.get_
Our Java app use jTDS 1.3.1 to connect to SQL Server, which works fine until a client trying to put the database on Azure SQL. The connection failed with the fo
I'm trying to create an app in Flutter that uses onGenerateRoute while, at the same time, using the restoration feature. If I use a simple map of routes and wid
I have a YAML file in my config server that stores a map demo-config: creds: user1: pass1word, pass2word user2: pass1word, pass2word user3: pass2w
I am struggling to distinguish how an Azure Subscription and an Azure tenant are different? I have tried figuring it out using examples but each time I come to
I have a spring boot application with open-api 3 that is deployed in Kubernetes (spring-boot-starter-parent 2.2.4.RELEASE). The rest endpoints are accessible th