Tag: script
In order to post twits to Twitter using Twitter APIs, you would first need to go to Twitter Dev site http://dev.twitter.com/apps. You can easily follow the screen instructions to …
August 16, 2014
excel, http, implementation, Office, php, programming languages, VBA, vbscript, web programming, windows, windows scripting host
The excel spread sheet is a powerful Office tool developed by Microsoft. The latest Excel supports maximum 1,048,576 rows by 16,384 columns, which i believe you will never ever …
WSH (Windows Scripting Host) is a powerful scripting environment that comes with Windows Operating System. By default, there are two scripting languages supported, which is JScript and VBScript. You …
May 7, 2014
algorithms, code, code library, data structure, implementation, programming languages, sorting, VBA, vbscript, windows, windows scripting host
Among the simple sorting algorithms, the insertion sorting algorithm is my favourite. Insertion sort is simple to implement and gives an average quadratic O(n2) running time, like other simple …
This is one of my favourite useful tips in Excel. Sometime, you have a less-accurate data set with a lower resolution. However, partial data cannot be fit into the program. …