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

[REBOL] [REBOL.org] Recent changes

From: rebol:rebol at: 1-Jul-2008 2: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======= animated-gif.r --change: new script --change: updated script --title: Animated GIF Example --owners: notchent --author: Nick --purpose: An example of how to use the 'anim' function. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=animated-gif.r chord-accompaniment-player.r --change: new script --change: updated script --title: Chord Accompaniment Player --owners: notchent --author: Nick --purpose: Plays music backup tracks, based on chord progressions entered as text. See http://musiclessonz.com/rebol_tutorial.html#section-31.11 for a case study about how this program was created. --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=chord-accompaniment-player.r directory-downloader.r --change: new script --title: Directory Downloader --owners: notchent --author: Nick --purpose: Download all files and subfolders from a given folder on a web server. Used to transfer entire folder structures via network. Currently configured for the aprelium web server (http://aprelium.com/), but easily adjusted for others. Taken from the tutorial [...] --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=directory-downloader.r display-ip-addresses.r --change: new script --title: Display IP Addresses --owners: notchent --author: none --purpose: Display the WAN and LAN addresses of your PC. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=display-ip-addresses.r dll-examples.r --change: new script --title: Simple Dll Examples --owners: notchent --author: none --purpose: A simple example demonstrating how to use functions inside DLLs. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=dll-examples.r draw-controls.r --change: new script --title: Simple Draw Animation Controls --owners: notchent --author: none --purpose: How to move graphics around the screen using the draw dialect. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=draw-controls.r draw-distort.r --change: new script --title: Simple Image Distort --owners: notchent --author: none --purpose: How to distort an image using the draw dialect. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=draw-distort.r embedded-binary-demo.r --change: new script --change: updated script --title: Embedded binary file demo --owners: notchent --author: none --purpose: To demonstrate how executables and any other binary data can be embedded in Rebol code, written to the hard drive, and then used as needed. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html See section 18.1 for the code needed to [...] --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=embedded-binary-demo.r ftp-chat.r --change: new script --change: updated script --title: FTP Chat Room --owners: notchent --author: none --purpose: A simple chat application that lets users send instant text messages back and forth across the Internet. The chat "rooms" are created by dynamically creating, reading, appending, and saving text files via ftp (to use the program, you'll need access to [...] --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftp-chat.r ftp-file-editor.r --change: new script --title: Simple FTP file editor --owners: notchent --author: none --purpose: Download, edit, and resave files on your website, via FTP. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftp-file-editor.r guitar-chord-diagram-maker.r --change: new script --title: Guitar Chord Diagram Maker --owners: notchent --author: none --purpose: A demo program that creates, saves, and prints collections of guitar chord fretboard diagrams. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=guitar-chord-diagram-maker.r image-effector.r --change: new script --title: Image Effector --owners: notchent --author: none --purpose: A simple GUI demo application. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=image-effector.r instant-messenger.r --change: new script --title: Peer to Peer Instant Messenger --owners: notchent --author: none --purpose: Exchange text messages directly via TCP/IP network port. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=instant-messenger.r listview-demo.r --change: new script --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/cgi-bin/cgiwrap/rebol/view-script.r?script=listview-demo.r little-email-client.r --change: new 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/cgi-bin/cgiwrap/rebol/view-script.r?script=little-email-client.r looping-gui.r --change: new script --title: Looping through data GUI --owners: notchent --author: none --purpose: An example demonstrating how to accomplish goals similar to the 'Looping through data' demo, using GUI techniques. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=looping-gui.r looping-through-data.r --change: new script --title: Looping though data --owners: notchent --author: none --purpose: An example application that demonstrates how loop structures can be used to step through lists of data. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=looping-through-data.r mysql-example.r --change: new script --change: updated script --title: MySql Example --owners: notchent --author: Nick --purpose: A simple example demonstrating how to use mysql-protocol from http://softinnov.org/rebol/mysql.shtml. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=mysql-example.r object-namespaces.r --change: new script --title: Object Namespaces --owners: notchent --author: Nick --purpose: A short example to demonstrate how name spaces can be managed in Rebol, using objects. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=object-namespaces.r objects-example.r --change: new script --title: Object Game --owners: notchent --author: Nick --purpose: A little game to demonstrate Rebol objects. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=objects-example.r playing-card-example.r --change: new script --title: Playing Card Example --owners: notchent --author: Nick --purpose: An example demonstrating how to work with graphical playing cards. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=playing-card-example.r remove-comments.r --change: new script --title: Remove Comments --owners: notchent --author: Nick --purpose: A parse example that removes comments from Rebol code. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=remove-comments.r simple-menu.r --change: new script --title: Simple Menu --owners: notchent --author: none --purpose: A quick and dirty way to create menus in your GUI. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=simple-menu.r simple-multitasking.r --change: new script --title: Simple Multitasking Example --owners: notchent --author: none --purpose: A simple example demonstrating multitasking using 'feel and 'rate. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=simple-multitasking.r simple-r3d.r --change: new script --change: updated script --title: Simple R3D Example --owners: notchent --author: none --purpose: A simple example to demonstrate how to use Andrew Hoadley's R3D module. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=simple-r3d.r textris.r --change: new script --title: Textris --owners: notchent --author: Nick --purpose: The game of Tetris, in text mode. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=textris.r tiny-paint-programs.r --change: new script --title: Tiny Paint Programs --owners: notchent --author: none --purpose: Three different small paint programs, including the shortest possible one-liner. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=tiny-paint-programs.r tiny-tile-game.r --change: new script --title: Tiny Tile Game --owners: notchent --author: none --purpose: A very short GUI game example. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=tiny-tile-game.r web-cam.r --change: new script --change: updated script --title: Web Cam --owners: notchent --author: Nick --purpose: An example demonstrating how to use the Windows API to access local web cam images. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=web-cam.r webcam-viewer.r --change: new script --title: Webcam Viewer --owners: notchent --author: none --purpose: Display video feeds from live webcam servers. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=webcam-viewer.r =======additional information======= new and updated scripts: http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?special-filter=recent =======end======= --The Library People --1-Jul-2008