file

Master the Windows 10 Clean Up Tips

Though hard drives are getting larger in size, we still face issues such as filled up space, disorganized data, tons of clutter and duplicate files. The newly launched Windows 10 is also prone to host unwanted junk which should be removed occasionally to keep your computer running at its optimum performance. Here are the ways to deep-clean your system: :

Apache SIGABRT on Gentoo

I’ve been trying to set up a PressBooks test site on my Gentoo dec box. I may or may not write a book about programming, but PressBooks is a WordPress plugin for writing and exporting books. I was curious and decided to give it a go.

Understanding git-add commands

Git is a distributed revision control system, in which you can manipulate Git-repositories on your computer. It was originally developed by Linus Torvalds, the principal author of Linux.

Monitoring employee’s PC

Monitoring employee’s PC becomes more and more common. Employers want to know what employees are doing on their work computers and secure their reputation and business against potential damage. This practice is understandable from the employers point of view, but maybe seen as an unlawful or not trustworthy thing to do from the employee’s point of view.

Video game animation


It was time to implement some animations in our game “Burnt Islands“. The task was to add a catapult that was going to throw stones at enemies from the distance. A catapult needs to rotate towards the goal and to throw stones in the right direction. The whole thing without animation would look really weird.

XPath – how to create a custom rule

After I began to use PMD and tried to write my first custom XPath rules, I realised that there aren’t very much information about it. So I needed to figure out almost everything by myself. Here I’ll try to explain what I’ve figured out.