Skip to content

Instantly share code, notes, and snippets.

View RGustBardon's full-sized avatar

Robert Gust‑Bardon RGustBardon

View GitHub Profile
@RGustBardon
RGustBardon / escodegen20.sh
Created July 19, 2012 09:42
Illustration for issue #20 at Constellation/escodegen
#!/bin/bash
# Written in 2012 by Robert Gust-Bardon <http://robert.gust-bardon.org/>.
# To the extent possible under law, the author(s) have dedicated all copyright
# and related and neighboring rights to this software to the public domain
# worldwide. This software is distributed without any warranty.
#
# You should have received a copy of the CC0 Public Domain Dedication along
# with this software. If not, see
#!/bin/bash
# Test case for issue #1879.
# https://github.com/symfony/symfony/issues/1879
# Written in 2012 by Robert Gust-Bardon <http://robert.gust-bardon.org/>.
# To the extent possible under law, the author(s) have dedicated all copyright
# and related and neighboring rights to this software to the public domain
# worldwide. This software is distributed without any warranty.
@RGustBardon
RGustBardon / recreatable.js
Created June 17, 2012 14:10
Define recreatable properties of the global object
/**
* Define recreatable properties of the global object.
* Written in 2012 by Robert Gust-Bardon <http://robert.gust-bardon.org/>.
*
* To the extent possible under law, the author(s) have dedicated all copyright
* and related and neighboring rights to this software to the public domain
* worldwide. This software is distributed without any warranty.
*
* You should have received a copy of the CC0 Public Domain Dedication along
* with this software. If not, see