I am really confused on a program that I made. A few days ago, it was working just fine, but now I am having problems with initializing it. I think I've figured
While doing Analysis of readability using Gunning Fox index-. I have to calculate following values Average Sentence Length = the number of words / the number of
I use kprobe/do_sys_open to observe something. I write a demo to open a file and read. I think when I execute this demo, bpf program can find these action, but
I have Kafka-Connect configured for a given topic. The topic messages looks like the following: { "Id": "my-id", "Code": 1000, . . . } I need to add a tran
Hi I am making a call to a web service from Python with the following code: response = urllib.request.urlopen(req) string = response.read().decode('utf-8') json
I want to find if the given numbers are in the Fibonacci sequence. num = map(int,input("Enter numbers: ").split()) def fib(num): a = 0 b = 1 while