September 14, 2012
batch script, beginner, github, ideas, implementation, linux, non-technical, programming languages, tools / utilities, tricks, windows, windows command shell
I have been practising programming using Windows batch (*.bat | *.cmd) lately and was wondering how many similar Linux-like utilties that can be made simply via windows batch (with …
August 28, 2012
beginner, github, HTML5, http, implementation, internet, javascript, programming languages, technical, tricks
In Javascript, there are some nice language features, one of them is to define a class via returning a list of functions. For example, the following illustrates this simple …
August 7, 2012
algorithms, beginner, brainfuck, brute force, c #, github, I/O File, implementation, interpreter / compiler, programming languages, python, technical, tools / utilities
Brainfuck is a minimized programming language. It has only 8 keywords. It was designed first in 1993 by Urban Muller. gives more details on wiki. Brainfuck is often referred …
I ran into the github site today and find it very popular. Therefore I decided to register a free account and start using it. The github is also one …