1247 scripts tagged as: [//all]
Quine -- a program that displays it's own source | ||
oneliner-quine.r | v:1.0.0 636 bytes 8 Mar 2009 | Creates a self modifying window. (includes the REBOL Header.) author: Ammon Johnson |
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 |
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 |
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 |
Send email | ||
oneliner-send-email.r | v:1.0.0 621 bytes 20 Jul 2003 | Simple GUI for email sending. Displays a small ok window when email is sent. author: DocKimbel |
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 |
Check if subset | ||
oneliner-subset.r | v:1.0.0 738 bytes 19 Mar 2004 | Tells you if set1 is a subset of set2. Works for both series! and bitset! values. author: gregg irwin |
TCP port scanner | ||
oneliner-tcp-port-scanner.r documentation | v:1.0.0 850 bytes 20 Jul 2003 | This is a simple port scanner. Given a TCP address, it will tell you which of the
first 100 ports are accessible. The address can be a host name or number. For example, use
"localhost" to scan ports on your own machine. You can scan more ports by increasing the
number (from 100), or you can scan ranges by using a FOR loop rather than REPEAT. author: Anonymous |
Very Short Webserver | ||
oneliner-webserver.r discussion | 821 bytes 20 Oct 2003 | Webserver serving files from the current directory. author: Cal Dixon |
Day of week | ||
oneliner-weekday.r | v:1.0.0 563 bytes 20 Jul 2003 | Returns the weekday of the date. Use 'Weekday? like:
Weekday? 25/Dec/2002
; == Wednesday author: Andrew Martin |
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 |
OpenGL Test | ||
opengl.r | 22.6 KB 17 Oct 2003 | Demonstrate the use of OpenGL in View/Pro on Windows author: Cal Dixon |
Analyze of Oracle listener logs | ||
ora-listener.r | v:1.1.0 19.7 KB 28 Jun 2004 | Oracle SGBD rebtool to analyze listener log author: Philippe Le Goff (with help of Ladislav Mecir) |
Ordinal Number Translator | ||
ordnum.r | 1.9 KB 13 Mar 2003 | Translates ordinals (e.g. twenty) to numbers (20) author: Scrip Rebo |
Overload | ||
overload.r | v:1.0.1 6.3 KB 1 Mar | Overloads an existing function/native. author: Annick ECUYER |
Pack | ||
pack.r | v:1.1.2 1.5 KB 13 Mar 2003 | Self-extracting file packer & unpacker. author: Andrew Martin |
Simple pager | ||
pager.r documentation | v:0.9.4 12.8 KB 28 Mar 2008 | A more less page pager;
support b, r, /, ?, >, <, q and /options [rows: cols: num: eof:] author: Brian Tiffin |
Multiple View Pages | ||
pages.r | 1.8 KB 13 Mar 2003 | Shows how to switch between pages using
a navigation menu. author: [unknown] |
Paint | ||
paint.r | v:1.0.0 2.5 KB 13 Mar 2003 | The world's smallest paint program. author: Frank Sievertsen |
Paint | ||
paintplus.r discussion | v:1.0.0 6.0 KB 17 Nov 2005 | The world's smallest paint program. author: Frank Sievertsen |
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 |
'Panoramatic image' style | ||
panorama-ss.r | v:1.0.0 2.0 KB 13 Mar 2003 | Style for scrolling (panoramatic) images author: Oldes |
PARADOX-PROTOCOL | ||
paradox-protocol.r | v:0.3.3 12.5 KB 3 Mar 2011 | Paradox database REBOL protocol author: nicolas |
ParadoxTOCSV | ||
paradoxtocsv.r | 2.8 KB 3 Mar 2011 | Paradox DB file convert to CSV author: nicolas |
Parse Aid | ||
parse-aid.r | v:0.6.2 15.1 KB 27 Oct 2013 | Help make and test parse rules author: Marco Antoniazzi |
701 / 1247 | 1 | 2 | 3 | 4 | 5 | ... | 27 | 28 | [29] | 30 | 31 | ... | 46 | 47 | 48 | 49 | 50 |