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
https://vimeo.com/204080268 | |
https://vimeo.com/180716480 | |
https://vimeo.com/180698135 | |
https://vimeo.com/171319746 | |
https://vimeo.com/171996395 | |
https://vimeo.com/180562110 | |
https://vimeo.com/208568615 | |
https://vimeo.com/208226399 | |
https://vimeo.com/209466211 | |
https://vimeo.com/211216828 |
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
[ | |
{ | |
"name": "Arrival", | |
"year": 2016 | |
}, | |
{ | |
"name": "Suicide Squad", | |
"year": 2016 | |
}, | |
{ |
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
Command for VS Community 2017 - Offline Installer Download | |
-------- | |
Workload included: Desktop Application Development, .Net Core Development and Web Development | |
----------- | |
vs_community.exe --layout C:\vs2017offline --add Microsoft.VisualStudio.Workload.ManagedDesktop Component.GitHub.VisualStudio Microsoft.Net.Component.3.5.DeveloperTools Microsoft.VisualStudio.Component.LinqToSql Microsoft.VisualStudio.Component.TestTools.Core Microsoft.VisualStudio.Component.TypeScript.2.0 Microsoft.VisualStudio.Workload.NetWeb Microsoft.VisualStudio.Workload.NetCoreTools --lang en-US |
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
District 9 2009 | |
Children of Men (2006) | |
Serenity (2005) | |
Edge of Tomorrow (2014) | |
Looper (2012) | |
Mr. Nobody (2009) | |
The Mist (2007) | |
Watchmen (2009) | |
Chronicle (2012) | |
Cloud Atlas (2012) |
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
module.exports = { | |
courses: [ | |
{ | |
id: "clean-code", | |
title: "Clean Code: Writing Code for Humans", | |
watchHref: "http://www.pluralsight.com/courses/writing-clean-code-humans", | |
author: { | |
id: "cory-house", | |
name: "Cory House" | |
}, |
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
"use strict"; | |
//This file is mocking a web API by hitting hard coded data. | |
var courses = require('./courseData').courses; | |
var _ = require('lodash'); | |
//This would be performed on the server in a real app. Just stubbing in. | |
var _generateId = function(course) { | |
return course.title.replace(' ', '-'); | |
}; |
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
Awesome !! | |
It's you KM..! | |
Mindblowing.... | |
Sooooo Gooooood!! | |
Great! | |
Nice Job 😃! | |
🏆 Way to go! | |
Wow, nice change 👌! | |
So good ☝! | |
Bravo 👏! |
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
$m = ps chrome | measure PM -Sum ; ("Chrome {0:N2}MB " -f ($m.sum / 1mb)) |
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
function ZipFiles($zipfilename, $sourcedir) | |
{ | |
[Reflection.Assembly]::LoadWithPartialName("System.IO.Compression.FileSystem") | |
$compressionLevel = [System.IO.Compression.CompressionLevel]::Optimal | |
[System.IO.Compression.ZipFile]::CreateFromDirectory($sourcedir, $zipfilename, $compressionLevel, $false) | |
} | |
# Step 1 - Sign all output assemblies | |
# TODO |
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
$yum install bison gettext glib2 freetype fontconfig libpng libpng-devel libX11 libX11-devel glib2-devel libgdi* libexif glibc-devel urw-fonts java unzip gcc gcc-c++ automake autoconf libtool make bzip2 wget | |
$cd /usr/local/src | |
$wget http://download.mono-project.com/sources/mono/mono-3.0.1.tar.bz2 | |
$tar jxf mono-3.0.1.tar.bz2 | |
$cd mono-3.0.1 |
NewerOlder