Skip to content

Instantly share code, notes, and snippets.

View dfinke's full-sized avatar

Doug Finke dfinke

View GitHub Profile
@dfinke
dfinke / New-PieChart.ps1
Created May 28, 2011 23:37 — forked from danielmoore/New-PieChart.ps1
Creates a new pie chart using WPK
ipmo wpk
function Get-Color{
[Windows.Media.Brushes] |
Get-Member -Static -MemberType Property |
ForEach { [Windows.Media.Brushes]::$($_.Name) }
}
function Get-Brightness {
param (
@dfinke
dfinke / 0_reuse_code.js
Last active August 29, 2015 14:27
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
@dfinke
dfinke / VSCodeDeepDive.md
Last active April 17, 2017 12:57 — forked from daviwil/VSCodeDeepDive.md
The notes from my session "Authoring in VS Code" at the 2017 PowerShell and DevOps Global Summit in Bellevue, WA.

Visual Studio Code Deep Dive

David Wilson - @daviwil Software Engineer, PowerShell Team

Overview

  1. Visual Studio Code overview
  2. Configuring the editor
  3. Extensions