Kieron Drumm (@drummk2)
  • Stars
    star
    8
  • Global Rank 1,106,139 (Top 39 %)
  • Followers 4
  • Following 2
  • Registered over 7 years ago
  • Most used languages
    C#
    66.7 %
    Python
    16.7 %
    PowerShell
    16.7 %
  • Location 🇮🇪 Ireland
  • Country Total Rank 2,389
  • Country Ranking
    C#
    168
    Python
    1,247

Top repositories

1

DisableCortana

Lately, it seems like quite a few people are trying to figure out ways to remove/disable Cortana on their machines. This Powershell script allows one to do exactly that by disabling it directly in the registry or by removing the Cortana Appx package from their system entirely.
PowerShell
3
star
2

EnglishRussianTransliterator

A Linux-based SMT-based system that can transliterate a proper noun from the English Roman alphabet to the Russian Cyrillic alphabet.
Python
1
star
3

GoogleDriveStandardiser

A small console application that can be used for the purposes of matching the names of files, photos, or videos in a folder to the name of that folder. This was initially created for personal use to standardise the names of all photos in my personal Google Drive.
C#
1
star
4

IOCLite

A simple IOC container library of my own creation that allows one to easily register and resolve object instances with an associated lifespan (e.g. singletons). Also implements the installer/module functionality used by popular IOC frameworks like CastleWindsor and Autofac.
C#
1
star
5

HardwareMonitor

A TopShelf windows service/console application that periodically and asynchronously records and logs a user's CPU usage, available RAM, network speeds and various other statistics. Doing so should prove useful when debugging performance issues with one's PC.
C#
1
star
6

FileSystemCleaner

A simple tool that can be used to clean up one's file system. This cleaning process consists of some menial tasks such as deleting all duplicate files starting from the directory from which the exe is executed, deleting all empty directories starting from the directory from which the exe is executed, deleting the TEMP directory and deleting all files older than a given time period from from the directory from which the exe is executed.
C#
1
star