
Adding Code Formatting Tools in Notepad++
I am a big fan of beautiful code, not only in terms of quality of programming but also formatting the code nicely so that it is easy on eyes. If you are using a full-blown IDE, they come with their…
Thoughts on this, that, and the rest
Thoughts on this, that, and the rest

I am a big fan of beautiful code, not only in terms of quality of programming but also formatting the code nicely so that it is easy on eyes. If you are using a full-blown IDE, they come with their…

If you’ve ever had to deal with PCL (Printer Command Language), you’ll know the pain: there’s no command to center text. Some printers support HPGL commands embedded in a PCL file, but not all. If you’re printing predefined text, you…