Category: code
July 1, 2012
algorithms, beginner, code, code library, implementation, interview questions, math, programming languages, python, technical
GCD (Greatest Common Divisor), in mathematics, is refered to the largest number that divides two or more non-zero integers without a remainder. For example, the GCD of 8 and …
In python, you can define classes using keyword class. The basic class skeleton that has a constructor and a destructor is given below. #!/usr/bin/env python class TestClass: def __init__(self): …
June 17, 2012
batch script, beginner, code, code library, implementation, programming languages, technical, VBA, vbscript, windows
VBScript has been in use widely on every version of windows. It is said Bill Gates favor VBScript, which may be one of the reasons that it is shipped …
A quick way to check if it is a 32 or 64-bit OS is to determine the size of a pointer. In 32-bit Operating System (OS), the size of …
June 15, 2012
c / c++, code, code library, compiler, HTA, implementation, javascript, programming languages, software download, tools / utilities, VBA, vbscript, Win32 API, windows, windows scripting host
Script32 is a fast and secure free tool that converts your VBScript/Javascript (*.js) (to run under Window Script Hosting WSH) to Win32/Win64 Executables. Script32 Features It is a command …