All Projects → danvy → channel9

danvy / channel9

Licence: other
Channel9 PowerShell scripts to download Powerpoint Slides and videos

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to channel9

Viewholder Slide Helper
recyclerview holder animation
Stars: ✭ 169 (+789.47%)
Mutual labels:  slide
Rmarkdown tutorial
Reproducible Research with Rmarkdown: data management, analysis, and reporting all-in-one
Stars: ✭ 18 (-5.26%)
Mutual labels:  slide
dccwUACBypass
PowerShell script to bypass UAC using DCCW
Stars: ✭ 17 (-10.53%)
Mutual labels:  powershell-script
Androidpilelayout
An abnormal horizontal ListView-like pile layout with stretch and contraction effects.
Stars: ✭ 2,104 (+10973.68%)
Mutual labels:  slide
Slideovercard
A SwiftUI card view, made great for setup interactions.
Stars: ✭ 228 (+1100%)
Mutual labels:  slide
promise-yes
Slide about how to use Promise in JavaScript.
Stars: ✭ 13 (-31.58%)
Mutual labels:  slide
Kittik
Create slides in TypeScript and present them in the terminal using ASCII only!
Stars: ✭ 147 (+673.68%)
Mutual labels:  slide
tweenslideshow
A simple slideshow using Tweenmax
Stars: ✭ 34 (+78.95%)
Mutual labels:  slide
RNSlidingButton
React Native Button component which support Slide event to perform action.
Stars: ✭ 19 (+0%)
Mutual labels:  slide
ng2-carouselamos
Simple carousel/slider for angular 2.
Stars: ✭ 39 (+105.26%)
Mutual labels:  slide
Vue Infinite Slide Bar
∞ Infinite slide bar component (no dependency and light weight 1.48 KB)
Stars: ✭ 190 (+900%)
Mutual labels:  slide
Nuka Carousel
Pure React Carousel Component
Stars: ✭ 2,607 (+13621.05%)
Mutual labels:  slide
jstackSeries.sh
Script for capturing a series of thread dumps from a Java process using jstack (on Linux and Windows)
Stars: ✭ 28 (+47.37%)
Mutual labels:  powershell-script
Springy facebook rebound
Springy makes Android Property animation easy to use.
Stars: ✭ 176 (+826.32%)
Mutual labels:  slide
python4selftrackers
Presentations on Quantified Self and Self-Tracking with Python
Stars: ✭ 26 (+36.84%)
Mutual labels:  slide
Cs193p 2017 Fall Demo And Solution
it's slide, demo and assignment of cs193p 2017 fall
Stars: ✭ 164 (+763.16%)
Mutual labels:  slide
Slide
Slide is an open-source, ad-free Reddit browser for Android.
Stars: ✭ 1,733 (+9021.05%)
Mutual labels:  slide
android-lecture
android lecture notes
Stars: ✭ 25 (+31.58%)
Mutual labels:  slide
PowerPlatformCICD
A Template and Provisioning process to create a fully automated Build and Deploy Project for the Microsoft Power Platform
Stars: ✭ 31 (+63.16%)
Mutual labels:  powershell-script
company-introduction-jp
日本の会社紹介スライドのまとめです。
Stars: ✭ 49 (+157.89%)
Mutual labels:  slide

Channel9 Content Downloader

Introduction

If just like me, you love the content published on Channel9 and you have a very long way to get back home, you will appreciate to take that time to watch the awesome sessions content from http://channel9.msdn.com/events/ with you.

This PowerShell script will download to your Downloads folder of your user profile file://%userprofile%/downloads/ all the videos and slides of the event of your choice, using the format that fit your needs. Once at home, please, give some feedback about the content on the Channel9 website, the authors will appreciate.

What's new?

2.8

  • Updated events and shows (Azure Red Shirt, Ignite 2017, Build 2017, Connect 2017)

2.7

  • Updated events and shows (Azure Red Shirt, Ignite 2017, Build 2017, Connect 2017)

2.6

  • Updated events and shows (Ignite 2016, Data Exposed, TechNet Radio, The Defrag Show and Xamarin Show)

2.5

  • Added destination folder on command line. Usage: Ch9Downloader.ps1 d:\downloads

2.4

  • Updated events (Build 2016, Azure Friday, Game Dev Show, Microsoft Imagine, MS Dev Show, This week on Channel9, Visual Studio Toolbox)

2.3

  • Updated events (DEVintersection 2015, TechDays Sweden 2015 and Windows 10 IT Pro Readiness under Various section)

2.2

  • Updated events (Azure section with AzureCon 2015, Azure Camp Juillet 2015, Microsoft Azure Conference 2015 events and Visual Studio 2015 Final Release event)

2.1

  • Updated events (Microsoft Edge Web Summit 2015, Devices and Networking Summit 2015)

2.0

  • Added progress for downloads
  • Resume downloads

Screen shot

1.5

  • Updated events (Ignite 2015)

1.4

  • Updated events (Build 2015)

1.3

  • Updated events (Developer's Guide to Windows 10 Preview, under the "various" section)

1.2

  • Updated events (WinHEC & TechEd)

1.1

1.0

  • Initial release

Requirements

This Powershell script requires :

Q&A

Q: When I execute the script on my machine, I get a "File cannot be loaded because the execution of scripts is disabled on this system" error

A: You might have to change the execution policy of your machine. Type this under PowerShell "Set-ExecutionPolicy Unrestricted". See the documentation http://technet.microsoft.com/en-us/library/ee176961.aspx

Q: Is this project related to https://github.com/danvy/build14 ?

A: Yes, this project is a replacement, the new version, no longer dedicated to the Build 2014 event.

If you have any problem with the scripts, use GitHub or contact me on Twitter @danvy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].