This file contains 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
{ | |
"duration": 102.7, | |
"type": "video", | |
"provider_url": "http://www.hulu.com/", | |
"embed_url": "http://www.hulu.com/embed/YdmSIZmY6plQhyhHSceW2A", | |
"author_name": "NBC", | |
"cache_age": 3600, | |
"height": 200, | |
"width": 115, | |
"html": "<object width="200" height="115"><param name="movie" |
This file contains 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
// ============================================================================== | |
// | |
// Fervent Coder Copyright © 2011 - Released under the Apache 2.0 License | |
// | |
// Adaption by Code Progression Copyright © 2011 - Released under the Apache 2.0 License | |
// | |
// Copyright 2007-2008 The Apache Software Foundation. | |
// | |
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use | |
// this file except in compliance with the License. You may obtain a copy of the |
This file contains 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
<!-- | |
*********************************************************************************************** | |
Microsoft.Web.Publishing.targets | |
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have | |
created a backup copy. Incorrect changes to this file will make it | |
impossible to load or build your web deploy projects from the command-line or the IDE. | |
This file defines the steps in the standard build process to deploy web application projects. |
This file contains 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.Windows; | |
using Microsoft.Practices.Prism.Modularity; | |
namespace CodeProgression.Common.Prism | |
{ | |
public class Bootstrapper : StructureMapBootstrapper | |
{ | |
protected override void ConfigureContainer() | |
{ |
This file contains 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
require 'rubygems' | |
require 'erb' | |
require 'fileutils' | |
require 'find' | |
require 'rake' | |
require 'rake/tasklib' | |
task :default do | |
package_location="sample/" # website folder location relative to checkout root | |
project_file = "sample/sample.csproj" # website project location relative to checkout root |
This file contains 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
# .gitignore for .NET projects | |
# Thanks to Derick Bailey | |
# http://www.lostechies.com/blogs/derickbailey/archive/2009/05/18/a-net-c-developer-s-gitignore-file.aspx | |
# Additional Thanks to | |
# - Alexey Abramov | |
# Standard VS.NET and ReSharper Foo | |
[Oo]bj | |
[Bb]in | |
*.csproj.user |
NewerOlder