Warning: MathJax requires JavaScript to process the mathematics on this page.
If your browser supports JavaScript, be sure it is enabled.

Hi, I'm Vanessa, a Principal Computer Scientist.
Building schedulers, containers, and cloudy things, with a love for learning and new experiences. -- about me

Raaawwr..!

Find the Longest Reversed Substring in a String This function takes in a string, “stringy,” and finds the longest reversed substring (palindrome) in the larger string. So, racecar would be an example because it is the same thing backwards and forwards! I basically did it by identifying all... Read more

Convert Military Time to User Friendly String I want to share this, because it could be useful in many contexts. I am working on a script that downloads information from a Google Calendar, and automatically sends reminder emails based on a user specified time. Given that the... Read more