Skip to content

Instantly share code, notes, and snippets.

View krfisc88's full-sized avatar
💭
Homework

Kelley R Fischer krfisc88

💭
Homework
View GitHub Profile
@krfisc88
krfisc88 / markdown-text-101.md
Created February 17, 2020 01:52 — forked from matthewzring/markdown-text-101.md
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

Sweet Styles

Italics *italics* or _italics_

Underline italics __*underline italics*__

@krfisc88
krfisc88 / README.md
Created November 14, 2019 18:58 — forked from developius/README.md
Setup SSH keys for use with GitHub/GitLab/BitBucket etc

Create a new repository, or reuse an existing one.

Generate a new SSH key:

ssh-keygen -t rsa -C "[email protected]"

Copy the contents of the file ~/.ssh/id_rsa.pub to your SSH keys in your GitHub account settings.

Test SSH key:

@krfisc88
krfisc88 / .gitignore
Created November 2, 2019 23:26 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #