I'm using the Python typing module throughout my project, and I was wondering if there was a way to specify that a given object must be of two different types,
I am new to C++ and I am trying to create multiple threads using for loop. Here is the code #include <iostream> #include <thread> class Threader{
I'm trying to build my Quasar project on an azure pipeline. My pipeline worked perfectly for a week but yesterday, I don't know why, I can't execute "yarn insta
We needed to consume MOSS out of the box web services hosted on HTTPS protocol from a Java application running on WebLogic server. Do we need to import SSL cert
I want to extend a data type of JavaScript and assign it to new data type. E.g: I want build a IP address data type (object),it have all properties of String t
Metrics/CyclomaticComplexity: Cyclomatic complexity for notification_path is too high. [9/8] And I don't understand how to fix that. Can you help me, someone? T
I am new to azure so hope my question is clear, In azure data factory I am trying to run a query and export the result as XML to my blob storage, but 'copy data
My simplified routing is similar to r.Route("/api/v1", func(r chi.Router) { r.Route("/case", func(r chi.Router) { // generic case - for ever
I have a program which reads a file of domain names (one domain per line) and performs asynchronous DNS resolution and then downloads the landing page for each