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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1684 - 1713 of 1713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1684
... What would be interesting is to test and try to use UC_STRING with non-ascii characters not only for the subject, but also for the regexp pattern (the...
Eric Bezault
gobosoft
Offline Send Email
Jun 13, 2008
10:05 pm
1685
... I removed that mod 256 for byte code as you see in the patch, which mean byte code compiled from a pattern accepts Unicode points. ... Yes, I tried the...
Ted
kkkkg999
Offline Send Email
Jun 14, 2008
5:18 am
1686
... Ted> Yes, I tried the following as subjects: 1) -- Ted> &#19968;&#20010;&#20363;&#23376; 2) -- Ted> &#21478;&#19968;&#20010;&#20363;&#23376;&#23376;a That...
Colin Paul Adams
colin@...
Send Email
Jun 14, 2008
5:28 am
1687
... Sorry for my misunderstanding. Look at the following code: make is -- Run application. local pattern, subject: UC_UTF8_STRING i, max: INTEGER_32 matcher:...
Ted
kkkkg999
Offline Send Email
Jun 14, 2008
6:31 am
1688
... Ted> The result is "False" with patched Gobo Regexp. But using Ted> UC_STRING, with original Gobo Regexp, the result is "False" Ted> too. Then it looks...
Colin Paul Adams
colin@...
Send Email
Jun 14, 2008
8:32 pm
1689
... Would it be acceptable to use Ted's patch (with some protection when accessing the 256-bit pair of arrays) and make it clear in the doc of the regexp...
Eric Bezault
gobosoft
Offline Send Email
Jun 14, 2008
10:17 pm
1690
... Eric> Would it be acceptable to use Ted's patch (with some Eric> protection when accessing the 256-bit pair of arrays) and Eric> make it clear in the doc...
Colin Paul Adams
colin@...
Send Email
Jun 15, 2008
6:03 am
1691
... Do you have an example searching what against what the crash happens? That is interesting to me. Because I tried to apply the modified Gobo Regexp to...
Ted
kkkkg999
Offline Send Email
Jun 15, 2008
9:48 am
1692
... Ted> Do you have an example searching what against what the crash Ted> happens? That is interesting to me. Because I tried to apply Ted> the modified Gobo...
Colin Paul Adams
colin@...
Send Email
Jun 15, 2008
10:55 am
1693
... I debugged to see if there are rescues. My answer is no. So I still don't find how "a case-insensitive search against a target string containing a...
Ted
kkkkg999
Offline Send Email
Jun 15, 2008
11:34 am
1694
... I just committed your modifications in SVN. However, in addition to Colin's remark about case-insensitivity, I also noticed that character classes (e.g....
Eric Bezault
gobosoft
Offline Send Email
Jun 29, 2008
9:03 pm
1695
Thank you, Eric. Looking forward to full Unicode Regexp. Ted...
Ted
kkkkg999
Offline Send Email
Jul 1, 2008
12:36 am
1696
... Ted> Thank you, Eric. Looking forward to full Unicode Regexp. Best if you take it on then. I've haven't done anything on the XSLT library for the past two...
Colin Paul Adams
colin@...
Send Email
Jul 1, 2008
5:27 am
1697
I could have a look if you don't mind how much time I would take. Because I am quite slow reading C code. And not too much free time left for this. Regards, ...
Ted
kkkkg999
Offline Send Email
Jul 2, 2008
2:23 am
1698
... That would be great if you could have a look at that. If you want I will send you the C package PCRE 3.9 which I believe was originally used when...
Eric Bezault
gobosoft
Offline Send Email
Jul 2, 2008
9:09 am
1699
Hi, I tried to compile tecomp_0_2 under Debian Linux. It gives the following error: ../../src/class/class_collection.h: At global scope: ...
Cheng-Chang Wu
chengchangwu
Offline Send Email
Jul 16, 2008
2:22 am
1700
Hello All, Does gec have a minimum object allocation size? I'm trying to figure out why reading a 4MB file with strings balloons into 70MB of memory use. -- ...
Berend de Boer
berenddeboer
Offline Send Email
Aug 7, 2008
8:27 pm
1701
... Obviously some garbage is generated somewhere. Did you plug the Boehm GC? Note that I have no idea about minimum object allocation size in the Boehm GC. --...
Eric Bezault
gobosoft
Offline Send Email
Aug 7, 2008
9:55 pm
1702
... Eric> Obviously some garbage is generated somewhere. Did you plug Eric> the Boehm GC? Note that I have no idea about minimum object Eric> allocation size...
Berend de Boer
berenddeboer
Offline Send Email
Aug 8, 2008
12:56 am
1703
Hello, Do you know if there exist an equivalent of {HASH_TABLE}.merge in DS_HASH_TABLE ? Thanks in advance, Olivier Ligot ***** Disclaimer ***** ...
LIGOT Olivier
olivier.ligot
Offline Send Email
Aug 11, 2008
12:20 pm
1704
... What about: ht1, ht2: DS_HASH_TABLE [..., ...] ... ht2.do_all_with_key (agent ht1.force) -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Aug 11, 2008
12:28 pm
1705
... not if you've translated "." properly to UTF-8 (the regexp that matches UTF8 byte sequences, from a cursory look your dot should be translated to the...
Franck Arnaud
nenieorg
Offline Send Email
Aug 14, 2008
3:10 pm
1706
... Franck> not if you've translated "." properly to UTF-8 (the regexp Franck> that matches UTF8 byte sequences, from a cursory look your Franck> dot should be...
Colin Paul Adams
colin@...
Send Email
Aug 14, 2008
3:37 pm
1707
... Great. I would be interested in your experience with the algorithm described in ETL2. I have heard that it is rather pessimistic, i.e. it flags many...
Helmut Brandl
helmut_l_brandl
Offline Send Email
Aug 14, 2008
4:38 pm
1708 Helmut Brandl
helmut_l_brandl
Offline Send Email
Aug 14, 2008
5:22 pm
1709
... Yes, it's pessimistic. But all solutions that I heard of are pessimistic. The advantage of this one is that it exists, and it does not require any new...
Eric Bezault
gobosoft
Offline Send Email
Aug 14, 2008
5:28 pm
1710
... That's good news. Catcalls are due to programming errors. But your experience leads me to the hypothesis that a code with catcall potential (in the sense,...
Helmut Brandl
helmut_l_brandl
Offline Send Email
Aug 14, 2008
6:32 pm
1711
... They are supported. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Aug 14, 2008
6:45 pm
1712
Hello, I want to execute a http file upload from my Windows application. Can someone point me to an example to do so? Thanks in advance Heiko...
Heiko Gering
gheiko
Offline Send Email
Oct 3, 2008
12:53 pm
1713
... Heiko> Hello, I want to execute a http file upload from my Windows Heiko> application. Can someone point me to an example to do so? There's no code in Gobo...
Colin Paul Adams
colin@...
Send Email
Oct 3, 2008
1:04 pm
Messages 1684 - 1713 of 1713   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