Coding Grounds
Compilation of different programming projects I amuse myself with.
Thursday, 16 December 2021
AngularJs directive for clearing a text field
›
I wrote an AngularJs directive at work today for clearing a text field. We still use this in multiple projects for front-end (although I hav...
2 comments:
Sunday, 12 December 2021
Displaying errors in Event Log with Out-GridView in Powershell
›
A user friendly way to view errors in Event log source from Powershell. $rawUI = $Host.UI.RawUI $oldSize = $rawUI.BufferSize $typeName = ...
1 comment:
Wednesday, 24 November 2021
Scanning solutions for NUnit test adapter via Powershell
›
Checking that we have added test adapter for NUnit so that our tests in Azure Devops are run A challenge with running tests inside Powersh...
‹
›
Home
View web version