[#80776] prerelease of Guis-1.3pre1 (a GTK widget server) for Ruby — Basile STARYNKEVITCH <basile@...>

Dear All,

11 messages 2003/09/01

[#80849] Simple question(s) — Michael Campbell <michael_s_campbell@...>

(I think...)

16 messages 2003/09/02

[#80870] show me the ruby way — nord ehacedod <nordehacedod@...>

This works, but there must be a more natural way to do

18 messages 2003/09/02
[#80916] Re: show me the ruby way — aero6dof@... (Alan Chen) 2003/09/02

ts <decoux@moulon.inra.fr> wrote in message news:<200309021525.h82FPkM17085@moulon.inra.fr>...

[#80918] Re: show me the ruby way — "Warren Brown" <wkb@...> 2003/09/02

alan,

[#80873] RDoc: how to turn off automatic linking for a word? — leikind@... (Yuri Leikind)

Hello all,

12 messages 2003/09/02
[#80962] Re: RDoc: how to turn off automatic linking for a word? — William Webber <wew@...> 2003/09/03

On Wed, Sep 03, 2003 at 12:32:23AM +0900, Yuri Leikind wrote:

[#81014] unknown node type 0 — Hal Fulton <hal9000@...>

Hello, all.

15 messages 2003/09/03

[#81028] webrick and ruby — ahoward <ahoward@...>

12 messages 2003/09/03

[#81057] WEBrick and mod_ruby performance — quixoticsycophant@... (Jeff Mitchell)

I've been scoping out ruby for an upcoming server project.

16 messages 2003/09/03

[#81075] Unit Tests and Encapsulation — Scott Thompson <easco@...>

This may be off-topic in a Ruby list, although I have noticed that a

18 messages 2003/09/04

[#81167] Difference between .. and ... in boolean ranges — Oliver Dain <odain2@...>

I'm a bit confused by some Ruby behavior I'm seeing with ranges. As I

12 messages 2003/09/04

[#81234] Correction: "religious" — Daniel Carrera <dcarrera@...>

It has come to my attention that the word religious can, indeed, be

12 messages 2003/09/05

[#81239] rcalc 2.0 (Ruby Calculator) — "Josef 'Jupp' Schugt" <jupp@...>

Saluton!

14 messages 2003/09/05

[#81345] ANN: MetaTags 1.0 — Ryan Pavlik <rpav@...>

MetaTags 1.0

73 messages 2003/09/08
[#81361] Re: ANN: MetaTags 1.0 — Tobias Peters <tpeters@...> 2003/09/08

Ryan Pavlik wrote:

[#81371] Re: ANN: MetaTags 1.0 — why the lucky stiff <ruby-talk@...> 2003/09/08

On Monday 08 September 2003 06:58 am, Tobias Peters wrote:

[#81384] Re: ANN: MetaTags 1.0 — Chad Fowler <chad@...> 2003/09/08

On Tue, 9 Sep 2003, why the lucky stiff wrote:

[#81386] Re: ANN: MetaTags 1.0 — dblack@... 2003/09/08

Hi --

[#81394] Re: ANN: MetaTags 1.0 — why the lucky stiff <ruby-talk@...> 2003/09/08

On Monday 08 September 2003 12:08 pm, dblack@superlink.net wrote:

[#81396] Re: ANN: MetaTags 1.0 — Hal Fulton <hal9000@...> 2003/09/08

why the lucky stiff wrote:

[#81452] Re: ANN: MetaTags 1.0 — matz@... (Yukihiro Matsumoto) 2003/09/09

Hi,

[#81454] Re: ANN: MetaTags 1.0 — Dave Thomas <Dave@...> 2003/09/09

[#81615] Re: ANN: MetaTags 1.0 — Richard Kilmer <rich@...> 2003/09/10

On Monday, September 8, 2003, at 11:59 PM, Dave Thomas wrote:

[#81374] problem with Module#append_features — Ferenc Engard <ferenc@...>

Hi all,

24 messages 2003/09/08

[#81503] Memory consumption of Ruby/mod_ruby combo on Apache — David Heinemeier Hansson <david@...>

I'm seeing memory consumption in the area of 30-35mb per Apache process

12 messages 2003/09/09
[#81504] Re: Memory consumption of Ruby/mod_ruby combo on Apache — mgarriss <mgarriss@...> 2003/09/09

David Heinemeier Hansson wrote:

[#81535] using a filter inside Ruby — Eric Schwartz <emschwar@...>

I've the contents of a raw log file in memory, and a program that will

12 messages 2003/09/09

[#81587] Fwd: Calling fun taking struct and not pointer to struct? — Robert Feldt <feldt@...>

Related to the recent thread about nested structs

16 messages 2003/09/10
[#81590] Re: Calling fun taking struct and not pointer to struct? — "Nathaniel Talbott" <nathaniel@...> 2003/09/10

Robert Feldt [mailto:feldt@ce.chalmers.se] wrote:

[#81594] Re: Calling fun taking struct and not pointer to struct? — Robert Feldt <feldt@...> 2003/09/10

Nathaniel Talbott <nathaniel@NOSPAMtalbott.ws> skrev den Wed, 10 Sep 2003 22:42:24 +0900:

[#81596] Re: Calling fun taking struct and not pointer to struct? — "Nathaniel Talbott" <nathaniel@...> 2003/09/10

Robert Feldt [mailto:feldt@ce.chalmers.se] wrote:

[#81597] Re: Calling fun taking struct and not pointer to struct? — Robert Feldt <feldt@...> 2003/09/10

Nathaniel Talbott <nathaniel@NOSPAMtalbott.ws> skrev den Thu, 11 Sep 2003 00:06:18 +0900:

[#81612] What *are* variables? Which are nil now? — Hugh Sasse Staff Elec Eng <hgs@...>

Reading about reflection, ObjectSpace will give you the objects in

22 messages 2003/09/10
[#81632] Re: What *are* variables? Which are nil now? — Austin Ziegler <austin@...> 2003/09/10

> raise "@b1 is nil" if @b1.nil

[#81623] Chasing a garbage collection bug — "Thomas Sondergaard" <thomas@...>

I just discovered that I have a GC related bug, or that is to say it doesn't

17 messages 2003/09/10

[#81755] Passing an Object Class from a method to a caller — "RLMuller" <RLMuller@...>

Hi All,

14 messages 2003/09/11

[#81840] Re: Dir.foreach not with patterns? — "Weirich, James" <James.Weirich@...>

I like the Dir[] form (or its "glob" alternative). I used to write

14 messages 2003/09/12
[#82500] Re: Dir.foreach not with patterns? — Jason Creighton <androflux@...> 2003/09/19

On Thu, 18 Sep 2003 15:59:25 +0100

[#81871] Duck Typing — Jim Weirich <jweirich@...>

In the Method Redefinition thread, this explanation of Duck Typing is

38 messages 2003/09/13
[#81884] Re: Duck Typing — dblack@... 2003/09/13

Hi --

[#81929] actual debian ruby packages are unuseable with tk — Ferenc Engard <ferenc@...>

Dear debian ruby package maintainers,

12 messages 2003/09/13

[#81960] Dot versus double-colon — Hal Fulton <hal9000@...>

OK, I've been thinking (always dangerous after 11 pm).

18 messages 2003/09/14

[#82012] performance and style advice requested — Alex Martelli <aleaxit@...>

I'm trying to learn some Ruby, so I want to write some Ruby code, starting

53 messages 2003/09/14
[#82028] Re: performance and style advice requested — Ben Giddings <bg-rubytalk@...> 2003/09/14

Some style advice:

[#82029] Linguistics 0.02 — Michael Granger <ged@...>

Hi fellow Rubyists,

19 messages 2003/09/14

[#82056] Test::Unit -- multiple errors in test method ??? — Johan Holmberg <holmberg@...>

14 messages 2003/09/15

[#82166] scrambler one-liner — Xavier Noria <fxn@...>

I just came across this interesting article at Slashdot that explains that

27 messages 2003/09/16

[#82206] #{} and \" don't like each other — Peter <Peter.Vanbroekhoven@...>

From the Programming Ruby book:

32 messages 2003/09/16

[#82419] wiki reccomendations — ahoward <ahoward@...>

15 messages 2003/09/18

[#82448] closing stderr — Michael Garriss <mgarriss@...>

I would like to prevent some output that is going to stderr during a

15 messages 2003/09/18

[#82547] fork not available? — walter@...

I am running windows 2000 using the PragProgs install.

14 messages 2003/09/19

[#82561] Trouble with binary files? — <agemoagemo@...>

I'm trying to write a program that will read a binary

24 messages 2003/09/19
[#82562] Re: Trouble with binary files? — Heinz Werntges <werntges@...> 2003/09/19

agemoagemo@yahoo.com wrote:

[#82583] Re: Trouble with binary files? — Tim Hammerquist <tim@...> 2003/09/19

<agemoagemo@yahoo.com> graced us by uttering:

[#82575] Article on oreilly.net on how to build Unix tools with Ruby — Xavier <NOSPAM@...>

Thought you'd like to know about this article

24 messages 2003/09/19
[#82829] Re: Article on oreilly.net on how to build Unix tools with Ruby — Paul Brannan <pbrannan@...> 2003/09/23

On Sat, Sep 20, 2003 at 06:00:21AM +0900, Xavier wrote:

[#82589] POP3Filter for SoBig.F Virus: — Austin Ziegler <austin@...>

Here's an updated version of the Ruby pop3filter that was written. This

32 messages 2003/09/20
[#82592] Re: POP3Filter for SoBig.F Virus: — Austin Ziegler <austin@...> 2003/09/20

I've made more updates. Rather than just putting them here, I've created a

[#82609] Re: POP3Filter for SoBig.F Virus: — Austin Ziegler <austin@...> 2003/09/20

On Sat, 20 Sep 2003 10:14:39 +0900, Austin Ziegler wrote:

[#82617] Re: POP3Filter for SoBig.F Virus: — "Shashank Date" <sdate@...> 2003/09/20

[#82618] Re: POP3Filter for SoBig.F Virus: — Gavin Sinclair <gsinclair@...> 2003/09/20

On Saturday, September 20, 2003, 9:03:18 PM, Shashank wrote:

[#82621] Re: POP3Filter for SoBig.F Virus: — Austin Ziegler <austin@...> 2003/09/20

On Sat, 20 Sep 2003 22:15:40 +0900, Gavin Sinclair wrote:

[#82623] Re: POP3Filter for SoBig.F Virus: — Jose Quesada <quesadaj@...> 2003/09/20

On Sat, 20 Sep 2003 23:52:39 +0900, Austin Ziegler <austin@halostatue.ca>

[#82624] Re: POP3Filter for SoBig.F Virus: — Xavier Noria <fxn@...> 2003/09/20

On Saturday 20 September 2003 18:56, Jose Quesada wrote:

[#82632] Real emails on newsgroup version (was Re: POP3Filter) — Ben Giddings <bg-rubytalk@...> 2003/09/20

This whole worm thing brings up a question:

[#82683] Re: Real emails on newsgroup version (was Re: POP3Filter) — Dave Thomas <Dave@...> 2003/09/22

[#82661] Performance: Ruby vs Java — lalit_pant@... (Lalit Pant)

I'm a newcomer to Ruby, and thought I would write a little

18 messages 2003/09/22

[#82715] Ruby package for Linux — Jim Freeze <jim@...>

Ok, I know nothing about linux packages.

22 messages 2003/09/22

[#82832] upper to lower first letter of a word — yvon.thoravallist@... (Yvon Thoraval)

Recently, i get a vintage list (more than 500 items) with poor typo, for

30 messages 2003/09/23

[#82884] When threads block — Hans Fugal <fugalh@...>

It's difficult to do any serious multi-threaded network programming when

13 messages 2003/09/24

[#82964] Re: Prove internet package for Microsoft Internet Explorer — "Anthony Neville" <anthony.neville@...>

13 messages 2003/09/25

[#83002] TCPSocket.gethostbyname difficulties — "Nathaniel Talbott" <nathaniel@...>

I'm trying to use TCPSocket.gethostbyname to verify that a given domain

35 messages 2003/09/25
[#83006] Re: TCPSocket.gethostbyname difficulties — Peter <Peter.Vanbroekhoven@...> 2003/09/25

> I can browse to either of those hosts, so what's different about them? Any

[#83014] Re: TCPSocket.gethostbyname difficulties — "Nathaniel Talbott" <nathaniel@...> 2003/09/26

Peter [mailto:Peter.Vanbroekhoven@cs.kuleuven.ac.be] wrote:

[#83030] Re: TCPSocket.gethostbyname difficulties — ts <decoux@...> 2003/09/26

>>>>> "N" == Nathaniel Talbott <nathaniel@NOSPAMtalbott.ws> writes:

[#83035] Re: TCPSocket.gethostbyname difficulties — "Nathaniel Talbott" <nathaniel@...> 2003/09/26

ts [mailto:decoux@moulon.inra.fr] wrote:

[#83036] Re: TCPSocket.gethostbyname difficulties — ts <decoux@...> 2003/09/26

>>>>> "N" == Nathaniel Talbott <nathaniel@NOSPAMtalbott.ws> writes:

[#83037] Re: TCPSocket.gethostbyname difficulties — "Nathaniel Talbott" <nathaniel@...> 2003/09/26

ts [mailto:decoux@moulon.inra.fr] wrote:

[#83011] Adding, removing and redefining features at runtime — "Thomas Sondergaard" <thomas@...>

I am working on an article on the subject of implementing dynamically typed

23 messages 2003/09/26

[#83105] Fwd: FW: Porting Suggestions: Lucene to Ruby; Perl Text::Balanced — Erik Hatcher <erik@...>

I was alerted about me being mentioned on ruby-talk, as I was not

12 messages 2003/09/27
[#83117] OT: alerts - was Re: Fwd: FW: Porting Suggestions: Lucene to Ruby; Perl Text::Balanced — Hal Fulton <hal9000@...> 2003/09/27

Erik Hatcher wrote:

[#83140] Thoughts on yield — nolan_d@... (Nolan J. Darilek)

I've begun working on a music-related ruby project, and recently I've

17 messages 2003/09/28

[#83223] Article on ARTIMA — Peter Hickman <peter@...>

There is the start of a series of articles on ARTIMA with Matz.

21 messages 2003/09/29

[#83310] Making == symmetric? — elbows@... (Nathan Weston)

It has always bothered me that == is not symmetric in ruby:

22 messages 2003/09/30

mpeg4远程多点ip视频会议及视频监控

From: tom <et@...>
Date: 2003-09-16 15:13:24 UTC
List: ruby-talk #82174
AVCON=CA=D3=C6=B5=BB=E1=D2=E9=CF=B5=CD=B3=A3=AC=CA=C7=C0=FB=D3=C3=CA=D3=C6=B5=
=A1=A2=D2=F4=C6=B5=D1=B9=CB=F5=BC=BC=CA=F5=BC=B0=B5=E3=B5=BD=B6=E0=B5=E3=B5=C4=
=CD=A8=D0=C5=BC=BC=CA=F5=A3=AC=B9=B9=D6=FE=D4=DAIP=CD=F8=C2=E7=C9=CF=B5=C4=C8=
=AB=D0=C2=BB=E1=D2=E9=BD=E2=BE=F6=B7=BD=B0=B8=A1=A3    
=B8=C3=CF=B5=CD=B3=B2=BB=CD=AC=D3=DA=B4=AB=CD=B3=B5=C4=BB=F9=D3=DA=BB=E1=D2=E9=
=CA=D2=B5=C4=BB=E1=D2=E9=CF=B5=CD=B3=A3=AC=CB=FC=B2=BB=D0=E8=D2=AA=B9=CC=B6=A8=
=B5=C4=CF=DF=C2=B7=BA=CD=B9=CC=B6=A8=B5=C4=BB=E1=D2=E9=B5=D8=B5=E3=A1=A2=B2=BB=
=D2=C0=C0=B5=D3=DA=B9=CC=B6=A8=B5=C4=C9=E8=B1=B8=BA=CD=B0=BA=B9=F3=B5=C4=D3=B2=
=BC=FE=CD=B6=D7=CA=A3=AC=D3=EB=BB=E1=D5=DF=D6=BB=D0=E8=B0=B2=D7=F8=D4=DA=BB=E1=
=D2=E9=CA=D2=A1=A2=B0=EC=B9=AB=CA=D2=C0=EF=BB=F2=BC=D2=D6=D0=A3=AC=CB=E6=CA=B1=
=CB=E6=B5=D8=A3=AC=CB=E6=B1=E3=D3=C3=D2=BB=CC=A8=B1=CA=BC=C7=B1=BE=B5=E7=C4=D4=
=BB=F2PC=A3=AC=C1=AC=C9=CF=CD=F8=C2=E7=A3=AC=CD=A8=B9=FD=B9=AB=D3=C3=CD=F8=C2=
=E7=A3=AC=C1=AC=BD=D3=B5=BD=BB=A5=C1=AA=CD=F8=A3=AC=BE=CD=BF=C9=D2=D4=CB=E6=CA=
=B1=BA=CD=B8=F7=B5=D8=B5=C4=C9=CC=D2=B5=BB=EF=B0=E9=BA=CD=CD=AC=D0=D0=BD=F8=D0=
=D0=CA=FD=BE=DD=A1=A2=D2=F4=C6=B5=BC=B0=CA=D3=C6=B5=B5=C4=BD=BB=C1=F7=CD=A8=D1=
=B6=A1=A3
=D3=C9=D3=DA=B8=C3=CF=B5=CD=B3=D4=DA=BB=E1=D2=E9=D6=D5=B6=CB=BA=CD=B7=FE=CE=F1=
=C6=F7=B6=CB=B2=C9=D3=C3=B4=BF=C8=ED=BC=FE=B5=C4=BD=E2=BE=F6=B7=BD=B0=B8=A3=AC=
=BB=E1=D2=E9=D6=D5=B6=CB=BD=F6=BD=F6=CA=C7=CD=A8=B9=FD=BB=E1=D2=E9=BF=CD=BB=A7=
=B6=CB=C8=ED=BC=FE=A3=AC=B6=F8=B7=FE=CE=F1=C6=F7=B6=CB=CA=C7=D0=E9=C4=E2=B5=C4=
=B4=F3=D0=CD=BB=E1=D2=E9=D6=D0=D0=C4=A1=A3=CD=A8=B9=FD=B8=C3=CF=B5=CD=B3=A3=AC=
=CE=DE=C2=DB=B6=E0=D4=B6=A3=AC=BB=B9=CA=C7=B6=E0=C9=D9=C8=CB=B6=BC=BF=C9=D2=D4=
=D4=DA=D5=E2=C0=EF=BD=F8=D0=D0=BB=E1=D2=E9=BD=BB=CC=B8=A1=A2=D1=DD=BD=B2=A1=A2=
=B1=A8=B8=E6=BB=F2=B8=F6=C8=CB=D6=AE=BC=E4=B5=C4=CE=DE=D5=CF=B0=AD=BD=BB=C1=F7=
=A3=AC=CC=E5=D1=E9=C7=B0=CB=F9=CE=B4=D3=D0=B5=C4=CA=B5=CA=B1=A1=A2=B8=DF=D6=CA=
=C1=BF=B5=C4=BD=BB=BB=A5=CA=BD=D2=F4=C6=B5=BA=CD=CA=D3=C6=B5=CC=E5=D1=E9=A3=AC=
=B2=A2=C4=DC=CE=AA=D3=C3=BB=A7=BD=DA=D4=BC=C8=CB=C1=A6=A1=A2=CE=EF=C1=A6=A3=AC=
=D2=D4=B5=CD=CD=B6=C8=EB=BB=F1=B5=C3=B8=DF=CA=D5=D2=E6=A1=A3 
=CA=D3=C6=B5=BB=E1=D2=E9=CF=B5=CD=B3=CC=D8=B5=E3=A3=BA
     1=A1=A4=B4=BF=C8=ED=BC=FE=D0=CE=CA=BD=A3=AC=BF=C9=C0=FB=D3=C3=CF=D6=D3=D0=
=BC=C6=CB=E3=BB=FA=D3=B2=BC=FE=D7=CA=D4=B4=BA=CD=CD=F8=C2=E7=BB=B7=BE=B3=A1=A3=
=BB=F9=D3=DATCP/IP=BC=DC=B9=B9=A3=AC=C4=DA=CD=F8=CD=E2=CD=F8=BB=A5=CD=A8=A3=A8=
=CD=E2=CD=F8 =CA=B9=D3=C3=B7=FE=CE=F1=C6=F7=B6=CB=D2=AA=D3=D0=CD=E2=CD=F8=BA=
=CF=B7=A8ip=B5=D8=D6=B7=A3=A9=A1=A3=CA=B9=D3=C3=D5=DF=CE=BB=D6=C3=BF=C9=C6=AF=
=D2=C6=A3=AC=D4=DA=C8=CE=BA=CE=C1=AC=CD=A8=B5=C4=CD=F8=C2=E7=BD=DA=B5=E3=B6=BC=
=BF=C9=D2=D4=B2=CE=BC=D3=BB=F2=D6=F7=B3=D6=BB=E1=D2=E9=A3=AC=CE=DE=D0=E8=CF=F1=
=D3=B2=BC=FE=CA=D3=C6=B5=BB=E1=D2=E9=B1=D8=D0=EB=CF=DE=B6=A8=D4=DA=D2=D1=BE=AD=
=B0=B2=D7=B0=C1=CB=C9=E8=B1=B8=B5=C4=BB=E1=D2=E9=CA=D2=A1=A3                  =
               
     2=A1=A4=B2=C9=D3=C3web=E4=AF=C0=C0=C6=F7=BD=E7=C3=E6=A3=AC=CE=DE=D0=E8=D7=
=A8=C3=C5=B0=B2=D7=B0=C5=E4=D6=C3=C8=ED=BC=FE=A3=AC=CB=E6=D2=E2=D2=BB=CC=A8=BC=
=C6=CB=E3=BB=FA=BA=CF=B7=A8=C9=ED=B7=DD=B5=C7=C2=BD=CF=C2=D4=D8=BF=CD=BB=A7=B6=
=CB=BA=F3=BC=B4=BF=C9=CA=B9=D3=C3=C8=AB=B2=BF=B9=A6=C4=DC=B2=CE=BC=D3=BB=E1=D2=
=E9=A1=A3=CF=B5=CD=B3=B9=DC=C0=ED=D4=B1=B8=FC=BF=C9=D4=B6=B3=CC=B9=DC=C0=ED=C5=
=E4=D6=C3=B8=F7=CF=EE=B9=A6=C4=DC=A1=A3
     3=A1=A4=D5=E6=D5=FD=B6=E0=B5=E3=BB=E1=D2=E9=A3=AC=CF=B5=CD=B3=C8=DD=C1=BF=
=BF=C9=B4=F3=BF=C9=D0=A1=A3=AC=C0=A9=C8=DD=B7=BD=B1=E3=A1=A3=B6=E0=C8=CB=BF=C9=
=D2=D4=CD=AC=CA=B1=B2=CE=BC=D3=B8=F7=D7=D4=B5=C4=BB=E1=D2=E9=B6=F8=BB=A5=B2=BB=
=B8=C9=C8=C5 =A1=A3=C3=BF=B8=F6=BF=CD=BB=A7=B6=CB=D7=EE=B6=E0=BF=C9=CD=AC=CA=
=B1=CF=D4=CA=BE16=C2=B7=CA=D3=D2=F4=C6=B5=A1=A3=BA=CD=CD=AC=C0=E0=B2=FA=C6=B7=
=B1=C8=BD=CF=D4=DA=CD=AC=B5=C8=CD=BC=CF=F1=D6=CA=C1=BF=CF=C2=CB=F9=B2=FA=C9=FA=
=C2=EB=C1=F7=D7=EE=D0=A1=A1=A3
     4=A1=A4=CF=B5=CD=B3=B9=A6=C4=DC=B1=C8=D3=B2=BC=FE=D0=CE=CA=BD=BB=E1=D2=E9=
=C7=BF=B4=F3=B7=BD=B1=E3=D0=ED=B6=E0=A1=A3=CD=AC=CA=B1=CD=BC=CF=F1=D6=CA=C1=BF=
=CE=C8=B6=A8=D0=D4=B6=BC=B4=EF=B5=BD=C1=CB=BD=CF=B8=DF=CB=AE=C6=BD=A1=A3=B6=D4=
=B4=F8=BF=ED=D2=AA=C7=F3=B2=BB=B8=DF=A3=AC=C6=D5=CD=A8=D3=C3=BB=A7=D3=C3=
adsl=BC=B4=BF=C9=C8=A1=B5=C3=C2=FA=D2=E2=D0=A7=B9=FB=A1=A3=C7=D2=B2=BB=D0=ED=
=D2=AA=BA=CF=B7=A8ip=B5=D8=D6=B7=A3=AC=BF=C9=BD=DA=D4=BC=B4=F3=C1=BF=C8=D5=BA=
=F3=CA=B9=D3=C3=CD=A8=D1=B6=B7=D1=D3=C3=A1=A3
     5=A1=A4=D3=C3=BB=A7=BF=C9=D7=E9=BD=A8=CD=EA=C8=AB=B6=C0=C1=A2=B5=C4=BB=E1=
=D2=E9=CF=B5=CD=B3=A3=AC=B1=A3=C3=DC=D0=D4=C7=BF=A1=A3=C7=D2=CB=F9=D3=D0=C8=ED=
=BC=FE=D1=B9=CB=F5=CB=E3=B7=A8=BA=CD=BD=BB=BB=BB=D0=AD=D2=E9=B6=BC=CA=B9=D3=C3=
=CE=D2=B9=AB=CB=BE=B6=C0=C1=A2=D1=D0=B7=A2=D7=A8=D3=D0=BC=BC=CA=F5=A3=AC=BE=F8=
=CE=DE=D0=B9=C3=DC=D6=AE=D3=C7=A1=A3
=D3=D0=D2=E2=D5=DF=BF=C9=D2=D4=C1=AA=CF=B5=D4=DA=CF=DF=CA=D4=D3=C3,=B7=BD=B0=
=B8=D7=C9=D1=AF=A3=AC=CC=E1=B9=A9=BC=BC=CA=F5=D7=CA=C1=CF=A1=A3=A3=A8=C1=ED=CC=
=E1=B9=A9=D4=B6=B3=CC=B6=E0=B5=E3=CA=D3=C6=B5=BC=E0=BF=D8=B7=BD=B0=B8=A3=A9
=C1=AA=CF=B5=D3=CA=BC=FEtomging@sohu.com  

In This Thread

Prev Next