Skip to content

Instantly share code, notes, and snippets.

@eakoli
eakoli / gist_markdown_examples.md
Created April 10, 2023 16:12 — forked from ww9/gist_markdown_examples.md
Gist markdown examples

Gist markdown examples

A collection of Markdown code and tricks that were tested to work in Gist.

This and all public gists in https://gist.github.com/ww9 are Public Domain. Do whatever you want with it including , no need to credit me.

Todo

  • Reformat this whole document and assimilate these:
@eakoli
eakoli / test.md
Last active April 10, 2023 16:14

Provision

From ce7709dfd1e55e7a77e0fb998f4edf33fd40ee5e Mon Sep 17 00:00:00 2001
From: Chris Rudd <[email protected]>
Date: Wed, 21 Jan 2015 13:28:41 -0600
Subject: [PATCH] Use enum to represent status.
---
backend/HubStaff/Backend.cpp | 4 +--
backend/HubStaff/Integration.cpp | 15 +++++++--
backend/HubStaff/Task.cpp | 50 ++++++++++++++++++++++-------
backend/HubStaff/Task.h | 37 +++++++++++++++++----