Skip to content

Instantly share code, notes, and snippets.

View jongalloway's full-sized avatar

Jon Galloway jongalloway

View GitHub Profile
{
"message": {
"subject": "HTML Test",
"body": {
"contentType": "html",
"content": "<!DOCTYPE html>
<html>
<head>
<body>
<h1>HTML Test</h1>
@jongalloway
jongalloway / dotnetfoundation_member.svg
Created March 14, 2019 22:49
.NET Foundation Member Sticker designs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jongalloway
jongalloway / techorama-2019-dotnetcore3.md
Last active May 20, 2019 06:57
Techorama 2019 - .NET Core 3 App Workshop
dir -recurse -directory -force -filter .git | % { write-host $_ -ForegroundColor green; git -C "$($_.FullName)\.." gc }
@jongalloway
jongalloway / party.yml
Created October 23, 2019 22:15
ASP.NET Core 3.0 - AzDO example
pool:
name: Hosted Ubuntu 1604
steps:
- task: UseDotNet@2
displayName: 'Use .Net Core sdk 3.0.x'
inputs:
version: 3.0.x
- task: DotNetCoreCLI@2
@jongalloway
jongalloway / dotnext-moscow-2019-dotnetcore-3.md
Last active April 15, 2020 08:33
Slides and notes from DotNext Moscow 2019 - What You Need To Know About .NET Core 3 and Beyond
@jongalloway
jongalloway / streamlabs-chat.css
Created April 24, 2020 05:26
Streamlabs Chat CSS tweak so message goes below name. Good for tall, thin layout.
@import url(https://fonts.googleapis.com/css?family=Roboto:700);
* {
box-sizing: border-box;
}
html, body {
height: 100%;
overflow: hidden;
}
@jongalloway
jongalloway / recipe1.txt
Created July 28, 2020 21:16
My Next Cookbook.txt
* hotdogs lol
* string cheese
microwave until al dente or whatever
@jongalloway
jongalloway / markdown-image-with-link.md
Last active March 26, 2021 02:55
Markdown image with link sample