Display server name |
oneliner-server-id.r | v:1.0.0 529 bytes 13 Aug 2004 | Prints the name and version of a website's server. author: Sunanda |
Save web page |
oneliner-save-web-page-text.r | v:1.0.0 651 bytes 20 Jul 2003 | This line reads a web page, strips all its tags (leaving just the text) and writes it to
a file called page.txt. Note: requires newer releases of REBOL. author: Carl Sassenrath |
Save console history |
oneliner-save-console-history.r | v:1.0.0 737 bytes 20 Jul 2003 | Takes the history of input into the console and prints it out, line by line, to a file.
This way you can paste in functions and whole scripts, and save them for viewing and
editing. Sorts it to display the oldest commands at the top. author: Saw it on the ML a while ago |
Cellular automata |
oneliner-rule-110-ca.r | v:1.0.0 759 bytes 20 Jul 2003 | Shows some steps in the evolution of a Turing complete cellular automaton from a
single marked cell. Replace ..1.11. with some other expression, like ..11.. or .1..11 ,
and what do you have? Rule 90, and rule 30, respectively. author: Errru |
web page links |
oneliner-print-links.r | v:1.0.0 580 bytes 20 Jul 2003 | Load a web page, parse it to extract and print all links found author: Christophe Coussement |
Upload a file with FTP |
oneliner-ftp-upload-file.r | v:1.0.0 637 bytes 20 Jul 2003 | Uploads a file using FTP (file transfer protocol). Username and password are
provided in the line (so be warned). Any file can be uploaded, text, images, webpages, etc. author: RT |
Clear-me game |
oneliner-clear-me.r | v:1.0.0 811 bytes 20 Jul 2003 | A one-line game. A line of twenty boxes appear, each with a cross on, the object
being to remove all the crosses. Clicking on a box will toggle it and one other off and on.
Sometimes the line is easy to clear, and sometimes not. And no, I don't know if sometimes
it's impossible... author: Carl Read |
BMP to PNG |
oneliner-bmp-to-png.r | v:1.0.0 575 bytes 20 Jul 2003 | Reads all .bmp files in a directory and saves them out as .png files. author: Bohdan Lechnowsky |
OpenGL library interface |
opengl-glu-glut-h.r | v:0.7.2 125.5 KB 25 Apr 2013 | Code to bind OpenGL, GLU, GLUT shared libraries to Rebol. author: Marco Antoniazzi |
Obfuscation |
obfuscation.r | 1.1 KB 1 Sep 2009 | [no purpose header found] author: nick |
Ordinal Number Translator |
ordnum.r | 1.9 KB 13 Mar 2003 | Translates ordinals (e.g. twenty) to numbers (20) author: Scrip Rebo |
OpenGL Test |
opengl.r | 22.6 KB 17 Oct 2003 | Demonstrate the use of OpenGL in View/Pro on Windows author: Cal Dixon |
Object Namespaces |
object-namespaces.r | 1.5 KB 29 Jun 2008 | A short example to demonstrate how name spaces can be managed in Rebol, using objects.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
printf and sprintf implementation |
printf.r | v:1.0.1 2.8 KB 6 Jun 2006 | Wrapper for the printf and sprintf C routines author: jaime vargas |
Podcast Chopper |
podcast-chopper.r | v:0.1.0 1.9 KB 28 Jan 2007 | - downloads an MP3 podcast as a number of smaller files, so that
listening to the file file may be resumed at a number of points author: r vdZee |
Parse & Display Of The Core23 Manual |
parse-core23-manual.r | v:1.0.1 16.9 KB 26 Sep 2007 | a parsing exercise author: R. v.d.Zee |
libpango library interface |
pango-h.r | v:0.5.1 171.7 KB 9 Jun 2019 | Code to bind pango and pango-cairo shared libraries to Rebol. author: Marco Antoniazzi |
PARADOX-PROTOCOL |
paradox-protocol.r | v:0.3.3 12.5 KB 3 Mar 2011 | Paradox database REBOL protocol author: nicolas |
PDF Bar Code Generator |
pdf-barcode.r | 2.7 KB 14 Mar 2010 | Takes a given string and XxY coordinate (in millimeters), and outputs
a PDF file containing a printable bar code at the given position. The bar
code algorithm is derived directly from Bohdan Lechnowsky's code39.r ,
and the PDF is generated using Gabriele Santilli's pdf-maker.r . This
script was created because images output by the [...] author: nick |
PHP-colorizer |
php-colorizer.r | v:1.1.0 26.8 KB 19 Jan 2009 | [no purpose header found] author: David 'Oldes' Oliva |
Ping using Win32 API |
ping32.r | v:1.0.0 3.6 KB 18 Sep 2009 | Real (ICMP) ping using Win32 APIs author: Endo |
Password Generation |
pword.r | v:1.0 4.1 KB 19 Jun 2005 | Create passwords based on a Pass Phrase author: Cybarite |
Rebol Profiler |
profiler.r | 2.2 KB 13 Oct 2003 | For profiling parts of Rebol scripts author: Ingo Hohmann |
Presenting Text In Columns |
presenting-text-in-columns.r | v:1.1.0 4.5 KB 22 Jul 2006 | The script hi-lights a method of presenting text in columns. author: r.v.d.Zee |
The Petals of the Rose |
por-01.r | v:0.1 5.1 KB 14 May 2005 | This is a small guessing game.
One should guess a number which is based upon
1. the name of the game
2. rolling the dice author: Arie van Wingerden |