Monday, January 22, 2018

PS: Get number of applications instances

PS c:\> Get-Process -Name python | Measure-Object

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...