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

[REBOL.org] Recent changes

 [1/15] from: rebol:rebol at: 2-Dec-2008 7:23


[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======= application-sizer.r --change: new script --change: documentation added or updated --title: Estimate size of a REBOL application --owners: sunanda --author: Sunanda --purpose: none --url: http://www.rebol.org/view-script.r?script=application-sizer.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 --2-Dec-2008

 [2/15] from: rebol:rebol at: 9-Dec-2008 11:40


[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======= application-sizer.r --change: updated script -- added /preprocess refinement --change: documentation added or updated --title: Estimate size of a REBOL application --owners: sunanda --author: Sunanda --purpose: none --url: http://www.rebol.org/view-script.r?script=application-sizer.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 --9-Dec-2008

 [3/15] from: rebol:rebol at: 16-Dec-2008 15: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======= args-test.r --change: new script --title: args.r test --owners: moliad --author: Maxim Olivier-Adlhoch --purpose: Demonstrate the use of the args.r module on rebol.org --url: http://www.rebol.org/view-script.r?script=args-test.r args.r --change: new script --change: documentation added or updated --title: args - generic command-line argument parser. --owners: moliad --author: Maxim Olivier-Adlhoch --purpose: End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it. --url: http://www.rebol.org/view-script.r?script=args.r clipboard.r --change: new script --title: Clipboard --owners: christian --author: Christian Ensel --purpose: (Microsoft/Windows only:) Read and write text, bitmaps and files from and to the clipboard. --url: http://www.rebol.org/view-script.r?script=clipboard.r paste-clipboard.r --change: new script --change: updated script -- Obsolete, see clipboard.r instead (sorry for the confusion) --title: Paste Clipboard --owners: christian --author: Christian Ensel --purpose: Obsolete, see clipboard.r instead (sorry for the confusion) --url: http://www.rebol.org/view-script.r?script=paste-clipboard.r sticky-notes.r --change: new script --title: Sticky Notes --owners: endo --author: Semseddin Moldibi --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 vprint.r --change: updated script --title: vprint: print/logging management tool --owners: moliad --author: Maxim Olivier-Adlhoch --purpose: programatically selectable, indented printing/tracing/logging/debugging engine. --url: http://www.rebol.org/view-script.r?script=vprint.r xml-dom.r --change: new script --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 --16-Dec-2008

 [4/15] from: rebol:rebol at: 23-Dec-2008 22: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======= args.r --change: updated script -- flag name format enforced, some parse fixes. --change: documentation added or updated --title: args - generic command-line argument parser. --owners: moliad --author: Maxim Olivier-Adlhoch --purpose: End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it. --url: http://www.rebol.org/view-script.r?script=args.r clipboard.r --change: updated script --title: Clipboard --owners: christian --author: Christian Ensel --purpose: (Microsoft/Windows only:) Read and write text, bitmaps and files from and to the clipboard. --url: http://www.rebol.org/view-script.r?script=clipboard.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 --23-Dec-2008

 [5/15] from: rebol:rebol at: 30-Dec-2008 23:11


[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======= ping32.r --change: new script --change: updated script --title: Ping using Win32 API --owners: endo --author: Semseddin Moldibi --purpose: Real (ICMP) ping using Win32 APIs --url: http://www.rebol.org/view-script.r?script=ping32.r smallr.r --change: new script --title: Small Rebol 1.0 --owners: ldci --author: François Jouen --purpose: a tool for Rebol newbies including MDI editor and Launch function --url: http://www.rebol.org/view-script.r?script=smallr.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --30-Dec-2008

 [6/15] from: rebol:rebol at: 6-Jan-2009 5: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======= buttons.r --change: documentation added or updated --title: Piles of Button Styles --owners: carl --author: Carl Sassenrath --purpose: Displays 52 button styles out of the hundreds possible. --url: http://www.rebol.org/view-script.r?script=buttons.r hello.r --change: documentation added or updated --title: Hello World Window --owners: carl --author: none --purpose: Opens a window that displays text and a quit button --url: http://www.rebol.org/view-script.r?script=hello.r =======additional information======= recent documentation: http://www.rebol.org/cpt-recent-docs.r =======end======= --The Library People --6-Jan-2009

 [7/15] from: rebol:rebol at: 13-Jan-2009 12:28


[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======= bbcode.r --change: new script --change: updated script -- new script --title: BBcode --owners: oldes --author: David 'Oldes' Oliva --purpose: Basic BBCode implementation. For more info about BBCode check http://en.wikipedia.org/wiki/BBCode --url: http://www.rebol.org/view-script.r?script=bbcode.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --13-Jan-2009

 [8/15] from: rebol:rebol at: 20-Jan-2009 19: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======= code-colorizer.r --change: updated script --title: Rebol Code colorizer --owners: oldes --author: David 'Oldes' Oliva --purpose: To convert Rebol script into html with colorized code. Using string based parsing. --url: http://www.rebol.org/view-script.r?script=code-colorizer.r php-colorizer.r --change: new script --title: PHP-colorizer --owners: oldes --author: David 'Oldes' Oliva --purpose: none --url: http://www.rebol.org/view-script.r?script=php-colorizer.r xml-dom.r --change: updated script -- 'get method now accepts tag! as an argument. --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 =======end======= --The Library People --20-Jan-2009

 [9/15] from: rebol:rebol at: 29-Jan-2009 23: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: new 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 =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --29-Jan-2009

 [10/15] from: rebol:rebol at: 5-Feb-2009 9:00


[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 -- Corrected flow conversio. --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 superenalotto.r --change: new script --title: Superenaloto extractor --owners: crazyaxe --author: Massimiliano Vessi --purpose: Simple random number generator. --url: http://www.rebol.org/view-script.r?script=superenalotto.r url-handler.r --change: updated script --change: documentation added or updated --title: URL Handler --owners: hallyhaa --author: HY --purpose: A script to handle URLs as objects. Rebol's built-in 'decode-url function returns an object, but no methods to manipulate it. This script includes functions that make it possible to manipulate the URL as you please. CGI parameters are parsed into an [...] --url: http://www.rebol.org/view-script.r?script=url-handler.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 --5-Feb-2009

 [11/15] from: rebol:rebol at: 12-Feb-2009 12: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======= days-between.r --change: new script --title: Days Between --owners: notchent --author: Nick --purpose: Compute the number of days between any two dates - super simple GUI example. --url: http://www.rebol.org/view-script.r?script=days-between.r indexer.r --change: new 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 =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --12-Feb-2009

 [12/15] from: rebol:rebol at: 19-Feb-2009 16: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======= convertitore.r --change: updated script -- Corrected pounds conversion --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 form-date.r --change: documentation added or updated --title: form-date --owners: chrisrg --author: Christopher Ross-Gill --purpose: Return formatted date string using strftime style format specifiers --url: http://www.rebol.org/view-script.r?script=form-date.r superenalotto.r --change: updated script --title: Superenaloto extractor --owners: crazyaxe --author: Massimiliano Vessi --purpose: Simple random number generator. --url: http://www.rebol.org/view-script.r?script=superenalotto.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 --19-Feb-2009

 [13/15] from: rebol:rebol at: 26-Feb-2009 10:53


[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======= arff-datamining.r --change: new script --change: updated script --title: ARFF Data Mining --owners: izkata --author: Izkata --purpose: Implement a framework for Data Mining algorithms that works on ARFF files. Includes various algorithms. Assumes class being mined for is the last attribute. --url: http://www.rebol.org/view-script.r?script=arff-datamining.r lorentz.r --change: new script --title: Lorentz Attractor --owners: geomol --author: John Niclasen --purpose: Visualization of the Lorentz Attractor. --url: http://www.rebol.org/view-script.r?script=lorentz.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --26-Feb-2009

 [14/15] from: rebol:rebol at: 5-Mar-2009 1: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======= calculator-tutorial.r --change: new script --change: updated script --title: calculator --owners: notchent --author: none --purpose: A little GUI calculator example, with printout. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/view-script.r?script=calculator-tutorial.r convertitore.r --change: updated script -- Corrected meters tag --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 rebxml2xml.r --change: updated script -- Updated from ver. 1.2.0 to 1.3.1 --title: RebXML to XML Converter --owners: geomol --author: John Niclasen --purpose: Converts a RebXML block structure to XML. --url: http://www.rebol.org/view-script.r?script=rebxml2xml.r xml2rebxml.r --change: updated script -- Updated from ver. 1.1.2 to 1.2.0 --title: XML to RebXML Converter --owners: geomol --author: John Niclasen --purpose: Convert XML to RebXML block structure. --url: http://www.rebol.org/view-script.r?script=xml2rebxml.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --5-Mar-2009

 [15/15] from: rebol:rebol at: 12-Mar-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======= ascii-math.r --change: new script --title: Ascii math --owners: swall --author: Scott Wall --purpose: Defines functions and variables for arithmetic ASCII characters --url: http://www.rebol.org/view-script.r?script=ascii-math.r blood.r --change: new script --title: Blood --owners: moliad --author: Maxim Olivier-Adlhoch --purpose: Usefull example to demo and learn how to use liquid. --url: http://www.rebol.org/view-script.r?script=blood.r button.r --change: updated script -- updated my email address --title: VID Button Set --owners: carl gandalf --author: Ammon Johnson --purpose: A simple VID Button set. Includes Ok, Cancel, Toggle and Choice --url: http://www.rebol.org/view-script.r?script=button.r date.r --change: updated script --owners: [unowned] --url: http://www.rebol.org/view-script.r?script=date.r dragbar.r --change: updated script --owners: [unowned] --url: http://www.rebol.org/view-script.r?script=dragbar.r drop-down.r --change: updated script --owners: [unowned] --url: http://www.rebol.org/view-script.r?script=drop-down.r group.r --change: updated script --owners: [unowned] --url: http://www.rebol.org/view-script.r?script=group.r liquid.r --change: updated script -- added freeze functionality and fixed fill container 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 makedoc2.r --change: documentation added or updated --title: MakeDoc 2 - The REBOL Standard Document Formatter --owners: carl --author: Carl Sassenrath --purpose: This is the official MakeDoc document formatter that is used by REBOL Technologies for all documentation. It is the fastest and easiest way to create good looking documentation using any text editor (even ones that do not auto-wrap text). It creates titles, headings, [...] --url: http://www.rebol.org/view-script.r?script=makedoc2.r oneliner-quine.r --change: updated script -- Added my email address --title: Quine -- a program that displays it's own source --owners: gandalf --author: Ammon Johnson --purpose: Creates a self modifying window. (includes the REBOL Header.) --url: http://www.rebol.org/view-script.r?script=oneliner-quine.r slim.r --change: updated script -- errors when loading libs no longer use the /error refinement, allows console-quiet reloading from the net. --title: SLiM - STEEL | Library Manager --owners: moliad --author: Maxim Olivier-Adlhoch --purpose: Loads and Manage Run-time linkable libraries. Also serves as a specification. --url: http://www.rebol.org/view-script.r?script=slim.r vid-button.r --change: new script --title: VID Button Set --owners: gandalf --author: Ammon Johnson --purpose: A simple VID Button set. Includes Ok, Cancel, Toggle and Choice --url: http://www.rebol.org/view-script.r?script=vid-button.r wizard.r --change: updated script --owners: [unowned] --url: http://www.rebol.org/view-script.r?script=wizard.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 --12-Mar-2009