Dynamic Script Localization |
locale.r documentation | v:1.0.1 12.6 KB 6 Sep 2004 | Locale.r extends the system/locale objet in order to supply a
dynamique localization of applications author: marco |
Days Per Month |
days-per-month.r | v:1.0.0 718 bytes 13 Mar 2003 | Adds Days per Month to system/locale. author: Andrew Martin |
form-date |
form-date.r documentation | v:1.0.1 5.5 KB 18 Jul 2007 | Return formatted date string using strftime style format specifiers author: Christopher Ross-Gill |
RebGUI table Example |
rebgui-table.r documentation | v:1.0.0 1.7 KB 4 Jun 2007 | RebGUI tutorial; display a table author: Brian Tiffin |
Chinese Year |
chinese-year.r | v:1.1.0 5.3 KB 28 Jan 2013 | Chinese Year name author: Vincent Ecuyer |
Common Parse Values |
common-parse-values.r | v:1.3.0 1.8 KB 13 Mar 2003 | Common Parse Values author: Andrew Martin |
CGI Event Calendar |
cgi-event-calendar.r | 2.4 KB 17 Apr 2010 | A web site CGI application that displays events in the current
calendar month, with links to specified event pages. Events
are stored in the file %bb.db, in the format:
["event 1" 18-Apr-2010 http://website.com/event1.html]
["event 2" 20-Apr-2010 http://website.com/event2.html]
["event 3" 20-Apr-2010 http://website.com/event3.html] [...] author: nick |
Calendar and Scheduler |
calendar.r discussion | v:1.0.7 8.1 KB 10 Jul 2008 | A simple calendar application. author: Sterling Newton |
HTML calendar |
html-calendar.r documentation | 1.4 KB 5 Dec 2003 | Creates an HTML file containing the current calendar month and displays it in
the browser author: Bohdan Lechnowsky |
Multiple Column Data Grids |
multi-column-data-grids.r | 7.9 KB 30 Nov 2009 | A demonstration of how to create your own home made listview
types of multiple column data grids. Easier to use than the 'list
style, and built entirely using native VID, so completely adjustable
to your needs. Many useful features are demonstrated, such as
user editing of data in the grid, saving and loading of data to/from [...] author: nick |
Month |
month.r | v:2.0.0 890 bytes 13 Mar 2003 | Creates Month functions. author: Andrew Martin |
Multiple Column Data Grids |
multi-column-data-grids | 7.9 KB 23 Sep 2009 | A demonstration of how to create your own home made listview
types of multiple column data grids. Easier to use than the 'list
style, and built entirely using native VID, so completely adjustable
to your needs. Many useful features are demonstrated, such as
user editing of data in the grid, saving and loading of data to/from [...] author: nick |
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 |
Paypal Reports |
paypal-reports.r | 2.6 KB 22 Jan 2013 | This is a beginner's example taken from the tutorial at:
http://re-bol.com/business_programming.html
It creates reports on columns and rows of data in a .csv table.
The script demonstrates typical CSV file operations using parse, foreach,
and simple series functions. The code performs sums upon columns, and
selective calculations [...] author: nick |
printf and sprintf implementation |
printf.r | v:1.0.1 2.8 KB 6 Jun 2006 | Wrapper for the printf and sprintf C routines author: jaime vargas |
RBBS - REBOL Bulletin Board Tutorial |
rbbs.r | v:1.0.0 16.9 KB 5 Jun 2005 | A CGI Web Bulletin Board / Message Board author: carl sassenrath |
request-date object/func optimization and enhancment |
request-date.r | v:1.1 5.4 KB 11 Mar 2004 | This is an enhanced replacement for the original request-date function,
the embedded date picker in view (datepicker).
- Clean, correct and optimize the code.
- add day names at top of window (use system/locales/days).
- add first-day-of-week value to choose starting with Sunday
or Monday.
(I think this value should be part of system/locales)
- add Today [...] author: Didier Cadieu |
Reversi |
reversi.r documentation | v:2.3.0 31.3 KB 27 Mar 2006 | Reversi / Othello author: Vincent Ecuyer |
Time-Plan |
time-plan.r | v:0.4.0 33.1 KB 12 Mar 2006 | Time-plan RebGUI for use in time-table editing using AGG. author: Christian Ensel |
Text Calendar |
text-calendar.r | 711 bytes 3 Feb 2017 | Prints a calendar for every month, in the year chosen by the user
(by default, the current year). author: nick |