1247 scripts tagged as: [//all]
Balls | ||
balls.r | v:1.0.0 1.1 KB 20 May 2010 | Fun for begginers. Cute balls moving around. Give it a try you will like it. author: Endo |
Bar Charts | ||
bar-charts.r | 1.9 KB 9 Feb 2013 | Several examples demonstrating how to draw bar charts using
simple REBOL GUI code. From the tutorial at:
http://re-bol.com/business_programming.html author: Nick Antonaccio |
Base conversion functions | ||
base-convert.r documentation | v:0.0.2 8.0 KB 2 Sep 2005 | Functions to convert an decimal whole number to and from any arbitrary base author: Sunanda |
Encode/Decode Base58 | ||
base58.r | v:1.0.0 1.1 KB 5 Dec 2009 | To Encode Integers as Base58.
Used by some URL shortening services. author: Christopher Ross-Gill |
Client for BaseX XML Database | ||
basexclient.r | v:0.1 4.4 KB 4 Jun 2010 | BaseX Native XML binding author: Sabu Francis |
BBcode | ||
bbcode.r | v:0.1.0 8.7 KB 9 Jan 2009 | Basic BBCode implementation. For more info about BBCode check http://en.wikipedia.org/wiki/BBCode author: David 'Oldes' Oliva |
BDF font library for REBOL. | ||
bdf-font-library.r | v:0.5 43.7 KB 1 Mar 2011 | To make REBOL capable of rendering nice fonts on all
platforms, not just Windows author: Andras Suller |
REBOL Ale | ||
beer.r documentation | v:1.0.0 1.3 KB 13 Nov 2003 | A rich, malty, copper brew. author: Anonymous |
99 Bottles of Beer Song | ||
beersong.r documentation | v:1.0.0 813 bytes 13 Mar 2003 | The correct song. A bit more advanced. author: Anonymous |
Best File Fit | ||
bestfit.r discussion | v:1.0.0 5.9 KB 18 Jun 2004 | List the files that best fill up the available space.
Use predefined strings or insert the available space in KB (= 1000 byte).
Useful for selecting files to best fill up a CD/DVD. author: Mauro Fontana |
Brainfuck | ||
bf.r | 1.3 KB 21 Mar 2009 | REBOL implementation of this language: http://en.wikipedia.org/wiki/Brainfuck
bf is 232 bytes compressed (see end of script). author: John Niclasen |
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] |
Binary Data in REBOL Scripts | ||
bin-data.r documentation | v:1.0.0 8.8 KB 13 Mar 2003 | Example of how to decode binary data in REBOL scripts This example includes a base-64 encoded image. (See bin-save.r for an example of how to create this file.) author: Anonymous |
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 |
Encoding Binary Data in REBOL Scripts | ||
bin-save.r documentation | v:1.0.0 603 bytes 13 Mar 2003 | Example of how to save base-64 encoded binary data in REBOL scripts. (See bin-data.r as an example of how to decode the data.) author: Anonymous |
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 File Transfer | ||
binary-file-transfer.r | 1.2 KB 4 Dec 2009 | Demonstrates how to transfer binary files between 2 computers
connected by a TCP port. This is a shortened version of the script
explained at http://www.rebol.net/cookbook/recipes/0058.html .
There are 2 separate programs here - one to run as server, and another
to run as client. The script is configured to demonstrate on a single [...] author: nick |
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 |
Bingo Board | ||
bingo.r | 3.7 KB 12 Jan 2011 | Commercial bingo boards cost several thousand dollars. We hook this up
to a projector and use it to run Bingo for a non-profit organization :) author: nick |
Black Scholes Option Price | ||
black-scholes.r | v:0.1.1 2.5 KB 13 Mar 2003 | Provide a Rebol function for computing the Black-Scholes (1973) formula for determining an European style Option Price. author: Matt Licholai |
Display Black Text | ||
black-text.r documentation | v:1.0.0 512 bytes 13 Mar 2003 | Display black text on a white background. author: Anonymous |
Email Blaster | ||
blast.r documentation | v:1.0.0 1.8 KB 13 Mar 2003 | Send an email to everyone on a spreadsheet of email addresses. Personalize the greeting for each. Keep a log of who was been sent the message. author: Anonymous |
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 |
51 / 1247 | 1 | 2 | [3] | 4 | 5 | ... | 46 | 47 | 48 | 49 | 50 |