Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Discussion threads (by date)

Mapping a picture onto a 3D Sphere
sphere.r
 discussion
v:1.0.1
63.5 KB
21 Feb 2006
A 3D Perspective demo
author: [unknown]
Discussion posts: 15. Latest by: johnsjvi95 on 9-May.
Rebolide
rebolide.r
 discussion
v:5.4.39
227.7 KB
7 Sep 2012
icon for rebolide.rA Rebol IDE for beginners that helps learning Rebol. I suggest you to put this script in a separete folder.
author: Massimiliano Vessi
Discussion posts: 21. Latest by: johnsjvi95 on 9-May.
(R)EBOL (Un)it
run.r
 discussion
 documentation
19.1 KB
31 May 2008
RUn is a TestCase Framework wich allows the use of TestCases as defined by the eXtreme Programming development methodology and the test-driven development
author: Christophe 'REBOLtof' Coussement
Discussion posts: 18. Latest by: johnsjvi95 on 9-May.
Example for async dns:// and spam dns server
dns-async-example.r
 discussion
3.9 KB
4 Oct 2003
Example code to: 1) use the dns:// protocol in async mode 2) use the dns:// protocol to check spam address in async mode
author: Romano Paolo Tenca
Discussion posts: 78. Latest by: johnsjvi95 on 9-May.
Very Short Webserver
oneliner-webserver.r
 discussion
821 bytes
20 Oct 2003
Webserver serving files from the current directory.
author: Cal Dixon
Discussion posts: 18. Latest by: johnsjvi95 on 9-May.
UTF-8
utf-8.r
 discussion
v:1.0.2
14.3 KB
14 Nov 2003
Encoding and decoding of UCS strings to and from UTF-8 strings.
author: Jan Skibinski
Discussion posts: 41. Latest by: johnsjvi95 on 9-May.
Simple File Requestor
file-request.r
 discussion
1.5 KB
13 Mar 2003
Example of a simple file requestor.
author: Carl Sassenrath
Discussion posts: 17. Latest by: johnsjvi95 on 9-May.
Http tools
http-tools.r
 discussion
v:0.0.3
6.4 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: Graham Chiu
Discussion posts: 14. Latest by: johnsjvi95 on 9-May.
REBOL::EXIF
exif-core.r
 discussion
v:1.3
9.7 KB
22 Dec 2003
obsluga plikow JPEG/EXIF
author: Piotr Gapinski
Discussion posts: 25. Latest by: johnsjvi95 on 9-May.
Todo List
todo-list.r
 discussion
v:1.3.0
9.7 KB
24 Jun 2004
Based on the demo of Rebol /View by Carl. It allow you to manage a list of todo and move them between them.
author: Carl Sassenrath, Didier Cadieu & Fabrice Vado
Discussion posts: 10. Latest by: johnsjvi95 on 9-May.
Emit RSS
emit-rss.r
 discussion
 documentation
v:1.0.0
4.5 KB
19 Nov 2007
Create an RSS Feed from a REBOL Block.
author: Christopher Ross-Gill
Discussion posts: 25. Latest by: johnsjvi95 on 9-May.
Clean-func
clean-func.r
 discussion
2.8 KB
2 Oct 2020
Func defines a function with given spec and body that remembers its arguments and locals after return. Clean-func defines a function with given spec and body that does not remember its arguments and locals after return.
author: Ladislav Mecir
Discussion posts: 11. Latest by: johnsjvi95 on 9-May.
Color REBOL Code in HTML
color-code.r
 discussion
 documentation
3.4 KB
22 Jul 2005
Colorize source code based on datatype. Result is HTML. This script is used to syntax color the library scripts.
author: Carl Sassenrath
Discussion posts: 11. Latest by: johnsjvi95 on 9-May.
Format Decimal
format-decimal.r
 discussion
624 bytes
20 Aug 2010
Converts decimal numbers formatted in scientific notation to decimal notation.
author: nick
Discussion posts: 15. Latest by: johnsjvi95 on 9-May.
Markup language Dialect parser
mdlparser.r
 discussion
 documentation
v:0.0.2
32.2 KB
5 Feb 2005
To personally study the practicallity of Rebol being used as bridge between browsers and markup languages.
author: daniel murrill
Discussion posts: 110. Latest by: johnsjvi95 on 9-May.
LIQUID - core dataflow programming engine.
liquid.r
 discussion
v:0.8.1
64.9 KB
28 Mar 2009
Create procedural processing networks.
author: Maxim Olivier-Adlhoch
Discussion posts: 374. Latest by: johnsjvi95 on 9-May.
Tar
tar.r
 discussion
 documentation
v:1.1.0
5.5 KB
11 Jan 2013
Creates tar archives.
author: Vincent Ecuyer
Discussion posts: 62. Latest by: johnsjvi95 on 9-May.
Skype Wrapper
skype.r
 discussion
 documentation
2.2 KB
23 May 2006
make a cheap phone call!
author: Graham Chiu
Discussion posts: 17. Latest by: johnsjvi95 on 9-May.
VID1 for R3
vid1r3.r3
 discussion
v:0.3.20
113.6 KB
17 Apr 2022
Lets you use VID1 with R3
author: Marco Antoniazzi
Discussion posts: 25. Latest by: johnsjvi95 on 9-May.
Code 3 of 9 (Code 39) Barcode Generator
code39.r
 discussion
2.6 KB
17 Apr 2006
Generates Code 39 barcode images which can be printed out and read with a standard barcode reader. Code 39 is limited to the alphanumeric characters listed in the 'code39 block within the function. It is a very popular barcode format in the US and doesn't need to conform to any particular length of characters and has no limitations placed on it by any sanctioning [...]
author: Bohdan Lechnowsky
Discussion posts: 152. Latest by: johnsjvi95 on 9-May.
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
Discussion posts: 72. Latest by: annasmith on 8-May.
Paint
paintplus.r
 discussion
v:1.0.0
6.0 KB
17 Nov 2005
The world's smallest paint program.
author: Frank Sievertsen
Discussion posts: 51. Latest by: miyaka22 on 8-May.
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]
Discussion posts: 26. Latest by: annafaaster on 8-May.
REBOL Blogger
new-blog.r
 discussion
v:1.4.1
39.0 KB
11 Jul 2007
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
Discussion posts: 44. Latest by: breana on 7-May.
FastCGI Broker
fcgi-broker.r
 discussion
v:1.0.1
2.6 KB
15 Dec 2005
Rebol script broker for a hooked rebol interpreter launched as a FastCGI application. This is the root script which runs others scripts on request of the FastCGI peer. This enables REBOL/Core or REBOL/View to act as a FastCGI application without the need for REBOL/Command. This script only works on Windows with a patched REBOL interpreter. Details available at [...]
author: Pascal Hurni
Discussion posts: 37. Latest by: olive on 6-May.
pluginable analog alarm clock
aclock-p.r
 discussion
 documentation
3.5 KB
20 Sep 2004
aproximate an analog clock and add alarm
author: Tom Conlin
Discussion posts: 46. Latest by: bekeanloinse on 2-May.
Decode Charset Function
decode-charset.r
 discussion
v:1.0.0
910 bytes
13 Mar 2003
Converts 'charset values to something readable
author: Nenad Rakocevic
Discussion posts: 14. Latest by: bekeanloinse on 2-May.
Dialect Object Model
rebol-dom.r
 discussion
 documentation
v:1.0
56.8 KB
7 Nov 2023
Use an exstensible, Rebol user-mode, Markup function to parse DSL's that will return an easy to follow tagged key value Dialect Object Model. It will allow different DSL's or programming languages to work with, or together through a Central Processing interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by [...]
author: daniel murrill
Discussion posts: 609. Latest by: dotyhughes11 on 1-May.
Auto-hiding scroller style example
auto-hiding-scroller-style.r
 discussion
v:0.8.0
14.4 KB
14 Nov 2020
Add an auto-hiding scroller to VID GUIs
author: Marco Antoniazzi
Discussion posts: 17. Latest by: yurii101 on 1-May.
Simplified VID resizing
simple-vid-resizing.r
 discussion
v:1.5.2
12.0 KB
23 May 2020
Helps create resizing VID guis
author: Marco Antoniazzi
Discussion posts: 3. Latest by: barek1337 on 27-Apr.
1 / 88[1] 23

View by: Script