Skip to content

Instantly share code, notes, and snippets.

@angerangel
angerangel / gist:8e1153699485d4cf7c2be6be04ebe122
Created May 11, 2017 12:17 — forked from trevordevore/gist:5584753
Convert XML to and from a LiveCode array
/**
* Handlers for converting XML to LiveCode arrays and vice versa.
*
* Provided by Trevor DeVore of Blue Mango Learning Systems.
*/
/**
* \brief Escapes the predefined XML entities in a string.
*
* \param pStr The string to escape the characters in.
@angerangel
angerangel / markdown-rebol3.rebol
Last active December 10, 2015 13:49 — forked from anonymous/markdown-rebol3.rebol
Rebol script to get markdown entry for wiki.
Rebol [
title: "Markdown entry for R3"
date: 3-Jan-2013
Purpose: {make markdown entry from defined words,
example: my? append (then you can paste directly (CTRL+V),
see http://en.wikibooks.org/wiki/REBOL_Programming/append)
This works with Rebol3 }
file: %markdown-rebol3.r
Author: "Massimiliano Vessi"
version: 4.0.12