Contact Details

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]='';
  printf("%s\n", rname);

  return 0;
}

Date: 2026-06-09

Enjoy the site!