Skip to content

Instantly share code, notes, and snippets.

View luisabarca's full-sized avatar
🏠
Working from home

Luis Abarca luisabarca

🏠
Working from home
View GitHub Profile
@luisabarca
luisabarca / 0_reuse_code.js
Created June 1, 2014 14:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@luisabarca
luisabarca / functions.php
Created June 2, 2011 01:41 — forked from ScottPhillips/createqrcode.php
Create post QR Code using Google Charts
/**
* Return a QR Code
*/
function get_the_QRcode($postID = 0, $size ='150', $evLevel='L', $margin='0')
{
global $post;
if ( is_null($postID) ) {
$postID = $post->ID;
}