Skip to content

Instantly share code, notes, and snippets.

@jervie-vitriolo
jervie-vitriolo / test.html
Created May 30, 2020 14:50
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@jervie-vitriolo
jervie-vitriolo / test.md
Created May 30, 2020 14:49
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@jervie-vitriolo
jervie-vitriolo / conference_downloads.ps1
Created January 23, 2018 03:28 — forked from mcollier/conference_downloads.ps1
Download videos and slides from Microsoft conferences
Param
(
[Parameter(Mandatory=$false)]
[String]
$DownloadLocation
)
cls
# The script has been tested on Powershell 3.0