71 scripts tagged as: [type · one-liner]
A.D.A. Logo Viewer | ||
adalogo.r | v:1.0.0 544 bytes 25 Jul 2011 | Amiga Demoscene Archive - Logo Viewer author: Semseddin (Endo) Moldibi |
Ascii math | ||
ascii-math.r | v:0.0.0 2 KB 10 Mar 2009 | Defines functions and variables for arithmetic ASCII characters author: Scott Wall |
A Button with Shortcut Key | ||
button-key.r documentation | v:1.0.0 479 bytes 13 Mar 2003 | Shows how to easily add a shortcut key to a button. author: Anonymous |
DOS Style CD. | ||
cd.r | v:1.0.0 618 bytes 18 Sep 2009 | How to use MSDOS style CD. author: Endo |
Convert Character to Hexidecimal | ||
char-to-hex.r | v:1.0 964 bytes 7 May 2005 | Convert an ASCII char to a two hex code. This is just one of
those things in Rebol where you waste time looking for a solution
to an otherwise extremely simple problem because the obvious
doesn't work (ie: to-hex M doesn't work because to-hex wants
an integer and to-integer wants a character not a string)! The
C2I function [...] author: Gordon Raboud with help from TomC and Sunanda |
CLS | ||
cls.r documentation | v:1.0.0 480 bytes 13 Mar 2003 | Clears the console screeen. author: Andrew Martin |
Append to a Text File | ||
ftpappend.r documentation | v:1.0.0 471 bytes 13 Mar 2003 | Append to a text file using FTP. author: Anonymous |
Check for Directory | ||
ftpdircheck.r documentation | 455 bytes 13 Mar 2003 | Check if a filename belongs to a directory using FTP. author: [unknown] |
Run Script from FTP | ||
ftpdo.r documentation | 390 bytes 13 Mar 2003 | Do a REBOL script via FTP. author: [unknown] |
Make a directory | ||
ftpmakedir.r documentation | 414 bytes 13 Mar 2003 | Make a file directory on an FTP server. author: [unknown] |
Read a Text File | ||
ftpread.r documentation | 412 bytes 13 Mar 2003 | Read a text file from an FTP server and print it. author: [unknown] |
Rename a File | ||
ftprename.r documentation | 411 bytes 13 Mar 2003 | Rename a file on a server using FTP. author: [unknown] |
Upload a File | ||
ftpup.r documentation | v:1.0.0 459 bytes 13 Mar 2003 | Upload a binary file to an FTP server. author: Anonymous |
Write Text File | ||
ftpwrite.r documentation | v:1.0.0 457 bytes 13 Mar 2003 | Write a text file to an FTP server. author: Anonymous |
Hello World Window | ||
hello.r documentation | 423 bytes 13 Mar 2003 | Opens a window that displays text and a quit button author: [unknown] |
Great Computer Language Shootout : hello | ||
helloworld.r | v:1.0.0 597 bytes 27 Sep 2005 | To test startup time in the Great Computer Language Shootout author: Lok Yek Soon |
Non-echoing Input | ||
inhide.r documentation | 395 bytes 13 Mar 2003 | Hide input for passwords (no echo characters) author: [unknown] |
Convert 'Date' datatype to International Date - ISO 8601. | ||
iso-8601-date.r | v:1.0.0 1.0 KB 8 Nov 2005 | Simple one-liner function to covert date to ISO 8601 format. In
my application a time stamp is not needed nor included in this function.
For a function that includes a timestamp see: to-iso-8601-date.r author: Gordon Raboud |
Email a Web Page | ||
mailpage.r | 418 bytes 13 Mar 2003 | Send a web page. (simple) author: [unknown] |
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 |
VID demo | ||
oneliner-bye.r | v:1.0.0 588 bytes 20 Jul 2003 | A red box with bye written on it disappears into the distance. author: Anton |
Chess board | ||
oneliner-chess-board.r | v:1.0.0 551 bytes 13 Aug 2004 | Displays an empty chess board author: Sunanda |
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 |
Console history | ||
oneliner-dohist.r | v:1.0.0 570 bytes 20 Jul 2003 | Allow you to use the history just by index. author: Fabrice Vado |
Upload all files in a directory with FTP | ||
oneliner-ftp-upload-dir.r | v:1.0.0 653 bytes 20 Jul 2003 | Uploads all the files in a directory using FTP. Files can be text, images, web pages,
anything... but not directories. author: RT |
1 / 71 | [1] | 2 | 3 |