Drawing Image Pixels to Powershell Console

Being honest, I’m not very proud of this script 🙂 , but I like the Beauty how “Thoughts become Things” ( Idea -> Script ) INTRODUCTION AND DEFINITIONS :  Yesterday,  I was thinking about my graduation days how Image Processing in MatLab used to fascinate me! So I thought giving Images a try in Powershell. Just to… Read More Drawing Image Pixels to Powershell Console

Powershell : Play Music, Shuffle, Loop, Stop, Next Track Notification

Hello Reader!  🙂 This is in continuation to one of my previous blogpost where in I wrote a script to play random songs in background using the Powershell console. Though there are already some Windows Media player automation scripts available in the commmunity, but I was looking for something that easy as  “Single cmdlet” and provides… Read More Powershell : Play Music, Shuffle, Loop, Stop, Next Track Notification

Powershell Module for Microsoft Cognitive Services

INTRODUCTION : Microsoft Cognitive Services (formerly Project Oxford) are a set of RESTFul web APIs, SDKs and services available to developers to make intelligent, engaging and discoverable applications. Further expanding the evolving portfolio of machine learning APIs with a vision for more personal computing experiences and enhanced productivity aided by systems that increasingly can see, hear, speak,… Read More Powershell Module for Microsoft Cognitive Services

Powershell : Decompiling – Compiled HTML Help (.CHM) files and Data Wrangling

WHAT IS COMPILED HTML HELP (.CHM)? Microsoft Compiled HTML Help is a Microsoft proprietary online help format, consisting of a collection of HTML pages, an index and other navigation tools. The files are compressed and deployed in a binary format with the extension .CHM, for Compiled HTML. The format is often used for software documentation,… Read More Powershell : Decompiling – Compiled HTML Help (.CHM) files and Data Wrangling