IFTTT (If this then that) is popular service that connects many internet applications. What can the users do if there is a IFTTT channel? The imagination is unlimited. For …
Last month, in my R tutorial, I showed you how to connect to SteemSQL in R script. The latest R Studio has added a connection tab, which is a …
I am wondering how many people actually read the ‘using directive’ on top of each C# file, like this: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Drawing; …
Sometimes, you want to invoke a messagebox dialog from the windows command line, and here is one that is written in Windows Batch. @echo off rem Example Msgbox "Hello …
A ‘Fractal Graph’ can be seen as ‘self similar’. For example, This is a fractal graph that is made by LOGO turtle graphic. Each element is a tiny star …
It is not easy to debug multithreading application because of threads jumping and interleaving each other. When I was debugging some algorithms, I always change the application setting to …