World: r3wp
[Announce] Announcements only - use Ann-reply to chat
older newer | first last |
Rebolek 5-Mar-2009 [610] | >> chat >> 837 >> get * |
kib2 5-Mar-2009 [611x3] | That's it! I missed the get part. Thanks. |
whaow : 50 Ko :) | |
Does that mean that we can use unicode encoding with the help of r2-forward ? | |
Oldes 5-Mar-2009 [614] | :) |
Rebolek 5-Mar-2009 [615] | This discussion should be in Ann-Reply |
Maxim 7-Mar-2009 [616x2] | Uploaded liquid v0.7.0 to rebol.org, first production ready candidate to be released. extensively tested and ultra stable so far (even in real-time graphicaly-oriented several thousand node applications). |
Blood v0.1.1 released to rebol.org. the first ever public demo of how to use liquid. The application itself is very simple for now, but the code is pretty clean, has a lot of comments to explain a lot of what is going on. | |
Maxim 8-Mar-2009 [618] | liquid v0.7.1 released. -adds freeze functionality to !plug, which allows you to basically turn "off" processing and messaging of a node, while still keeping all of its functionality. this allows you prevent uneccessary processing while setting up a liquid-network by switching off nodes until they are properly setup, for example. -fixes a minor bug, and a regression. |
Geomol 16-Mar-2009 [619] | PostScript dialect v. 0.4.6 released: http://www.fys.ku.dk/~niclasen/postscript/ Added PDF output via script rebps2pdf.r See documentation! |
Robert 9-Apr-2009 [620x2] | I think best group for THIS: |
Today my son "Max Robin" was born. Mother and baby are fit and well up. | |
Janko 9-Apr-2009 [622] | great , congratulations!! |
Robert 9-Apr-2009 [623] | Thx. Mom and son come home in 5 days. So trying to sleep as much as possible now :-)) |
Janko 9-Apr-2009 [624] | is it your first child? |
Robert 9-Apr-2009 [625] | No, 2nd |
Janko 9-Apr-2009 [626] | aha, I was totally crazy when I came home from first child.. had no idea what to do.. I am not sure how it will be with second :) |
Colin 9-Apr-2009 [627] | Great news Robert. Congratulations .. and there is no such thing as "enough sleep". |
Mchean 9-Apr-2009 [628] | congratulations! |
Maarten 10-Apr-2009 [629] | Congratulations Robert! |
Anton 12-Apr-2009 [630] | No, the best group for this is the "births & deaths" group. |
shadwolf 12-Apr-2009 [631x2] | ... damn on the day of my death i will have to post on this group^:P |
is there a "I'm in heaven with angels group" too ? | |
Robert 14-Apr-2009 [633x2] | Thanks a lot to all of you. |
Maybe a "baby born" group really makes sense... | |
Maxim 18-Apr-2009 [635] | rebol babies (like they do for movie productions) |
ICarii 19-Apr-2009 [636] | Working on a R2 virtual piano/synth with sheet music display etc. Currently reads in a song+timings and has the ability to play and write in Windows/etc RIFF/wav format. http://rebol.mustard.co.nz/synth2.rfor those interested. |
jocko 19-Apr-2009 [637] | nice looking program |
ICarii 19-Apr-2009 [638] | Synth 0.0.3 released. http://rebol.mustard.co.nz/synth2.r 0.0.3 lots of bugfixes added safety error trap to play-song added ability to put chords inside song block as a block [C4 [C4 E4 G4] [E4 G4] G4...] please note that this still uses a single entry in the timing block sheet music now displays chords added multi-channel support (really 1 or 2 channels atm) 8bit and 16bit sound added added a new song to show chords/multi-note in operation |
[unknown: 5] 19-Apr-2009 [639x2] | You should have it highlight each note in yellow as it is playing. It will give it a bit of an interactive feel. |
Rather yellow glow around the note. I didn't mean make the note yellow. | |
ICarii 19-Apr-2009 [641] | it will eventually - just working on the mechanics first |
amacleod 20-Apr-2009 [642] | Can't reach hte site. Down? |
ICarii 20-Apr-2009 [643] | site was probably doing nightly server update |
ICarii 21-Apr-2009 [644] | synth updated. 0.0.4 added bars into song format for better readability totally rewrote multi-note handling fixed endian issue with 16bit samples - 16bit chords still sound horrible.. added progress indicator when building songs added status info on sample size / play time added more note symbols to cater for different timings and rests http://rebol.mustard.co.nz/synth2.r |
Alan 22-Apr-2009 [645] | timing out here |
ICarii 22-Apr-2009 [646] | sigh.. i need to find a new host (free) mustard is too unreliable :( |
Rebolek 22-Apr-2009 [647] | what about rebol.org ? |
Graham 22-Apr-2009 [648] | free sites don't always cut the mustard |
DideC 24-Apr-2009 [649] | Announcements only - use Ann-reply to chat [web-public] |
Janko 13-May-2009 [650] | Site Assistant, which is fully made in REBOL, has been released as public beta. This means you can all sign-up (for free) and try it -- and report me the bugs :) I am trying to get the core system stable and tested, features will still be added. S-A frontend runs on Cheyenne, and backend bots are also written in REBOL. http://www.site-assistant.com |
amacleod 13-May-2009 [651] | Your account was created You can sign up now. Should be "sign in" Its so hard to catch all those little typos without others eyes... I'm going to try it out, Janko. I'll give you any feed back I come up with. |
Janko 13-May-2009 [652] | ( I will reply in Ann-Reply ) |
amacleod 13-May-2009 [653] | Got an RSP error when I tried to change the global setting for expiration notification from 5 to 10 days. I had no groups added yet so that might be part of it. |
Ladislav 17-May-2009 [654] | yet another Parse-related text; a corrected version of my older article: http://www.rebol.net/wiki/Parse_versus_RE |
PeterWood 23-May-2009 [655] | I have published the string encoding utlilties that I wrote for rebol.org in the script library. They no doubt pale in comparison to those Gabriele has written but may help until his are finally released for publication. The script package includes a minimal set of unit tests and some rudimentary documentation. http://www.rebol.org/documentation.r?script=str-enc-utils.r |
Maxim 24-May-2009 [656] | yep, its probably going into mod_remark :-) |
Ladislav 31-May-2009 [657] | Identity, Bindology and Parse versus RE articles the above articles have been revamped and moved to: http://www.rebol.net/wiki/Identity , http://www.rebol.net/wiki/Bindology, http://www.rebol.net/wiki/Parse_versus_RE . When checking, do not forget to read and comment the http://www.rebol.net/wiki/Decimals-64#Rounding section in DevBase. |
Ladislav 4-Jun-2009 [658] | The Include function (see http://www.fm.tul.cz/~ladislav/rebol/#section-4.1 ) has a couple of improvements: *introduction of Include-supporting comments (faster, than Comment), that can be either "stripped off" by Include or kept, depending on the KEEP-COMMENTS variable (if the variable is defined, comments are kept, otherwise they are stripped off) *support of embedded scripts as described in http://www.rebol.com/docs/core23/rebolcore-5.html#section-2 |
Ladislav 12-Jun-2009 [659] | http://www.rebol.net/wiki/Inclusion_Methods#INCLUDE- my contribution to the discussion |
older newer | first last |