This file contains hidden or 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
| <?php | |
| /** | |
| * @package Shortcodes for Bootstrap: Grid, Misc | |
| * @version 0.6 | |
| */ | |
| /* | |
| Plugin Name: Shortcodes for Bootstrap: Grid, Misc | |
| Plugin URI: https://gist.github.com/rgchris/b473a165b6c44275b6b8a2e693e9deca | |
| Description: Adds shortcodes to assist in incorporating features of Bootstrap including elementary grid handling. | |
| Author: Christopher Ross-Gill |
This file contains hidden or 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/local/bin/rebol -cs | |
| Rebol [ | |
| Title: "Get Object" | |
| Author: "Christopher Ross-Gill" | |
| ] | |
| do %httpd.r | |
| do %altjson.r |
This file contains hidden or 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
| Rebol [ | |
| Title: "JSON Parser for Rebol 3" | |
| Author: "Christopher Ross-Gill" | |
| Date: 18-Sep-2015 | |
| Home: http://www.ross-gill.com/page/JSON_and_Rebol | |
| File: %altjson.r | |
| Version: 0.3.6.1 | |
| Purpose: "Convert a Rebol block to a JSON string" | |
| Rights: http://opensource.org/licenses/Apache-2.0 | |
| ; Type: 'module |
This file contains hidden or 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/local/bin/ren-c | |
| Rebol [ | |
| Title: "Minimal HTTPD 404 Server" | |
| Date: 17-Mar-2017 | |
| ] | |
| sys/make-scheme [ | |
| title: "Minimal 404 Server" | |
| name: 'httpd |
This file contains hidden or 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
| Rebol [ | |
| Title: "XML Parser/Object Model for Rebol 3" | |
| Author: "Christopher Ross-Gill" | |
| Date: 22-Oct-2009 | |
| Home: http://www.ross-gill.com/page/XML_and_REBOL | |
| File: %xml.reb | |
| Version: 0.5.0 | |
| Purpose: "XML handler for Rebol v3" | |
| Rights: http://opensource.org/licenses/Apache-2.0 | |
| Type: module |
This file contains hidden or 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/local/bin/ren-c | |
| Rebol [ | |
| Title: "Fetch Commits" | |
| Date: 19-May-2017 | |
| Index: http://metaeducation.s3.amazonaws.com | |
| ] | |
| ; import <xml> | |
| import https://raw.githubusercontent.com/rgchris/Scripts/master/experimental/altxml.reb |
This file contains hidden or 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/local/bin/ren-c | |
| Rebol [ | |
| Title: "CGI Tester" | |
| Date: 21-May-2017 | |
| Author: "Christopher Ross-Gill" | |
| ] | |
| import <httpd> |
This file contains hidden or 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
| Rebol [ | |
| Title: "Screen Independent" | |
| Date: 26-Jun-2017 | |
| Author: "Mennohexo" | |
| ] | |
| probe base-size: system/view/screen-face/size / 2 | |
| vs: use [base][ ; VS named after VW/VH CSS convention | |
| probe base: reduce [base-size/x / 100 base-size/y / 100] |
This file contains hidden or 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/local/bin/red | |
| Red [ | |
| Title: "Isle of Arran" | |
| Date: 16-April-2001 | |
| Version: 1.1.0 | |
| File: %arran.red | |
| Home: http://www.ross-gill.com/ | |
| Author: "Christopher Ross-Gill" | |
| Owner: "Arran Multimedia Studio" |
This file contains hidden or 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/local/bin/red | |
| Red [ | |
| Title: "Contrived FSM Example" | |
| Date: 21-Jul-2017 | |
| Author: "Christopher Ross-Gill" | |
| ] | |
| state: mark: none |