537 scripts tagged as: [level · intermediate]
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] |
Split.r | ||
split.r documentation | 9.7 KB 6 May 2012 | Provide functions to split a series into pieces, according to
different criteria and needs. author: Gregg Irwin |
Spooky Text | ||
spooky.r | v:1.0.0 1.3 KB 6 May 2003 | Displays spooky text author: Jeff |
Stack, queue and deque functions | ||
sqd.r documentation | v:0.0.1 4.1 KB 5 Oct 2005 | Implement stack, queue and deque data structures author: Sunanda |
SQL PROTOCOL | ||
sql-protocol.r discussion documentation | v:0.6.8 84.2 KB 3 Jan 2011 | SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL
with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded
in your REBOL application.
Today, sql-protocol execute only these kind of query :
* SELECT ... FROM ... WHERE ... ORDER BY ...
* INSERT ... INTO ... VALUES ...
* [...] author: marco |
Sqlite 3.X rebol wrapper as protocol handler | ||
sqlite3-protocol.r | v:0.1.2 8.6 KB 22 Mar 2005 | Sqlite wrapper as a Rebol protocol handler. author: cal dixon |
Sqlite 3.X rebol wrapper try | ||
sqlite3.r discussion | v:0.0.2 7.8 KB 21 Sep 2004 | Sqlite wrapper in Rebol. author: Juan-Carlos Miranda |
Archiver | ||
srchiver.r | 259 bytes 17 Apr 2016 | [no purpose header found] author: marco antoniazzi |
Static | ||
static.r documentation | 784 bytes 24 Dec 2003 | Functions with static vars author: Vincent Ecuyer |
steel library modules (in slim format) | ||
steel-libs.r | v:0.1 638 bytes 28 Apr 2004 | A package which includes all the lastest steel slim modules author: Maxim Olivier-Adlhoch |
Steganography | ||
steganography.r | v:1.1.0 3.3 KB 13 Mar 2007 | Functions to hide text data in the noise pixels of an image author: Piotr Gapinski |
Sticky Notes | ||
sticky-notes.r | v:1.0.0 10.4 KB 18 Sep 2009 | Simple but useful sticky note application.
Click on New to create new note item.
Use icons on note items to edit, delete & resize the item.
Click on an item to move, hold CTRL to align.
All notes will be saved (compressed) under %notes.dat when you
click on Save or Quit. author: Endo |
string encoding utilities | ||
str-enc-utils.r documentation | v:1.2.3 45.9 KB 25 Jan 2015 | A set of string utilities created to help with text encoding in 8-bit
character strings author: Peter W A Wood |
StRIP | ||
strip.r | v:1.0.0 6.3 KB 25 Nov 2010 | REBOL File packer author: Boleslav Brezovsky, based on rip.r by Carl Sassenrath/Cal Dixon |
Style Scrollable scroll-pane & table avec gestion de la roullette | ||
style-scrollable.r | v:0.0.0.1 24.2 KB 4 Oct 2005 | Essai de gestion des scrolls & de tables author: Claude RAMIER |
style-tooltip.r | ||
style-tooltip.r documentation | v:1.0 2.9 KB 29 Nov 2004 | Use in the simplest way the tooltip. This is a first intent it's a little bit deprecated and we have worked on a better way to generate and handle tooltips. I share this with you because I think this code have a good educationnal value and is a good point start if you are interested in tooltips avanced filnal version please visit http://rebol.agora-dev.org/ . Sample script [...] author: Shadwolf, Boss, DideC |
Daylight Saving Time function based on North American rules | ||
summer.r | 947 bytes 30 Mar 2004 | Calculates whether a given date is in Daylight Saving Time or not, based on North American rules. Rules vary by country. author: Bohdan Lechnowsky |
SVN Version | ||
svn-version.r | v:1.0.0 1.5 KB 4 Oct 2010 | Retrieve the global revision number from a local SVN repository.
This mimics the feature offered by the svnversion command-line tool
See: http://svnbook.red-bean.com/en/1.1/re57.html
This can be used in PREBOL (or other scripts preprocessors) to insert the
SVN global revision number as a build version. author: Nenad Rakocevic |
Star Wars reminiscent intro | ||
swintro.r | 2.4 KB 30 Jun 2005 | To demonstrate AGG and 3D-type calculations using Rebol author: Bohdan Lechnowsky |
Examples Using Switch Function | ||
switch.r | 1.5 KB 13 Mar 2003 | Switch between a set of choices or a default.
Should make C programmers happy. author: [unknown] |
System Port - Drag Accept Demo | ||
sys-port-drag-accept.r | v:0.0.1 4.6 KB 25 Sep 2003 | Demo using system port to catch WM_DROPFILE messages for drag-n-drop
support. author: Gregg Irwin |
Table Columns | ||
table-columns.r | v:1.0.0 1.2 KB 13 Mar 2003 | Table-Columns takes the name of 1 or columns in a block,
and generates ML dialect for the table contents. author: Andrew Martin |
tcp2bc | ||
tcp2broadcast.r | v:1.0.0 885 bytes 15 Nov 2007 | tcp input forwarded/redirected as udp broadcast author: ND |
techfell uSqlite3 protocol handler | ||
techfell-protocol.r | v:0.0.2 8.2 KB 9 Feb 2006 | http://users.iol.it/irwin/
uSQLite is a network wrapper for SQLite. It turns SQLite into an RDBMS but
puts the emphasis on the 'Lite'. In fact it works in a somewhat unconventional
mmanner in order to make both servers and clients as light, portable and
simple as possible. Readers who are not familiar with SQLite are advised
to visit www.sqlite.org.
uSQLite [...] author: Piotr Gapinski |
Demo client with telnet-protocol | ||
telnet-client.r | v:1.0.0 863 bytes 13 Mar 2003 | A simple telnet-client author: Frank Sievertsen |
Telnet Chat | ||
telnetchat.r | v:1.0.0 4.3 KB 6 May 2003 | A chat-server you can telnet to! ;o) author: Tommy Giessing Pedersen |
Test de %style-scrollable.r | ||
test-style-scrollable.r | 4.3 KB 13 Dec 2004 | Essai de gestion des scrolls & de tables author: Claude RAMIER |
REBOL CGI Test Script | ||
test.r | v:0.0.2 3.1 KB 17 Jan 2005 | REBOL Test CGI-Script for Serve-It! author: Dirk Weyand |
Text Editor | ||
text-edit.r | v:1.0.0 1.7 KB 6 May 2003 | A basic text editor with: cut, copy, paste, horizontal and vertical scrolling, URLs as file names (for FTP remote editing), shortcut keys and a dialog box for file save confirmation. author: Carl Sassenrath |
Text effect styles | ||
text-effects.r | v:1.0.0 2.3 KB 6 May 2003 | This version contains just 'sine-text style... author: Oldes |
421 / 537 | 1 | 2 | 3 | 4 | 5 | ... | 13 | 14 | [15] | 16 | 17 | 18 |