Setup One: Buy a Mac if you don't have one.
Setup Two: Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Setup Three:
Setup One: Buy a Mac if you don't have one.
Setup Two: Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Setup Three:
<StyleCopSettings Version="105"> | |
<GlobalSettings> | |
<CollectionProperty Name="RecognizedWords"> | |
<Value>upsert</Value> | |
<Value>api</Value> | |
<Value>deserializer</Value> | |
<Value>deserializing</Value> | |
<Value>json</Value> | |
<Value>json:api</Value> | |
</CollectionProperty> |
from datetime import datetime, timedelta | |
def relative_time(date): | |
"""Take a datetime and return its "age" as a string. | |
The age can be in second, minute, hour, day, month or year. Only the | |
biggest unit is considered, e.g. if it's 2 days and 3 hours, "2 days" will | |
be returned. |
title | subtitle | author | date | source | notoc |
---|---|---|---|---|---|
Dotnet Core Cheat Sheet |
This cheat sheet is courtesy Ben Day |
Ben Day |
August 22, 2017 |
false |
This cheat sheet is courtesy Ben Day and is available here. This Markdown file is just for easy reference for programmers.