I am developing a SSH app on Android using Android Studio and Java. The SSH code I am using is from the library JSch. Right now I am having a issue connecting t
I have a file, lets call it file.txt File is as follows.... First Last Age Years John M 30 2.0 Alex K 21 3.0 Carl G 58 4.0 I am trying to write
I have the below error - Fatal error: Uncaught PDOException: could not find driver When trying to connect via PDO. <?php $host = '127.0.0.1'; $db = 'my
I want to a windows installer (msix) and folowed the tutorial on https://docs.flutter.dev/desktop#msix-packaging there -> "Use the following instructions to
I don't know how to properly display data from 2 tables in the TextArea field. I added 2 rows in the database tables but the program displays 4 rows in the text
I have a JSON array of objects that I iterate. From each element of the array I retrieve further json data via a function that returns a JSONValue. I then must
A lock-free stack can be implemented as a singly linked list. This seems simple until we have to think about what to do with nodes after they've been popped. On
I have similar setup in three environments - the normal Test, QA and Prod. Now in one environment, when calling ReadNextAsync against CosmosDb, the Continuation
In short I am using a Yaml file as a configuration for parameters of some pipelines / functions I am using. In python, this is a nested dictionary, and paramete