Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Time Clock
time-clock.r5.2 KB
16 Jan 2011
Used to log hours worked by employees. To help eliminate potential falsified hours, the program takes a photo of the employee each time they clock in and clock out, and sets the system clock using Ladislav Mercir's nist-clock.r This code is provided as-is, with no warranty expressed or implied. Use it at your own risk. This [...]
author: nick
Time Styles
timer-styles.rv:1.0.0
6.8 KB
14 Jan 2005
A simple clock & timer style
author: Phil Bevan
Simple Test Suite
test-simple.r
 documentation
v:0.3.0
6.3 KB
15 Jun 2006
Add support for simple test mechanisms to REBOL, similar to Perl's Test::Simple. The basic idea? Make testing simple so everybody can make tests.
author: Brian Wisti
Time Web Pages
timewebs.r
 documentation
v:1.0.0
1.1 KB
13 Mar 2003
Time how long it takes to get each of the web pages listed in a block.
author: Anonymous
Time-Line
time-line.rv:0.3.1
27.7 KB
4 Mar 2006
Time-line VID style for use in time-table editing using AGG.
author: Christian Ensel
Time-Plan
time-plan.rv:0.4.0
33.1 KB
12 Mar 2006
Time-plan RebGUI for use in time-table editing using AGG.
author: Christian Ensel
Timer
timer-style.rv:1.1
3.4 KB
9 Oct 2005
A simple Timer Style .... with an example of Timer with Saving & Loading
author: Phil Bevan
Tiny Generic CRUD App
tiny-crud-app.r990 bytes
7 Jan 2017
A very short generic data storage/retrieval app example. CRUD = create read update delete records. This can be used as the basis for any sort of rolodex-like app which allows users to enter and edit 'cards' full of information. From http://re-bol.com/short_rebol_examples.r
author: nick
Title Bar - Windows API
title-bar.r1.8 KB
2 Jul 2008
This example demonstrates how to use the Windows API to adjust the title bar in your Rebol programs. Just include this code in your script if you need to eliminate the default 'Rebol - ' text at the top of your GUI programs. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Demo client with telnet-protocol
telnet-client.rv:1.0.0
863 bytes
13 Mar 2003
A simple telnet-client
author: Frank Sievertsen
to-iso8601-date
to-iso-8601-date.rv:1.1.1
3.3 KB
22 Apr 2005
A function which converts a Rebol date! to a string which complies with ISO 8601. If the time is not provided, a default of 00:00 is used. Truncates any milli-seconds. (NB The zone defaults to 00:00 in a Rebol date)
author: Peter WA Wood
Topic Tags
topic-tags.r
 discussion
v:0.2.1
9.3 KB
15 May 2004
Makes tagging the mailing list a little bit more comfortable. Lists all topic tags in a window which I like to have open while tagging. Clicking on any tag copies it into clipboard so I only have to paste it into browser.
author: Christian Ensel
Transpose
transpose.rv:1.0.0
1.0 KB
13 Mar 2003
Transposes a Matrix's rows and columns.
author: Andrew Martin
UDP IP Broadcast/Receive for TCP Client/Server
udp-ip-for-tcp-client-server.r3.5 KB
16 Feb 2014
This script demonstrates a solution to a typical problem encountered with TCP network apps. A TCP server needs to be found at a known IP address. One solution is to configure your server machine with a static IP address in the router. This setup step is different for every router manufacturer, is often beyond the technical ability [...]
author: nick
UDP IP Broadcast/Receive for TCP Client/Server
udp-ip-broadcast-receive-for-tcp-client-server.r3.5 KB
26 Jan 2014
This script demonstrates a solution to a typical problem encountered with TCP network apps. A TCP server needs to be found at a known IP address. One solution is to configure your server machine with a static IP address in the router. This setup step is different for every router manufacturer, is often beyond the technical ability [...]
author: nick
UDP Signin Client Alarm
udp-signin-client.r35.0 KB
3 Aug 2010
Together with %udp-signin-server.r this program alerts users on a network that a new user has arrived and logged in. Client users are only notified when the new user has signed in specificly to see them. Because this script uses UDP, the client alarm application does not need to connect to any specific IP. Anyone who runs the client [...]
author: nick
UDP Signin Server
udp-signin-server.r2.0 KB
3 Aug 2010
Together with %udp-signin-client.r this program alerts users on a network that a new user has arrived and logged in. Client users are only notified when the new user has signed in specificly to see them. Because this script uses UDP, the client alarm application does not need to connect to any specific IP. Anyone who runs the client [...]
author: nick
uncomment
uncomment.rv:1.0.0
944 bytes
13 Mar 2003
uncomment Java or C++ sources
author: Gregory Pecheret
Units
units.rv:0.0.0
19.0 KB
26 May 2015
Units conversion program
author: Scott Wall
Unless
unless.r508 bytes
27 Dec 2004
I'm used to writing 'unless in perl, so I wanted it in rebol as well. Easy.
author: hy