Author: ACMer
I have a SQL (mssql) to fetch the data from Comments table thanks to STEEMSQL, like this: select top 10 title from Comments (NOLOCK) where (category='cn') or ( ( …
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 …