Category: tricks
Sometimes you need to fill in a form in PDF with signature. Of course, you can print the form out, fill them with pen and scan them into images. …
Not many programming languages support this kind of feature. We are not talking about substitution of the values in a string. Instead, we want to reference the variable using …
Using Magic Numbers is one of the causes of ugly code. For example, if you want to deal with two protocols, HTTP and FTP (to count the data packages), …
Can you use arrays in the simple windows batch programming? The answer is yes, but we have to use some tricks to emulate the arrays. @echo off :: helloacm.com …
If you are lucky enough to get one of those Vintage keyboards (e.g. AT port), then it might be interesting to notice that there are three buttons which can’t …