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
- My Little Pony – Mane 6 Hard Trivia QuizCome One! Come All! Come and try your memories on the Mane 6 characters. Know more difficult My Little Pony trivia? I will continue to work on another quiz as soon as more questions are available. Submit your questions at this contact form or in the Facebook group. Include other choices too that may seem… Continue reading My Little Pony – Mane 6 Hard Trivia Quiz