hi there!
About
I’m Earl Peter JG, a Computer Science instructor for La Salle University, Ozamiz.
I was a computer map maker enthusiast with Warcraft III, Nemesis of the Roman Empire, Counter-Strike 1.6, and few other games I couldn’t remember. I made over 20 different maps and custom game modes/campaigns. Sadly, I didn’t have proper backups. When my computer failed, I lost all the maps I made.
I decided to study computer science and graduated on February 2018. While studying, I was also able to work part-time for the same company since October 2015.
Recent Posts
- Some of The Taoism Symbolisms in Huohuo’s TrailerNOTE: I do not play the game and I cannot comment much about her story. Listen to Chinese Version of the trailer here: Taoism (道教 dàojiào) is a religion (and a philosophy of life) common in China. It was later influenced with Buddhism when it was introduced during the Song Dynasty (960–1279).[i] Because Huohuo is… Continue reading Some of The Taoism Symbolisms in Huohuo’s Trailer
- Nearest Neighbor Interpolation in C#This is the first article of the series Image Scaling Algorithms in C#. Scaling refers to resizing an image (small to large or vice versa) using mathematical formulas. Scaling images is a frequently-used task—games, image viewers, media players, and even thumbnails. The common algorithms include the following: Nearest-neighbor interpolation, Bilinear interpolation, Trilinear interpolation, and Bicubic… Continue reading Nearest Neighbor Interpolation in C#
- C# SMTP HelperSMTP (Simple Mail Transfer Protocol) is an internet standard for email supported by almost all email servers. Connecting with SMTP allows you to send emails from a remote server.[1] Usage First, initialize the SmtpHelper class with set the values for the following: Host Sender SenderDisplayName (optional) Password Attachments (optional, an array of strings to file… Continue reading C# SMTP Helper
- Python Duplicate Image CleanerFind and delete duplicate images from a directory. TL/DR You can download the script below (or copy and paste it into a Python file) and run it against a directory. Note that this was only tested on Windows. There might be false positives to be sure to create a backup. (This also sends the file… Continue reading Python Duplicate Image Cleaner
- 4th Industrial Revolution: Where We Are and What’s NextFor La Salle University’s 11th ICT Youth Convention, theme: Rooting IR 4.0 (or 4th Industrial Revolution), I will be presenting a short discussion about the new changes and effects brought by the 4th Industrial Revolution. (Download the slides at the end of the page) What is it all about? Industrial revolutions are the eras of… Continue reading 4th Industrial Revolution: Where We Are and What’s Next