Skip to content

Instantly share code, notes, and snippets.

View gesteves's full-sized avatar

Guillermo Esteves gesteves

View GitHub Profile
@gesteves
gesteves / SassMeister-input.scss
Created February 21, 2014 15:21
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.4)
// Compass (v1.0.0.alpha.18)
// ----
$color-apple : #55ABC9;
$color-android : #8EC241;
$color-apps : #EC843F;
$color-blackberry : #8543B0;
$color-book-club : #214616;
@gesteves
gesteves / SassMeister-input.scss
Created February 26, 2014 14:04
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.5)
// Compass (v1.0.0.alpha.18)
// ----
@import "compass/reset";
// csshake code starts here
@mixin shake($x, $y, $rot, $name, $steps:10, $opacity:false) {

Keybase proof

I hereby claim:

  • I am gesteves on github.
  • I am gesteves (https://keybase.io/gesteves) on keybase.
  • I have a public key whose fingerprint is 9BEC 11D8 E1F4 DE9B 806C EF53 D002 E8E0 DE46 D43F

To claim this, I am signing this object:

@gesteves
gesteves / SassMeister-input.scss
Created January 12, 2015 21:02
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$m : '.m-foo';
// Currently
#{$m} {
@gesteves
gesteves / SassMeister-input.scss
Created March 6, 2015 13:43
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
.m-signin__logo {
$delays: ();
@for $i from 7 through 14 {
$selector: "& .shape-#{$i}";
$delay: ($selector: 0.1s + ($i - 7s)/10);
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title></title>
<style type="text/css">
li {
list-style-type:none;
position:relative;
javascript:if((location.href.search(/twitter.com/)!=-1)&&(location.href.search(/status/)!=-1)){
u=location.href.split('/');location.href='http://favstar.fm/users/'+u[3]+'/status/'+u[5];}else{alert(%22This%20isn't%20a%20tweet!%22);}
javascript:if((location.href.search(/twitter.com/)!=-1)&&(location.href.search(/status/)!=-1)){
u=location.href.split('/');location.href='http://favrd.textism.com/tweet/'+u[5];}else{alert(%22This%20isn't%20a%20tweet!%22);}
{block:Text}
<div class="regular">
{block:Title}<h2><a href="{Permalink}" class="entry-title" rel="bookmark">{Title}</a></h2>{/block:Title}
<script type="text/javascript">
var tweet_text = {JSPlaintextBody};
{block:Title}
var tweet_text = {JSPlaintextTitle};
{/block:Title}
</script>
<div class="content">
@gesteves
gesteves / Tweleccion views.py
Created October 17, 2010 23:43
View code for tweleccion.com
from django.shortcuts import render_to_response
from django import http
from django.http import HttpResponse
from django.template.loader import get_template
from django.template import Context
from django.template import Template
from google.appengine.api import memcache
from google.appengine.api import urlfetch
from xml.dom import minidom
from models import *