Sunday, August 18, 2013

Powershell Quick Tips: Get hostname from IP address

C:\>powershell
PS C:\>[System.Net.Dns]::gethostentry("8.8.8.8")

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...