586 scripts tagged as: [platform · all]
Functions for calculations with big integer numbers | ||
bigmath.r | v:0.2.0 30.0 KB 4 May 2019 | Make calculations with big integer numbers. author: Marco Antoniazzi |
Bignumbers.r | ||
bignumbers.r discussion | v:1.0 4.8 KB 22 Mar 2007 | This script allows you to apply the four classical operations (add, subtract divide, multiply) on very big positive integers.
Size of the integers is only limited by the size of a rebol string since numbers are represented as strings.
When using this script, keep in mind that the operations manipulate string numbers in reverse order (see example at the end of [...] author: [unknown] |
Encode binary data to plain text and decode it | ||
bin-encode.r | v:0.9.0 16.4 KB 15 Dec 2012 | Converts from and to Base64, UUencode, XXencode, BinHex 4.0, Ascii85, FScode, Quoted-printable, Q-encoding, Percent-encoding author: Marco Antoniazzi |
bin-to-float | ||
bin-to-float.r discussion | v:0.0.3 1.2 KB 8 Nov 2006 | Convert a binary file to a series of floats and back author: Glenn M. Lewis |
Binary Search | ||
binary-search.r | 1.8 KB 5 Nov 2007 | Find an index in a sorted list, at which an item must occur,
if the item exists in the list.
in time porportional to log-2 of the number of items in the list.
NOTE WELL no effort is made to confirm the series is actually sorted.
returns none if the input arguments are (detectably) flawed
returns a index of a match OR an index [...] author: Tom Conlin |
Blit-r | ||
blit.r | v:1.0.0 6.2 KB 17 Jan 2013 | A simple 16 modes blitter function author: Vincent Ecuyer |
REBOL Blogger | ||
blog.r documentation | v:1.3.2 18.3 KB 10 Jan 2005 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
Blood | ||
blood.r | v:0.1.1 19.1 KB 7 Mar 2009 | Usefull example to demo and learn how to use liquid. author: Maxim Olivier-Adlhoch |
BNF grammar compiler | ||
bnf-compiler.r | v:1.0 11.0 KB 13 Dec 2009 | convert BNF grammar to REBOL parse rules author: Maxim Olivier-Adlhoch |
BNF Parser | ||
bnf-parser.r | v:1.1.0 7.7 KB 6 Mar 2013 | Parse BNF rules. author: Brett Handley |
Bresenham Line | ||
bresenham.r | v:1.0.0 1.0 KB 22 Jun 2011 | Returns all pairs in a block for line specified by P0/P1. author: Semseddin (Endo) Moldibi |
brother to text | ||
bro2text.r | v:1.1.0 2.4 KB 1 Feb 2007 | Converts some brother word processing files (.wpt) to text. author: Ryan S. Cole |
Web Site Builder | ||
build-site.r documentation | v:1.0.0 5.6 KB 13 Mar 2003 | The actual script that builds the REBOL web site (using a master template and a navigation structure). author: Carl Sassenrath |
VID Button Set | ||
button.r | 2.4 KB 8 Mar 2009 | A simple VID Button set. Includes Ok, Cancel, Toggle and Choice author: Ammon Johnson |
Cacheserver | ||
cacheserver.r | 2.2 KB 25 Sep 2004 | This is a tiny cache server, about as small as can be.
It may not be usable in a real-world application, but
it sure was a lot more fun to write than the 600 line
java application... author: [unknown] |
libcairo library interface | ||
cairo-h.r | v:0.6.0 165.4 KB 20 May 2019 | Code to bind cairo graphics shared library to Rebol. author: Marco Antoniazzi |
Calculese | ||
calculese.r | v:1.0.0 4.7 KB 14 Oct 2004 | A dialect for creating calculators. author: Ryan S. Cole |
Call Spellchecker | ||
call-spellchecker.r | v:1.0.1 2.9 KB 12 Jul 2006 | The script provides a basic spell check for Rebol text areas. author: R. v.d.Zee |
CAS Registry Number | ||
cas-rn.r | v:1.0.1 3.3 KB 25 Oct 2005 | The CAS Registry (http://www.cas.org/EO/regsys.html) is a widely
used database of chemical substances. The CAS Registry Numbers are a de
facto standard for the identification of chemical substances.
This module contains helper functions to handle CAS Registry Numbers. author: Daniel Rybowski |
CASE multiple conditional function | ||
case.r discussion | v:1.0.0 2.1 KB 27 Nov 2005 | Provide a generalized multiple conditional function for situations that would otherwise call for
deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any
DO-able block rather than being based on a single value. This can be used simply to allow a
SWITCH-like behavior that supports ranges instead of single [...] author: Christopher M. Dicely |
Throwing and Catching Named Values | ||
catcher.r | v:1.0.0 920 bytes 6 May 2003 | Throwing and catching functions. author: Jeff Kreis |
Chess board handler | ||
cbh.r documentation | v:0.1.0 12.1 KB 28 Aug 2012 | Function as a chess board interface.
Support playing a game of chess according to the rules of the game of chess. author: Arnold van Hofwegen |
CD Track Titles | ||
cd-track-titles.r | 8.4 KB 29 Jan 2008 | This script illustrates a method of obtaining the track titles of music CDs so
that the titles may become part of a CD directory or data base - without typing
each title in manually. author: r. |
DOS Style CD. | ||
cd.r | v:1.0.0 618 bytes 18 Sep 2009 | How to use MSDOS style CD. author: Endo |
Le Compte est Bon. | ||
ceb.r | v:1.0 1.3 KB 2 May 2008 | Algorithm to solve french countdown game. author: Christian Blanvillain |
CGI wrapper function for debugging | ||
cgi-debug.r discussion documentation | v:0.0.1 2.6 KB 7 Jan 2005 | Provides debugging info for scripts running as a CGI under a webserver author: Sunanda |
Rebol CGI library | ||
cgi.r | 6.8 KB 4 Mar 2004 | Provide everything needed to create a CGI script author: Cal Dixon |
CGI common procedures | ||
cgibasic.r discussion documentation | 8.0 KB 10 Nov 2011 | This is a collection of functions that could be used in a
CGI program. There is nothing in this module that has not been done
better by others, but the code is more heavily annotated for beginners.
Separate documentation explains how to use the functions. The comments
should be helpful also. None of this is my original creation. I just
assembled and annotated, [...] author: Steven White |
Scripts To Change The Appearance Of Text-Lists | ||
change-text-lists.r | v:1.0.0 17.2 KB 15 Apr 2008 | This script is a tool that provides script writers with script that can be used to
change the appearance of text-lists. author: R.v.d.Zee |
Convert Character to Hexidecimal | ||
char-to-hex.r | v:1.0 964 bytes 7 May 2005 | Convert an ASCII char to a two hex code. This is just one of
those things in Rebol where you waste time looking for a solution
to an otherwise extremely simple problem because the obvious
doesn't work (ie: to-hex M doesn't work because to-hex wants
an integer and to-integer wants a character not a string)! The
C2I function [...] author: Gordon Raboud with help from TomC and Sunanda |
31 / 586 | 1 | [2] | 3 | 4 | 5 | ... | 16 | 17 | 18 | 19 | 20 |