Skip to content

Instantly share code, notes, and snippets.

View quezo's full-sized avatar

Alex Vazquez quezo

  • CodePen
  • Seattle, WA
View GitHub Profile
@quezo
quezo / Fullpage.html
Created April 30, 2012 20:34
A web page created at CodePen.io
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Code Pen &middot; 14</title>
</head>
<body >
@quezo
quezo / dump.py
Created May 4, 2012 21:54
Better Python Dump
import json
class ObjectEncoder(json.JSONEncoder):
def default(self, obj):
if isinstance(obj, object):
return obj.__dict__
raise TypeError(repr(obj) + " is not JSON serializable")
@quezo
quezo / Backbone.html
Created June 6, 2012 21:56
Backbone context management
<html>
<head>
</head>
<body>
<script src="jquery-1.7.1.js"></script>
<script src="handlebars.js"></script>
<script src="underscore.js"></script>
@quezo
quezo / Fullpage.html
Created June 9, 2012 18:09
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CSS3 iPhone v0.1 &middot; CodePen</title>
<style>
@quezo
quezo / Fullpage.html
Created June 9, 2012 18:10
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CSS3 iPhone v0.1 &middot; CodePen</title>
<style>
@quezo
quezo / Fullpage.html
Created June 12, 2012 01:03
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by quezo</title>
<style>
@quezo
quezo / Fullpage.html
Created June 13, 2012 03:33
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by quezo</title>
<style>
@quezo
quezo / Fullpage.html
Created June 13, 2012 04:08
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Paper Stack Compass/scss mixin &middot; CodePen</title>
<style>
@quezo
quezo / Fullpage.html
Created June 20, 2012 16:15
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Circle Chart With Three Bars &middot; CodePen</title>
<style>
@quezo
quezo / index.html
Created August 8, 2012 04:36
A web page created at CodePen.io.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- IF PEN IS PRIVATE -->
<!-- <meta name="robots" content="noindex"> -->
<!-- END -->