Skip to content

Instantly share code, notes, and snippets.

@angerangel
angerangel / 10_linux
Last active March 19, 2021 21:11
10_linux
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.
#
# GRUB is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@angerangel
angerangel / 00_header
Last active March 19, 2021 21:12
00_header
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.
#
# GRUB is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@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 / view.rebol
Created January 23, 2013 13:54
Rebol view source code
This file has been truncated, but you can view the full file.
make object! [
screen-face: make object! [
type: 'face
offset: 0x0
size: 1280x1024
span: none
pane: []
text: none
color: 200.200.200
image: none
@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
@angerangel
angerangel / rebolide.r
Created September 5, 2012 12:20
Rebolide
REBOL [
TITLE: "Rebolide"
author: ["Shadwolf" "Steeve" "Massimiliano Vessi"]
date: 05/09/2012
credits: { Carl sassenrath, Steeve, Maxim, Coccinelle, Cyphre}
purpose: { Colored IDE for rebol in rebol }
}
version: 6.4.46
]