html code <button onclick="openModal()">Click</button> <div id="my-modal" class="modal"> <span class="closed" onclick="closeModa
we have a Laravel project hosted on AWS with Laravel Forge. An external API we use (via SOAP) has stopped working and the service have told us their IP's have c
I am trying to verify a JWT token sent from a frontend app using the @okta/jwt-verifier package.I keep getting the below error JwtParseError: Error while resol
I have a Pandas Dataframe as below: itm Date Amount 67 420 2012-09-30 00:00:00 65211 68 421 2012-09-09 00:00:00 29424 69 42
How to solve this error? Error message: The argument type 'Object?' can't be assigned to the parameter type 'FutureOr<Uint8List>?'. My code } Future
I'm trying to create a graph for the outputs: import numpy as np import pandas as pd import matplotlib.pyplot as plt import wrapt from sklearn.model_selection i
I am in need of help making the below script import a csv of users firstname and last and then setting the same account expiration inside of AD using the DRA po
What are the values I print now with sigma_ab and how can I calculate the confidence interval at 95? for g in all: c0 = 5 c2 = 0.2 c3 = 0.7 star
I am writing a Typescript CDK project. If you're unfamiliar with CDK, its mostly constructors, and the resulting Javascript code 'compiles' a .yaml file when ru
I have built this auto completion command line script in python, it will execute the "ls" command in linux enviroment, convert the resulting string into a list