Skip to content

Instantly share code, notes, and snippets.

View darolo's full-sized avatar

Darío Gómez Fisicaro darolo

View GitHub Profile
@darolo
darolo / myPlugin.js
Last active August 7, 2018 17:09
Prototype to create any jQuery plugin
(function(factory){
if ( typeof define === 'function' && define.amd ) {
// AMD. Register as an anonymous module.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS style for Browserify
@darolo
darolo / meta-tags.md
Created February 23, 2016 15:03 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>
@darolo
darolo / MP.php
Last active August 29, 2015 14:26
Adaptación API de MercadoPago para Symfony 2.7
# src\Acme\AppBundle\MercadoPago\MP.php
<?php
namespace Acme\AppBundle\MercadoPago;
/**
* MercadoPago Integration Library
* Access MercadoPago for payments integration
*
* @author hcasatti