Tag: code
Programmers don’t like GUI (Graphic User Interface) Design. Therefore, the CSS (Cascade Style Sheet) is not their thing. I always knew that there are viewing problems on smart phones/devices …
In this post, it shows the configurations required to make a SSL work (on port 443) on Ubuntu servers. However, for some pages (especially old posts/pages), it will show …
I have just created two summary pages for my two blogs: https://helloacm.com/archives-of-pagesposts/ and http://www.codingforspeed.com/archives-of-pagesposts/. In both pages, all articles (including pages) are sorted by months. The number of comments …
The Processing (http://www.processing.org) Programming/Scripting language is so powerful that it can achieve many many stuffs using just a few lines of code. The Processing is ideal for Computer Graphics/Animation. …
September 20, 2014
BASH Shell, beginner, c / c++, code, code library, console, I/O File, implementation, programming languages, windows, windows command shell
On Linux BASH shell, the ‘nl’ utility is used to print out text file (or string) with line numbers. If you type in nl –help you will have a …