When learning a new programming language (scripting or general), it is always better to try something easy, simple at first. My recommendation is to implement the Fibonacci computation, which …
I came across this simple question: A entry level math question for kids, A, B, C and D are 1-digit number from 0 to 9, find all possibilities for …
Resharper is a popular but commercial tool that is used to make Visual Studio a better IDE (Integrated Development Environment). It helps to spot code errors/warnings almost instantly and …
Powershell is becoming more and more popular especially in the field of Windows Administrative Tasks. The syntax to create COM object in Powershell is intuitive and easy. See following …
I have created a link shortener which can be found at this URL: https://rot47.net/_url/ and to create a link, use the form in this URL: https://rot47.net/_url/add.php To help users …
The batch script programming can be dated back to the times where the DOS were popular. The batch script, however, is not a real programming language. At the beginning, …