Skip to content

Instantly share code, notes, and snippets.

View rgaspary's full-sized avatar
🌎
Working From Earth

Renzo Gaspary rgaspary

🌎
Working From Earth
View GitHub Profile
@dnegstad
dnegstad / Brocfile.js
Last active January 2, 2019 17:50
Polymer WebComponents in ember-cli >= 0.0.41
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var pickFiles = require('broccoli-static-compiler');
var mergeTrees = require('broccoli-merge-trees');
var vulcanize = require('broccoli-vulcanize');
var app = new EmberApp();
var polymerVulcanize = vulcanize('app', {
input: 'elements.html',
output: 'assets/vulcanized.html',
@rgaspary
rgaspary / Cookie.js
Last active August 29, 2015 14:05
Cookie handling script I wrote to show and hide categories in a sidebar storing the settings in a cookie.
@staltz
staltz / introrx.md
Last active July 22, 2024 09:31
The introduction to Reactive Programming you've been missing

OpenCart Issue #1286

This is the full version of the thread for opencart#1286, archived from notification emails.
The discussion has since been deleted almost entirely by OpenCart's developer.
Everyone who posted in it has also been blocked from the OpenCart repo.


Damian Bushong

@rgaspary
rgaspary / dabblet.css
Created September 10, 2012 03:44
Zig Zag Effect
body {
background:url(http://i.imgur.com/qKsVr.png);
}
header {
width:240px;
background: white;
}