Skip to content

Instantly share code, notes, and snippets.

@sillero
sillero / README.md
Last active August 29, 2015 14:15
Experimental use case of "Awesomplete extensions" using UMD
// global notation
// <script src="awesomplete.js"></script>
// <script src="awesomplete-email.js"></script>
// <script src="awesomplete-select.js"></script>
Awesomplete.init();



// commonjs/middleware notation
// using iojs-v1.5.1 to run the code
/* jshint esnext:true */
/* globals console */
'use strict';
var app = {
pipeline: function(){
var pipeline = {};
// using arguments slice because iojs needs flags for Spreads
@sillero
sillero / dabblet.css
Created March 13, 2012 13:58
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html {
background: #f06;
background: linear-gradient(45deg, #00f, yellow);
min-height:100%;
}
@sillero
sillero / dabblet.css
Created March 13, 2012 13:58
circular animation
/**
* circular animation
*/
html {
background: #f06;
background: linear-gradient(45deg, #00f, yellow);
min-height:100%;
}
@sillero
sillero / dabblet.css
Created March 13, 2012 14:46
div float full width
/**
* div float full width
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #00f, yellow);
height:100%;
}
div {
@sillero
sillero / dabblet.css
Created March 23, 2012 17:57
div float full width
/**
* div float full width
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #00f, yellow);
height:100%;
}
div {
@sillero
sillero / dabblet.css
Created March 29, 2012 16:03
div float full width
/**
* div float full width
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #00f, yellow);
height:100%;
}
div {
@sillero
sillero / dabblet.css
Created March 29, 2012 16:05
div float full width
/**
* div float full width
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #00f, yellow);
height:100%;
}
div {