Category: implementation
September 15, 2014
beginner, case study, code, code library, excel, implementation, programming languages, string, VBA, vbscript, windows scripting host
In this article, I am going to share a easy and quick way to delete some duplicate rows (e.g. regarding column B) from a spreadsheet but the requirement is …
We all know that the total number of solution to pick combination of n items out of m items is C(m, n), and sometimes denoted as or . We …
Javascript is almost enabled in modern browsers. However, at some legacy devices or some particular situations where the Javascript is not supported or turned on (for security purposes), you …
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 …
September 14, 2014
algorithms, BASH Shell, batch script, beginner, code, code library, console, data structure, implementation, linux, programming languages, Shell Scripts
If you major in Computer Science, you must know the 8-queens problem, which is a classical Artificial Intelligent problem that can be solved using back tracing. Previous posts can …