Skip to content

Instantly share code, notes, and snippets.

View heruan's full-sized avatar
:octocat:
Coding

Giovanni Lovato heruan

:octocat:
Coding
View GitHub Profile
@heruan
heruan / gist:7458185
Created November 13, 2013 23:09
Boxen installation on Mavericks fails
$ sudo mkdir -p /opt/boxen
$ sudo chown ${USER}:staff /opt/boxen
$ git clone https://github.com/boxen/our-boxen /opt/boxen/repo
$ cd /opt/boxen/repo
$ git remote rm origin
$ git remote add origin git@github.com:heruan/our-boxen
$ git push -u origin master
$ script/boxen
Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts.
Boxen is up-to-date.
@heruan
heruan / plurals.php
Created March 4, 2013 16:09
Code generated by jison PHP port
<?php
/* Jison generated parser */
class Parser
{
var $symbols_ = array();
var $terminals_ = array();
var $productions_ = array();
var $table = array();
var $defaultActions = array();