World: r4wp
[Announce] Announcements only - use Ann-reply to chat
older newer | first last |
MaxV 26-Jul-2012 [59] | I just upladed a new version, I removed a widget accidentally! |
Geomol 29-Jul-2012 [60] | I released my first game for the Android platform. Stunt Ace is a retro type game. REBOL was used in the development process to make a prototype and for the level editor. Stunt Ace can be found on Google play. Full version: https://play.google.com/store/apps/details?id=com.nicom.stuntace Free trial: https://play.google.com/store/apps/details?id=com.nicom.stuntacefree Stunt Ace was made using: - Deluxe Paint on an Amiga - GIMP - Waldorf Pulse analogue synthesizer - TimewARP 2600 analogue soft synth - Roland A-90 keyboard - A Mac - A PC - REBOL - In-house software Have fun! |
Robert 30-Jul-2012 [61] | www.tree-mapper.com First releas of the web-page for our new product. Done with R3. We will add more and more over time. |
Arnold 2-Aug-2012 [62] | I have put my example script for CGI forms with validation and refilling previously filled fields online on the rebol.org site. http://www.rebol.org/view-script.r?script=cgi-form-val-example.r Maybe somebody with more (CGI security) expertise can look at it and comment on safety issues please. |
Robert 3-Aug-2012 [63] | www.tree-mapper.com Email notification option added. More screenshots. Demo version can be downloaded. |
Arnold 4-Aug-2012 [64] | I just placed a first draft of a script to help with compiling Red scripts on REBOL.org http://www.rebol.org/view-script.r?script=redcompiler.r No guaranties ;) |
DocKimbel 7-Aug-2012 [65] | Printer driver for REBOL released on Github: https://github.com/dockimbel/printer-driver See %tests/ folder for a full example. Fixes and additions are welcome! |
Arnold 26-Aug-2012 [66x4] | It is far from perfect yet, the code needs a lot of cleaning up but I would not wait much longer for you all to have a look at my REBOL solution to make a small chessboard application that gives all the possible legal moves so you can play a game according to the rules of chess. You need the 2 files http://www.rebol.org/view-script.r?script=cbh.r and http://www.rebol.org/view-script.r?script=chessmoves.rto make it work. Hope you like it and the REBOL solutions I chose to accomplish this. |
Oh by the way it is NOT a chess computerprogram! It does not compute any best move of any kind! It just is possible to move the pieces playing a game according to the rules of the game. | |
Oh and you need the chessimages.r file I just uploaded too. | |
http://www.rebol.org/view-script.r?script=chessimage.r | |
Tomc 27-Aug-2012 [70] | http://www.rebol.com/article/0510.htmlfrom Carl "Time to Talk about REBOL's Future' |
Jerry 28-Aug-2012 [71] | As you might know, I wrote a R3 book in Chinese, trying to attract more people to the REBOL camp. It sells very well so far. But I would like to attract more than Just Chinese. So I decide to translate it into English and make the English Version free. It's a slide with 320 Pages. This slide is colorful, beautiful, and easy to understand. I would like you guys to help me correct my English before I put it to the public. I would also like this gesture to make Carl feel the support and love from the community. |
Arnold 28-Aug-2012 [72] | Today I fixed one issue with the chessboard with respect to the bookkeeping of the kings positions. This was the last remaining piece of this part of the puzzle. I am curious for remarks. |
ddharing 28-Aug-2012 [73x2] | Jerry, I would like to help with the English editing. Please let me know the next step. |
...sorry, should have posted this in ann-reply. | |
MaxV 5-Sep-2012 [75x2] | Hello, I'm writing a new version of Rebolide, with color syntax higlithing, using another rebol script (area-tc) with perfect syntax higlithing. I put the new rebolide on github: https://gist.github.com/3635812 , since github works great with Rebol. However I'm not good as you and I can't understand how make this new rebolide similar to the old one, see the old one on: http://www.rebol.org/view-script.r?script=rebolide.r My main concern at the moment is to create button to insert code in the main area, cut and copy works, but the functions button like the old one no. May you help me? |
OK, that link was just a gist, the repository is https://github.com/angerangel/rebolide | |
DocKimbel 6-Sep-2012 [77] | Let's make it official: http://static.red-lang.org/birth.png:-) |
Gregg 9-Sep-2012 [78] | There is a note from Carl on his blog! |
MaxV 10-Sep-2012 [79] | Carl, 9-Sep-2012 15:46:54: "I need to apologize all of you for the lack of response to your comments. This was due to a funny incident that happened on my ranch. Last week, a few heffalumps burst into my basement and turned over the last barrel of 1999 Châtemateloo. Unfortunately, the precious liquid flooded telecommunication cables and I lost network connection. You know me, this is not a reason to give up. Using a microwave oven, amateur radio, and 4 lines of code in REBOL I was able to construct a modem and here I am. Well, I read very carefully your comments (the first two lines of each comment) and I noticed that most of them contain the phrase "Hi Carl". I was hoping that I'll find out from them what further steps should be taken to save the future of REBOL, but it seems that as usual I have to come up with a solution myself. So, here it is. I decided to open source REBOL. Choice of license is very difficult because there are many kinds of them. I examined the majority of them, and none meets my needs. They are overloaded and too complicated. The only thing I can do in this situation is to write my own license. I name it ... Rebolense. Creating a license is not an easy task, but is necessary. I'll be working on it soon, so stay tuned. " |
Sunanda 10-Sep-2012 [80] | There's a growing consenus, Max, that that blog post may be better suited for the Humour group. |
Janko 10-Sep-2012 [81] | :)) |
Kaj 10-Sep-2012 [82] | Message from a yellow Carl |
ddharing 10-Sep-2012 [83x2] | Did you find anything new on GitHub? |
Probably a real blog post is the only way to know for sure. | |
Kaj 10-Sep-2012 [85x2] | Here's the Sherman REBOL compiler: |
https://github.com/akavel/sherman | |
BrianH 10-Sep-2012 [87] | REBOL patches repository here: https://github.com/BrianHawley/rebol-patches These are intended to implement pending improvements to R3, and eventually R2. Just R3 for now though. |
Kaj 10-Sep-2012 [88] | To add to the idiocy, there's now a message from the real Carl, stating he agrees with the fake one |
Reichart 10-Sep-2012 [89] | Win! |
Arnold 14-Sep-2012 [90] | Hi, I have added two scripts today on rebol.org. one is how I plan using the mysql driver from Nenad, the other one is reproducing the php script on http://www.alistapart.com/articles/succeed/to get well formed URL/URI 's and get rid of the ?id=99&stuff='idea' kind of links. It is not yet really finished for I haven't tested/thought about how this works with requesting the indexfile in subdirectories. Also if there are ideas how to store and reproduce articles from a database using one two or more keywords feel free to put them up. |
Chris 18-Sep-2012 [91] | A first pass at accessing the Etsy API: http://reb4.me/r/etsy Works similarly to my Twitter API script (a few OAuth differences here and there). You can download it, or run it in place (do/args ... [...Settings...]). As with Twitter, you start with etsy/as and go through the authorization process. It has a few example methods, and an open method - etsy/api-call - that can call (as far as I can tell) every api function. Will try to document at some point. |
NickA 18-Sep-2012 [92] | It's working beautifully! |
Marco 18-Sep-2012 [93x2] | Normally I do not announce my upload to rebol.org but this time is different. I have uploaded an upgraded version of my interface to opengl: http://www.rebol.org/view-script.r?script=opengl-glu-glut-h.r and I am asking you to insert "GLX_DOUBLEBUFFER" in the block of the line: "attrList-def: reduce [GLX_USE_GL GLX_RGBA GLX_DEPTH_SIZE 16 GLX_RED_SIZE 4 GLX_GREEN_SIZE 4 GLX_BLUE_SIZE 4 0]" to see if doublebuffer works since in my virtual machine it is not working (an empty window is opened and no gl rendering occurs) |
Sorry, I mean you should try it on a X11 environment. | |
Maxim 18-Sep-2012 [95x2] | Normally I do not announce my upload to rebol.org but this time is different. I have uploaded an upgraded version of my interface to opengl: http://www.rebol.org/view-script.r?script=opengl-glu-glut-h.r and I am asking you to insert "GLX_DOUBLEBUFFER" in the block of the line: "attrList-def: reduce [GLX_USE_GL GLX_RGBA GLX_DEPTH_SIZE 16 GLX_RED_SIZE 4 GLX_GREEN_SIZE 4 GLX_BLUE_SIZE 4 0]" to see if doublebuffer works since in my virtual machine it is not working (an empty window is opened and no gl rendering occurs) |
sorry that was completely unwanted | |
Kaj 20-Sep-2012 [97x3] | Bas published the videos of my Red presentation on Software Freedom Day at the Science Park in Amsterdam: |
http://www.youtube.com/watch?v=YtLHl-Kpyyg&list=PLo1XY7fgXbYZkC5H38c7UhlVVHWz2gztd&index=1&feature=plpp_video | |
REBOL is also in there, because the Red and Red/System compilers are currently written in it | |
NickA 21-Sep-2012 [100] | Chris, here's what I made with etsy.r: http://guitarz.org/lessons/etsy_updater.jpg It works great - Danielle is really excited to be able to do batch updates :) |
james_nak 21-Sep-2012 [101] | Nice Nick. |
MaxV 25-Sep-2012 [102x2] | http://www.rebol.com/article/0511.html |
Rebol will be open source 1st October 2012!!!! | |
NickA 25-Sep-2012 [104] | ...!!! |
Ladislav 26-Sep-2012 [105] | Announcing latest INCLUDE changes: * the complete file now available through rebol.org using the http://www.rebol.org/view-script.r?script=ladislav-include.r link. Note, however, that I use the %include.r script name here (should not be a problem, though). * addition of the STANDARD-HEADER variable to INCLUDE-CTX * script header processing added * doc update |
Kaj 27-Sep-2012 [106x3] | Doc and I created a bridge between Red and R3: |
http://red.esperconsultancy.nl/Red-REBOL-3 | |
It allows to write R3 extensions in Red(/System), and there's some support for writing custom R3 hosts in Red | |
older newer | first last |