Skip to content

Instantly share code, notes, and snippets.

@dylnuge
dylnuge / google_music_upload.py
Created July 6, 2012 20:18 — forked from anonymous/google_music_upload.py
upload to google music
#!/usr/bin/env python
# Copyright (c) 2012, Simon Weber
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
@dylnuge
dylnuge / hw.tex
Created January 23, 2012 03:03 — forked from klange/hw.tex
Homework template
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{listings}
\usepackage{graphicx}
\usepackage{enumerate}