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 …
I wrote these PHP functions to compute matrix determinant for 2×2 and 3×3 matrices long time ago and I share these three simple functions here just in case someone …
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 …
This tutorial will show you how to create and run unit tests under Visual Studio. We use C# but the same principle can be applied to other programming languages …
.NET offers the LINQ to write code in a concise and elegant way. In most of cases, there is no performance difference between a LINQ statement and its normal …
Under WSH (Windows Scripting Host), we can do a lot of tasks by using VBScript/JScript. The COM object WScript.Shell provides a useful method Exec that can be used to …