I have been making a whatsapp chatbot with python, my problem is that it answers many messages, I think I have some open loop and I am not checking if the last
I'm currently working on a "dehashing" script that lets user type in an input, together with the hashing method, and the script iterates through a list of chara
Server.ts import fastify from "fastify"; import cookie from 'fastify-cookie'; import apiRoute from './routes/api'; import jwtPlugin from "./plugins/jwtPlugin";
I've been writing a program that used a MyWindow(QTableWidget) with a thread. A progress bar is displayed above the sub-window(self.win) displayed as a pop-up.
So I am attempting to change the creation date of a text file in C#. The user will type in thr creation date of the file, it will then change the text files cre
I already have here maps implemented with leaflet using app_code and app_id now I want to use it through accesstoken but it is showing Bad request when I send u
My ADF pipeline processes through many imput files and lands them on an ABS container. A 3rd party stored proc has two params: filename and datasourcelocation a
Is it possible to use a generic OAuth 2.0 implementation for both Azure AD authentication and Google cloud OAuth? msal.js is available for Microsoft Azure AD in
I have some data that i need to convert into an Excel sheet which needs to look like this at the end of the day: I've tried the following code: import pandas a