World: r3wp
[Announce] Announcements only - use Ann-reply to chat
older newer | first last |
PatrickP61 11-Nov-2010 [910] | Some words like Color and Colour -- same meaning, different spelling |
Maxim 11-Nov-2010 [911] | btw... please discussion about announcements in ann-reply group. :-) |
jocko 13-Nov-2010 [912] | Updated my ImageMagick extension and doc. It is now possible to exchange image data between Rebol and ImageMagick without using disk files, thanks to the "mpr:" (memory program register) format which allows in-memory save and recover. http://www.colineau.fr/rebol/R3_extensions.html(refresh the page in your web navigator) |
Pekr 13-Nov-2010 [913] | should be rebolweeked :-) |
jocko 13-Nov-2010 [914] | let's get some feedback before ;-) |
nve 17-Nov-2010 [915] | Put a new version of get-rebol-ressources.r on rebol.org : download contents for platform. Test only under Windows platform. |
Carl 17-Nov-2010 [916] | Here's an odd problem I need help with: http://www.rebol.com/article/0499.html I will monitor Ann-Reply group for your comments. |
nve 23-Nov-2010 [917] | A call to french reboleur : Nous cherchons a promouvoir REBOL au sein de la communauté developpez.com. Nous sommes donc en quête de bonnes volonté pour écrire des cours/tutoriels, des articles sur REBOL, des critiques des livres, animer un blog, etc... Les bonnes volontés peuvent se déclarer sur : http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=%3C16Nov201014400973923100%3E (we are seeking for french volunteers to promote REBOL on french programing site developpez.com) |
RobertS 25-Nov-2010 [918] | Je suis toujours disponsible ... Fredericton, NB (une province Cdne lglmnt bilingue) |
Kaj 25-Nov-2010 [919x3] | With my host kit environment updated to A110, I've started extension writing. It was rather difficult to get the first dummy extension working because the documentation and example sources are woefully out of date, so I had to cobble things together from all corners and the discussions here |
I've made it into a Hello World style example extension that works on both Syllable Desktop and Syllable Server. There are also hints for Windows in the makefile. The sources are here: | |
http://syllable.cvs.sourceforge.net/viewvc/syllable/syllable/system/apps/utils/Builder/packages/HelloREBOL-Extension--current/ | |
Demitri 26-Nov-2010 [922] | Hi Kaj, if the extension and host kit and extension instruction are out of date then please update for some of us newbies. |
Kaj 26-Nov-2010 [923x3] | I just did for the example code, but I can't with the documentation, because it's RT's closed system |
Instructions are now on OSNews: | |
http://www.osnews.com/story/24071/Syllable_Runs_First_REBOL_3_Extension | |
Ladislav 29-Nov-2010 [926x2] | http://www.fm.tul.cz/~ladislav/rebol/nistclock.r updated, changes: - server list updated |
Re "How to solve systems of linear equations in REBOL?" - generally, you can use the matrix operations posted to my site: http://www.fm.tul.cz/~ladislav/rebol/matrix.r | |
Robert 1-Dec-2010 [928] | So, we are back online with our AltME world. We mostly recovered everything thanks to Cyphre's effort. Now everything is backed up in 6h intervalls. Won't happen again.... back to work on R3-GUI stuff. |
Pekr 1-Dec-2010 [929] | cool :-) |
Henrik 1-Dec-2010 [930] | Carl is back too. |
Oldes 1-Dec-2010 [931] | Carl rebooted:) |
Kaj 8-Dec-2010 [932x6] | I've ported my CMS to REBOL 3. It runs on both REBOL 3 and REBOL 2 now, with a set of compatibility functions |
That also allows me to run it on Syllable Desktop now :-) | |
It cost me two weeks. That was disappointing, especially since I had already ported it once. I'm starting to forget the years, but that was almost two years ago. Some of the bugs that blocked me from complete functionality then are still there, but I compensated for them | |
I suppose it's one of the largest pieces of software currently running on R3. It's around 130 KB, approaching 4000 lines | |
It's also the first time I'm getting a speed increase from R3. It builds websites around 35% faster than R2 | |
The Unicode support has nicely fixed a few problems in our Russian website | |
GrahamC 8-Dec-2010 [938] | Is announce used for stuff that no one will ever see? I guess so .. Max sets the precedent here! |
Maxim 8-Dec-2010 [939x2] | actually, I've released everything i've worked on recently. |
(everything public that is) | |
Kaj 9-Dec-2010 [941] | What will noone ever see? |
Pekr 9-Dec-2010 [942] | Announced systems, but never delivered. Max - this is not for this group, but - where is the GUI stuff (the names I don't even remember), where is DLL wrapper for R3? All stuff was supposed to be released in few days/weeks? |
Kaj 9-Dec-2010 [943] | I made two screenshots, so y'all will be able to see and believe :-) |
Maxim 9-Dec-2010 [944] | my current pending release projects are mainly glass and remark. |
Kaj 9-Dec-2010 [945x2] | Here are the screenshots: |
http://web.syllable.org/news/2010-12-09-23-11-CMS-ported-to-Syllable-Desktop.html | |
NickA 10-Dec-2010 [947] | http://rebolforum.com"Big Business Running On REBOL" |
Tomc 10-Dec-2010 [948] | Go Nick Go! |
Reichart 10-Dec-2010 [949] | Very impressive, and smart, and healthy... and for employing a LOT of mall cops :) |
Kaj 10-Dec-2010 [950x2] | Some more info about the CMS is now on OSNews: |
http://www.osnews.com/story/24121/Syllable_CMS_Ported_to_Syllable_Desktop | |
Robert 11-Dec-2010 [952] | We have setup official R3-GUI download place: http://www.rm-asset.com/code/downloads/files/r3-gui.r3.zip To access all our stuff directly: http://www.rm-asset.com/code/downloads/ |
RobertS 13-Dec-2010 [953x2] | this is failing face: make guie/face [ options: opts facets: make copy/deep styl/faced make styl/facets opts tags: copy styl/tags state: make guie/face-state select styl 'state intern: styl/intern ] |
; fails with ** Script error: path styl/faced is not valid for none! type | |
Henrik 13-Dec-2010 [955] | please use the rebol 3 gui group, thanks. |
Oldes 15-Dec-2010 [956] | I've uploaded my FMOD extension test project to GitHUB: https://github.com/Oldes/R3-extension-FMOD. IThis is REBOL3's extension wrapper to FMOD API. It has command for all 336 FMOD api functions, but 162 of them are just placeholders as it require more work. I must say that this is my first C project which I'm using to learn C and REBOL Extensions, so feel free to correct me if you can. Also I must note, that the main.c file was automaticaly generated so it's possible that not everything works, I tested just basics so far. |
nve 21-Dec-2010 [957] | Message from Rebol Week Team : don't forget to follow us on twitter ! http://twitter.com/rebolweek |
Andreas 24-Dec-2010 [958] | If, for whatever reason, you prefer Twitter over RSS, you can now follow Stack Overflow questions tagged REBOL on Twitter: https://twitter.com/#!/REBOL_SO |
nve 25-Dec-2010 [959] | Merry Xmas to everyone ! |
older newer | first last |