I want to write a python script which takes a flow and then create the xml for that flow and store it in a file. Is there a library that I can use? I checked th
In order to redirect from page 1 to page 2 I've used the header function so : I have two files : page1.php : <?php require_once('model/Manager.php'); functi
I've created a phylogenetic tree in R with the x axis set as branch length. I'd like to change this to number of substitutions. I have the column length from m
Consider code: public static void main(String[] args) { System.out.println(LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd-HH"))); } The o
import cv2 import numpy as np import face_recognition imgRohit = face_recognition.load_image_file('images/Rohit.jpg') imgRohit = cv2.cvtColor(imgRohit.cv2.C
I tested to get all users information in C# and Postman using graph API. In postman, It correctly responded. But, In c#, It just responded sign in user. This is