This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// "THE BEER-WARE LICENSE" (Revision 42): | |
// <[email protected]> wrote this file. As long as you retain | |
// this notice you can do whatever you want with this stuff. If we meet some | |
// day, and you think this stuff is worth it, you can buy me a beer in return | |
// Kevin Gillieron | |
package main | |
import ( | |
"encoding/xml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ======================================================================== | |
* jQuery Plugin Template: <+FILENAME+>.js v<+MAJOR+>.<+MINOR+>.<+PATH+> | |
* ======================================================================== | |
* Copyright <+YEAR+> <+AUTHOR+> | |
* Licensed under <+LICENSE+> | |
* (<+LICENSE_URL+>) | |
* ======================================================================== */ | |
(function($) { | |
$.jQueryPluginTemplate = function(element, options) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// "THE BEER-WARE LICENSE" (Revision 42): | |
// <[email protected]> wrote this file. As long as you retain | |
// this notice you can do whatever you want with this stuff. If we meet some | |
// day, and you think this stuff is worth it, you can buy me a beer in return | |
// Kevin Gillieron | |
package main | |
import ( | |
"bytes" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
=begin | |
_ ____ _ | |
| | __ _ _ _|___ \ __ _ ___| |_ | |
| |/ _` | | | | __) / _` |/ __| __| | |
| | (_| | |_| |/ __/ (_| | (__| |_ | |
|_|\__,_|\__, |_____\__,_|\___|\__| | |
|___/ | |
lay2act aims to be a very simple (and not very robust) script that maps the View |