Skip to content

Instantly share code, notes, and snippets.

View joewheaton's full-sized avatar

Joe Wheaton joewheaton

View GitHub Profile
@joewheaton
joewheaton / ETAL_Software.md
Last active November 18, 2020 18:58
If you are building a new machine, this is our list of software we typically have installed.

For a Windows Setup, we tend to have:

Commerical Software Available through Software USU

  • Adobe Creative Cloud (request account) and then you can install it on multiple machines (with 2 running concurrently). Fro this we typically use:

    • Adobe Illustrator
    • Adobe Photoshop
    • Adobe Acrobat
  • Microsoft Office Suite

@joewheaton
joewheaton / MarkDownTricks.md
Last active September 1, 2021 19:17
These are common markdown tricks.

These are in addition to resources from here

How To Do Some Simple Markdown Stuff in Gist

Add a Figure

The most annoying thing about putting a figure in these markdown Gists, if you have to upload that image separtely somewhere online. See here. Once you have the path to your image, the syntax is simple:

![Figure01](http://someurl.com/myimage.png) Produces something like this: