Skip to content

Instantly share code, notes, and snippets.

View morsecodemedia's full-sized avatar
👋
Available for freelance.

Brandon Morse morsecodemedia

👋
Available for freelance.
View GitHub Profile
@morsecodemedia
morsecodemedia / audiobooks.txt
Last active October 27, 2021 16:56
audiobooks.txt
Alastair Reynolds - Revelation Space (2000)
Aldous Huxley - Brave New World (1932)
Alfred Bester - The Demolished Man (1953)
Alfred Bester - The Stars My Destination (1956)
Anthony Burgess - A Clockwork Orange (1962)
Arthur C Clarke - 2001 A Space Odyssey (1968)
Arthur C Clarke - Childhood's End (1954)
Arthur C Clarke - Rendezvous With Rama (1973)
Arthur C Clarke - The City and the Stars (1956)
Arthur Conan Doyle - Benedict Cumberpatch Reads Sherlock Holmes (2015)
import { animatedScrollTo } from 'es6-scroll-to'
import { easeInOutQuad } from 'es6-easings'
class Utils {
constructor () {
this.queryString = {}
let query = window.location.search.substring(1)
let vars = query.split('&')
vars.map(v => {
import utils from './utils'
class VH {
constructor () {
var debounceResize = utils.debounce(this, this.hasResized, 100)
window.addEventListener('resize', debounceResize)
this.hasResized()
}
hasResized () {
@morsecodemedia
morsecodemedia / vscode-nuxt-sfc-snippet
Created July 11, 2019 03:03
A VS Code Snippet for a Nuxt.js SFC Boilerplate
{
"Nuxt SFC Boilerplate": {
"prefix": "nsfc",
"body": [
"<template>",
"<div>",
"<!-- Because you need a single node in template -->",
"</div>",
"</template>",
"<script>",
@morsecodemedia
morsecodemedia / shiredataupload.sh
Created October 30, 2017 14:06
Import Clickstream Data for Analytics
#!/bin/sh
###### Check for badly named files next #######
# Possible names for Clickstream Report
for clickstream in "./Digital Content Clickstream Data" "./Digital Content Clickstream Data Report" "./Digital Content Clickstream Report"
do
if [ -f "$clickstream.xls" ] ; then
echo "$clickstream.xls is an Excel file. Please convert to CSV first"
fi
@morsecodemedia
morsecodemedia / vscode-settings
Last active July 16, 2018 18:57
VSCode Settings
// Place your settings in this file to overwrite the default settings
{
"editor.insertSpaces": true,
"editor.detectIndentation": true,
"editor.wordWrap": "off",
"editor.tabSize": 2,
"editor.wrappingIndent": "indent",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
@morsecodemedia
morsecodemedia / keybase.md
Created February 16, 2017 02:48
Keybase.io GitHub verification

Keybase proof

I hereby claim:

  • I am morsecodemedia on github.
  • I am morsecodemedia (https://keybase.io/morsecodemedia) on keybase.
  • I have a public key ASASNsj7n8x46vCBbSLQBEbpv3GmMFkB5iKqbwBTNx78rwo

To claim this, I am signing this object: