Skip to content

Instantly share code, notes, and snippets.

View zeroedin's full-sized avatar
⛷️

Steven Spriggs zeroedin

⛷️
View GitHub Profile

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!--
JSPM Generator Import Map
@zeroedin
zeroedin / rhds-override.css
Last active October 31, 2022 17:04
Static font size override for RHDS components
:root {
--rh-font-size-text-xl: 1.125em;
--rh-line-height-body-text: 150%;
--rh-font-size-body-text-xs: 0.75em;
--rh-font-size-body-text-sm: 0.875em;
--rh-font-size-body-text-md: 1em;
--rh-font-size-body-text-lg: 1.125em;
--rh-font-size-code-xs: 0.75em;
--rh-footer-link-header-mobile-font-size: 0.875em;
@zeroedin
zeroedin / stack.json
Created November 2, 2016 00:07
Opsworks stack settings
{
...
"deploy": {
"app1": { ... }
"app2": { ... }
}
}
@zeroedin
zeroedin / gist:b6d0be8c0cff5f7850c5
Created May 18, 2015 13:48
WVUToday RSS Feed HTML
<notextile>
<h3>Latest Headlines</h3>
<ul id="latest">
<!-- REPEAT THIS LI BLOCK FOR EACH STORY -->
<li>
<h4><a href="((URL HERE))">((HEADLINE HERE))</a></h4>
<span class="date">((PUBLISHED DATE HERE))</span>
<div class="summary">((SUMMARY PARAGRAPH HERE))</div>
@zeroedin
zeroedin / gist:7c63133aa1c4719abb89
Last active August 29, 2015 14:07
Manually Uninstall Node JS on OSX

Manually Uninstall Node JS on OSX

Sourced from StackOverflow Question

  1. rm -rf /usr/local/lib/node_modules
  2. rm -rf /usr/local/include/node
  3. rm /usr/local/bin/node
  4. rm /usr/local/lib/dtrace/node.d
  5. rm /usr/local/share/man/man1/node.1
@zeroedin
zeroedin / gist:10928213
Created April 16, 2014 20:13
reformat cals events
$(function(){
var month = [];
month[0] = "JAN";
month[1] = "FEB";
month[2] = "MAR";
month[3] = "APR";
month[4] = "MAY";
month[5] = "JUN";
month[6] = "JUL";
@zeroedin
zeroedin / gist:2481142
Last active October 3, 2015 15:47
code for isotope
This is a test of a modification
<%# Add .new to the anchor tag inside of .element to mark as a new item %>
<div id="container">
<!-- <div class="media-date photo may1">
<a class="new" href="#">
<img src="/themes/commencement_micro2012/img/home-thumbs/classic_campus_scenes.jpg" alt="Classic Campus Scenes">