Author: ACMer
We are currently in the process of performing emergency maintenance on our VPS hypervisors and other public facing servers. You will find your VPS is offline for the duration. …
I have designed a Windows COM component and write a VBScript to obtain hardware ID using VMProtect API. The first edition of the script is just simply using MsgBox …
I’ve been to many IT interviews (mainly technical) for some UK and USA companies. And most job titles I applied for are ‘software engineer’ relevant. One of the main …
GUIDcan be used for random unique IDs. The chances of collisions are rare and that can be ignored. So instead of using Random() class to generate random characters/integers and …
Magic string constants are as bad as magic numbers. They are error-prone. One bad impact is that if you have quite a number of usages throughout the project, you …