Skip to content

Instantly share code, notes, and snippets.

View poovamraj's full-sized avatar

Poovamraj T T poovamraj

View GitHub Profile
@poovamraj
poovamraj / KeyRotationTest.java
Created April 27, 2022 10:43
Ensuring Signing Key is not rotated while signing
package com.auth0.jwt;
import com.auth0.jwt.algorithms.Algorithm;
import com.auth0.jwt.exceptions.JWTVerificationException;
import com.auth0.jwt.interfaces.ECDSAKeyProvider;
import org.junit.Assert;
import org.junit.Test;
import java.security.*;
import java.security.interfaces.ECPrivateKey;
import java.security.interfaces.ECPublicKey;
@poovamraj
poovamraj / decreasing_diff_covid_tn.csv
Created May 16, 2021 20:07
Shows the days in which the number of COVID cases decreased in TN
Date Cases Difference
15-Mar-20 0 -1
20-Mar-20 0 -1
26-Mar-20 3 -5
28-Mar-20 4 -5
02-Apr-20 75 -35
04-Apr-20 74 -28
06-Apr-20 50 -36
08-Apr-20 48 -21
10-Apr-20 77 -19
@poovamraj
poovamraj / case_diff_tamilnadu.csv
Created May 16, 2021 20:04
Shows the difference in number of COVID cases in TN on day by day basis
Date Cases Difference
15-Mar-20 0 -1
16-Mar-20 0 0
17-Mar-20 0 0
18-Mar-20 1 1
19-Mar-20 1 0
20-Mar-20 0 -1
21-Mar-20 3 3
22-Mar-20 3 0
23-Mar-20 3 0