I have a source code for data encryption aes256 based, but this code is Java and I want transform to PHP, I was trying with this example, but
I'm using Grafana free version (v8.5.0). I'm using python 3.7 and sending requests to Grafana. But it is not working. Below is my Code. import requests import
n and each x_i is known, unknowns are \lambda and \mu. my code like this: library(BB) n=100 l=0 s=1 sample=rcauchy(n,l,s) fun<-function(x){ f<-numeric(
i'm using react-native-mapbox-gl to show the map in my react app, on page load it should show the location of the user like how the google maps shows, but it fa
Hello I am new to flutter, I am learning to implement a custom Tab, I copied this code, how do I add ontap to the texts inside the array in the code below. Co
I am trying to extract year from multiple xml files. Initially, the xml files are as follows, <Return xmlns="http://www.irs.gov/efile" xmlns:xsi="http://www.
I have a smart table and displaying the columns through the annotations. However the number of columns is more, and the content is getting overlapped in the row
I need to implement a controller using Spring so that it sets appropriate jsp in ModelAndView object. Let's put it that way. I made an API call to a server and
I want to load a JSONL file as JSON objects in python. Is there an easy way to do so?