Skip to content

Instantly share code, notes, and snippets.

View jongalloway's full-sized avatar

Jon Galloway jongalloway

View GitHub Profile
@mbostock
mbostock / .block
Last active May 22, 2019 05:52 — forked from mbostock/.block
Color via Clipping
license: gpl-3.0
///repo lists is just a copy and paste from your repo dashboard. For example: the list could be:
WindowsAzure-TrainingKit/Tutorial-HPCSOAapps
WindowsAzure-TrainingKit/Tutorial-HPCPowershellDeployment
WindowsAzure-TrainingKit/Tutorial-HPCMPIIntro
WindowsAzure-TrainingKit/Tutorial-HPCBasicParametricSweepApps
WindowsAzure-TrainingKit/Tutorial-TPLAzureScaleOut
WindowsAzure-TrainingKit/Tutorial-HPCImageRendering
WindowsAzure-TrainingKit/Tutorial-HPCBLAST
WindowsAzure-TrainingKit/Tutorial-HPCDeployToExistingCluster
@DerAlbertCom
DerAlbertCom / Channel9Downloader.ps1
Created February 21, 2011 20:35
PowerShell Scripts for Downloading Channel 9 Videos
# --- settings ---
$feedUrl = $Args[0]
$url = New-Object System.Uri($feedUrl)
$overwrite = $false
$destinationDirectory = join-path "C:\Channel9\" $url.Segments[-2]
# Download filter options
# "_high_ch9\.mp4" - High quality mp4
# "_low_ch9\.mp4" - Low quality mp4