Tag: linux
February 15, 2014
32 bit, algorithms, beginner, c / c++, code, code library, implementation, linux, math, programming languages, windows
If you are a linux user, you may know this ‘useless’ command factor which will print the prime factors of given positive integers on command line. On execution, the factor will …
Delphi is a handy tool to develop the COM (Component Object Model) DLL. A *_TLB.pas will be generated by the compiler automatically from the *.tlb (Type Library File) which …
I came across a PC Emulator that can be run in the browsers using Javascript technology. The OS emulated is Linux. If you type ‘uname -a’ , you will …
Linux is an open-source free project, which involves many excellent developers from all over the world. They contribute to this excellent operation system. They are creative and make this …
July 20, 2012
algorithms, BASH, batch script, beginner, brute force, implementation, non-technical, programming languages, tools / utilities, tricks
Shell Script Programming is of lots of fun. The following script prints a chess board with 8×8 squares interleaving black and white. Using simple loops and some simple math …