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

[REBOL.org] Recent changes

 [1/16] from: rebol:rebol:Wed:Sep:15:12:41:38:2010 at: 15-Sep-2010 10:41


[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======= treelist.r --change: new script --title: (treelist) --owners: luce80 --author: Marco Antoniazzi derived from Didier CADIEU --purpose: show how to build a simple tree list --url: http://www.rebol.org/view-script.r?script=treelist.r use-rule.r --change: new script --change: updated script --title: Use-rule --owners: ladislav --author: Ladislav Mecir --purpose: none --url: http://www.rebol.org/view-script.r?script=use-rule.r vid-build.r --change: new script --title: VID_build --owners: luce80 --author: Marco Antoniazzi --purpose: Easily create VID guis --url: http://www.rebol.org/view-script.r?script=vid-build.r win32-errors.r --change: new script --title: REBOL Mapping of all win32 API errors --owners: moliad --author: Maxim Olivier-Adlhoch --purpose: none --url: http://www.rebol.org/view-script.r?script=win32-errors.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --15-Sep-2010

 [2/16] from: rebol:rebol:Thu:Sep:23:02:41:42:2010 at: 23-Sep-2010 0:41


[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======= fire-smoke-particle-generator.r --change: new script --change: updated script -- better flames, optional smooth smoke, autosave setup, ctrl-click to delete sources. --title: Fire and Smoke particles generator. --owners: moliad --author: none --purpose: A particle engine demo which generates fire and smoke, with a lot of control and some compositing built-in --url: http://www.rebol.org/view-script.r?script=fire-smoke-particle-generator.r load-ini.r --change: new script --title: Load ini file --owners: luce80 --author: Marco Antoniazzi --purpose: Parses a Window's ini file. --url: http://www.rebol.org/view-script.r?script=load-ini.r particle-generator.r --change: new script --title: Fire and Smoke particles generator. --owners: moliad --author: none --purpose: A particle engine demo which generates fire and smoke, with a lot of control and some compositing built-in --url: http://www.rebol.org/view-script.r?script=particle-generator.r supercalculator.r --change: updated script -- Error catching! You can safely divide by zero. Now it's perfect! --title: Supercalculator --owners: crazyaxe --author: Massimiliano Vessi --purpose: "Scientific calculator in Rebol!" --url: http://www.rebol.org/view-script.r?script=supercalculator.r use-rule.r --change: updated script -- /no-rebind variant simplified --title: Use-rule --owners: greggirwin ladislav --author: "Ladislav Mecir" "Gregg Irwin" --purpose: Create a recursion and thread-safe parse rule with local variables. R2/R3 compatible. --url: http://www.rebol.org/view-script.r?script=use-rule.r vid-build.r --change: updated script --title: VID_build --owners: luce80 --author: Marco Antoniazzi --purpose: Easily create VID guis --url: http://www.rebol.org/view-script.r?script=vid-build.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --23-Sep-2010

 [3/16] from: rebol:rebol:Thu:Sep:30:21:03:51:2010 at: 30-Sep-2010 16:12


[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======= choice-button-menu-example.r --change: new script --change: updated script --title: Choice Button Menu Example --owners: notchent --author: Nick --purpose: A quick way to add a simple menu to VID GUIs --url: http://www.rebol.org/view-script.r?script=choice-button-menu-example.r ifunc.r --change: new script --title: Ifunc --owners: ladislav --author: Ladislav Mecir --purpose: Sometimes it is optimal to do some things just once, during a "function initialization phase", instead of doing them every time the function is called. An example of this may be a creation of USE-RULEs, that can be done just once, instead of being done [...] --url: http://www.rebol.org/view-script.r?script=ifunc.r vid-build.r --change: updated script -- Added style button and sensor --change: discussion post(s) made --title: VID_build --owners: luce80 --author: Marco Antoniazzi --purpose: Easily create VID guis --url: http://www.rebol.org/view-script.r?script=vid-build.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 --30-Sep-2010

 [4/16] from: rebol:rebol:Fri:Oct:8:00:52:48:2010 at: 7-Oct-2010 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======= editor-with-undo.r --change: new script --change: updated script --title: Editor with Undo --owners: notchent --author: Romano Paolo Tenca, (incorporated by Nick Antonaccio) --purpose: Demonstrates how alter REBOL's built in text editor. Romano Paolo Tenca's "edit-text-undo" (http://www.rebol.it/romano/edit-text-undo.txt) is incorporated. The color scheme and help text in the editor are also adjusted. The key to making the changes [...] --url: http://www.rebol.org/view-script.r?script=editor-with-undo.r svn-version.r --change: new script --title: SVN Version --owners: dockimbel --author: Nenad Rakocevic --purpose: Retrieve the global revision number from a local SVN repository. This mimics the feature offered by the svnversion command-line tool See: http://svnbook.red-bean.com/en/1.1/re57.html This can be used in PREBOL (or other scripts preprocessors) to insert [...] --url: http://www.rebol.org/view-script.r?script=svn-version.r test-framework.r --change: new script --title: Test-framework --owners: ladislav --author: Ladislav Mecir --purpose: Test framework --url: http://www.rebol.org/view-script.r?script=test-framework.r vid-build.r --change: discussion post(s) made --title: VID_build --owners: luce80 --author: Marco Antoniazzi --purpose: Easily create VID guis --url: http://www.rebol.org/view-script.r?script=vid-build.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 --7-Oct-2010

 [5/16] from: rebol:rebol:Thu:Oct:14:11:20:29:2010 at: 14-Oct-2010 9:20


[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======= core-test-package.r --change: new script --title: core test package --owners: andreas ladislav --author: Ladislav Mecir --purpose: none --url: http://www.rebol.org/view-script.r?script=core-test-package.r core-tests-run-safe.r --change: new script --title: Core tests run safe --owners: ladislav --author: Ladislav Mecir --purpose: Core tests --url: http://www.rebol.org/view-script.r?script=core-tests-run-safe.r core-tests-run.r --change: new script --title: Core tests run --owners: ladislav --author: Ladislav Mecir --purpose: Core tests --url: http://www.rebol.org/view-script.r?script=core-tests-run.r ledclock.r --change: new script --title: Led Clock --owners: ldci --author: François Jouen --purpose: A simple demo with leds --url: http://www.rebol.org/view-script.r?script=ledclock.r vid-build.r --change: updated script -- gui window reopens where it was closed --title: VID_build --owners: luce80 --author: Marco Antoniazzi --purpose: Easily create VID guis --url: http://www.rebol.org/view-script.r?script=vid-build.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --14-Oct-2010

 [6/16] from: rebol:rebol:Thu:Oct:21:07:46:02:2010 at: 21-Oct-2010 5: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======= core-test-package.r --change: updated script -- new package downloader used --title: core test package --owners: andreas ladislav --author: Ladislav Mecir --purpose: none --url: http://www.rebol.org/view-script.r?script=core-test-package.r object-xml.r --change: new script --change: updated script --title: object to xml converter --owners: jamesnak --author: James Nakakihara --purpose: Takes the output and/or object format from xml-object.r by Brian Wisti and Gavin F. McKenzie and formats it back into xml. See also xml-parse by the same authors to provide the input from an xml file to xml-object.r. --url: http://www.rebol.org/view-script.r?script=object-xml.r parseen.r --change: new script --title: Parseen --owners: ladislav --author: Ladislav Mecir --purpose: Parse enhancements for R2 --url: http://www.rebol.org/view-script.r?script=parseen.r test-framework.r --change: updated script --title: Test-framework --owners: ladislav --author: Ladislav Mecir --purpose: Test framework --url: http://www.rebol.org/view-script.r?script=test-framework.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --21-Oct-2010

 [7/16] from: rebol:rebol:Thu:Oct:28:17:29:17:2010 at: 28-Oct-2010 15: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======= core-test-package.r --change: updated script -- note strings changed to comments --title: core test package --owners: andreas ladislav --author: Ladislav Mecir --purpose: none --url: http://www.rebol.org/view-script.r?script=core-test-package.r phototrackr-converter.r --change: updated script --title: PhotoTrackr DPL converter --owners: piotrgapinsk --author: pijoter --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 test-framework.r --change: updated script -- strings reserved for future use, logging skipped tests --title: Test-framework --owners: ladislav --author: Ladislav Mecir --purpose: Test framework --url: http://www.rebol.org/view-script.r?script=test-framework.r use-rule.r --change: updated script -- Simplification using inline function (they don't crash A108/109) --title: Use-rule --owners: greggirwin ladislav --author: "Ladislav Mecir" "Gregg Irwin" --purpose: Create a recursion and thread-safe parse rule with local variables. R2/R3 compatible. --url: http://www.rebol.org/view-script.r?script=use-rule.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --28-Oct-2010

 [8/16] from: rebol:rebol:Thu:Nov:4:18:43:03:2010 at: 4-Nov-2010 17:42


[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======= c-aware.r --change: new script --change: updated script -- typo correction --title: C-aware --owners: ladislav --author: Ladislav Mecir --purpose: This is an idea, how to "instantly" make R2 cycle bodies CONTINUE-aware. --url: http://www.rebol.org/view-script.r?script=c-aware.r core-tests-run-safe.r --change: updated script --owners: [unowned] --url: http://www.rebol.org/view-script.r?script=core-tests-run-safe.r core-tests-run.r --change: updated script --owners: [unowned] --url: http://www.rebol.org/view-script.r?script=core-tests-run.r parseen.r --change: updated script -- IF-RULE added --title: Parseen --owners: ladislav --author: Ladislav Mecir --purpose: Parse enhancements for R2 --url: http://www.rebol.org/view-script.r?script=parseen.r simple-menu-style.r --change: new script --title: Menu style example --owners: luce80 --author: Marco Antoniazzi directly derived from Nick Antonaccio --purpose: A quick way to add a simple menu to VID GUIs --url: http://www.rebol.org/view-script.r?script=simple-menu-style.r use-rule.r --change: updated script -- the /local dependency removed from the /no-rebind variant --title: Use-rule --owners: greggirwin ladislav --author: "Ladislav Mecir" "Gregg Irwin" --purpose: Create a recursion and thread-safe parse rule with local variables. R2/R3 compatible. --url: http://www.rebol.org/view-script.r?script=use-rule.r vid-build.r --change: updated script -- Enhancements and bug fixes --title: VID_build --owners: luce80 --author: Marco Antoniazzi --purpose: Easily create VID guis --url: http://www.rebol.org/view-script.r?script=vid-build.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --4-Nov-2010

 [9/16] from: rebol:rebol:Thu:Nov:11:23:55:28:2010 at: 11-Nov-2010 21:54


[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======= get-rebol-ressources.r --change: new script --change: updated script -- Add Purpose. --title: Get REBOL ressources --owners: nicolasv --author: Nicolas --purpose: Get REBOL ressources. Download files on local drive. Use parse with rules REBOL concept. So very easy to add new ressources to download. --url: http://www.rebol.org/view-script.r?script=get-rebol-ressources.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --11-Nov-2010

 [10/16] from: rebol:rebol:Fri:Nov:19:02:02:51:2010 at: 19-Nov-2010 0: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======= get-rebol-ressources.r --change: updated script -- Download specific contents for the platform. --title: Get REBOL resources --owners: nicolasv --author: Nicolas --purpose: Get REBOL resources. Download files on local drive. Use parse with rules REBOL concept. So very easy to add new resources to download. --url: http://www.rebol.org/view-script.r?script=get-rebol-ressources.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --19-Nov-2010

 [11/16] from: rebol:rebol:Fri:Nov:26:10:49:30:2010 at: 26-Nov-2010 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======= get-rebol-ressources.r --change: updated script -- Add new link to download. --title: Get REBOL resources --owners: nicolasv --author: Nicolas --purpose: Get REBOL resources. Download files on local drive. Use parse with rules REBOL concept. So very easy to add new resources to download. --url: http://www.rebol.org/view-script.r?script=get-rebol-ressources.r listview-demo.r --change: updated script -- Updated link to list-view.r --title: Listview Demo --owners: notchent --author: none --purpose: A demo of the listview control by Henrik Mikael Kristensen. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/view-script.r?script=listview-demo.r r3-rehash.r --change: new script --title: R3 Hash function --owners: sunanda --author: Sunanda --purpose: Provide a hash function (case sensitive map) for R3 --url: http://www.rebol.org/view-script.r?script=r3-rehash.r strip.r --change: updated script -- Updated link to list-view.r --title: StRIP --owners: rebolek --author: Boleslav Brezovsky, based on rip.r by Carl Sassenrath/Cal Dixon --purpose: REBOL File packer --url: http://www.rebol.org/view-script.r?script=strip.r vid-build.r --change: discussion post(s) made --title: VID_build --owners: luce80 --author: Marco Antoniazzi --purpose: Easily create VID guis --url: http://www.rebol.org/view-script.r?script=vid-build.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 --26-Nov-2010

 [12/16] from: rebol:rebol:Fri:Dec:3:18:08:01:2010 at: 3-Dec-2010 16: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======= parseen.r --change: updated script -- common subexpression --title: Parseen --owners: ladislav --author: Ladislav Mecir --purpose: Parse enhancements for R2 --url: http://www.rebol.org/view-script.r?script=parseen.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --3-Dec-2010

 [13/16] from: rebol:rebol:Fri:Dec:10:21:37:57:2010 at: 10-Dec-2010 19: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======= identity.r --change: updated script -- NEW-LINE-ATTRIBUTE corrected --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 --10-Dec-2010

 [14/16] from: rebol:rebol:Fri:Dec:17:10:04:34:2010 at: 17-Dec-2010 8:04


[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======= rebsvs.r --change: new script --title: REBOL SVS --owners: nicolasv --author: Nicolas --purpose: Source version system for REBOL --url: http://www.rebol.org/view-script.r?script=rebsvs.r whatismyip.r --change: new script --title: What is my IP --owners: endo --author: Endo --purpose: Prints your IP address to Console --url: http://www.rebol.org/view-script.r?script=whatismyip.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --17-Dec-2010

 [15/16] from: rebol:rebol:Fri:Dec:24:10:25:42:2010 at: 24-Dec-2010 8: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======= whatismyip.r --change: discussion post(s) made --title: What is my IP --owners: endo --author: Endo --purpose: Prints your IP address to Console --url: http://www.rebol.org/view-script.r?script=whatismyip.r =======additional information======= recent discussion: http://www.rebol.org/cpt-active-posts.r =======end======= --The Library People --24-Dec-2010

 [16/16] from: rebol:rebol:Fri:Dec:31:16:49:23:2010 at: 31-Dec-2010 14: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======= rebolide.r --change: new script --title: Rebolide --owners: crazyaxe --author: Massimiliano Vessi --purpose: A Rebol IDe for beginners that helps learning Rebol --url: http://www.rebol.org/view-script.r?script=rebolide.r whatismyip.r --change: discussion post(s) made --title: What is my IP --owners: endo --author: Endo --purpose: Prints your IP address to Console --url: http://www.rebol.org/view-script.r?script=whatismyip.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 --31-Dec-2010