Skip to content

Instantly share code, notes, and snippets.

View adamdehaven's full-sized avatar

Adam DeHaven adamdehaven

View GitHub Profile
@adamdehaven
adamdehaven / .gitconfig
Created May 17, 2016 16:06 — forked from rab/.gitconfig
A good starting point for ~/.gitconfig
# -*- Conf -*-
[color]
branch = auto
diff = auto
status = auto
showbranch = auto
ui = true
# color.branch
# A boolean to enable/disable color in the output of git-branch(1). May be set to always, false (or
/* =============================================================================
CSS Declarations
========================================================================== */
/* ==|== The Standard Way =================================================== */
.foo::before {
/* ...css rules... */
}
@adamdehaven
adamdehaven / sjbpost.txt
Last active November 18, 2020 00:09
SJBpost() Command/Event Names in Google Play Music
"addAlbumMenus",
"addFreeSongs",
"addPlaylistMenus",
"addSongListToCache",
"addSongsToPlaylist",
"addSongToList",
"addSongToList",
"addToAnimation",
"albumDeleted",
"albumDeleted",
@adamdehaven
adamdehaven / 01-circle.html
Last active November 18, 2020 00:10 — forked from hatefulcrawdad/01-circle.html
The Wonderful World of SVGs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Shape Examples</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<svg class="circles" viewBox="0 0 10 5" preserveAspectRatio="xMinYMin meet">