Search the web
Sign In
New User? Sign Up
gobo-eiffel · Gobo Eiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1512 - 1541 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1512
Does Gobo contain a function for escaping a STRING so it may be passed as part of a complete expression, without being an expression itself, to the regex...
Paul Bates [ES]
pa_bates80
Offline Send Email
Nov 2, 2006
12:25 am
1513
... Hash: SHA1 ... Paul> Does Gobo contain a function for escaping a STRING so it may Paul> be passed as part of a complete expression, without being an Paul>...
Berend de Boer
berenddeboer
Online Now Send Email
Nov 2, 2006
5:32 am
1514
On Thu, 02 Nov 2006 06:30:22 +0100, Berend de Boer <berend@...> ... In general, escaping is a needed functionality for many applications (specially in...
Bernd Schoeller
berndschoeller
Offline Send Email
Nov 2, 2006
9:45 am
1515
Hi Paul, Use a regular expression to escape the special characters. The gobo regexp engine is based on PCRE, so a lot of recipes that would work for Perl work...
Greg Compestine
gmc444
Offline Send Email
Nov 2, 2006
5:32 pm
1516
Hi gobo users, I'm looking for an xml parser able to parse an iso-8859-15 encoded xml files. This encoding is very similar to the iso-8859-1, also known as ...
Christophe Couronne
christophe.couronne@...
Send Email
Nov 4, 2006
1:01 pm
1517
... Hash: SHA1 ... Christophe> It's seems better. I do not have the possibility to Christophe> choice the input encoding (this comes from another Christophe>...
Berend de Boer
berenddeboer
Online Now Send Email
Nov 5, 2006
8:21 pm
1518
where to start learning, how to define variable, class, loops, etc, i am c programmer. if u have ebook of this kindly provide it. thanks,...
M.Ammad Shah
ammadsh
Offline Send Email
Nov 18, 2006
2:58 am
1519
... Ahmed> where to start learning, how to define variable, class, Ahmed> loops, etc, i am c programmer. if u have ebook of this Ahmed> kindly provide it....
Colin Paul Adams
colin@...
Send Email
Nov 18, 2006
7:05 am
1520
... Hash: SHA1 ... M> where to start learning, how to define variable, class, loops, M> etc, i am c programmer. if u have ebook of this kindly provide M> it....
Berend de Boer
berenddeboer
Online Now Send Email
Nov 18, 2006
7:56 am
1521
... The simplest and fastest tutorial is probably: http://www.eiffel.com/doc/online/eiffel50/intro/language/tutorial.pdf...
manueloriol
Offline Send Email
Nov 18, 2006
9:41 am
1522
Hello, Starting Eiffel wih XML I'm looking to read the GOBO API in order to find which feature I can call. Do you please provide me a link to a good site ? I...
Laurent Dubuisson
skaith_a
Offline Send Email
Dec 5, 2006
3:08 pm
1523
Hello, Starting to understand by mixing Gobo website and http://eiffelmedia.origo.ethz.ch/doc/src/xml/cluster.xm_xml.html Well, does anyone has a global...
Laurent Dubuisson
skaith_a
Offline Send Email
Dec 5, 2006
6:44 pm
1524
Hello, Could you please link me to a good introduction to Gobo features ? I expected to use Eiffel but it is for me hard to use the XML part. I know other...
Laurent Dubuisson
skaith_a
Offline Send Email
Dec 5, 2006
6:44 pm
1525
... Hash: SHA1 ... Laurent> Hello, Starting Eiffel wih XML I'm looking to read the Laurent> GOBO API in order to find which feature I can call. I suggest you...
Berend de Boer
berenddeboer
Online Now Send Email
Dec 5, 2006
8:16 pm
1526
Hi Berend, I do it last night. I miss one important point is that eiffel is agent based. You have a parser and you asociate event that are triggered by the tag...
Laurent Dubuisson
skaith_a
Offline Send Email
Dec 6, 2006
9:56 am
1527
Hi, Having the same problem I found : http://www-staff.socs.uts.edu.au/~rist/eiffel/download.html I not have alreary red it just downloaded. Cheers, Laurent....
Laurent Dubuisson
skaith_a
Offline Send Email
Dec 6, 2006
12:33 pm
1528
... Hash: SHA1 ... Laurent> Hi Berend, I do it last night. I miss one important point Laurent> is that eiffel is agent based. You have a parser and you ...
Berend de Boer
berenddeboer
Online Now Send Email
Dec 7, 2006
8:20 pm
1529
... I think that this bug is now fixed in CVS. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Dec 13, 2006
7:41 pm
1530
Sorry if this has been asked before or fixed; I am currently offline and cannot check any archives.... in YY_PERSER_SKELETON, the definition of syntax_error is...
Thomas Beale
twbeale
Offline Send Email
Jan 10, 2007
9:27 pm
1531
... I'm not sure I understand your point. The comment talks about the "last parsing". Therefore the value is undefined if no parsing occurred. To be more...
Eric Bezault
gobosoft
Offline Send Email
Jan 10, 2007
9:43 pm
1532
... Eric, I agree, if we believe the comment in the strictest possible way, but think of it in formal terms: if I call this routine before having done a parse...
Thomas Beale
twbeale
Offline Send Email
Jan 11, 2007
1:56 pm
1533
... Well, this error could be that no input has been provided yet ;-) I'd be tempted to write: syntax_error: BOOLEAN is -- Has last parsing been unsuccesful? ...
Eric Bezault
gobosoft
Offline Send Email
Jan 11, 2007
6:07 pm
1534
Can anybody motivate for me the reason of the 'is_closed' precondition in KI_FILE? Bernd...
Bernd Schoeller
berndschoeller
Offline Send Email
Jan 18, 2007
4:08 pm
1535
... If the file is not closed, then we might be writing to it. The new characters may still be in the buffer or already on disk. What does `count' means in...
Eric Bezault
gobosoft
Offline Send Email
Jan 18, 2007
4:31 pm
1536
On Thu, 18 Jan 2007 17:30:19 +0100, Eric Bezault <ericb@...> ... Well - on an open file, the count should be exactly what is visible through the open...
Bernd Schoeller
berndschoeller
Offline Send Email
Jan 18, 2007
5:15 pm
1537
... What do you mean by "visible" if the file is write-only? ... If this code is in Gobo then it needs to be fixed. Indeed there is no guarantee that...
Eric Bezault
gobosoft
Offline Send Email
Jan 18, 2007
5:47 pm
1538
On Thu, 18 Jan 2007 18:45:59 +0100, Eric Bezault <ericb@...> ... I understand and will fix the location ASAP, definitely before the release. The...
Bernd Schoeller
berndschoeller
Offline Send Email
Jan 18, 2007
8:09 pm
1539
Will you be changing the licensing scheme of Gobo for the 3.5 release? IIRC the agreed upon license was MIT. Thanks, Brian...
Brian Heilig
heiligb
Offline Send Email
Jan 19, 2007
2:24 pm
1540
... The license modification will occur after Gobo 3.5 is out. I'll send a message to the gobo-develop mailing list in the next few days to discuss the my...
Eric Bezault
gobosoft
Offline Send Email
Jan 19, 2007
3:40 pm
1541
... Support for agents? Neal...
Neal Lester
neallester
Offline Send Email
Jan 19, 2007
3:49 pm
Messages 1512 - 1541 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help