r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Rebol School] Rebol School

shadwolf
21-Aug-2011
[3811x15]
you have to be aware that in that time we as a french community through 
our own forum tried to  answer this question "is it posible to do 
multitasking in rebol as it?"
francois jouan a french rebol long time member answered with a master 
piece of code that I published in the early time of the rebol.org
sooooooooooo then  Carl came out of the blue and replyed to that 
brasin storming with you don't need multitasking ... since there 
is asynchronous processing and which produced uniserv and cheyene!
so all you now are proud of is a negation of a working solution offering 
to rebol REAL multi tasking ... how dumb is that
unfortunatly for most of the gurus around   now I was part of the 
last decade rebol action so they can't fool me with stupid talks
and notice this .., to all of my asks they so far do like I wasn't 
existing
like if ignoring me would make rebol a success .... damn if it was 
so easy ...
i realy  which you could put the whole blame on me and then geting 
 ride of me have this brillant successfull  rebol we all want
@marco you should learn perl or python your perspective about rebol 
rebol would change
you are talking with a guy that master more than  20 programing languages 
and mekes that ability to manage them his everyday leaving
amd trust me none of them are rebol
do rebol is a waste of time ? wel kind of .... but the thing that 
rebol teach the nooby wanabee programer i was in 1998  is to keep 
it simple and to focus onm the goal ....
this  until this very day is the raw phylosophy carl sassenrath passed 
to me and that I in my everyday life applyed .. and it made me so 
far  really successfull
cause I always was the faster developer in what ever goal was assigned 
me and you all know as professionals that the faster to do the job 
gets the job ----
I can't beleive rebol get such a pathetic endign
Sunanda
21-Aug-2011
[3826]
Shadwolf -- you are off-topic for this group.
Please switch to ~vent.
Thanks!
shadwolf
21-Aug-2011
[3827x9]
i think to appriaciate my work ability only the people  close to 
me can ... like maxime or steeeve .....  I really like steeeve ... 
and maxime and if it was up to me to do r3gui I choose them with 
a set of feature... I would had to the experience ashley truter telling 
him to do what he did in the rebGUI begining and forgetting on the 
over optimised code redused habite he developped later on this project<d
sunanda I tryed to talk to you even to  offer  to you help to make 
rebol.org  better  you ignored me those past 6 years buddy so keep 
doing it you website is a shame it tasks more than 30 hours to submit 
a scrit you failled
it takes me than 30 mitnute to submit a rebol script ! you failled!
and sunanda understand me .. I like  you ... I appreciate you like 
I appreciate cyphre and robert munch or carl ,,,
when you fail guys you need someone to tell you so honnestly without 
any corner and you know if you ask me I woudl be the very first in 
contributing
but since 2004 it was your baby and no one had to  give a comment 
on it
my comment to rebol,org sunanda in 2004 was obvious can't you do 
a form for the very heavy header submision ? ahnd in 2011 it's not 
done ...
sunanda don't take me wrong .... even carl don't use rebol.org he 
use github as a rebol.org how can you stand this  ?
and  I liked all the improvement done to rebol.org .... sunanda really 
but the core thing "script submition" never improved
Sunanda
21-Aug-2011
[3836]
Shadwolf -- you are off-topic for this group.
Please switch to ~vent.
Thanks!
shadwolf
21-Aug-2011
[3837x9]
7 years later sunanda can you say here to me that rebol.org isn't 
a pain in the ass for script subscribers ?
sunanda I won't go to vent cause this will just allow you to once 
again ignore me ... so please answer or even blame me and offer the 
means to redem myself
and trust me if you give me the power on rebol.org change is gona 
happend
sunanda I want to talk with you ... like I want to talk to robert 
and to any self proclamed gurus acknoledged by carl
so far for me all of you failled only nenad  succed in a thing and 
it was doing something else than rebol
and trust me I'm teared  ... I stupidly love rebol and all the things 
rebol tryed to  create ---  but I like nenad's guts to get ride of 
your doing the same thing .... cause that was you really deserve
rebol school is void since the core stuff designing rebol isn't populated 
PARSE
rebol school my ass you don't even  know how to do a dialect or to 
properly use parse
rebol school is yet another self satisfactory idiom used by those 
self proclamed gurus
Henrik
21-Aug-2011
[3846]
Marco, my response to you seems to have scrolled away. Did you get 
it?
Geomol
21-Aug-2011
[3847]
:) Nice way to put it, Henrik!
Marco
21-Aug-2011
[3848]
@Henrik I have a mix of "settable" and "unsettable" values (eg. the 
color of a "box") and I don't use your kit (at the moment).
todun
4-Oct-2011
[3849x4]
hello.
is there a way to remove the newline at the end of a file?
is there a way to remove the newline at the end of a file?
my last attempt to connect to the room failed...
Ashley
4-Oct-2011
[3853]
write %b.txt trim/tail read %a.txt
todun
4-Oct-2011
[3854x5]
@Ashley Thanks. I will try that.  Also, do you know how I can display 
 each line of a file in an "info" field when using "view layout"?
My intention is to have a button that I will press that will tell 
me what the next line to read and display will be.
So one button will let me go 5 lines in the file. Another 20 lines 
etc.
Then when I quit the view, I will have the last line read be the 
starting point.
trim/tail did not work for me.
PeterWood
5-Oct-2011
[3859]
Try:

write %b.txt head remove back tail read %a.txt

(I think that trim doesn't treat a "newline" as whitespace)
todun
5-Oct-2011
[3860]
PeterWood: Thanks . sadly that didn't work either. though the other 
issues are greater at this point.