Skip to content

Instantly share code, notes, and snippets.

@jmo3
jmo3 / README-Template.md
Created December 20, 2018 14:15 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@jmo3
jmo3 / DefaultKeyBindings.dict
Created May 9, 2018 19:16
Mac OS X: Add to ~/Library/KeyBindings/ in order to get Home and End keys mapped for Apple Wired External Keyboard
{
/* Remap Home / End keys */
/* Home Button*/
"\UF729" = "moveToBeginningOfLine:";
/* End Button */
"\UF72B" = "moveToEndOfLine:";
/* Shift + Home Button */
"$\UF729" = "moveToBeginningOfLineAndModifySelection:";
/* Shift + End Button */
"$\UF72B" = "moveToEndOfLineAndModifySelection:";
@jmo3
jmo3 / README.md
Created January 8, 2017 06:01 — forked from bollwyvl/README.md
RevealJS TimelineJS

Basic use case

  • make a timeline (video)
    • save it someplace reveal.js can find it (maybe next to your presentation, or on Google Docs)
  • in reveal.js/index.html
  • add reveal-timeline.js as a dependency
body {
color: #212121;
font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.02em;
}