Background: I am creating a login browser page before my main UI(myGUI) page is displayed. I am using a HashMap to store the correct username and password combi
One of the applications I am helping convert to use a container has a dependency on running sqlldr. I've been going over this page: https://docs.oracle.com/en/d
So im gonna make this very quick. Im trying to run a code that worked in codeblocks before but i really wanna get it to work in visual studio for personal reaso
I am trying to use the requestjs package to post data and wait for a response. But I the body response is always undefined. var request = require('request'); r
My view model has multiple functions that use Task in order to execute use cases. I use the "@Main Actor" annotation for publishing UI updates on the main threa
i have this array let arr = [ { "time": "3", "wholeObj": "abc mo sa 3 Y", "mapEventValue": "Y" }, { "time": "3",
I have a problem while creating a setup for card payment. const result = await stripe.confirmPayment({ elements, confirmParams: { return_url: 'h
I am trying to extract text from a PDF file using Python. My main goal is I am trying to create a program that reads a bank statement and extr
I have a button tag. <button type="button" aria-label="Toolbar bold text" title="Bold" aria-pressed="false"> When I try to use JAWS to read the Bold butt
Hello I'm beginner with Python and I have some difficulties to understand the uses of properties: class Weapon: def __init__(self, name, damages, sell_price