acritely software

Sean Hannon


GitHub Profile

Hackerrank Page

Homepage

CV


Find me on GitLab!

Welcome to my GitHub site!

I have several for-fun projects here:

EL/EN Converter

If you write in both Greek and English keyboards, you might often forget to switch them before typing resulting in a frustrating error. For example typing with the wrong keyboard selected could create 'ξθστ τηισ' instead of 'just this' or 'den j;erv' instead of 'δεν ξέρω'. To solve this issue, simply run the AutoHotKey script in the background. When you type using the wrong keyboard setting, press ctrl-g or ctrl-shift-g to replace the text with what you meant to write. No more deleting the last line you typed! Converter in action

HostsFileSync

A python script to copy the host file from someonewhocares.org and update your machine's local hosts file. Using the hosts file to point specific url's to 0.0.0.0 or an arbitrary ip not only saves bandwidth by avoiding transferring any data from the the url, but also serves as another layer of security. @DanPollock maintains a current list of suspicious and advertising data collection url's on his fantastic website listed above. Use this script to keep your hosts file up to date.