Tag: code library
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 …
The basic concept of OOP (Object Oriented Programming) is not difficult to understand and every Computer Science students should be able to demonstrate the OOP using Java, which is …
The question is: how many bits are required to change if we want to convert a integer to another? The problem is from . This may seem complicated at …
September 14, 2014
BASH Shell, batch script, beginner, code, code library, implementation, linux, programming languages, Shell Scripts, ubuntu
Bash script can be very powerful. In Linux shells, with BASH script, it is possible to solve maths problems easily. It is a full programming language and arithmetic operations …