Category: code
3D vector operations are quite useful and common in the math world, especially when it involves the geometry. The following is a simple class made in PHP that encapsulates …
The Tweeter is not good at displaying all tweets. I have more than 600 tweets so far (most of them are sent by PHP script at VPS). If you …
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 …
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 …