Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Intercom (Voice Communicator)
intercom.r3.0 KB
12 Nov 2009
A walkie-talkie push-to-talk type of VOIP application. Extremely simple - just records sound from mic to .wav file, then transfers the wave file to another IP (where the same program is running), for playback. Sender and receiver open in separate processes, and both run in forever loops to enable continuous communication back and forth. [...]
author: nick
Always on Top
always-on-top.r1.0 KB
23 Dec 2013
Demonstrates how to use the Windows API to make a Rebol application always stay on top of other windows (so that the Rebol window is always visible in front of any other programs that are opened). Be sure to use the view/new option, then run the 2 Windows API functions, then do-events to show the GUI.
author: nick
Windows clock sync
clock-sync.r1.5 KB
24 Oct 2009
Synchronize your Windows date and time with the clock on your web server. The 4 line CGI script given at the end of this example prints out the current date and time on your web server, and this script reads it and sets the operating system clock to match it. (To do the same thing in Linux, see Ladislav Mecir's set-system-time-lin [...]
author: [unknown]
Capture Screen
capture-screen.rv:0.3.0
6.0 KB
5 Apr 2007
(Microsoft/Windows only:) Returns screenshot as an image (or NONE in case of failure).
author: christian ensel
Clipboard
clipboard.rv:0.3.1
8.3 KB
17 Dec 2008
(Microsoft/Windows only:) Read and write text, bitmaps and files from and to the clipboard.
author: Christian Ensel
Crystal Reports
crystal-reports.rv:0.1.0
10.2 KB
6 Apr 2007
Provides a basic API to the Crystal-ReportŪ report engine (crpe32.dll) to show, print and export reports. Allows for setting formulas and selection criteriae as well as passing parameters when launching reports.
author: Christian Ensel
Simple Dll Examples
dll-examples.r724 bytes
29 Jun 2008
A simple example demonstrating how to use functions inside DLLs. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Eztwain Support
eztwain.r
 discussion
2.5 KB
6 May 2006
Support image grabs from webcam using commercial eztwain library.
author: Graham Chiu
UUID Generation Example via Windows SDK
guid.rv:0.1
2.0 KB
10 Sep 2005
Command only example of interfacing to Windows SDK to generat UUIDs. Trivial given heavy lifting by others in Rebol community. Acknowledgements to all.
author: David McAvenue
Get Windows Version
get-version-ex.rv:0.0.1
2.4 KB
23 Sep 2003
Shows how to call Windows GetVersonEx function.
author: Gregg Irwin
GLES and EGL library interface
gles-egl-h.rv:0.6.2
139.2 KB
28 Apr 2020
Use modern OpenGL with shaders
author: Marco Antoniazzi
ImageMagick Support
imagemagick-helper.r
 documentation
8.8 KB
23 Aug 2006
Support minimal needs for image processing using ImageMagick MagickWand and MagickCore DLLs Note: DLL's calls tend to change so this is specifically for version 6.2.9 Note: Original uses only MagickCore DLL. This version required MagickWand DLL because they moved the calls to a different DLL
author: Edgar Tolentino
Jukebox - Wav/Mp3 Player
jukebox.r3.0 KB
20 Aug 2009
Play .wav and .mp3 files from a selection list. Taken from the tutorial at http://musiclessonz.com/rebol.html
author: nick
Shared lib example
libtest.redsv:0.0.1
1.5 KB
1 Jan 2014
This is a simple example of a shared library, written in Red/System.
author: Marco Antoniazzi
Library Interface Dialect
lib-dialect.r
 documentation
2.4 KB
14 Apr 2006
Allow for a more concise way to define library routine interfaces.
author: Gregg Irwin
mp3-player-demo-using-libwmp3.dll
mp3-player-libwmp.r8.4 KB
8 Aug 2009
Demo of how to play mp3 files in REBOL using libwmp3.dll ( http://www.inet.hr/~zcindori/libwmp3/index.html ) Taken from the tutorial at http://musiclessonz.com/rebol.html
author: nick
MySQL database interfacing logic.
mysql_all.rv:1.0.0
17.3 KB
13 Mar 2003
Interface to the mysql libs, needs /Pro or /Command
author: Maarten Koopmans, Ernie van der Meer
Mini virtual and x86 machine dll to speed-up calculations a bit
mini-reb-vm.rv:0.1.1
41.1 KB
24 Feb 2019
speed-up calculations a bit.
author: Marco Antoniazzi
Play AVI Video with MCI
mci-play-avi-.r1.1 KB
9 Nov 2009
Demonstrates how to play AVI video files using Windows API mciExecute. (Video codec in demo video is MS-CRAM (Microsoft Video 1), audio is PCM). For more information about mciExecute commands, Google multimedia command strings and see: http://msdn.microsoft.com/en-us/library/dd743572(VS.85).aspx Taken from the tutorial at http://musiclessonz.com/rebol.html [...]
author: [unknown]
Mem-Checker
mem-check.r3.3 KB
12 Jan 2005
Checking the memory usage of a process running under Windows
author: Anton Reisacher