Skip to content

Instantly share code, notes, and snippets.

View joshuadanpeterson's full-sized avatar

Josh Peterson joshuadanpeterson

View GitHub Profile
@joshuadanpeterson
joshuadanpeterson / tab_to_chordpro
Created January 23, 2020 20:08 — forked from lpinner/tab_to_chordpro
Convert tab to chordpro format
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
######################################################################
# This script is derived (with minor modifications to enable
# stand-alone usage) from Transpose.py, which is part of the
# SongPress application
# https://github.com/lallulli/songpress/blob/master/src/Transpose.py
#
# Modifications by: Luke Pinner
@joshuadanpeterson
joshuadanpeterson / README.md
Created January 23, 2020 20:03 — forked from dl6nm/README.md
README Template

README Template

This template is intended for new projects to provide a structured README file.

[![Badges @ Shields IO][shield-badges]][shields] [![Version?][shield-version]][shields] [![Build passed?][shield-build]][shields] [![Language?][shield-markdown]][shields] [![Tested?][shield-tested]][shields] [![License?][shield-license]][shields]

@joshuadanpeterson
joshuadanpeterson / 0_reuse_code.js
Created August 26, 2017 05:41
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console