About
Hey,
This is the contact page of Tom K!
I’m a Development and Systems professional, and dabble in web based stuff like this from time to time! These pages are to help me remember various technology bits. Hope you find the content useful.
If you really wish to contact me, you can do so by figuring out the below code:
#include <stdio.h>
int main() {
char name[] = “upn!BU!nefwtzt!EPU!dpn”;
char rname[30] = “”;
for (int i = 0; i < sizeof(name); i++) {
rname[i]=name[i] – 1;
}
rname[sizeof(name) – 1]=’\0′;
printf(“%s\\n”, rname);
return 0;
}
Hope you managed to rummage through and find something useful! If not, come back later. Maybe I’ll have something for ya!
Either way, have a blast and see you around!

