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

Discussion threads (by date)

Synchronizable Calendar/Scheduler
calendar-install.r
 discussion
1.4 KB
18 Oct 2013
Easy-to-use Calendar/Scheduler that can be synchronized over a network, and has popup-alerts.
author: Izkata
Discussion posts: 25. Latest by: janwil on 16-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: 20. Latest by: janwil on 14-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: 22. Latest by: miyukiss on 13-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: 13. Latest by: miyukiss on 13-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: 12. Latest by: miyukiss on 13-May.
Calendar and Scheduler
calendar.r
 discussion
v:1.0.7
8.1 KB
10 Jul 2008
A simple calendar application.
author: Sterling Newton
Discussion posts: 45. Latest by: user72 on 12-May.
Duplicates
duplicates.r
 discussion
567 bytes
8 Mar 2016
Get duplicated values in a block
author: Christian Le Corre
Discussion posts: 24. Latest by: jack102 on 12-May.
JSON to Rebol converter
json.r
 discussion
 documentation
v:0.0.9
14.2 KB
6 Sep 2013
Convert a JSON string to Rebol data, and vice versa.
author: douglas crockford
Discussion posts: 90. Latest by: mitch on 10-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: jack102 on 10-May.
Demonstration of a Package on REBOL.org
lds-demo1-package.r
 discussion
v:0.0.1
978 bytes
13 Aug 2004
Demonstration of a package, and competition
author: Sunanda
Discussion posts: 34. Latest by: olive 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: 112. 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: 64. 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: 19. 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: 27. Latest by: johnsjvi95 on 9-May.
rebzip
rebzip.r
 discussion
v:1.0.1
21.3 KB
17 Jul 2009
Zip archiver / unarchiver
author: Vincent Ecuyer
Discussion posts: 19. Latest by: johnsjvi95 on 9-May.
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
Discussion posts: 34. 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: 23. Latest by: johnsjvi95 on 9-May.
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: 17. 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: 154. Latest by: johnsjvi95 on 9-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: 53. 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: 79. Latest by: johnsjvi95 on 9-May.
Area with scrollers style
area-scroll-style.r
 discussion
v:1.0.0
13.7 KB
27 Sep 2004
This is a new area style with possible vertical and/or horizontal scrollers. It allow selection of text outside the viewable area and have a read-only mode.
author: Didier Cadieu (alias DideC)
Discussion posts: 27. 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: 18. 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: 16. 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: 26. Latest by: johnsjvi95 on 9-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: 47. 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: 26. 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: 12. Latest by: johnsjvi95 on 9-May.
better-than-nothing sqlite3 handler
btn-sqlite.r
 discussion
v:0.2.2
5.7 KB
30 Jan 2006
easy access to sqlite3 database without /Pro or /Command features
author: Piotr Gapinski
Discussion posts: 75. Latest by: johnsjvi95 on 9-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: 15. Latest by: johnsjvi95 on 9-May.
1 / 88[1] 23

View by: Script