I like to keep track of sunrise and sunset times. For the past couple of years I've been doing this with a small program written with a popul
so i'm trying to filter a dataframe using a list of words. The problem is that some words could be not there but anyway could be useful. These dataframe is a ca
I am using JWT tokens as the authorization system. It works in the business layer with interceptor aspects. Every time a request comes to my services, I check w
I wrote code for the problem given in spoj to calculate LCM. I calculated the gcd of 2 numbers and I divided the multiplication of 2 numbers with gcd which give