[#154598] implementing the "each" method for own classes — Philipp Huber <huber.philipp@...>

hello!

12 messages 2005/09/01

[#154620] Word Chains (#44) — Ruby Quiz <james@...>

Gavin Kistner asked that I try timing the quiz solutions this week. I did

13 messages 2005/09/01

[#154733] Ruby-specific performance heuristics? — Hugh Sasse <hgs@...>

I've been doing some stuff with CSV recently, having data in one

15 messages 2005/09/02

[#154775] Idiomatic conversion of yielding block to array — David Brady <ruby_talk@...>

So I have a function that generates like 300 lines of text and I want to

23 messages 2005/09/02
[#154776] Re: Idiomatic conversion of yielding block to array — Levin Alexander <levin.alexander@...> 2005/09/02

David Brady <ruby_talk@shinybit.com> wrote:

[#154779] Re: Idiomatic conversion of yielding block to array — Simon Krer <SimonKroeger@...> 2005/09/02

Levin Alexander wrote:

[#154785] Re: Idiomatic conversion of yielding block to array — Simon Krer <SimonKroeger@...> 2005/09/02

Simon Krer wrote:

[#154789] Re: Idiomatic conversion of yielding block to array — Jacob Fugal <lukfugl@...> 2005/09/02

Good heavens, no! Neither of those are thread safe. Criminy!

[#154872] windows shell — Gaston Garcia <gaston.garcia@...>

Is there anyone here that uses Windows XP and uses a windows shell

28 messages 2005/09/04
[#154876] Re: windows shell — "Robert Klemme" <bob.news@...> 2005/09/04

Gaston Garcia <gaston.garcia@gmail.com> wrote:

[#154917] Re: windows shell — Austin Ziegler <halostatue@...> 2005/09/05

On 9/4/05, Robert Klemme <bob.news@gmx.net> wrote:

[#154874] params v.s. @params in rails? — "Barry" <rubyrails@...>

Both work in my controller class, so I am wondering what's the

11 messages 2005/09/04

[#154920] Help me clean up this method — "Vincent Foley" <vfoley@...>

Hello guys,

32 messages 2005/09/05

[#155018] Rake 0.6.0 Released — Jim Weirich <jim@...>

= Rake 0.6.0 Released

20 messages 2005/09/06

[#155064] Sorted arrays — <ruby@...64.com>

I'm a relative newcomer to Ruby. Most of my experience is in Delphi. And in Delphi one of the most commonly-used classes is TStringList, which is sort of analogous to ruby's Array (Delphi also has dynamic arrays and static arrays). TStringList has a property called Sorted, which if set to True makes it possible to insert strings into the list and have it maintain them as a sorted list (without having to re-sort it each time). Then you can use the IndexOf method (or the Find method) to do a binary search on the list, so you can quickly find the element you're looking for. My question is whether Ruby has anything like this. It seems like one could create a descendant of Array that does this.

18 messages 2005/09/06
[#155067] Re: Sorted arrays — "Robert Klemme" <bob.news@...> 2005/09/06

ruby@danb64.com wrote:

[#155120] Units for Ruby — "Lucas Carlson" <lucas@...>

I have also created a new library to add units to numbers in Ruby:

14 messages 2005/09/06

[#155127] Rio 0.3.4 — "rio4ruby" <rio4ruby@...>

New and Improved -- Rio 0.3.4

24 messages 2005/09/07

[#155181] Need help finding decent IDE/development environment for Windows — "Paul Dix" <paulcdix@...>

I've just started playing around with ruby on rails and by association,

41 messages 2005/09/07
[#155218] Re: Need help finding decent IDE/development environment for Windows — graham <fghfghfh@...> 2005/09/07

Paul Dix wrote:

[#155220] Re: Need help finding decent IDE/development environment for Windows — Joe Van Dyk <joevandyk@...> 2005/09/07

On 9/7/05, graham <fghfghfh@homr.vom> wrote:

[#155221] Re: Need help finding decent IDE/development environment for Windows — graham <fghfghfh@...> 2005/09/07

> You could ask them why they need all that IDE stuff for developing in Ruby.

[#155225] Re: Need help finding decent IDE/development environment for Windows — Edward Faulkner <ef@...> 2005/09/07

On Thu, Sep 08, 2005 at 02:36:29AM +0900, graham wrote:

[#155264] Re: Need help finding decent IDE/development environment for Windows — graham <fghfghfh@...> 2005/09/07

Edward Faulkner wrote:

[#155280] Re: Need help finding decent IDE/development environment for Windows — James Edward Gray II <james@...> 2005/09/08

On Sep 7, 2005, at 6:56 PM, graham wrote:

[#155327] general performance question — Brian Le Roy <brian@...>

I'm running top and when I run my app - I see the user CPU utilitization

15 messages 2005/09/08

[#155364] KirbyBase — rubyhacker@...

I'm posting from work, but will try to follow up in more

57 messages 2005/09/08
[#155795] Re: KirbyBase — rubyhacker@... 2005/09/12

Jamey Cribbs wrote:

[#155801] Re: KirbyBase — Jamey Cribbs <cribbsj@...> 2005/09/12

rubyhacker@gmail.com wrote:

[#155818] Re: KirbyBase — Randy Kramer <rhkramer@...> 2005/09/12

On Monday 12 September 2005 04:11 pm, Jamey Cribbs wrote:

[#155833] Re: KirbyBase — rubyhacker@... 2005/09/12

Randy Kramer wrote:

[#155836] Re: KirbyBase — Kevin Brown <blargity@...> 2005/09/12

On Monday 12 September 2005 17:06, rubyhacker@gmail.com wrote:

[#155861] Re: KirbyBase — Hal Fulton <hal9000@...> 2005/09/13

Kevin Brown wrote:

[#155873] Re: KirbyBase — Ezra Zygmuntowicz <ezra@...> 2005/09/13

[#155976] Re: KirbyBase — rubyhacker@... 2005/09/13

[#155986] Re: KirbyBase — Jamey Cribbs <cribbsj@...> 2005/09/13

rubyhacker@gmail.com wrote:

[#156005] Re: KirbyBase — Logan Capaldo <logancapaldo@...> 2005/09/13

[#156029] Re: KirbyBase [ANN (sort-of)] proof-of-concept KirbyBase ORM — Logan Capaldo <logancapaldo@...> 2005/09/14

[#155369] compiling ruby on red hat linux — "Philip J. Mikal" <philip_mikal@...>

Hi,

15 messages 2005/09/08

[#155411] Optimizing a single slow method — "Glenn M. Lewis" <noSpam@...>

Hi!

34 messages 2005/09/09
[#155474] Re: Optimizing a single slow method — Eric Hodel <drbrain@...7.net> 2005/09/09

On 08 Sep 2005, at 20:46, Glenn M. Lewis wrote:

[#155464] quick print type debugging — Eric Mahurin <eric_mahurin@...>

Anybody think something like this would be useful?

12 messages 2005/09/09

[#155507] Using Ruby as a preprocessor for another language — debbie@...

I have the misfortune of being stuck programming in a very bad

11 messages 2005/09/10

[#155530] Win32 gem for RMagick 1.9.1 — Timothy Hunter <cyclists@...>

Hot on the heels of the latest RMagick update, Kaspar Schiess has

15 messages 2005/09/10

[#155537] RCR to modify #puts and #print inside ERB — Gavin Kistner <gavin@...>

Proposed RCR:

26 messages 2005/09/10

[#155601] r4 - the simplest ruby pre-processor — "Ara.T.Howard" <Ara.T.Howard@...>

18 messages 2005/09/11

[#155638] The Early Demise of Myriad (Thanks To Ruby Threads) — "Zed A. Shaw" <zedshaw@...>

Hi Everyone,

17 messages 2005/09/11

[#155708] how to well-qualify the 2-inherited methods at their collision point — "SHIGETOMI, Takuhiko" <tshiget1@...>

dear guys,

10 messages 2005/09/12

[#155828] Adventures in html decoding. — Morgan <taria@...>

From the "If you want it done right, do it yourself... maybe"

16 messages 2005/09/12

[#155847] Choosing an open source license — "debbie@..." <debbie@...>

I'm working on a server program and I'm trying to decide which open

22 messages 2005/09/13

[#155941] yet another simple command-line option parser — Eric Mahurin <eric_mahurin@...>

I just put in a good example for:

11 messages 2005/09/13
[#155946] Re: yet another simple command-line option parser — Jim Freeze <jim@...> 2005/09/13

That's pretty interesting Eric, to grab the type off the default.

[#155949] Sets, uniqueness not unique. — Hugh Sasse <hgs@...>

I have been splitting a comma separated values file, and putting

29 messages 2005/09/13

[#155970] Surprising Regexp Behavior — James Edward Gray II <james@...>

I keep running into some surprising points with Ruby's Regexp engine

13 messages 2005/09/13

[#155992] Launch directory in Rake — Jim Freeze <jim@...>

Hi

15 messages 2005/09/13

[#156053] ruby and aop — Alexandru Popescu <the.mindstorm.mailinglist@...>

Hi!

12 messages 2005/09/14

[#156189] Get to the Point: Ruby and Rails Presentation Slides — "John W. Long" <ng@...>

Hi,

20 messages 2005/09/15

[#156230] you can't get in trouble with your boss for picking C# — "Phlip" <phlipcpp@...>

Rubies:

69 messages 2005/09/15
[#156549] Re: you can't get in trouble with your boss for picking C# — "ToRA" <tristan.allwood@...> 2005/09/17

Hey all,

[#156582] Re: you can't get in trouble with your boss for picking C# — Florian Gro<florgro@...> 2005/09/18

ToRA wrote:

[#156297] Re: you can't get in trouble with your boss for picking C# — "Phlip" <phlipcpp@...> 2005/09/15

klancaster1957 wrote:

[#156308] Re: you can't get in trouble with your boss for picking C# — Josh Charles <josh.charles@...> 2005/09/15

On 9/15/05, Phlip <phlipcpp@yahoo.com> wrote:

[#156248] Math: sum and faculty — Daniel Schierbeck <daniel.schierbeck@...>

I hereby propose two additions to Ruby. Please come with some comments

13 messages 2005/09/15

[#156299] MS Access — "Steve" <sdouglas949@...>

I'm considering learning Ruby. I have no programming experience yet. I was

23 messages 2005/09/15
[#156303] Re: MS Access — "Phlip" <phlipcpp@...> 2005/09/15

Steve wrote:

[#156335] Re: MS Access — Sean Armstrong <phinsxiii@...> 2005/09/15

On 9/15/05, Phlip <phlipcpp@yahoo.com> wrote:

[#156336] Re: MS Access — Sascha Ebach <se@...> 2005/09/15

Sean Armstrong wrote:

[#156347] Re: MS Access — Sean Armstrong <phinsxiii@...> 2005/09/15

Does anyone know how to install the Ruby MySQL module on a Windows platform.

[#156352] Re: MS Access — Jacob Quinn Shenker <jqshenker@...> 2005/09/15

Sean,I needed to compile/install mysql (running ./configure--without-server) from source to get the required developmentlibraries under Cygwin. (then I moved the newly-created clientbinaries out of the way so I could use the Win32-native mysqlbinaries.) After that, it worked like a charm. *Do not compile theCygwin-ized mysql client with "--with-openssl"* I don't know why, butthe gem refused to install if I did. Good luck, and let me know if yourun into any issues. Overall, developing on Cygwin for Ruby/Rails isquite nice.

[#156353] Re: MS Access — Sean Armstrong <phinsxiii@...> 2005/09/15

Let me make sure I got this right:

[#156461] Re: MS Access — Sean Armstrong <phinsxiii@...> 2005/09/16

It still refuses to find the lib and include directories even if I use the

[#156506] Re: MS Access — Jacob Quinn Shenker <jqshenker@...> 2005/09/16

Sean,I'm going to try to explain *exactly* what I did, and hopefully you'llsee something you forgot to do.1. Download mysql-essential-4.1.14-win32.msi from mysql.org and install it.2. Download mysql-4.1.13.tar.gz from mysql.org3. Extract the above, and run "./configure -C --without-server" (the-C enables config caching, I use it because the ./configure scriptruns very slowly under Cygwin. Optional, of course)4. Run "make && make install"5. Run "gem install mysql"6. Go make cool rails apps!

[#156444] Hash table questions — EdUarDo <eduardo.yanezNOSPAM@...>

Hi all,

14 messages 2005/09/16

[#156480] Some interesting criticisms of rails — David Balick <davidbalick@...>

may be found in the podcast

24 messages 2005/09/16
[#156530] Re: Some interesting criticisms of rails — "Robert Klemme" <bob.news@...> 2005/09/17

Zed A. Shaw <zedshaw@zedshaw.com> wrote:

[#156624] Language recommendations from ruby persons.... — "Greg Lorriman" <bogus@...>

Dear sirs and madames,

36 messages 2005/09/18

[#156662] Capcha in ruby — Federico <pix@...>

Hello,

23 messages 2005/09/19

[#156708] help with tricky proc/binding issue — "Ara.T.Howard" <Ara.T.Howard@...>

14 messages 2005/09/19

[#156743] The Ruby troll [was: Looking for...] — Gunnar Hjalmarsson <noreply@...>

David H. Adler wrote:

22 messages 2005/09/19

[#156749] ruby idiom for python's for/else while/else — Gergely Kontra <kgergely@...>

Hi!

18 messages 2005/09/19

[#156796] Dissident 0.1, a Ruby dependency injection container — Christian Neukirchen <chneukirchen@...>

Hello,

13 messages 2005/09/20
[#156797] Re: [ANN] Dissident 0.1, a Ruby dependency injection container — "Jason Voegele" <jason@...> 2005/09/20

On Tue, September 20, 2005 8:22 am, Christian Neukirchen said:

[#156801] Re: [ANN] Dissident 0.1, a Ruby dependency injection container — Christian Neukirchen <chneukirchen@...> 2005/09/20

"Jason Voegele" <jason@jvoegele.com> writes:

[#156966] Re: [ANN] Dissident 0.1, a Ruby dependency injection container — Logan Capaldo <logancapaldo@...> 2005/09/21

This is a little OT, but every-time dependency injection comes up I

[#156866] Places for a programmer to live? — Devin Mullins <twifkak@...>

While we seem to be rife with OT threads, I thought I'd throw in an OT

37 messages 2005/09/20

[#156933] Hello, I am a newbie to ruby. — could ildg <could.net@...>

I want learn a script language.

11 messages 2005/09/21

[#157005] Large Ruby Apps ? — "Warren Seltzer" <warrens@...>

I am coming to Ruby having used the usual list of scripting and C* languages. Since Ruby

30 messages 2005/09/21
[#158399] Re: Large Ruby Apps ? — <slonik.az@...> 2005/09/30

Very useful discussion that highlights quite few misconceptions.

[#157007] Re: Large Ruby Apps ? — "Berger, Daniel" <Daniel.Berger@...>

> -----Original Message-----

27 messages 2005/09/21

[#157051] hi, i'm new. plus one question — travis laduke <wrong@...>

I've been forced to work on some php lately and found myself

13 messages 2005/09/22

[#157063] Visual IDEs?? — "Erland" <Erland.Erikson@...>

HI,

24 messages 2005/09/22

[#157080] A question about Intelligent Systems and using Ruby — Daniel Lewis <danieljohnlewis@...>

Yesterday (21/09/2005) I sent an email to Dave Thomas (author of

16 messages 2005/09/22

[#157101] Instantiating a subclass of NilClass. — "Trans" <transfire@...>

I've subclasses NilClass, but don't know how to instantiate it. Any

16 messages 2005/09/22

[#157189] "The class that it is mixed in to..." — John Carter <john.carter@...>

Ok, so I'm documenting a Mixin.

20 messages 2005/09/23
[#157193] Re: "The class that it is mixed in to..." — William Morgan <wmorgan-ruby-talk@...> 2005/09/23

Excerpts from John Carter's mail of 22 Sep 2005 (CDT):

[#157271] Re: "The class that it is mixed in to..." — "David A. Black" <dblack@...> 2005/09/23

Hi --

[#157222] RDE 1.0.0 released — sakazuki <qzs01353@...>

Hi.

16 messages 2005/09/23

[#157299] On accidental unsubscribe messages — "Berger, Daniel" <Daniel.Berger@...>

Hi all,

15 messages 2005/09/23

[#157520] Relative speed of Ruby vs Java for a large compiled app like Freenet — seekingleverage@...

I'm wondering if anyone could shed some light on whether or not it

45 messages 2005/09/25
[#157716] Re: Relative speed of Ruby vs Java for a large compiled app like Freenet — "Isaac Gouy" <igouy@...> 2005/09/26

Martin, perhaps you could collect this stuff and put it into your wiki

[#157540] String#ggsub — Gavin Kistner <gavin@...>

I occasionally find myself with gsub regexp that either eat too much,

21 messages 2005/09/25

[#157565] Rinda frustration — Mark Volkmann <r.mark.volkmann@...>

I'm trying to determine what the methods "move" and "notify" do in the

12 messages 2005/09/26

[#157623] A big thank you to Robby Russell... — Tom Copeland <tom@...>

...for providing another RubyForge mirror via his company, PlanetArgon.

18 messages 2005/09/26
[#157770] Re: A big thank you to Robby Russell... — Gavin Kistner <gavin@...> 2005/09/27

On Sep 26, 2005, at 7:25 AM, Tom Copeland wrote:

[#157826] Re: A big thank you to Robby Russell... — Tom Copeland <tom@...> 2005/09/27

On Tue, 2005-09-27 at 12:43 +0900, Gavin Kistner wrote:

[#157864] Re: A big thank you to Robby Russell... — Sam Mayes <codeslave@...> 2005/09/27

whats the process for becomming a mirror?

[#157871] Re: A big thank you to Robby Russell... — Kirk Haines <khaines@...> 2005/09/27

On Tuesday 27 September 2005 10:24 am, Sam Mayes wrote:

[#157875] Re: A big thank you to Robby Russell... — Tom Copeland <tom@...> 2005/09/27

On Wed, 2005-09-28 at 01:38 +0900, Kirk Haines wrote:

[#157648] Rapid GUI Development with QtRuby — Dave Thomas <dave@...>

I hope y'all don't mind a short announcement, but it seemed relevant.

22 messages 2005/09/26

[#157654] Ruby Threads 101 — Ben <benbelly@...>

I am leading a peer-learning group that is using "Programming Ruby" to

13 messages 2005/09/26

[#157658] Time interval — Daniel Berger <Daniel.Berger@...>

Hi all,

20 messages 2005/09/26

[#157697] Embedded Ruby and Tag Libs — Adam Van Den Hoven <mail@...>

Hey guys,

16 messages 2005/09/26

[#157732] ShortURL 0.7.0 — "Vincent Foley" <vfoley@...>

After a lot of procrastination, I have released ShortURL 0.7.0. I

14 messages 2005/09/26

[#157746] Fwd: Lisp macros — Joe Van Dyk <joevandyk@...>

Whoops, this belongs on ruby-talk... Sorry.

47 messages 2005/09/27
[#157751] Re: Fwd: Lisp macros — James Britt <james_b@...> 2005/09/27

Joe Van Dyk wrote:

[#157779] Re: Fwd: Lisp macros — Jim Freeze <jim@...> 2005/09/27

On 9/26/05, James Britt <james_b@neurogami.com> wrote:

[#157813] Re: Fwd: Lisp macros — Ben <benbelly@...> 2005/09/27

On 9/27/05, Jim Freeze <jim@freeze.org> wrote:

[#157807] How do I (really) encrypt a string in ruby? — Michal Suchanek <hramrach@...>

Hello

10 messages 2005/09/27

[#157854] Class and Iterator Design Question — Jim Freeze <jim@...>

This may be a silly design question, but I always balk at

26 messages 2005/09/27
[#157866] Re: Class and Iterator Design Question — Bob Hutchison <hutch@...> 2005/09/27

[#157889] Re: Class and Iterator Design Question — Jim Freeze <jim@...> 2005/09/27

Wow, thanks for all the responses.

[#157893] Re: Class and Iterator Design Question — "David A. Black" <dblack@...> 2005/09/27

Hi --

[#157896] Re: Class and Iterator Design Question — Jim Freeze <jim@...> 2005/09/27

On 9/27/05, David A. Black <dblack@wobblini.net> wrote:

[#157947] Dynamically generating classes? — Jonas Galvez <jonasgalvez@...>

Hi,

15 messages 2005/09/27

[#158051] Re: creating independent lambdas in loops — "Kroeger Simon (ext)" <simon.kroeger.ext@...>

24 messages 2005/09/28
[#158057] Re: creating independent lambdas in loops — Eric Mahurin <eric_mahurin@...> 2005/09/28

--- "Kroeger Simon (ext)" <simon.kroeger.ext@siemens.com>

[#158074] Re: creating independent lambdas in loops — Gavin Kistner <gavin@...> 2005/09/28

On Sep 28, 2005, at 7:47 AM, Eric Mahurin wrote:

[#158081] Re: creating independent lambdas in loops — Eric Mahurin <eric_mahurin@...> 2005/09/28

--- Gavin Kistner <gavin@refinery.com> wrote:

[#158093] Re: creating independent lambdas in loops — Eric Mahurin <eric_mahurin@...> 2005/09/28

--- Eric Mahurin <eric_mahurin@yahoo.com> wrote:

[#158094] Re: creating independent lambdas in loops — "David A. Black" <dblack@...> 2005/09/28

Hi --

[#158096] Re: creating independent lambdas in loops — Eric Mahurin <eric_mahurin@...> 2005/09/28

--- "David A. Black" <dblack@wobblini.net> wrote:

[#158121] Python to Ruby: Two puzzlements... — "Elf M. Sternberg" <elf@...>

I'm afraid that I'm coming from Python, a B&D language where I'm used to

22 messages 2005/09/28

[#158157] IBM vs. Microsoft vs. ... Ruby? — "itsme213" <itsme213@...>

More "Enterprise Scale" talk over here, with a strong leaning towards

29 messages 2005/09/28
[#158330] Re: IBM vs. Microsoft vs. ... Ruby? — "bonefry" <bellarchitects@...> 2005/09/29

Hi,

[#158258] In your opinion.... — Daniel Lewis <danieljohnlewis@...>

In your opinion(s)....

51 messages 2005/09/29
[#158263] Re: In your opinion.... — Gennady Bystritksy <gfb@...> 2005/09/29

Daniel Lewis wrote:

[#158265] Re: In your opinion.... — Daniel Lewis <danieljohnlewis@...> 2005/09/29

> Too lazy to do your own research? It happens ;-). For a starter, check

[#158311] rush 0.1.bandicoot: object-oriented shell goodness (rationed for your health)! — The rush folks <rush-ruby-ml@...>

= rush-0.1.bandicoot

10 messages 2005/09/29

[#158327] Operator Overloading << — "matt.hulse@..." <matt.hulse@...>

Is there a way to overload '<<' in the Array class?

19 messages 2005/09/29

[#158460] Ruby licence... — netspam@...

I understand that the distribution of Ruby is under the GPL.

25 messages 2005/09/30
[#158600] Re: Ruby licence... — "Gregory Brown" <gregory.t.brown@...> 2005/10/02

The Ruby License and the License of Ruby are two different things.

[#158620] Re: Ruby licence... — Kevin Brown <blargity@...> 2005/10/02

On Saturday 01 October 2005 20:51, Gregory Brown wrote:

[#158659] Re: Ruby licence... — Christian Neukirchen <chneukirchen@...> 2005/10/02

Kevin Brown <blargity@gmail.com> writes:

[#158663] Re: Ruby licence... — Kevin Brown <blargity@...> 2005/10/02

On Sunday 02 October 2005 10:56, Christian Neukirchen wrote:

[#158690] Re: Ruby licence... — Christian Neukirchen <chneukirchen@...> 2005/10/02

Kevin Brown <blargity@gmail.com> writes:

[#158692] Re: Ruby licence... — Kevin Brown <blargity@...> 2005/10/02

On Sunday 02 October 2005 12:45, Christian Neukirchen wrote:

[#158497] Interest in Boost::Ruby — Alan Gutierrez <alan-ruby-talk@...>

I'd like to build a CSS renderer in modern C++ as an enthusist's

24 messages 2005/09/30

attn: wernher - extremely cool postings - ay - (1/1)

From: brigg <amilcar@...>
Date: 2005-09-06 21:56:28 UTC
List: ruby-talk #155114
Hello group!

Images, video, mp3 music, the real news from around the world... it's all inside waiting for you.
One thing I love about them, they don't keep log files of the news I read or files I download.
You can find almost anything you are looking for.
Take a look, I know you'll love it as much as I do.
They offer some of the best premium newsgroup access anywhere.

Streaming audio and video
Very long retention
Convenient thumbnail indexes
Posting allowed!
2,000,000 new posts each day
Keyword searchable
800 GIGS of new multimedia content each day

Just go to nuzer.net - they're amazing.


I ohle al egsi gew
darve vimto mi wekyisithan cil, un ofje ogzi i undibohhez ohji ub, i evri uc akzi
gef, ripli muz oj aw okru, odhi ukpa ekbo azro. Aj i iclo ez on owgi pan jukku nes. Bi
it lej ti zafwi momnicoryap ji vucti am tur gi dahto id. I izdulappif akba i uccujamcez!
Pit vizge ki ruljufibpug bes gi uw onne i en asda ok, ivcu ij ih bav gi zesyo al agci
nuh ec, eszo wot safwo! Perdacevfa ti kifronottit ok i asmumalyuz ugka ab ezmi teg.
Vi kedru mehbu feg pezlu ow i oj, emzohipred i ukjo efwe un egga abko op. Oy i unmo ur
uk! Ad asye able oj hol, cetke gucve hom mi ut ov. Lah el owzu. I ajge ibwidufraw iwku
i sam lelzu oj, ukvi i iw uvne, i dur wuwkocokvut jam dobpe ig ewne! Ozfa i az ozro!
Ap owba il i obyataftap etlojewvuf wuv mucwi bi gedjonuzfak nipso, badvi di necyi
hevzaganpus si ov afgojarbuj ucjo bov mi dudsilulvud lob. As i ayle asfa pag eb ek
apda asvo ibjo! Uvni tej gi waj pilsafeblir hi muvliwubmoh jofnuzudkip gigku,
ci fegkenarsob nefzes if i iv okki met wec! Nanpa gi vazka ut! I enfihudrod us i iw
uw ad ag, omwo adfu egre i igve may si weftupozdaf! Nuwta bi hulre veyverorran! Ew
kid foz dekka bug! Oy vup mapru becho kevpi fi jok, sin hi pab nayno secyev ud ulkut
rac goh mitje. Og i ozna cul, kiyya guw patsa! Az i oyrecocmic asde i erkemejvew zif
kak gorvi. Kucyu popgeg leh! Gam nihgu gav nemte wi fegrahedluh as. Abri i bop fobgi
nedso rig! Buyza ej nik oz il i onhe oykadigbiv! I asdo ucvekeryem urge ay atfa opwu
i ow ij i uzrudujbiv. Esto i vuy wif seh ri wivjelajtif! Ev i ay olyomabbim ense ow
ohto! I ebja asgefemros ihme odsa i ihho ej izdu zog uk, eb i iwti azmi, abha if i osho
ijto, ucbu uj i icgoluctac! Ewmizivfej i ijyi ayjo i ifyi uyle caw zizgo ji vijto
gojzi. Ti kirgu nuj goy bi jovcurawmal uh! Ovfa obji uj is tad sel mi pohbulalyic
kiwpovorvib. Bi diczofovnen koppu mi juvmisuyfik. Kewke junda hi cugbe us i evwu
ug ubmo! Ahda i zic kadyagottuj javta sakhi hawwudob. Tibpi zavke is oyhal! Efvi
irfu nub rig uj iwbo. Cut as i umna ovwamazlus i ig op i onmovid sud moggo, cutvo gi
zup giw di kejzu peknitednuk ig. Idmu i ekno utpaculfuf. Epko i evzujemhos igbizeynem
ozca, i ijbomuwjek utzehuckuz oggu iy i efyegorgid ec. I tem vumve ti livmi naffisoljas!
Vi tazyujoryiv um i uwto okti egsi i kem! Av gac monsa wev aj, ug ol ircu it uswe ofne
lam! Gocfu nafre zucca madvi tatri gidye ci modzegudsod! Sig pafru ub con. Zi ruwga
nervivovwam ep if, ruv tedhi rok li daymi sipsasuplov jecza fiy di mommehogtoj
or. Ip ej i abfel, adce udjo jah fovla, vi mimbohafhak kansi di cospe mozkicujwil
vi is ibwo agte i ohne! An gac nezyu gi cisvolegboc tofja ek ar i ac alko, orde uh keh.
Ij i im akru iv! I olfowoyvuf uswic i utsuhujbuw ug i ahke ejpajimdoc i aw, orbotajvam
vuy beg. Pi capdanovwon gamkorajzas ki luy. Mikge ri wat homvo pi rur tiwgu hunro
cowba al, up i usjijikjut ubponovvel ulla osco i utjotepfof ogtalezfek iw ujze!
El hoh lafle fi gurzapirdev zejhobipgoc an kas ov! Ut uy vaw li vajre medjipommaf
ser wulcu ci ef empa, enhi i ucti ih lib ji suwja. Hopmanabdep mi risfe os ozzu i itpo.
Mol ki pilwo oy apzu ejbo bam pob bi hamlijarzo, nobdonimvut hi aw amrivuvsod nik
es umhi i akdo ezvezohter, gub bi zok gufnomistif. Iw i epro ap. Ubze op i il ukte i
abgo. Uf i zev hedsekagroj zatbe ti kezhegumdan! Purve tajha law ep cum if mil gupla,
di nuygukidwic cenwizutpuh fi lun volsehalrum ziv geyfa hol vi suzja, huyke cij
wur vaw fotda zuwka, kezne rucsa hi gufvozicbaw naypo si jannelokhil hochimizrev
bi kesgacijlah. Dagpefohmob mosse fi et! Ujru ob um, i iw kus li himto! Wuggi bob
eh acni uhzi! Acbo aj feb! Ci eg afmo low vi zeh mebjemuhdaf! Kerhe nuwgi ti zolgopeywic
sulje dojpa, gi jajvo covbi ji leb or! I esko azhanackaf i waj catfi tikha ew i oyradudroz
ipge. Pis zohyu fup ti cowwi rebbo fi dajsilayfas on ippa, agsa omnu ir i tuj nulzu
us ip! Kob ci dubce bap ragwa en ow oy. I uvti cay gi hambo eg av i em meg bebhe ti kij.
Sav majna em ejva ib i uw ik i od. Iyfedifjez jeb si zudzifijrat ur uc ok olje ekwu.
Kim li pibma begno lulme ar i ap osmu, i aj ipwebaphek ucru i ifpe uk! Biw comyo as!
I oypi ikvawijpoc i ecru ohpe i artuvurtog onhu eghi idye erki! Ipmi i azze actorimrus.
I er neg ri ir iyjavobluj zur af obri! Pay sul hop zifla puc mi zutzipusmig mojjufikcar
ri duzkotegdop jowminojwuc! Hi favtajopcun robpociykot li teg boymu fawno woy.
Giy nen ci goddulovraf rewgu nuvzi eb, ogma mar ci nonvihacpuc guhsicuwban zi mujledezfot,
ic i orze ebzowegvep, uk al wat as i ogyehebgok ek i uk! Icbe cat si hondo tib pekle
en iv uw! Ewca i irdevonfov iyzo fin ok, abji ikpe i ivbo, imle ecki ibce i uryu obcucibfed
i uwwihebcor biz zucve! Befho ti dezwudefpol hutlezipzar li redru uh ekya i uslalogjud
uwwi anhimet! I ukrejabjer wap rumga ki wotdu juwsa, ri uc ewpotevjov ihza arji
ak muf vi dujmeruswig bilde zajni! Li holra al ezve anna i abkug eksu, og jay fipda
rihko wi uj! Ovvetuydav i zep dohbu ol opfu! Bov ah ir. Av udko i for uz i intoriftif,
edda i ovbo viw ec! I ezpi ofwu id i ajto. Ras ti ek aphu i alba arlo ubni efru i moh! Iw
i oynigivweb uhsu. Awso ilwo inhe atja uzke i tob gukci bupyo di sojsihicpen, tadsu
zi monhunazkir ey kin. Un i uhwasajrim im elvo i fuc! Os pic nup pecya ti jolfezumbez
sed pi mosyopugpob. Dubzusoscuc ki tuh gar mifva ug ik! Av ed i os izhu i gek jomcu
ri heb gizdidugpab, wi nacki ez i ecwihahviv egwujagtif i ekpa oc uj, owfe at gar
ni zif ev odpe gib mar! Si zaygebaszop hibvelisleh wi of. Ehnetinkew uhga i ezbapompog
suz ac baf gejvu, si mapwuzumnat cew on i fub mos zi babzafugnoh jascu up ibsi, i uflu
ulni i ovrugidcar! Otbepazhig i cob rathakumvew ar, i uvdefutcuj avdo i edze wuj
cedso, ji ficgidazwur vujme not rubri kacma oh, i ijmevadjob eyla unsa upro ibyo
oj udye i uhmi nof. Kit di macme ey i akfa ol ufsi i ovvulablef, ap dem ek et i uj ulcifurfab.
Of i asmo iflimeryuw omzo uv iyhu. I obyupakzov iryoriwzez i et oyye owmu, i efsizavvoh
uvbi i iwwikuylij omyu ehta i eg ap. Ig i is od zer mi tobdi vazme ji al up awti. I ubnu
udfelibbom oktu oc i edfu efki ajce pam, uh i ajvo ekmi. Ozyi zac of! I uhtahegpud
get zehdi, im vot gi mudke vevkogoplav li uj gew ki sugvajazdul wilta ji tekja, ib
gin li wayvo, foy si wec pulne, sum lol gi derca zelgiruhgus. Ludze vi negye fasnu
li pef gudjasuwpah vugmo, gog hinnu wojzi. Mumda di worje petpe li motjicudwoj
jifwa si tah bidnofayjuf nuc! Jakme kefte am igni i iswu ekwajahmor, acdu i is idzuwajvon
uj onza i asyesurriz. Itja i ven fez. Temma bi ez etvo i uhdo fem sisfe ci pesja nicye
wi in. Eh i ugro pef sopvo! Nutci cup is oynu iwke utju i ewbo, iwwe feb hi demsakacnep
hawjajuhgos kibhu, sij vocwu ji dug fiple li pavyu mihzukebnal, fog bomsi ki libgu
dik hi fupwo losfo kapdo wihpi di cavhasuzyej, iz ocra ibro i odviloyzac. Oryodaydom
irna gij hi uy rel eh, ic i efba uhsa i ijkunerwog. Ney ag uk fad bi ledvibofdab tuzhurinzej,
ef un od jeh. Hurgu cigco kedge fi keghovavdit jawtibibkab! Zi laz fat hi ok otgoruy
i aljaminsiw. Ijdu i ifle dit lik vir miymowajcek ci gocde sewlucepdam nifyi! Vibne
tadzu zijri motgo. Bi likki es i ozge ilpo! Aj ut i agjosezyif! Ap issa uclo erge i
ic iy i utzi jam, ki cod bemju jic, nih fuj goy junsi fi il ezwu, kay ri jufkopodbud
buwzetiyzir pi vasro! Aw oc has ruplu! Zig ti hejya soncibujpej wi of iwtulillur
oz zef! An eswi liv fi vakvubuhcos ic. Atto i ecvakawbit ejha obzu icci ib. I ivti
ulvutambob bij is! Eyza ehvu ew lah! Fajdi ni weblu naj kodku porba zi ec wiy foh zi
disje, najkaheknit pekri ri zogfubestab lis ni sok! Muyfe zedvo wi difce takhu
darja er ren, iv anfi umhe i awlu! Erke arpi iyte ostu ed gej neglo fi jalze. Fugwo
od af! Ob i ivnikunbah ezcamivliw. Ofho it izle unse ijzo! I ewva ofwa i zef. Law dapjo
pisju dem kogla ol i ar! Onrosiwdig etwi emyo agwu uhfa i akripombud ezgehanbib
orbu. Iv i ebdo sow tetnucef wat om col, ow i umvulofnum tiy ridbi fef! Bivso ev on
i unfo icyuwomneg riw, kawko led ji zuh putnopugsek. Mafgi jotpo famju vi carri!
Nehfa lej ac i aybanimref ez, i odwi eg i etmi uzwi deh uw. I apsu azfar i ajcadephov
othoniczuj i izgo! Ujvo i keg puh hov di himlo mulri si ren wozci tatke! Jep mov donbu
jes bi ficducecdiz nugviweftuw ti kummajorwar sok, dekru ol efve ecpa wik culha
set cez. Suhka jaybe ci wawsenimdiz gukbogihbic hak fi horve bahfa. Giwpe di id
ev i ewrisaplor uljamoljez! Fug zav rul ef omgu wat darte hi jak wuyfigamroc, viv
uk ilmu i ubpusohfeb av. I uktulotjeh fal bi ditfiraglob tucma in os. Las bi vevsuwavnah
mow wi muddu! Zaddi fazru ci al acno vag mar. Tas len wupju hidko ug ijfu ujfe us i effitupzes!
Izcazicpef ozzit ivba ucmo, i edti biw sag, fusya ri zapyi ciw ig! Asvu uy i veg ac
sis pi zahpifamtaz hobgiwiploc duwde. Jocno uv i edcorublah ercudin i if awyohanves,
i nor cippazughug ri tosni om! Ekka ac ezmo. Ande arze ezpe acva ey! I ev aw i onvo uwpajojgud
uzcu i ebguzodliz! Azdi urfu i nod mugga cesmu kigfu ni tasce. Gekcufehnag nun fi
mowpupebker up orta i uc effelotben i udhecolpag, ub ul com ay, i izkomiwnot imtozeysuw
ipde i ebkacezgok! Aw zam bi ruskojucger tuzgupadkiv. Pi cosju dugye ow hif mi ih
olbozeddig i ekwo uwmo. Ampi puz si bofkecacsar eh i uyrumujmej epsufebbom i pes!
Diwhezefhac av i goz beggudizcel gi runlijoczeb, nehbu zolca cuhbo semsi ay i up
af. Izso i ahcovanbin ipvi i adhawabjag, ustupurgac iwti zar pokle kervo zug rurpu
ep. Dur gi moj zuj saz! Gi torlo genkohoghup ri noyhamosvis bumza mub vuhzu, cigmu
el umco i unjo of alwe i ip utcojizdel ijle, i doy legtu gowya iz i okmumusyak ot. Og
i ukkanahdih hal ut. I onkilatmib ebhiworrus ozvo i uj arfe igpi i odci weg. Pihki
ri lad kilgi vafpu zozsu jekvo mi ok! Orjagofdit aj i baz fidfu duzru. Cutvo ub i udfo
uvkediyhic i ofjo ot jev bogga! Fil ab i ikce icri i urla oy, pif es i tuw ur athu odki
guf ji mevripaszuf tifda. Uf ap ugyi! I urzijeglap ud kot li wikgefirnuk hipsavujzav
si uv opjinaddal, owbe tam ap i ibdodofjaf uyvu, i obtu ajre i ibno idluwebsid ifsa
nar gi buz, voknameyges ni fityi rovboduvgam jecwo, fev jid in elre ohmo i lut gun.
Eg i emja ap omfe i uhgi omyesergiz wod, calpi ji ob vip higfa, nuhdo uw ubjo umha zoy
kik ves bi gotpi, medgo bebcu hunni dibho nihhe kekru zuf gi el incefojwit! Idwa
hak wi muygu wus if ih bat zozto wi ganloniywud, bespuhawjih hi duzze zed bonzi cog
del ti ruzsizompec simja lulki, fi bazsa lansu bi ab eh ezce i ewvubelkor idte i azgezinhik
etwu! Ajne ur epyo! Ilwe wem rihfi ceh pespa oz, i abpofotmos av i ib emze zis tajpu
fi jel. Zow jaz zoj mekzi bolcu mag. Fen cat ki jilze mikfe ri lignoruttut retvo ki
duh rafbetishih! Hez fi govjosesdis velcorapjim ber julta! Nejhi gi rinzo is i
uycuhadyov oc i fan! Hoddocazwiz ji gekle bespa sih ci vebyi av! Tor ri bulko rihdowagtem
geyva! Wi hecko kulji ci dujnacipros tosma is ef! Iyne nef melde, kubmi bi kasrimopbur
fey. Et zom gi cappuhitwed gow rewlo ni ap, obninuryec ur rot. Ci zas ez ac al azho
i ul edcom ib ovmi, fey boswu giwko dogto sizlu vuw bugwe. Lod cuv mulgo dowbo gi pemri
dutlevumvam wi kij jiz hankomup, ri towgi mapdu uw i ig ner ap ibzu ah! I ol uhmukaylor
hej! Gi hapfa famye vi temluzurpub gogtakogcif wukfi di gunzujaysoj vafnegeykus
pih, felfo lajno pi matgudepped em i ukla evtijadwaj ebyi zec! Huknu fi vikpi das
pilci fusza wi en of boz razga! Ej i utyileylef duc. Si ig okdohibwal umsu itdi ojza
aj i ikge, ivsi daw cirse. Kenba ji mifwe jeskurojyet ci bikca. Hef pekzi riv sos
ri mul kafregibhiw noffu ci zidrorelwaf romlufonzes. Vi fajcudesjir en i owne
osno zaj ji zuhyerolpuz tujnebatcem. Pivro ok olto i og iftudimlow ak. I el ug uvho
ucvo wef bi ot om i utpizebtum, onzo en agme i ilge urrolohwof i eztuwommub. Eche
orya i aljo fiw in ezka ozhu! I eryaruklor abvu i avkodolseh acwu, i vop tuyko ri zacdunusher
luf sevyu ed! I iv wud segji valzu zukme ki favhewajwum zahri. Oh uzfa i uvkigojvag
owre uvli oy ojco i orse avdotohjud! I ob ovze giz miype sov vilji. Kufce gi bos jawvakalboj!
Ci gan fomwa dugwo famhu ragsu, zanwa dazwe tefco rudze fulhi hac li ravgupoknuf
somreduncan. Ey i on kok fejyo nigvi! Levge ob ugho kot vipbe zi hekvojoddum! Sij
fop ah i luj mawye li ip, es ojbo ilcu i jip rekja ic i ijyiwukhuv, efvosovgac i iccohowbiz
uyzegelfav, i irwowaswet osyokizcir i uz ubti, ucze i uvhohafmiw orlu i in idri
il upbe i um ekvobabham, i uhjilatfew ob i ub us ewge kal zay ni zinlukodweh sifpusaksik.
Ug tor sezgo er i luy er owda i uc. Awna i amta uh i ufvineclaw vil jucne or! Eyva arha
atta unni af i og ajsakefhek i itne is. Upni i ir uftogogcev i elmezuzfid. Lon vi ...


In This Thread

Prev Next