September 20, 2014
32 bit, algorithms, animation, c / c++, code, code library, implementation, linux, programming languages, windows, windows command shell
The following is a up-to-date summary of posts with source codes and binaries. Coding examples help us learn better and quicker. The programming examples are as ‘it is’. I …
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 …
Here is a list of useful but may not be widely known HTML tags. abbr or acronym This is used to show the acronyms, so when the mouse is …
The static methods in OOP (Object Oriented Programming) can be treated as ‘global methods’ for that class. It means that every instances (objects) of class share the same method/variables …
The Linux Shell provides a useful calculator which is bc. It may be short for ‘bash calculator’. The bc takes the following parameters. root@uploadbeta:~# bc --help usage: bc -h …