Re: regular expressions

2005-07-03 Thread Marielle Lange
Nobody *likes* RegEx. But it is powerful, and we use it because there is no practical alternative. I wish there were. Hi Dave, I do like regEx very much. Simply because that's the optimal solution to the problem they address. That's an extraordinarily clever solution, which let you write in a

TAOO/XOS for education

2005-06-30 Thread Marielle Lange
Hi Xavier, Thanks very much for the reply and comments (should appear soon on this list, hopefully). As expressed in a private reply to you and to others previously, I am interested in your framework in the context of the following projects, all under a same hood:

Re: design problem: fonts and spacing

2005-06-30 Thread Marielle Lange
I guess I don't quite see how that would work in detail, but I can look for it. It sounds, though, like an _awful_ lot of very finicky work, on every individual example, of which there are a pretty large number. Is there some HTML-tag or RTF-tag approach to this problem? The HTML-tag (div+css)

(no subject)

2005-06-30 Thread Marielle Lange
Same here it may have something to do with the RR server upgrade. Best, Mariele Hi all, I posted 3 or 4 emails since yesterday from my home mail adand none made it in the list? Any clues? TIA cheers Xavier -- ___ use-revolution mailing list

resume rev backdrop on top bug?

2005-06-30 Thread Marielle Lange
Hi Sivakatirswami, Same here. Has been like that since 2.5... is still the case in 2.6. I don't use the backdrop much (for this reason), but any time I use it, that's exactly the behaviour you describe (need to use the window menu as all stacks are *behind* the backdrop after when going back and

Re: Two new (palette) stacks

2005-06-30 Thread Marielle Lange
(check out the wiki page on computers in education/design for information on this). Do you have a link to that page, or suggestions about what categories to look under? I've tried various topics but... Sorry, it may not have been clear that this was the path to follow computers in education -

[French] Un site dédié à Révolution (Yhann)

2005-06-30 Thread Marielle Lange
Cher Yhann, Francophone :-)... Mais vivant depuis longtemps en pays anglophones, pardonnez les fautes d'orthographe. Je comprends sans problème que le fait que tout soit en anglais soit un problème. Programmez en xTalk et comprendre un manuel en anglais sont deux choses complètement différentes

TAOO

2005-06-29 Thread Marielle Lange
Xavier, I finally got the time to read your paper on the TAOO... What's the difference with Design Patterns? A pattern is a recurring solution to a standard problem. When related patterns are woven together they form a ``language'' that provides a process for the orderly resolution of software

TAO-O

2005-06-29 Thread Marielle Lange
Xavier, I am investigating your ideas... is the taoo also related to the tao: http://www.cs.wustl.edu/~schmidt/TAO.html A decade of intense RD on these topics has yielded ACE, which is an object-oriented framework that implements many core patterns for concurrent communication software. We have

TAooooooo

2005-06-29 Thread Marielle Lange
Hi Xavier, Me again ;-) from http://monsieurx.com/modules.php?name=Newsfile=articlesid=178 If you know what bittorent did for media sharing, imagine what this can do for your scripting or applications' building or sharing... Exactly... that's what I believe should be done as well. Ok...

Two new (palette) stacks

2005-06-29 Thread Marielle Lange
Two palettes have been added this week to the education gallery http://revolution.lexicall.org/stacks_education.php HTML exporter -- Converts your rr stack into an html+css documents, within a framing system for easy navigation from one card to another. (Note that you may need to use

Re: matchChunk to find fontNames

2005-06-23 Thread Marielle Lange
Hi Claudi, You are on the right track... but you need to tune your regular expressions a bit. Problem 1: $ means end of the line (not end of the chunk) Problem 2: \ works with perl and unixy languages. I found it not to work with revolution. I usually use font face= quote . Possibly \ is ok

Re: ANN Daily Crytoquote--my misspelling

2005-06-23 Thread Marielle Lange
My dictionary of 61,000 words comes in at 592 K--similar to yours in size. The problem is that it includes a lot of words I've never heard of. For example the dictionary begins with the following: aardvark, aardwolf, aba, abaca, abacist, aback, abacus, abaft, abalone, abamp, abampere,

Re: the := operator (affectation

2005-06-23 Thread Marielle Lange
OTH, allowing ``a=4'' as a shorthand for ``put 4 into a'' harms nobody, and meets with the expediency criterion; just don't require it. Hi John, I do often write myVar = x. But I like the fact that there is a different logic for properties and variables. set the width to 100 put 100 into

Re: ANN Daily Crytoquote--my misspelling

2005-06-23 Thread Marielle Lange
I am curious... So I had a look ;-) In fact, if you strip repeated words in your list, it is 5065 words long. It wouldn't be a big deal to write a revolution script to delete any repeated line, would it? Je parie que c'est ce que tu as fait [I bet it is what you have done]. All that lexicall.org

Re: ANN Daily Crytoquote--my misspelling

2005-06-23 Thread Marielle Lange
control the land and grain; Who attends to the state would control the whole world; Truth is easily hidden by rhetoric. (From the Tao Te Ching) --- Marielle Lange (PhD), Psycholinguistics, Lecturer

Re: ANN Daily Crytoquote--my misspelling

2005-06-23 Thread Marielle Lange
Jim, A suggestion: In your application, put the crypted version in uppercase and the uncrypted version in lower case. Studies shows that it is easier to recognize words when they are in the usual (lowercase) format. (Besner, D., Davelaar, E., Alcott, D., Parry, P. (1984). Wholistic reading of

RE: background groups issues

2005-06-22 Thread Marielle Lange
An idea for your situation would be to copy the original stack, delete all cards but the one that has the correct layering, etc, then write a script that will make a new card for each in the original, getting and setting all the card-by-card items/fld data/radio settings/x,y,w,h... No need

Mac vs PC .csv files

2005-06-22 Thread Marielle Lange
I have been ask by a friend on a PC to send him some files in .csv format. When I do, he complains that the returns are missing. I guess I am still a bit unclear on this difference between platforms. As I understand it the Mac uses LF for a delimiter, and the PC uses CR. When I end the lines

Re: No entry in Window's task bar

2005-06-22 Thread Marielle Lange
Should I bugzilla this? It makes it hard to make a multi-media application that plays nice in Windows. What I have done for my graphic stacks is to have a main stack that is the startup/splash stack with a title bar with the other windows as substacks of this main stack and then when the

Re: Bug with background groups

2005-06-22 Thread Marielle Lange
Hi Ton, When such things happen to me, that's usually when I created a group, then added the labels afterwards (i.e., the labels are on the same page, eventually inside the group boundary, but not actually part of the group). Make sure you are in select grouped mode, then click edit group to

Re: Principles for User-Interface Design

2005-06-22 Thread Marielle Lange
...and not just user-configurable UIs, but also the... um... I forget what Microsoft calls it, but it's the thing where the menus have the most recently-used items rearranged on the fly by default. Kids - don't try this at home. These are clowns^H^H^H^HMicrosoft engineers at work designing your

Re: ANN Daily Crytoquote (J. Landman Gay)

2005-06-22 Thread Marielle Lange
The big problem with the decoder is the size of the dictionary (61,000 entries)--much too big. Many of the words you will not recognize. Anyone know of a more reasonable dictionary? Plenty at: http://lexicall.org/repository/listing.php?material=data (eh eh, a website with easy access to

Revolution for academics (was Scripting conference...wikis, etc.)

2005-06-21 Thread Marielle Lange
my brother is retooling in a linguistics doctoral program at UT Austin after 20 years as a mining engineer and proprietor of El Universo del Ordenador in Puerto Ordaz, Venezuela. i am trying to interest him in Rev as a tool for linguistics. he was intriqued by the script, looks like English. he

Re: idea: Contest and promoting Rev to the world (Sarah Reichelt)

2005-06-21 Thread Marielle Lange
Hi Sarah, Interestingly, we had that discussion on the education-revolution list a month ago. The transcript, re-organized by main issues, can be found at: http://revolution.lexicall.org/wiki/tiki-index.php?page=EducationWhatIsNeeded Feel free to add your two cents or more to this discussion (see

University of Vienna's use of revolution

2005-06-21 Thread Marielle Lange
There was mention of University of Vienna in the keynote 2 (thanks for these movies, they are great for persons who were unlucky enough to make the trip). It was mentioned in Kevin's talk that they had put rev to good use to provide easier to manage networked systems. I am very much interested in

Re: idea: Contest and promoting Rev to the world (Sarah Reichelt)

2005-06-21 Thread Marielle Lange
I'm also concerned that Revolution out of the box is not, as Dan put it, seductive. Maybe these goals are not compatible? Trying to sell revolution to educators (and meeting funders in 10 days to try to convince them of supporting me in this endeavours), I share this concern. I haven't tried too

Re: idea: Contest and promoting Rev to the world

2005-06-21 Thread Marielle Lange
No problem with it at all, I don't think. Sandy Beadle was talking to me about porting over the old HC example stacks and she talked to Kevin about it at the Monterey conference. He was fully supportive. I encouraged her to do it, and in those cases where the scripts or examples were outdated, to

Re: Scripting conference - Properties stack uploaded (Kat)

2005-06-20 Thread Marielle Lange
Dear Kat, About http://rugusa.linguistix.net Intrigued by the name, I followed the link (I am a psycholinguist). RevUG USA Wiki: This is the prototype for a Wiki homepage for Revolution User Groups USA. Good idea to create a wiki. It's good to see the community extending its presence on the web

Dreamcard Roadster in the future???

2005-06-05 Thread Marielle Lange
Dear all, Is there any possibility to have something equivalent for dreamcard. http://www.littlefishsw.co.uk/card/roadster.html I have been surfing supercard websites... my impression: Plenty of very clever changes have been introduced in Dreamcard/revolution, compared to supercard, the IDE

[no subject]

2005-06-03 Thread Marielle Lange
Any Game Theory adepts in the list? In theory, yes... in practice too many other things to do :-. Why not create an entry page on the education wiki, projects page http://revolution.lexicall.org/wiki/tiki-index.php?page=RevolutionProjects. It's easier to manage for us, educator... we

TAOO

2005-06-03 Thread Marielle Lange
Xavier, I do like your ideas... Printed out the doc and other stuff. It made it in the pile to read the details... coming closer and closer from the top of the pile everyday. If we are both lucky, I may get back with questions before a month time ;-). Marielle PS. Do some of you ever do some

Re: tree-structure

2005-05-31 Thread Marielle Lange
That reminds me of exactly the tree structure thing for the xml example stack except you can click on nodes in that and they collapse and open and you can save as xml. It is more than a DOM (web page elements) viewer... it doesn't just collapse and expand. The feature I needed was the ability to

Re: Tree-structure

2005-05-31 Thread Marielle Lange
Hi Pat, Bob, Thanks for that. I forgot to remove them (used when debugging). I have uploaded a stack with these lines revomed. Let me know if there is any problem remaining. When is it that put xxx into message causes problems? When the stack is ran in the player? Marielle Bob, I'm using a

Review of Dan Shaffer's book

2005-05-31 Thread Marielle Lange
Bjoernke, I think that this could be very fun!!! As for prize, I've got one copy of Revolution: Software on the speed of thought by Dan Shaffer left, I would gladly give this backup copy (owning more then one copy of a given book is smart sometimes) as prize for a competition, also I offer space

Programming challenge

2005-05-31 Thread Marielle Lange
Hi Andre, I know that Dar Scott looks into ICFP coding compos, those competitions are a nice and should provide inspiration for us to create a coding compo. Maybe we could create a map, like a labirynth put some jewels in it and people should make routines to crawl the maze and collect the

[no subject]

2005-05-31 Thread Marielle Lange
snipped for brevity I remember a game called Chip Wits. You had a robot and had to teach him to walk around rooms and halls in a house using a simple programming language. It was so much fun!!! Great logic game. I loved it!!! This? http://www.c64gg.com/Images/C/Chip_Wits_ingame.gif

Re: programming challenge

2005-05-31 Thread Marielle Lange
Following a search for chip-wits on the web: Specifications for the chip-wits program (which received best educational award in 1985). http://www.textfiles.com/apple/DOCUMENTATION/chipwits I couldn't find any source code for it anymore. There is an announce that some guys tried it in java:

Re: [INFO] Javascript Colors -- HSV 2 RGB conversion

2005-05-31 Thread Marielle Lange
If anyone is interested, the function below converts HSV to RGB format. It can be found in use in this stack: go url http://revolution.lexicall.org/stacks/education/presentation_tools/skin_colors.rev; I used it to automatically create components of an interface made of the same hue, with

Tree-structure display

2005-05-30 Thread Marielle Lange
Dear all, I needed a way to organise keywords I use to organize my bookmarks. It didn't take me more than an afternoon (very long afternoon) to come up with: go stack url http://revolution.lexicall.org/stacks/education/presentation_tools/tree_structure.rev; The complexity is in the organization

Re: Your chance to prove revolution is the best

2005-05-27 Thread Marielle Lange
On May 26, 2005, at 8:33 AM, Marielle Lange wrote: Dar, would you try it again? ICFP Programming Contest. Maybe. June 24-27 AND July 9-10. Hmmm. I wonder if this will turn into a 16-day contest. They give you two days to solve a first problem. Two weeks later they give you another

Your chance to prove revolution is the best

2005-05-26 Thread Marielle Lange
Dear all, this came up on the education revolution list: I wonder if anyone may consider this. Dar, would you try it again? I work in a dept called Adaptive Neural Computation (Markov models, genetic programming, etc.). Nobody does revolution programming there, but I can ask my colleagues for

Revolution education, the community wiki

2005-05-26 Thread Marielle Lange
Dear all, The previous email mentionned the education-revolution list. I am glad to say that this list has become very active now... some of you may like to keep an eye on what we do. The easiest way, check out the wiki: http://revolution.lexicall.org/wiki/ and the growing gallery of education

Revolution and Education... website proposed

2005-05-16 Thread Marielle Lange
- Marielle Lange (PhD), Psycholinguistics, Lecturer in Psychology and Informatics University of Edinburgh, UK Email:[EMAIL PROTECTED] Homepage: http://homepages.inf.ed.ac.uk/mlange/ ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: To Rev or not to Rev

2005-05-05 Thread Marielle Lange
Hi Dennis, There is a trade-off, there. As a researcher, it matters more that something takes me 1 day rather 5 to progam. It does not matter that much that it takes 1 minute rather than 3 to run (I can always use it as an excuse for a coffee break). What I frequently need to do is create word

Re: French list

2005-05-05 Thread Marielle Lange
Hi Xavier, I am glad you followed up on this. I did not want to push too much in my previous email, to avoid to appear rude to the english speakers of the list. When writing my previous post, the idea of newlang (novlang for the ones who read Orwell in French) popped to my mind. Newlang is an

tikiwiki, RSS, French, and changing the world

2005-05-04 Thread Marielle Lange
Xavier, (thanks for answering with a meaningful title, I was juggling with the webmail interface I use to check my work account from home and noticed the absence of title right after pushing on send). I regularly have a look at your blogs and forums. My intention was not to create concurrence,

Contributions in languages other than English

2005-05-04 Thread Marielle Lange
Hi Ro, I am not sure the issue there is politeness. The translation of your post to French and back from French to English is the following (and, believe me, it is worse in French than the translation back to English): Frankly, I do not have any problem with a (road) post in an alternative

Re: Linux/Unix folder paths

2005-05-04 Thread Marielle Lange
Hi Sarah, On where to install applications on macs... the usage is to provide a disk image with the instruction to drag and drop the software in the /Applications folder, but to leave the user free to drag and drop the software wherever they want without it affecting performance in any way. You

French list

2005-05-04 Thread Marielle Lange
Cher Dom, Merci pour l'info. J'ai jeté un oeil. Le trafic a l'air en descente douce, en effet. Domage, apparemment l'existence d'une liste française avait attiré des petits commerces désireux d'employer des revolutionarios. [Babelfish ;-): Thank you for information. I threw an eye. The traffic

Revolution and Education... website proposed

2005-05-03 Thread Marielle Lange
advantage of any of this... but please, be patient, my day job does not involve programming with revolution, I may take a few days (i.e., next week-end) to answer your emails. Best, Marielle --- Marielle Lange (PhD

Revolution and Education... Seeking recommendations for evangelisation

2005-05-03 Thread Marielle Lange
Dear all, I will be discussing eLearning projects with somebody at Open University Scotland, this week. On top of the projects I introduced in my previous post, I am also of the oppinion that many of their course could probably greatly benefit from a short programming with revolution module

Revolution for education - wiki created

2005-05-03 Thread Marielle Lange
, Marielle (I will need to send a copy on the education-revolution list using my other email... apologizes if you received one of the previous email twice... I had received a bounce message because I used the home email and at the time had seen no trace of the first message). -- Marielle Lange (PhD

Revolution in Education

2005-05-03 Thread Marielle Lange
Thanks Dan, I had come across a few commercial multimedia authorware but did not know about that one yet... I am University Lecturer. Still, I believe that the learning by doing advertised by the likes of Papert and Dewey do not apply only to young kids. In the context of my teaching at MSc

[no subject]

2005-05-03 Thread Marielle Lange
Hi Xavier, Thanks for this warning. I am aware of this. I have come across some of these when investigating about how wikis are used in education. Editing is only allowed for registered users but I still expect random spam to happen occasionally, like on this wiki:

Re: Educational uses for Rev (was Re: Plea to sell Dan's book widely)

2004-08-11 Thread Marielle Lange
. -Peter Cochrane -- Marielle Lange (PhD), Psycholinguistics, Lecturer in Psychology and Informatics University of Edinburgh, UK Email:[EMAIL PROTECTED] Homepage: http://homepages.inf.ed.ac.uk/mlange/ Calendar:http://www.icalx.com/html/mlange/week.php?cal=Work Contact details: Dept

<    1   2   3   4