Skip to content

Instantly share code, notes, and snippets.

View profstolley's full-sized avatar

Prof. Karl Stolley profstolley

View GitHub Profile
@profstolley
profstolley / project-pitch.md
Last active January 25, 2021 22:04
Sample Project Pitch for WSI, Spring 2021.

First-Level Heading

Here's just a simple paragraph. It's like writing an email. Super easy. We can even edit this from outside of gist.github.com, like a first-class Git repository. Nice!

  • Here is a list of things. Or at least one item in a list.
  • Here is another item in a list
  • Here is a final item in a list
  1. Step one
  2. Step two
# Your snippets
#
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to
# expand the prefix into a larger code block with templated values.
#
# You can create a new snippet in this file by typing "snip" and then hitting
# tab.
#
# An example CoffeeScript snippet to expand log to console.log:
#
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{line-height:1}body{line-height:inherit;}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* Begin site styles... */
@profstolley
profstolley / .eslintrc.json
Last active January 3, 2022 20:32
Linter configurations for Stolley's classes (ITMD 361, ITMD 362).
{
"settings": {
"_version": "Stolley Browser Config, v. 4.0.0, 20211117",
"_eslint_version": "8.2.0",
"_rules_url": "https://eslint.org/docs/rules/",
"_repo_url": "https://gist.github.com/profstolley/559aac5112928c7c24c628c6305b70b8#file-eslintrc-json"
},
"parserOptions": {
"ecmaVersion": 5
},