About Me

Hello! I’m Nischay Ram Mamidi (నిస్చే రామ్ మామిడి) a Masters student (Computer Science: Scientific Computing) at Rutgers University. Prior to that I obtained my Masters in Science (Honors) in Mathematics at BITS Pilani, Hyderabad Campus. I’m also called as Nischay Pro.

Research Topics include parallel programming, high-performance computing and automatic differentiation.

Why are you called Nischay Pro?

When I was in my 5th grade I created my first Yahoo mail account. But since I forgot the password and could not reset it. So I had to create an alt account. Unfortunately I couldn’t reuse my original ID, so Yahoo suggested me Nischay Pro as my user ID. The rest is history.

Contact

1
2
3
4
5
#!/bin/python3

import base64
email = base64.b64decode('bmlzY2hheS5tYW1pZGlAcnV0Z2Vycy5lZHU=').decode("utf-8") 
print(email)