Skip to content

Instantly share code, notes, and snippets.

View jacksoneyton's full-sized avatar

Jackson Eyton jacksoneyton

  • South Dakota
View GitHub Profile
@jacksoneyton
jacksoneyton / New-WPFMessageBox
Created June 10, 2020 01:50 — forked from SMSAgentSoftware/New-WPFMessageBox
PowerShell function to display a customizable WPF message box / window
Function New-WPFMessageBox {
# For examples for use, see my blog:
# https://smsagent.wordpress.com/2017/08/24/a-customisable-wpf-messagebox-for-powershell/
# CHANGES
# 2017-09-11 - Added some required assemblies in the dynamic parameters to avoid errors when run from the PS console host.
# Define Parameters
[CmdletBinding()]
@jacksoneyton
jacksoneyton / 0_reuse_code.js
Created December 9, 2015 15:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console