This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # channel9 downloader, downloads complete channel9 videos from there rss feeds | |
| # | |
| # Features | |
| # * Checks for allready downloaded files | |
| # * use a tempfile to ensure full downloads | |
| # * gives the download file a name based on the title of the rss entry in the feed | |
| # * creates a proper directory structure | |
| # * set the creation und modified date to the date in the rss entry | |
| # | |
| # by Albert Weinert http://der-albert.com | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using System.Collections.Generic; | |
| using System.Diagnostics.Eventing.Reader; | |
| using System.Linq; | |
| using System.Web.Mvc; | |
| using Training.Web.Data; | |
| using Training.Web.Entities; | |
| namespace Training.Web.Controllers | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #requires -Version 2 -Modules posh-git | |
| function Write-Theme { | |
| param( | |
| [bool] | |
| $lastCommandFailed, | |
| [string] | |
| $with | |
| ) | 
OlderNewer