Search the web
Sign In
New User? Sign Up
the_gdf · The Gnutella Developer Forum (GDF)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 21737 - 21766 of 23558   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21737
... Lots of Eutopean languages use diaeresis the normal way (i.e. without the "umlaut" semantic which is a "combining e above"). the fact that German borrowed...
Philippe VERDY
verdy_p
Offline Send Email
May 1, 2005
7:11 pm
21738
... Google knows the languages: it DOES use dictionnaries based on statistic relationships, and on various language indicators found when indexing pages. So...
Philippe VERDY
verdy_p
Offline Send Email
May 1, 2005
7:24 pm
21739
... Hint: the above is not German. ... Wrong. Again, my browser is set to use UTF-8 encoding, Google's page use UTF-8 encoding. Searching for "päästä" and...
Christian Biere
skjdhrlgj
Offline Send Email
May 1, 2005
7:53 pm
21740
... The need to avoid umlauts is certainly decreasing. However there are a lot of reasons to avoid them as electronics/computer user even it just may be due to...
Christian Biere
skjdhrlgj
Offline Send Email
May 1, 2005
8:24 pm
21741
... The actual problem with the example code is that it uses Java and JDK classes. So certain effects that are nowhere specified in the documentation (e.g.,...
Christian Biere
skjdhrlgj
Offline Send Email
May 2, 2005
6:49 pm
21742
... From: "Christian Biere" <christianbiere@...> To: <the_gdf@yahoogroups.com> Sent: Sunday, May 01, 2005 9:52 PM Subject: Re: [the_gdf] UTF-8 queries ... I...
Philippe Verdy
verdy_p
Offline Send Email
May 2, 2005
7:48 pm
21743
From: "Christian Biere" <christianbiere@...> ... The latter case is using a character out of the BMP, so it cannot be in Unicode 3.2 but 4.0 at least....
Philippe Verdy
verdy_p
Offline Send Email
May 2, 2005
8:10 pm
21744
This subject makes me think that I alos have now a very fast implementation of the Whrilpool hash algorithm in Java, that more than quadruples the performances...
Philippe Verdy
verdy_p
Offline Send Email
May 3, 2005
8:13 pm
21745
... [...] Ok, which servents other than LimeWire and derivatives have a compliant implementation that supports Unicode as discussed? I'm pretty sure that...
Christian Biere
skjdhrlgj
Offline Send Email
May 4, 2005
12:25 am
21746
... What do you think about modifying the QRP hash function for better compatibility? In my opinion, it should work on the bytes of the query, not the lower 8...
Christian Biere
skjdhrlgj
Offline Send Email
May 4, 2005
12:15 pm
21747
That might be computationally attractive but seems impractical at this point. Thanks -greg...
gbildson@...
gbildson
Offline Send Email
May 4, 2005
12:23 pm
21748
... From: "Christian Biere" <christianbiere@...> To: <the_gdf@yahoogroups.com> Sent: Wednesday, May 04, 2005 2:14 PM Subject: Re: [the_gdf] QRP hash and...
Philippe Verdy
verdy_p
Offline Send Email
May 4, 2005
8:42 pm
21749
From: "Philippe Verdy" <verdy_p@...> ... I should have given a related counter-example: 10400;DESERET CAPITAL LETTER LONG I;Lu;0;L;;;;;N;;;;10428; This...
Philippe Verdy
verdy_p
Offline Send Email
May 4, 2005
9:30 pm
21750
... What do you mean with "worsen"? It would cause false-positives in the QRP tables, yes. But that would have been OK for a migration period. You have...
Christian Biere
skjdhrlgj
Offline Send Email
May 4, 2005
9:37 pm
21751
From: "Christian Biere" <christianbiere@...> ... "small lookup table" is not the correct term. It should be at least the Unicode 3.2 case mappings table, so...
Philippe Verdy
verdy_p
Offline Send Email
May 4, 2005
10:18 pm
21752
From: "Christian Biere" <christianbiere@...> ... Note that QRP is only used for routing through intermediate nodes. Once a query reach each target node, QRP...
Philippe Verdy
verdy_p
Offline Send Email
May 4, 2005
10:30 pm
21753
... Did you really execute that? I get 316 as result for both. -- Christian...
Christian Biere
skjdhrlgj
Offline Send Email
May 4, 2005
10:37 pm
21754
From: "Christian Biere" <christianbiere@...> ... No I computed it manually, but I have made an error... sorry. What was important in the message was the...
Philippe Verdy
verdy_p
Offline Send Email
May 4, 2005
10:49 pm
21755
... For Unicode 3.2 you only need to map U+0000..U+FFFF. The table is extracted from UnicodeData.txt by using the first column as key and the 14th column as...
Christian Biere
skjdhrlgj
Offline Send Email
May 4, 2005
10:55 pm
21756
From: "Philippe Verdy" <verdy_p@...> ... Note that above, the character U+10400 would be actually encoded in a query string or in a query hit with UTF-8...
Philippe Verdy
verdy_p
Offline Send Email
May 4, 2005
11:26 pm
21757
From: "Christian Biere" <christianbiere@...> ... Do you mean that when one searches for: "Café NOIR, SVP?", the query string will always be sent as: "cafe...
Philippe Verdy
verdy_p
Offline Send Email
May 4, 2005
11:40 pm
21758
From: "Christian Biere" <christianbiere@...> ... Actually, for lowercase mappings used in searches, you must NOT use UnicodeData.txt but...
Philippe Verdy
verdy_p
Offline Send Email
May 4, 2005
11:47 pm
21759
... Yes, that's how I understood it. You documented that LimeWire normalizes query strings it sends itself. I don't find anything that says that routers should...
Christian Biere
skjdhrlgj
Offline Send Email
May 5, 2005
12:34 am
21760
... Yes, but the QRP hash applies only toLowerCase() to each single UTF-16 character so for that purpose the table as described above is sufficient. You don't...
Christian Biere
skjdhrlgj
Offline Send Email
May 5, 2005
12:53 am
21761
Hi Everyone I am currently undertaking doctoral research related to file sharing and have been examining how the Gnutella protocol operates. My expertise is...
rebeccakatechen
Offline Send Email
May 5, 2005
2:12 pm
21762
i just wanted to know if the udphc ggep extension block, used by hosts to identify themselves as udp host caches, sent in normal gnutella network pongs..........
madhu venugopal
madhu_krim
Online Now Send Email
May 5, 2005
2:14 pm
21763
Hi Madhu, SCP does not directly correlate with UDPHC. LimeWire, for example, sends out a bunch of UDP pings with the 'SCP' block to normal Gnutella clients --...
Sam Berlin
thenplay
Offline Send Email
May 5, 2005
2:38 pm
21764
thanks a lot .... that cleared up the confusion in my mind after reading the udp host cache page on the wiki... n Just to be dead sure, can the UDPHC extension...
madhu venugopal
madhu_krim
Online Now Send Email
May 5, 2005
4:00 pm
21765
The gnutella protocol tries to take into account the well-being and mutual feelings of the participants. To this goal, the_gdf was founded to help new...
zlatinb
Offline Send Email
May 5, 2005
4:03 pm
21766
... UDPHC technically can appear in any pong. If it's in a normal Gnutella pong, you can't guarantee that the receiving host understands the feature, so it...
Sam Berlin
thenplay
Offline Send Email
May 5, 2005
4:13 pm
Messages 21737 - 21766 of 23558   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