Skip to content

Instantly share code, notes, and snippets.

@mgdickson
mgdickson / list.md
Created November 2, 2025 03:18 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@mgdickson
mgdickson / test.html
Created November 22, 2020 18:27
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@mgdickson
mgdickson / test.md
Created November 22, 2020 18:25
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}