Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL.org] Recent changes

 [1/24] from: rebol:rebol at: 20-Mar-2009 20:31


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= convertitore.r --change: updated script -- added kg/cm2 --title: Unit converter --owners: crazyaxe --author: Massimiliano Vessi --purpose: "The best unit converter on earth!" --url: http://www.rebol.org/view-script.r?script=convertitore.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --20-Mar-2009

 [2/24] from: rebol::rebol::org at: 27-Mar-2009 9:08


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= bf.r --change: new script --title: Brainfuck --owners: geomol --author: John Niclasen --purpose: REBOL implementation of this language: http://en.wikipedia.org/wiki/Brainfuck bf is 232 bytes compressed (see end of script). --url: http://www.rebol.org/view-script.r?script=bf.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --27-Mar-2009

 [3/24] from: rebol::rebol::org at: 3-Apr-2009 13:30


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= convertitore.r --change: updated script -- Added ounces --title: Unit converter --owners: crazyaxe --author: Massimiliano Vessi --purpose: "The best unit converter on earth!" --url: http://www.rebol.org/view-script.r?script=convertitore.r liquid.r --change: updated script -- added observer streaming (stream() on-stream()), added propagate?(), cycle?() processing loop prevention was re-instated by default (was a regression) --title: LIQUID - core dataflow programming engine. --owners: moliad --author: Maxim Olivier-Adlhoch --purpose: Create procedural processing networks. --url: http://www.rebol.org/view-script.r?script=liquid.r mp3-stream-parser.r --change: updated script --title: MP3 stream parser --owners: oldes --author: Oldes --purpose: MP3 parser with streaming input --url: http://www.rebol.org/view-script.r?script=mp3-stream-parser.r porterstemming.r --change: new script --change: updated script -- Changed license to BSD --title: Porter Stemming Algorithm --owners: dalebrearcli --author: Dale K. Brearcliffe --purpose: Applies the Porter Stemming algorithm as presented in: Porter, 1980, An algorithm for suffix stripping, Program, Vol. 14, no. 3, pp 130-137. --url: http://www.rebol.org/view-script.r?script=porterstemming.r xml-dom.r --change: updated script -- Decodes Entities --change: documentation added or updated --title: XML/DOM --owners: chrisrg --author: Christopher Ross-Gill --purpose: A rudimentary in-memory XML interpreter and interface. --url: http://www.rebol.org/view-script.r?script=xml-dom.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent recent documentation: http://www.rebol.org/cpt-recent-docs.r =======end======= --The Library People --3-Apr-2009

 [4/24] from: rebol::rebol::org at: 13-Apr-2009 22:56


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= parse-ini.r --change: discussion post(s) made --title: Parse ini file --owners: sunanda --author: Sunanda --purpose: Parses a Window's ini file. Also a function to find entries in a parsed ini file --url: http://www.rebol.org/view-script.r?script=parse-ini.r =======additional information======= recent discussion: http://www.rebol.org/cpt-active-posts.r =======end======= --The Library People --13-Apr-2009

 [5/24] from: rebol::rebol::org at: 20-Apr-2009 5:25


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= engroup.r --change: new script --title: Engroup --owners: christian --author: Christian Ensel --purpose: Mezzanine function to arrange values into groups of all equal values. --url: http://www.rebol.org/view-script.r?script=engroup.r parse-ini.r --change: updated script -- Fix bug that failed to parse comments -- thanks, sqlab! --change: discussion post(s) made --title: Parse ini file --owners: sunanda --author: Sunanda --purpose: Parses a Window's ini file. Also a function to find entries in a parsed ini file --url: http://www.rebol.org/view-script.r?script=parse-ini.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent recent discussion: http://www.rebol.org/cpt-active-posts.r =======end======= --The Library People --20-Apr-2009

 [6/24] from: rebol:rebol at: 29-Apr-2009 14:49


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= identity.r --change: new script --change: updated script --title: Identity.r --owners: ladislav --author: Ladislav Mecir --purpose: functions from the http://www.rebol.net/wiki/Identity article --url: http://www.rebol.org/view-script.r?script=identity.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --29-Apr-2009

 [7/24] from: rebol:rebol at: 6-May-2009 22:48


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= apply.r --change: new script --title: Apply --owners: ladislav --author: Ladislav Mecir --purpose: APPLY function definition, this version is compatible with R3 native --url: http://www.rebol.org/view-script.r?script=apply.r contexts.r --change: new script --change: updated script --title: Contexts --owners: ladislav --author: Ladislav Mecir --purpose: REBOL code from contexts.html article --url: http://www.rebol.org/view-script.r?script=contexts.r identity.r --change: updated script --title: Identity.r --owners: ladislav --author: Ladislav Mecir --purpose: functions from the http://www.rebol.net/wiki/Identity article --url: http://www.rebol.org/view-script.r?script=identity.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --6-May-2009

 [8/24] from: rebol:rebol at: 13-May-2009 11:18


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= apply.r --change: updated script --title: Apply --owners: ladislav --author: Ladislav Mecir --purpose: APPLY function definition --url: http://www.rebol.org/view-script.r?script=apply.r file-request.r --change: discussion post(s) made --title: Simple File Requestor --owners: carl --author: Carl Sassenrath --purpose: Example of a simple file requestor. --url: http://www.rebol.org/view-script.r?script=file-request.r identity.r --change: updated script --title: Identity.r --owners: ladislav --author: Ladislav Mecir --purpose: functions from the http://www.rebol.net/wiki/Identity article --url: http://www.rebol.org/view-script.r?script=identity.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent recent discussion: http://www.rebol.org/cpt-active-posts.r =======end======= --The Library People --13-May-2009

 [9/24] from: rebol::rebol::org at: 20-May-2009 21:25


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= closure.r --change: new script --title: Closure --owners: ladislav --author: Ladislav Mecir --purpose: CLOSURE is suggested instead of FUNC when you need functions exhibiting async behaviour, e.g. for: - View - Async Ports - Higher Order Functions Closures differ from "normal" Rebol functions by using a fresh context every time they are called. Rule [...] --url: http://www.rebol.org/view-script.r?script=closure.r contexts.r --change: updated script --title: Contexts --owners: ladislav --author: Ladislav Mecir --purpose: REBOL code from contexts.html article --url: http://www.rebol.org/view-script.r?script=contexts.r convertitore.r --change: updated script -- Added cubic meters per minut --title: Unit converter --owners: crazyaxe --author: Massimiliano Vessi --purpose: "The best unit converter on earth!" --url: http://www.rebol.org/view-script.r?script=convertitore.r file-request.r --change: discussion post(s) made --title: Simple File Requestor --owners: carl --author: Carl Sassenrath --purpose: Example of a simple file requestor. --url: http://www.rebol.org/view-script.r?script=file-request.r simple-search.r --change: new script --title: Simple Search --owners: notchent --author: Nick --purpose: Searches though all files in all subdirectories to find given text in each file. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html (a website CGI version of the script is also given in the tutorial). --url: http://www.rebol.org/view-script.r?script=simple-search.r topwindows.r --change: updated script --title: TOPWINDOW lister --owners: ptretter --author: Paul Tretter --purpose: List the Window handles on the computer --url: http://www.rebol.org/view-script.r?script=topwindows.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent recent discussion: http://www.rebol.org/cpt-active-posts.r =======end======= --The Library People --20-May-2009

 [10/24] from: rebol:rebol at: 27-May-2009 7:01


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= str-enc-utils.r --change: new script --change: documentation added or updated --title: string encoding utilities --owners: peterwood --author: Peter W A Wood --purpose: A set of string utilities created to help with text encoding in 8-bit character strings --url: http://www.rebol.org/view-script.r?script=str-enc-utils.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent recent documentation: http://www.rebol.org/cpt-recent-docs.r =======end======= --The Library People --27-May-2009

 [11/24] from: rebol:rebol at: 4-Jun-2009 7:22


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= convertitore.r --change: updated script -- Added other units --title: Unit converter --owners: crazyaxe --author: Massimiliano Vessi --purpose: "The best unit converter on earth!" --url: http://www.rebol.org/view-script.r?script=convertitore.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --4-Jun-2009

 [12/24] from: rebol:rebol at: 11-Jun-2009 10:45


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= contexts.r --change: updated script --title: Contexts --owners: ladislav --author: Ladislav Mecir --purpose: REBOL code from contexts.html article --url: http://www.rebol.org/view-script.r?script=contexts.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --11-Jun-2009

 [13/24] from: rebol:rebol at: 18-Jun-2009 17:07


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= cisco-extract.r --change: new script --title: Cisco config to text file --owners: mikehinson --author: none --purpose: To read multiple Cisco IOS & CATOS files & create a summary of key information paticularly interface details --url: http://www.rebol.org/view-script.r?script=cisco-extract.r demorandom.r --change: new script --title: Random Number Generator Demo --owners: ldci --author: François Jouen. --purpose: Some examples how to use randomr lib --url: http://www.rebol.org/view-script.r?script=demorandom.r enum.r --change: new script --change: documentation added or updated --title: Enumerated Type --owners: fork --author: Hostile Fork --purpose: Safe Enumerated Type for REBOL --url: http://www.rebol.org/view-script.r?script=enum.r randomr.r --change: new script --title: Random Number Generator --owners: ldci --author: François Jouen. Based on Vincent Levorato's java code --purpose: Random Number Generator using continous and discret statistical laws --url: http://www.rebol.org/view-script.r?script=randomr.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent recent documentation: http://www.rebol.org/cpt-recent-docs.r =======end======= --The Library People --18-Jun-2009

 [14/24] from: rebol:rebol at: 25-Jun-2009 2:59


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= convertitore.r --change: updated script -- Added mbar --title: Unit converter --owners: crazyaxe --author: Massimiliano Vessi --purpose: "The best unit converter on earth!" --url: http://www.rebol.org/view-script.r?script=convertitore.r demorandom.r --change: updated script -- including now sorted values distribution --title: Random Number Generator Demo --owners: ldci --author: François Jouen. --purpose: Some examples how to use randomr lib --url: http://www.rebol.org/view-script.r?script=demorandom.r randomr.r --change: updated script --title: Random Number Generator --owners: ldci --author: François Jouen. Based on Vincent Levorato's java code --purpose: Random Number Generator using continous and discret statistical laws --url: http://www.rebol.org/view-script.r?script=randomr.r str-enc-utils.r --change: updated script -- Slight Improvement in the rules of thumb used by the encoding? function. --change: documentation added or updated --title: string encoding utilities --owners: peterwood --author: Peter W A Wood --purpose: A set of string utilities created to help with text encoding in 8-bit character strings --url: http://www.rebol.org/view-script.r?script=str-enc-utils.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent recent documentation: http://www.rebol.org/cpt-recent-docs.r =======end======= --The Library People --25-Jun-2009

 [15/24] from: rebol:rebol at: 2-Jul-2009 12:29


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= extract-keywords.r --change: new script --title: Extract REBOL keywords --owners: ashley --author: Ashley G Truter --purpose: Generic function to extract and format REBOL 'keywords', typically to create a syntax highlight file for an editor that doesn't support REBOL. --url: http://www.rebol.org/view-script.r?script=extract-keywords.r mac-requestors.r --change: new script --title: Native Mac OS X requestors --owners: ashley --author: Ashley G Truter --purpose: A set of eight Mac OS X native requestors that approximate and extend the functionality of the REBOL request* functions. --url: http://www.rebol.org/view-script.r?script=mac-requestors.r read-write-meta.r --change: new script --title: Read & Write metadata --owners: ashley --author: Ashley G Truter --purpose: Easily access streams (Windows NTFS) and resource forks (Mac OS X HFS). Linux/Unix not supported. --url: http://www.rebol.org/view-script.r?script=read-write-meta.r win-requestors.r --change: new script --title: Native Windows requestors --owners: ashley --author: Ashley G Truter --purpose: A set of four Windows native requestors that approximate and extend the functionality of the REBOL request* functions. --url: http://www.rebol.org/view-script.r?script=win-requestors.r xml-parse.r --change: updated script -- Version found by Graham that fixes some bugs --title: A more XML 1.0 compliant set of XML parsing tools. --owners: brianwisti --author: Gavin F. McKenzie --purpose: REBOL's built-in parse-xml function lacks a number of XML 1.0 compliant features, including: - support for CDATA sections - support for XML Namespaces - exposure of the internal DTD subset The intent of this script is to create an XML parser that can [...] --url: http://www.rebol.org/view-script.r?script=xml-parse.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --2-Jul-2009

 [16/24] from: rebol:rebol:Thu:Jul:16:10:49:31:2009 at: 16-Jul-2009 8:49


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= glayout-demo.r --change: updated script --title: GLayout demo --owners: moliad --author: Maxim Olivier-Adlhoch --purpose: Demonstration of GLayout's features and capabilities. --url: http://www.rebol.org/view-script.r?script=glayout-demo.r native-requestors.r --change: new script --title: Native requestors --owners: ashley --author: Ashley G Truter --purpose: Replaces a number of REBOL requestors with native equivalents. Windows requires COMLib.r from http://anton.wildit.net.au/rebol/os/windows/COMLib/ REQUESTOR Mac Win alert Y Y confirm Y Y request Y Y request-color Y N request-date N N request-dir Y Y request-download N N request-file N N request-list Y N request-pass Y N request-text Y Y say [...] --url: http://www.rebol.org/view-script.r?script=native-requestors.r phototrackr-converter.r --change: new script --title: PhotoTrackr DPL converter --owners: piotrgapinsk --author: pijoter-gmail.com --purpose: Converts memory dumps of the PhotoTrackr GPS (DPL) logger to OziExplorer/GPX formats --url: http://www.rebol.org/view-script.r?script=phototrackr-converter.r str-enc-utils-test.r --change: new script --title: string encoding utilities --owners: peterwood --author: Peter W A Wood --purpose: A set of string utilities created to help with text encoding in 8-bit character strings --url: http://www.rebol.org/view-script.r?script=str-enc-utils-test.r utc-now.r --change: new script --title: UTC now --owners: peterwood --author: Peter W A Wood --purpose: Mimics the functions of the built-in now function adjusted to UTC. --url: http://www.rebol.org/view-script.r?script=utc-now.r utc.r --change: new script --title: UTC now --owners: peterwood --author: Peter W A Wood --purpose: Mimics the functions of the built-in now function adjusted to UTC. --url: http://www.rebol.org/view-script.r?script=utc.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --16-Jul-2009

 [17/24] from: rebol:rebol:Thu:Jul:23:21:18:45:2009 at: 23-Jul-2009 19:18


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= georss.r --change: new script --change: updated script --title: GeoRSS converter --owners: piotrgapinsk --author: pijoter-gmail.com --purpose: Converts GeoRSS xml to OziExplorer/GPX formats --url: http://www.rebol.org/view-script.r?script=georss.r mandelb.r --change: new script --title: Mandelbrot --owners: koteth --author: Lami Gabriele --purpose: Mandelbrot --url: http://www.rebol.org/view-script.r?script=mandelb.r numbers.r --change: new script --title: Numbers --owners: koteth --author: Lami Gabriele --purpose: Number structure visual analyzer --url: http://www.rebol.org/view-script.r?script=numbers.r rebzip.r --change: updated script -- Bugfix: empty files compressed with 'deflate now properly handled --title: rebzip --owners: vincentecuye --author: Vincent Ecuyer --purpose: Zip archiver / unarchiver --url: http://www.rebol.org/view-script.r?script=rebzip.r ski-game.r --change: new script --change: updated script --title: Ski Game --owners: notchent --author: Nick --purpose: A little graphic game. Taken from the tutorial at http://musiclessonz.com/rebol.html --url: http://www.rebol.org/view-script.r?script=ski-game.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --23-Jul-2009

 [18/24] from: rebol:rebol:Tue:Aug:4:00:52:49:2009 at: 3-Aug-2009 22:52


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= str-enc-utils-test.r --change: updated script -- Script removed - use str-enc-utils.r --title: string encoding utilities --owners: peterwood --author: Peter W A Wood --purpose: A set of string utilities created to help with text encoding in 8-bit character strings --url: http://www.rebol.org/view-script.r?script=str-enc-utils-test.r utc.r --change: updated script -- Replaced by utc-now.r --title: UTC now --owners: peterwood --author: Peter W A Wood --purpose: Mimics the functions of the built-in now function adjusted to UTC. --url: http://www.rebol.org/view-script.r?script=utc.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --3-Aug-2009

 [19/24] from: rebol:rebol:Mon:Aug:10:04:45:09:2009 at: 10-Aug-2009 2:44


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= days-between.r --change: updated script --title: Days Between --owners: notchent --author: Nick --purpose: Compute the number of days between any two dates - super simple GUI example. From the tutorial at http://musiclessonz.com/rebol.html --url: http://www.rebol.org/view-script.r?script=days-between.r drop-list2.r --change: new script --change: updated script --title: drop-list2 widget for REBGUI --owners: bobikcz --author: Robert Paluch 2009 --purpose: Extension of original drop-list widget. Widget receives data as pairs [value1 text1 value2 text2 ...] Widget has extension of function PICKED with options /values returning block of selected row(pair) --url: http://www.rebol.org/view-script.r?script=drop-list2.r mp3-player-libwmp.r --change: new script --change: updated script --title: mp3-player-demo-using-libwmp3.dll --owners: notchent --author: Nick --purpose: 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 --url: http://www.rebol.org/view-script.r?script=mp3-player-libwmp.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --10-Aug-2009

 [20/24] from: rebol:rebol:Mon:Aug:24:20:35:05:2009 at: 24-Aug-2009 18:34


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= fileserver.r --change: updated script --title: Obscure File Server --owners: piotrgapinsk --author: pijoter --purpose: Share files over HTTP protocol +NLS --url: http://www.rebol.org/view-script.r?script=fileserver.r georss.r --change: updated script --title: GeoRSS converter --owners: piotrgapinsk --author: pijoter-gmail.com --purpose: Converts GeoRSS xml to OziExplorer/GPX formats --url: http://www.rebol.org/view-script.r?script=georss.r indexer.r --change: updated script --title: Indexer --owners: crazyaxe --author: Massimiliano Vessi --purpose: "Add to index.r all the files and directory of the current directory" --url: http://www.rebol.org/view-script.r?script=indexer.r jukebox.r --change: updated script --title: Jukebox - Wav/Mp3 Player --owners: notchent --author: Nick --purpose: Play .wav and .mp3 files from a selection list. Taken from the tutorial at http://musiclessonz.com/rebol.html --url: http://www.rebol.org/view-script.r?script=jukebox.r mandelbrot.r --change: updated script --title: Mandelbrot --owners: keithray --author: Keith Ray --purpose: Create Mandelbrot Set --url: http://www.rebol.org/view-script.r?script=mandelbrot.r mandelbrot2.r --change: updated script --title: Mandelbrot II --owners: keithray --author: Keith Ray --purpose: Create Mandelbrot Set with colors --url: http://www.rebol.org/view-script.r?script=mandelbrot2.r obfuscation.r --change: new script --change: updated script --title: Obfuscation --owners: notchent --author: Nick --purpose: An exercise in obfuscation - the Snake Game at its smallest. Any function used several times is renamed with a shorter word label (r: :random, p: :append, etc.). Spaces surrounding all parentheses and brackets are also removed. Taken from the tutorial [...] --url: http://www.rebol.org/view-script.r?script=obfuscation.r snake-game.r --change: new script --change: updated script --title: Snake Game --owners: notchent --author: Nick --purpose: A little graphic game. Taken from the tutorial at http://musiclessonz.com/rebol.html --url: http://www.rebol.org/view-script.r?script=snake-game.r space-invaders-shootup.r --change: new script --change: updated script --title: Space Invaders Shootup --owners: notchent --author: Nick --purpose: An extremely simple variation of the classic game. Taken from the tutorial at http://musiclessonz.com/rebol.html --url: http://www.rebol.org/view-script.r?script=space-invaders-shootup.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --24-Aug-2009

 [21/24] from: rebol:rebol:Mon:Aug:31:13:03:59:2009 at: 31-Aug-2009 11:02


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= fileserver.r --change: updated script --title: Obscure File Server --owners: piotrgapinsk --author: pijoter --purpose: Share files over HTTP protocol +NLS --url: http://www.rebol.org/view-script.r?script=fileserver.r ftp-tool.r --change: new script --change: updated script --title: FTP Tool --owners: notchent --author: Nick --purpose: Enter your username, password, and FTP URL in the text field, and hit [ENTER]. BE SURE TO END YOUR FTP URL PATH WITH "/". Click folders to browse through any dir on your web server. Click text files to open, edit and save changes back to the server. Click [...] --url: http://www.rebol.org/view-script.r?script=ftp-tool.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --31-Aug-2009

 [22/24] from: rebol:rebol:Mon:Sep:7:19:37:31:2009 at: 7-Sep-2009 17:37


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= demo.r --change: new script --change: updated script --title: Demo --owners: notchent --author: Nick --purpose: none --url: http://www.rebol.org/view-script.r?script=demo.r fileserver.r --change: updated script --title: Obscure File Server --owners: piotrgapinsk --author: pijoter --purpose: Share files over HTTP protocol +NLS --url: http://www.rebol.org/view-script.r?script=fileserver.r ftp-tool.r --change: updated script --title: FTP Tool --owners: notchent --author: Nick --purpose: none --url: http://www.rebol.org/view-script.r?script=ftp-tool.r little-email-client.r --change: updated script --title: Little Email Client --owners: notchent --author: none --purpose: A very small graphical email client that can be used to send and receive messages. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/view-script.r?script=little-email-client.r obfuscation.r --change: updated script --title: Obfuscation --owners: notchent --author: Nick --purpose: none --url: http://www.rebol.org/view-script.r?script=obfuscation.r thumbnail-maker.r --change: new script --title: Thumbnail Maker --owners: notchent --author: Nick --purpose: none --url: http://www.rebol.org/view-script.r?script=thumbnail-maker.r tray.r --change: new script --change: updated script --title: Advanced Windows tray support --owners: cyphre --author: Richard Smolak aka Cyphre --purpose: Handler for advanced system tray features --url: http://www.rebol.org/view-script.r?script=tray.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --7-Sep-2009

 [23/24] from: rebol:rebol:Mon:Sep:21:08:11:07:2009 at: 21-Sep-2009 6:10


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= cd.r --change: new script --title: DOS Style CD. --owners: endo --author: Endo --purpose: How to use MSDOS style CD. --url: http://www.rebol.org/view-script.r?script=cd.r convertitore.r --change: updated script -- Added milliliters, centiliters, cubic decimeters and cubic centimeters --title: Unit converter --owners: crazyaxe --author: Massimiliano Vessi --purpose: "The best unit converter on earth!" --url: http://www.rebol.org/view-script.r?script=convertitore.r demo.r --change: updated script --title: Demo --owners: notchent --author: Nick --purpose: Amazingly small REBOL demo app: 10 useful programs in only 2.5k (LESS THAN HALF A PRINTED PAGE OF CODE!): 1 - FREEHAND PAINT: draw and save graphic images 2 - SNAKE GAME: eat food, avoid hitting the walls and yourself 3 - TILE PUZZLE, "15": arrange [...] --url: http://www.rebol.org/view-script.r?script=demo.r dpl700-converter.r --change: new script --change: updated script --title: PhotoTrackr DPL700 to GPX/PLT converter --owners: piotrgapinsk --author: pijoter --purpose: Converts memory dumps of the Gisteq PhotoTrackr GPS logger (MTK) to GPX/OziExplorer formats --url: http://www.rebol.org/view-script.r?script=dpl700-converter.r dpl700.r --change: new script --change: updated script --title: PhotoTrackr DPL700 --owners: piotrgapinsk --author: pijoter --purpose: Reads the memory from the Gisteq PhotoTrackr GPS logger to a file --url: http://www.rebol.org/view-script.r?script=dpl700.r ftp-tool.r --change: updated script --title: FTP Tool --owners: notchent --author: Nick --purpose: Full featured FTP application. Taken from the tutorial at http://musiclessonz.com/rebol.html --url: http://www.rebol.org/view-script.r?script=ftp-tool.r ping32.r --change: updated script -- Just changed the author name. --title: Ping using Win32 API --owners: endo --author: Endo --purpose: Real (ICMP) ping using Win32 APIs --url: http://www.rebol.org/view-script.r?script=ping32.r quick-manual.r --change: new script --change: updated script --title: Quick Manual --owners: notchent --author: Nick --purpose: A quick and dirty way to print out help for all built in functions. Also includes a complete list of VID styles ("view layout" GUI widgets), VID layout words, and VID facets (standard properties available for all the VID styles). Give it a minute to [...] --url: http://www.rebol.org/view-script.r?script=quick-manual.r sticky-notes.r --change: updated script -- Just changed the author name, removed email address. --title: Sticky Notes --owners: endo --author: Endo --purpose: Simple but useful sticky note application. Click on New to create new note item. Use icons on note items to edit, delete & resize the item. Click on an item to move, hold CTRL to align. All notes will be saved (compressed) under %notes.dat when you click [...] --url: http://www.rebol.org/view-script.r?script=sticky-notes.r thumbnail-maker.r --change: updated script --title: Thumbnail Maker --owners: notchent --author: Nick --purpose: Create image preview sheets from a list of files. Used to make the introductory image at http://musiclessonz.com/rebol.html --url: http://www.rebol.org/view-script.r?script=thumbnail-maker.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --21-Sep-2009

 [24/24] from: rebol:rebol:Mon:Oct:5:19:08:03:2009 at: 5-Oct-2009 17:08


[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= convertitore.r --change: updated script --title: Unit converter --owners: crazyaxe --author: Massimiliano Vessi --purpose: "The best unit converter on earth!" --url: http://www.rebol.org/view-script.r?script=convertitore.r dpl700-converter.r --change: updated script -- Google KML/2.2 support --title: PhotoTrackr DPL700 to GPX/PLT converter --owners: piotrgapinsk --author: pijoter --purpose: Converts memory dumps of the Gisteq PhotoTrackr GPS logger (MTK) to GPX/OziExplorer formats --url: http://www.rebol.org/view-script.r?script=dpl700-converter.r dpl700.r --change: updated script --title: PhotoTrackr DPL700 --owners: piotrgapinsk --author: pijoter --purpose: Reads the memory from the Gisteq PhotoTrackr GPS logger to a file --url: http://www.rebol.org/view-script.r?script=dpl700.r indexer.r --change: updated script --title: Indexer --owners: crazyaxe --author: Massimiliano Vessi --purpose: "Add to index.r all the files and directory of the current directory" --url: http://www.rebol.org/view-script.r?script=indexer.r jeopardy.r --change: new script --change: updated script --title: Jeopardy --owners: notchent --author: none --purpose: A GUI game reminiscent of the popular TV show. Click on the header image to create and save config files which contain questions and answers to separate games. Taken from the tutorial at http://musiclessonz.com/rebol.html --url: http://www.rebol.org/view-script.r?script=jeopardy.r massmailer.r --change: new script --change: updated script --title: Mass mailer --owners: crazyaxe --author: Massimiliano Vessi --purpose: "Mass emailng the world!" --url: http://www.rebol.org/view-script.r?script=massmailer.r web-tool.cgi --change: new script --change: updated script --title: Web Server Management Tool --owners: notchent --author: none --purpose: A CGI script to manage your web server. List directory contents, upload, download, edit, and search for files, execute OS commands (chmod, ls, mv, cp, etc. - any command available on your web server's operating system), and run REBOL commands directly [...] --url: http://www.rebol.org/view-script.r?script=web-tool.cgi =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --5-Oct-2009