Skip to content

Instantly share code, notes, and snippets.

View PrateekKumarSingh's full-sized avatar

Prateek Singh PrateekKumarSingh

View GitHub Profile
# https://stackoverflow.com/questions/42145440/powershell-capture-mouse-click-event-inside-a-powershell-console
Add-Type -ReferencedAssemblies System.Drawing @"
using System;
using System.Drawing;
using System.Runtime.InteropServices;
public class Window
{
[DllImport("user32.dll")]
[return: MarshalAs(UnmanagedType.Bool)]
@mithunshanbhag
mithunshanbhag / arm-template-projects
Created October 25, 2019 02:00
ARM template projects
Some interesting github projects around ARM templates:
* https://github.com/Azure/azure-xplat-arm-tooling
* https://github.com/sam-cogan/arm-snippets-vscode
* https://github.com/benc-uk/armview-vscode
* https://github.com/microsoft/vscode-azurearmtools
* https://github.com/ChrisLGardner/ArmTemplateValidation
* https://github.com/CompositionalIT/farmer
* [possibly outdated] https://github.com/aumathew/AzureArmTemplateCompiler