World: r3wp
[Announce] Announcements only - use Ann-reply to chat
older newer | first last |
Maxim 2-Jan-2007 [382] | You can basically edit each AGG canvas graphic element directly from the canvas using the mouse, this includes dragging, reordering and a pop up menu which is stroke contextual :-) have fun |
Maxim 3-Jan-2007 [383] | I thought I'd put a direct link to start the app (works in view 1.3.2 & 2.7.x) : do read http://www.pointillistic.com/open-REBOL/moa/steel/retools/download/regraph.r |
xavier 3-Jan-2007 [384] | nice demo |
Ingo 4-Jan-2007 [385] | Yes, really great |
Brock 4-Jan-2007 [386] | Nice work Maxim |
Louis 4-Jan-2007 [387] | Maxim, it looks like things are really coming together for you. Very nice. |
Henrik 1-Feb-2007 [388] | I've uploaded version 0.0.9 of TOOLBAR. You can read about it at http://hmkdesign.dk/rebol/in the two latest blog posts, where I also highlight a bug in REBOL/View that causes a crash because of TOOLBAR. |
Maxim 4-Feb-2007 [389] | !Liquid release v0.6.4 -------------------------------------------------------------- - cleared a few bacteria (microbugs ;-) - better support for linked containers - fixed orphaned links (named yet non-linked inputs). - start of commit concept (just the func layout) - started !plug core reference docs to download the lib: http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=liquid.r docs on liquid project: http://www.pointillistic.com/open-REBOL/moa/steel/liquid/index.html !plug reference: http://www.pointillistic.com/open-REBOL/moa/steel/liquid/plug/plug-reference.html |
Maxim 5-Feb-2007 [390x2] | The REBOL week published, http://rebolweek.blogspot.com for those who forget that the REBOL community has its own newsfeed.... feel free to ask for any article you wish to publish on the rebolweek group here. If it relates to REBOL, we'll be happy to help and raise awareness! |
liquidator, teaser here is a quick snapshot of the culmination of years of work, finally coming together. using the same (evolving and improving) core engine as the regraph tech demo, I am now attacking the IDE for dataflow application development. FINALLY. Also note that this is built over liquid which is a full featured, lazy computing, dynamically reconfigurable dataflow engine. also note that all internals of the nodes (processing and gui views) are built using liquid itself, so it will be possible to apply your own connections within the internals of the application itself ! Expect first working demos within a few weeks. First picture out of the lab: this is basically a generic "Add" node being instanced 4 times, note that each plug can stick out at any angle and that the node type label is already neatly aligned in the center of the node's core at the center. http://www.pointillistic.com/open-REBOL/moa/steel/images/news/liquidator.jpg all lines and plugs stay connected whatever you drag around (plug or node) | |
Graham 8-Feb-2007 [392x2] | A working script (send-gmail.r) that sends secure mail to gmail using gmail's smtp server, and a nearly working prot-esmtps (esmtps ) that you can use to send mail using a modified send version. http://202.78.147.203/Rebol_Scripts |
Although the esmtps protocol gives an error, the mail is still sent. | |
Maxim 21-Feb-2007 [394] | REMARK HAS NOW FINALLY BEEN RELEASED ON THE STEEL WEB SITE REMARK is a robust web site building tool which allows you to construct your own custom tags using rebol values and dialecting. The main difference of remark with other tools of its kind, is that the web pages do not contain code, they contain data or parameters to your custom tags. Remark also persistently reparses tags until no more custom tags exist in the dialected tags you create. this means you can actually build up your pages with custom which use custom tags themselves... talk about leverage! at version 1.3.5 it support multiple site configs, ftp dumping, site specific configuration, and the very flexible remark engine itself. Creating tags is trivial and for simple templating, you don't even need to know how to code in rebol... just html content within stored files can be nested within your site's pages and will be included, by simply adding a tag which is called like the stored html. Using differently named source file extensions you can even decide to parse the content differently, so that you can create different page templates or one can even decide to create a make-doc handler for example (its not included by default, just possible if you need it). you can check-out the FULL documentation, including tutorial, example site, reference page and guides on adding new tags and templates. here: http://www.pointillistic.com/open-REBOL/moa/steel/retools/index.html |
Chris 21-Apr-2007 [395] | Introducing QuarterMaster: Yet Another Web Framework that I'm probably going to have to take time to document properly: http://www.ross-gill.com/QM/ In short, it is designed around the MVC pattern. It is open source (license tbd). Tries to be lightweight, but could use some work. Tries to be as thin a wrapper to Rebol (/Core, /Base, whatever) while providing key functions for creating web sites/applications. Includes a flat-file dbms out the box, which generally works. Currently coded to work with Apache (needs mod-rewrite and 'request-uri' env variable), but should eventually be httpd agnostic. Please try, please test. I will answer all and every question (within reason). All suggestions considered with an open mind... Group: !QM |
[unknown: 9] 21-Apr-2007 [396] | I created a new project in Qtask called "IT Think Tank" The goal is to invite people that like fiddling with Servers. I realized that I know a lot of people that do this, and they all have the same issues, so they might as well share knowledge. If you would like to be invited to this project, shoot me a private message. The advantage of a group here on Qtask over - lets say - some forum on the web is: - Knowing each other, or being only one degree of separation tends to mean one feels more comfortable asking deeper questions. - Being more than a Forum, people can share files, build Qwikis of common issues, etc. - The people I know tend to be a "click above." |
btiffin 27-Apr-2007 [397] | Ever wanted well behaved dates and times, padded with leading zeroes? Check out form-date.r in the rebol.org library. It just went in. Closely compatible with strftime. Thanks to Chris. |
Chris 28-Apr-2007 [398] | Using QM with Cheyenne -- instructions now included in the documentation: http://www.ross-gill.com/QM/introduction.html All mod-QM should do is intercept 404s and redirect the request to QM. I don't think this affects existing setups (please tell me if I'm wrong). QM 404s by default are handled in files://system/views/errors/notfound.rsp |
Dockimbel 1-May-2007 [399x2] | MySQL Driver for REBOL version 1.1.0 released. Changes : http://softinnov.org/rebol/mysql-usage.html#sect2.1. Download: http://rebol.softinnov.org/mysql/ |
MySQL Driver for REBOL version 1.1.0 released. Changes : http://softinnov.org/rebol/mysql-usage.html#sect2.1. Download: http://rebol.softinnov.org/mysql/ | |
Maxim 7-May-2007 [401] | AS A TEASER FOR DEVCON... HERE IS THE FIRST EVER PUBLIC SCREEN SHOT OF ELIXIR ! http://www.pointillistic.com/open-REBOL/moa/steel/elixir/elixir_0_3_5.png |
btiffin 8-May-2007 [402] | A new Cheyenne website just unparked. http://peoplecards.caIt's in a state of flux today, but it's unparked, so I could start real-world testing. Many changes to come over the next few hours. |
Terry 15-May-2007 [403] | After much consideration, we've decided provide a dual license for Redwerks technologies similar to MySQL's licensing policy.. If you are developing and distributing open source applications under the GPL License, then you are free to use Redwerks Inc. software under the GPL License For OEMs, ISVs, and VARs who distribute Redwerks with their products, and do not license and distribute their source code under the GPL, Redwerks Inc. provides a flexible OEM Commercial License. The dual - license will apply to the following Redwerks Inc. technologies Eco - Our Semantic Network DBMS Framewerks- our website creation middleware built on Eco LFReD - our natual language intelligent agent For more information on this, and how it relates to Rebol, check out the Redwerks group. |
Ladislav 16-May-2007 [404] | http://www.fm.tul.cz/~ladislav/rebol/BEER-SDK.zipis a place where you can download the BEER1 SDK |
Terry 17-May-2007 [405] | First of our proposed source releases.. Rash 1.1 -- Now GPL (Windows binary.. will post the Rebol source as soon as I find it ;) Rash is a Rebol / Flash Hybrid Personal Agent using some early Natural Language Processing prototypes The technology has grown since this application, and is being incorporated into Framewerks, but it's a fun introduction. I'll post an old description of what it does in the Redwerks group Download here.. See the Redwerks group for instructions.. or posting questions. http://alicefair.com/rash/rash1.1.zip |
Terry 23-May-2007 [406] | Source code for the HAL 4000 (windows) now available.. The HAL 4000 is an earlier prototype to RASH.. doesn't rely on Flash http://alicefair.com/hal4000/hal4000.zip See the Redwerks group for more info |
btiffin 25-May-2007 [407] | A preamble document for the upcoming annoucement of the formation of a Formalized REBOL User Association can be found here http://peoplecards.ca/rebol/preamble.html Note: As this is a prepatory document, there is no formation agenda yet posted. That announcement will occur here on Saturday, May 26th, 2007 |
btiffin 26-May-2007 [408] | The formation of the International REBOL User Association...Open Invitation 26th of May, 2007, 20:00 UTC. First Meeting is about to be called to order in the new IRUA forum. This forum is for formal IRUA messaging only. IRUA Chat has also been created for informal discussions. The name is going to change. Please see the agenda and motions linked below. Details at http://peoplecards.ca/rebol/formation.html |
ICarii 31-May-2007 [409x2] | RebRings a new AGG/Draw based puzzle game can be downloaded here: http://rebol.mustard.co.nz/rebrings.r |
Rebrings updated - same download place. | |
Geomol 31-May-2007 [411] | Hokus Pokus! This is a little fun script, I'm working on, that actually may be useful for someone. It can change something into something else. First version could transform bitset! back to it's original string!, then I added conversion between issue! and tuple!. Now it can also translate between many human languages, like in this example: >> do http://www.fys.ku.dk/~niclasen/rebol/hokus-pokus.r >> hokus-pokus/translate "Hello, how are you?" "en2es" == "ÀHola, c—mo eres?" Using the /translate refinement, and the extra argument can be any of: ar2en , "zh2en", "zh-CN2zh-TW", "zh-TW2zh-CN", "en2ar", "en2zh-CN", "en2zh-TW", "en2fr", "en2de", "en2it", "en2ja", "en2ko", "en2pt", "en2ru", "en2es", "fr2en", "fr2de", "de2en", "de2fr", "it2en", "ja2en", "ko2en", "pt2en", "ru2en", "es2en" translating between languages like Arabic, English, Chinese, French, German, Italian, Japanese, Korean, Portuguese, Russian and Spanish. Yeah, it's a real Transmogrifier. Have fun! (It may be hard to type in many of these languages with current REBOL, I don't know! :-)) |
ICarii 1-Jun-2007 [412x3] | RebRings updated with better default pattern solution - http://rebol.mustard.co.nz/rebrings.r |
RebRings Mini now available! two-thirds the pain of RebRings ;-) http://rebol.mustard.co.nz/rebrings-mini.r | |
..and Re-released without the mix bug - version 0.0.2 now available | |
ICarii 3-Jun-2007 [415x2] | Mahjong Solitaire for rebol released. http://rebol.mustard.co.nz/mahjong.zip |
Mahjong updated to include unlimited undo, right click match and hint helps and added a few warnings on things such as no moves, game completed etc. If you already have the resources from the zip file then you can access the script at: http://rebol.mustard.co.nz/mahjong.r | |
DanielSz 3-Jun-2007 [417x2] | A dynDNS client written in Rebol. |
Explanations on the homepage of the application: http://danielsz.freeshell.org/code/mine/dns-sync/ | |
TimW 9-Jun-2007 [419] | I don't know if this is useful to anyone or not, but a couple of weeks ago I wrote a xanga parser to save posts and comments in a wordpress xml format. http://www.timwylie.com/xword.html |
ICarii 10-Jun-2007 [420] | Reb Rings Mini (Mouse Gesture Version) has been released get it at http://rebol.mustard.co.nz/rebrings-mini-mgv.r-- there are many changes PLEASE read the instructions in header. |
Dockimbel 18-Jun-2007 [421] | CureCode : a web-based bugtracking tool released (beta). See !CureCode channel for more info. |
Rebolek 29-Jun-2007 [422] | UTF-8 Validator check and validate UTF-8 files, convert from USC-2 to UTF-8, convert special characters to HTML-entities and vice versa (can ignore selected tags). available from http://bolek.techno.cz/UTF8-Validator/as REBOL script and Windows executable. |
ICarii 1-Jul-2007 [423] | RebTower (a Magic the Gathering style - strategy card game) has been released. http://rebol.mustard.co.nz/rebtower-0.0.6.zipThis is the fully playable version (minus help :P ) |
ICarii 3-Jul-2007 [424x3] | RebTower 0.0.7 has been released. - All art is now completed. - Card Builder is included with this release so you can make/modify your own cards. - Added turn pause mode so you can get a better look at the cards the computer plays. Get it at: http://rebol.mustard.co.nz/rebtower-0.0.7.zip(657kb) |
RebTower 0.0.8 - bugfix for turn-pause on winning. | |
http://rebol.mustard.co.nz/rebtower-0.0.8.zip(0.0.7 removed from server). | |
Terry 4-Jul-2007 [427] | Any "Get out of jail free" cards? |
ICarii 4-Jul-2007 [428] | RebTower 0.1.0 - added spacebar toggle to turn mode after accidentally turning it off on 0.0.9 ;-) From now on the latest versions will always be found below (its relatively stable now). (Full version) http://rebol.mustard.co.nz/rebtower.zip (Update Only version) http://rebol.mustard.co.nz/rebtower.r(for update from versions 0.0.7 and higher) |
TimW 4-Jul-2007 [429] | Wow. really awesome. I love the smooth scaling. however, there's no text on linux. Another special font? |
ICarii 4-Jul-2007 [430] | for linux change the fonts inside builder.r and rebtower.r from verdana and tahoma to something similar :) |
ICarii 6-Jul-2007 [431] | RebTower 0.1.3 released. Changes: # Fixed transparency issues with played cards # Stacks now zoomable # All new PLAYBACK MODE. (Press p to check out all the stages of a completed round) Full version: http://rebol.mustard.co.nz/rebtower.zip(661kb) Update version (from 0.0.7 upwards): http://rebol.mustard.co.nz/rebtower.r (34kb) |
older newer | first last |