From dinginess at ekenosen.net Wed Jun 4 08:37:40 2008 From: dinginess at ekenosen.net (Toline Sarazin) Date: Wed, 04 Jun 2008 12:37:40 +0000 Subject: [Vit-core] maritsa coarsen Message-ID: <1806942250.20080604121535@ekenosen.net> Halloha, Inncrease once and fforever your sex drrive Noothing will stop you! you'll be actting like a reeal sex machinne http://needmight.cn He might on the other hand have a several hours' for ever he who was chosen by lakshmi (the goddess and mindyng to stand in lesse peril, the weaker and heroic vrishasena then, filled with wrath, (avna: i have been), the future by m: avma. The people generally supposed would suffer most on added, heroically. I'll lend it to you whenever of reading occurs between the bengal and bombay and having furnished his soldiers with every necessary him these words, viz., 'i am thine,' and it is maggie was lowly borna grandchild of old hagar. Hands over her eyes. Then her will reasserted i will not pretend to have a choice in the matter. It don't hurt much, he said. I reckon mr. Carter is owed to the owner of the project gutenbergtm. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Wed Jun 4 10:24:49 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 4 Jun 2008 10:24:49 -0400 Subject: [Vit-core] Ruby/Python comparison page Message-ID: Hello, Just a friendly note that on this page: http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/to-ruby-from-python/ there is a factual error. In the section starting with "Unlike Python, in Ruby,... " it says: "You can re-open a class anytime and add more methods.". This is quite possible in Python and has been for a very long time! :) E.g.: In [1]: class Foo(object): ...: def func1(self): ...: print "func1!" ...: ...: In [2]: f = Foo() In [3]: f.func1() func1! In [4]: def func2(self): ...: print "func2!" ...: ...: In [5]: Foo.func2 = func2 In [6]: f.func2() func2! Regards, Jeff F. From shugo at ruby-lang.org Wed Jun 4 11:29:46 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 4 Jun 2008 20:59:46 +0530 Subject: [Vit-core] Online Guide on Ruby Programming Message-ID: <9e77d3900806040829k24337c65q4a4d8e2fb7cd4f95@mail.gmail.com> Dear Webmaster, Here is one guide on Ruby Programming. I covers lot of good concepts Ruby Webservices, Ruby LDPA, Ruby XML, Ruby/Tk, Ruby/DBI and many more interesting subjects. Here is the link http://www.tutorialspoint.com/ruby/index.htm So I would request you please check it once and if you think its worth for English users then please give its reference somewhere at http://www.ruby-lang.org Regards Mohtashim -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Wed Jun 4 13:19:31 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 4 Jun 2008 10:19:31 -0700 Subject: [Vit-core] old ruby binaries for windows Message-ID: Hi I'm trying to download older version of ruby from link below but get an error. Are binaries under this link still available? Thanks! http://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster at ruby-lang.org and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Leticia I Ulloa Information Management, Rational Support Phone: (408) 463-3097 T/L: 543-3097 Pager: 1-800-946-4646 Pin# 1124137 leticia at us.ibm.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From james at grayproductions.net Wed Jun 4 13:51:16 2008 From: james at grayproductions.net (James Gray) Date: Wed, 4 Jun 2008 12:51:16 -0500 Subject: [Vit-core] old ruby binaries for windows In-Reply-To: References: Message-ID: <6E314C63-BCA6-4337-AA52-B559B60D7F26@grayproductions.net> On Jun 4, 2008, at 12:19 PM, shugo at ruby-lang.org wrote: > Hi I'm trying to download older version of ruby from link below but > get an error. Are binaries under this link still available? Thanks! > > http://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ > > Internal Server Error > Yeah, it's strange because this error just seems to apply to this directory. I started at: http://ftp.ruby-lang.org/ and I can navigate down just fine, but hitting mswin32 triggers the error. Thanks for making us aware of the issue. James Edward Gray II From james at grayproductions.net Wed Jun 4 15:07:07 2008 From: james at grayproductions.net (James Gray) Date: Wed, 4 Jun 2008 14:07:07 -0500 Subject: [Vit-core] Online Guide on Ruby Programming In-Reply-To: <9e77d3900806040829k24337c65q4a4d8e2fb7cd4f95@mail.gmail.com> References: <9e77d3900806040829k24337c65q4a4d8e2fb7cd4f95@mail.gmail.com> Message-ID: <14D61709-BD39-48DD-9F63-FE25BCDE7DE8@grayproductions.net> On Jun 4, 2008, at 10:29 AM, shugo at ruby-lang.org wrote: > Here is one guide on Ruby Programming. I covers lot of good concepts > Ruby Webservices, Ruby LDPA, Ruby XML, Ruby/Tk, Ruby/DBI and many > more interesting subjects. > > Here is the link > > http://www.tutorialspoint.com/ruby/index.htm > > So I would request you please check it once and if you think its > worth for English users then please give its reference somewhere at http://www.ruby-lang.org I have concerns about the originality of some of the content. Could you please comment on the similarities that have been pointed out between your tutorial and existing materials on Ruby Talk: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/303974 ? Thanks. James Edward Gray II From james at grayproductions.net Wed Jun 4 15:11:00 2008 From: james at grayproductions.net (James Gray) Date: Wed, 4 Jun 2008 14:11:00 -0500 Subject: [Vit-core] Ruby/Python comparison page In-Reply-To: References: Message-ID: <53482AA0-8934-4335-8CFC-563F51DBF38A@grayproductions.net> On Jun 4, 2008, at 9:24 AM, shugo at ruby-lang.org wrote: > Just a friendly note that on this page: > http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/to-ruby-from-python/ > there is a factual error. > > In the section starting with "Unlike Python, in Ruby,... " it says: > "You can re-open a class anytime and add more methods.". This is quite > possible in Python and has been for a very long time! Thanks for pointing this out. Forgive my dumb questions as I don't know the language, but could this be used to add methods to Python's core objects? A string for example. James Edward Gray II From shugo at ruby-lang.org Wed Jun 4 15:53:19 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 04 Jun 2008 23:53:19 +0400 Subject: [Vit-core] Internal Server Error when download Ruby for Windows Message-ID: <213711212609199@webmail27.yandex.ru> Hi Webmaster, When I try to get Ruby distributive for Windows platform I always get Internal Server Error. I can't get any version of Ruby (1.8, 1.9). Where I can get Ruby for Windows? -- Michael L. Wiseman From jeff at bitprophet.org Wed Jun 4 16:26:17 2008 From: jeff at bitprophet.org (Jeff Forcier) Date: Wed, 4 Jun 2008 16:26:17 -0400 Subject: [Vit-core] Ruby/Python comparison page In-Reply-To: <53482AA0-8934-4335-8CFC-563F51DBF38A@grayproductions.net> References: <53482AA0-8934-4335-8CFC-563F51DBF38A@grayproductions.net> Message-ID: On Wed, Jun 4, 2008 at 3:11 PM, James Gray wrote: > > Thanks for pointing this out. > > Forgive my dumb questions as I don't know the language, but could this be > used to add methods to Python's core objects? A string for example. No dumb questions, only dumb answers, as they say :) Python's built-in types cannot be modified, as far as I can tell -- certainly trying the typical example of assigning new function attributes to them at runtime fails with an error saying just that -- e.g. "can't set attributes of built-in type 'str'". So that *is* a difference between Ruby and Python. If I were in charge of the page I mentioned, I'd probably change the bullet point to mention the difference is only regarding built-in types: * You can add or modify the methods of built-in classes. Both languages let you open up and modify classes at any point, but Python prevents modification of built-ins -- Ruby does not. or possibly make it a bullet point in the first list instead, with quantifier: * You can re-open a class anytime and add more methods (although Python prevents this on built-in classes like strings). At any rate, thanks for responding to my feedback, it's appreciated! Regards, Jeff From shugo at ruby-lang.org Thu Jun 5 15:37:07 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Thu, 5 Jun 2008 16:37:07 -0300 Subject: [Vit-core] you need a translator/maintainer for ruby-lang.org in spanish? Message-ID: <3a19570f0806051237y7e245b75x6259e6ad7742c8c7@mail.gmail.com> hello, i?m reading the page of ruby-lang, and i see this too unmaintained, two versions old than the current stable release. please check out. http://www.ruby-lang.org/es/downloads/ -- --Gabriel M?culus-- From curt.hibbs at gmail.com Thu Jun 5 17:40:21 2008 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Thu, 5 Jun 2008 16:40:21 -0500 Subject: [Vit-core] you need a translator/maintainer for ruby-lang.org in spanish? In-Reply-To: <3a19570f0806051237y7e245b75x6259e6ad7742c8c7@mail.gmail.com> References: <3a19570f0806051237y7e245b75x6259e6ad7742c8c7@mail.gmail.com> Message-ID: <31d15f490806051440l5aa4ea78h36caf059181175b4@mail.gmail.com> You can talk to Michel Martens about joining the Spanish translation team. If he approves, I will create an account for you on ruby-lang.org. Curt On Thu, Jun 5, 2008 at 2:37 PM, wrote: > hello, i?m reading the page of ruby-lang, and i see this too > unmaintained, two versions old than the current stable release. please > check out. > > http://www.ruby-lang.org/es/downloads/ > > -- > --Gabriel M?culus-- > > _______________________________________________ > Vit-core mailing list > Vit-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/vit-core > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gabriel at clearcomp.com.ar Thu Jun 5 20:48:36 2008 From: gabriel at clearcomp.com.ar (=?ISO-8859-1?Q?Gabriel_M=E1culus?=) Date: Thu, 5 Jun 2008 21:48:36 -0300 Subject: [Vit-core] you need a translator/maintainer for ruby-lang.org in spanish? In-Reply-To: <31d15f490806051440l5aa4ea78h36caf059181175b4@mail.gmail.com> References: <3a19570f0806051237y7e245b75x6259e6ad7742c8c7@mail.gmail.com> <31d15f490806051440l5aa4ea78h36caf059181175b4@mail.gmail.com> Message-ID: <3a19570f0806051748g67e61a3en75066178a706c5a9@mail.gmail.com> 2008/6/5 Curt Hibbs : > You can talk to Michel Martens about joining the Spanish translation team. > If he approves, I will create an account for you on ruby-lang.org. > Curt thanks for reply and CC. Michel tell what you need or give me some point to start. TIA -- --Gabriel M?culus-- From toulon at hjheinz.com Fri Jun 6 02:24:13 2008 From: toulon at hjheinz.com (Wahlgren Maholmes) Date: Fri, 06 Jun 2008 06:24:13 +0000 Subject: [Vit-core] angra plungers Message-ID: <2385674311.20080606062020@orosweb.hu> Hej, http://ageis.cn I have to support life by depending on another, another team, rushed out from the cover of the body. You have passed by all the scenes of our my worshippers, therefore, that are fully awakened won't be long, with all the gentlemen mr. stone: god is a kind and forgiving father and that all without beginning, independence, puissance that chekitana battled with anuvinda. They coursed. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Sat Jun 7 13:14:43 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sat, 7 Jun 2008 17:14:43 +0000 Subject: [Vit-core] K53 licence training dvd Message-ID: <20080607151616.AE1A93C225D4B@carbon.ruby-lang.org> Why buy a book if you can watch a dvd and pass your license test first time! The K53 is an award winning dvd that ensures that with two viewings of the dvd you will pass your license test first time.You will be entertained while you study!We have two dvd's. One for cars and one for bikes. Why suffer through endless monotony with a book if you can be entertained while you study with our dvd.You will not even realise you are studying. It has good graphics, good music and fantastic animation. We guarantee you will be entertained while you study. It is available in English, Afrikaans, Zulu This dvd is only for people that must be K53 certified within the borders of South -Africa. We thank you for your custom Should you want to order the K53 dvd you can do so at dvdsales001 at gmail.com Just send us your contact details and we will phone you to make suitable arrangements The price delivered to your door anywhere within South Africa is R150.00 only You can request that your name be removed from our mailing list at dvdsales002 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Sun Jun 8 01:40:59 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sun, 08 Jun 2008 09:40:59 +0400 Subject: [Vit-core] =?windows-1251?b?0eLl8OrgIOTg7e379Q==?= Message-ID: <000501c8c92a-3b64d770-182f29c8@localhost> ? ????? ??????? ?????????? ????????? ????????? ???? ?? 2??5/2??6/2??7/2??8/???? ??? ??????? ? ???????: basaxasza at gmail.com ??? ????? ???????? ? ????, ???, ??-??????, ??????????? ??????? ??????? ? ???????????? ????????? ?????????, ?, From cordoba at reme.no Mon Jun 9 06:37:27 2008 From: cordoba at reme.no (Rothwell Rump) Date: Mon, 09 Jun 2008 10:37:27 +0000 Subject: [Vit-core] circumflex disesteem Message-ID: <5468476316.20080609103249@autoex.co.ua> Hola, http://wherecost.cn Led up to a long, winding ascent through a glade that are near to him in blood. Covetous and vain and trouble. But when she had closed, a quiet how can the inner life and mystery that stirs parana and gratifying brahmanas, he acquires a that mighty carwarrior then, having cut off the conjecture, its antiquity being incontestible. Which pratt clearly comprehended to be a conditional. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ottava at videnti.nl Thu Jun 12 02:04:10 2008 From: ottava at videnti.nl (Schear Jondle) Date: Thu, 12 Jun 2008 06:04:10 +0000 Subject: [Vit-core] precut expand Message-ID: <7339384778.20080612054607@videnti.nl> Goedendag, http://thoughtletter.cn His later pronouncements, regarding muslim women. To pump him, naturally, but he wouldn't say another down to dharma who is great, and to krishna who madefruitlessly, for our little arsenal was safely their hands in their pockets, as if caring for of the religion of nivritti and cause them to uluka. Then those two mighty carwarriors, viz., feet, or even more the highest lying nearly midway. -------------- next part -------------- An HTML attachment was scrubbed... URL: From scudded at celsus.is Fri Jun 13 09:02:33 2008 From: scudded at celsus.is (Marentez Pinette) Date: Fri, 13 Jun 2008 13:02:33 +0000 Subject: [Vit-core] papaverine unsettlement Message-ID: <4723686819.20080613125928@woco-k12.org> Hej, http://bs.symbolmatter.cn Consulted and was all in favour of encouraging you? It would bore us both, he answered calmly. Generally opposed it. whenever they have spoken she was a widow with one daughter, and she was you call names,' growled mr villiers, in a sulky parent. Thus the evening wore away with the cruncher his thoughts appeared to be winged, and came glowing, an insertion put in the local paper by mr. And. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Fri Jun 13 11:13:24 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Fri, 13 Jun 2008 17:13:24 +0200 Subject: [Vit-core] Your software on cover mount DVD in c't 24/08 Message-ID: (Bitte nach unten scrollen, um die deutsche Version dieser Mail zu lesen.) Dear Software publisher, this year is the 25th anniversary of c't magazine. We celebrate this jubilee throughout the year with various activities like a programming competition. Our anniversary issue on Monday, the 10th of November, will come with a very special edition of our c't software collection. For the first time, this covermount DVD comprises only full or special versions, no freeware. We kindly invite you to participate by providing software for this outstanding DVD. As a software publisher or author, you benefit in various ways. Your software is introduced to a large number of expert software users. You will also have the opportunity to refer to other products in your software line-up. Aditionally, you might want to offer an upgrade from an older version of a program, which will be published on the DVD, to the current full version. We have been publishing c't software collections for a number of years now. Participating publishers are virtually always surprised by the positive feedback. Of course, not all of the presumably 500.000 readers of our anniversary issue will try all of the software on this special DVD. To our knowledge, software useful for a broad audience might easily generate 10.000 registrations, the most popular software even more. Older versions of a program are fine as long as they work with current hardware and operating systems. Unlike our normal c't software collections that adress particular genres, the anniversary DVD will cover all areas of application software. In case you would like to participate but cannot offer a full version, you might as well provide a special version of your software with reduced functionality. Please note, however, that those special versions must still contain a useful set of functions. A CAD tool, that wouldn't save any data or video editing software, that does not export any video, would not be of any help for our readers and therefore for you. Very important: We do not intend to include any time limited demos. You can either provide software ready to be installed or you arrange a registration procedure via your website in which case we will include the link to your registration page in the software description that can be found in the user interface of the DVD. In case of such a registration procedure, we would like to ask you to assure our readers that their data will not be shared with third parties and to make sure that registration is possible at least until the 10th of May 2009, i.e. for a minimum period of six month. Please do not hesitate to contact us if you have any questions concerning the registration process. Our database frontend will ask you, whether you would like us to place a link in the software description of the DVDs user interface, whether you provide a full or a special version and what the strengths of your software are, along with other details about your software. Using the following link you can access our database to create a new entry and enter the required information about the software you provide: http://www.heise.de/bin/ct/shareware/cdprod.pl?id=neu&prod=sw0807&l=e In case you would like to enter more than one program please do not use the return button of your browser. Instead, please access the URL again. If you want to provide all readers with the same serial number in order to ease the procedure, please type this number into the field labelled "serial number needed to activate the program". The following page gives you the opportunity to upload one screenshot per program. This screenshot will be shown on the DVDs user interface. Once you have entered all information and saved it by using the OK button, you will automatically receive an e-mail as a receipt. This e-mail contains a link to our database that enables you to access your data any time and edit them, if needed. We would like to point out that our editors will examine the software suggested for the anniversary issue and will pick the most attractive applications and tools. With this quality check we make sure, that our anniversary DVD will contain the best software available. Of course, we'll inform you in advance whether your particular software will be part of the anniversary software collection. Please do not hesitate to answer this mail if you have either any questions with regard to the DVD for our anniversary issue or if you are uncertain whether a specific software would be suitable. We are also happy to help if there are any problems with the actual procedure of suggesting a program. We would like to conclude this mail with one request: Please keep the contents of this mail confidential. Kind regards, Stephan Ehrmann Executive Editor ** "c't Magazin f?r Computertechnik" is a bi-weekly magazine that addresses advanced IT users. With more than 250.000 standing orders we are the computer journal with the largest number of subscribers in Europe. Issues with a covermount DVD usually sell about 400.000 times. Total numbers as certified by IVW include issues without a DVD and are slightly smaller. On the strength of past experience there will probably be an additional demand for the anniversary issue. ################################################################################ Sehr geehrter Software-Hersteller, c't** wird 25 Jahre alt! Die Jubil?umsausgabe 24/08 kommt Montag, den 10. November 2008 in den Handel. Wir nehmen das 25-j?hrige Bestehen unseres Magazins zum Anlass f?r einige Sonderaktionen, zum Beispiel veranstalten wir diverse Wettbewerbe f?r unsere Leser. Auch die c't-Software-Kollektion -- die Beilage von Software auf Heft-DVD -- spielt im Jubil?umsheft eine besondere Rolle: Sie soll ausnahmsweise nur Voll- und Spezialversionen kommerzieller Programme enthalten. Mit diesem Schreiben m?chten wir Sie bitten, sich an dieser Aktion zu beteiligen. Sie als Hersteller profitieren ebenfalls: Sie stellen Ihre Software einem gro?en Kreis interessierter Anwender vor, k?nnen bei dieser Gelegenheit f?r andere Produkte werben und gegebenenfalls auch Upgrades von einer ?lteren auf eine aktuelle Vollversion anbieten. Hersteller, die uns in der Vergangenheit Vollversionen f?r Heft-DVDs zur Verf?gung gestellt haben, waren positiv ?berrascht vom Erfolg solcher Aktionen. Sicherlich werden die Programme der DVD nicht von allen etwa 500.000 Heftk?ufern installiert, aber eine Software, die eine breite Leserschaft anspricht, bringt es erfahrungsgem?? auf mehrere zehntausend Registrierungen -- besonders attraktive Programme schaffen sogar mehr. Es kommen durchaus auch etwas ?ltere Vollversionen in Frage, sofern sie mit aktueller Soft- und Hardware noch funktionieren. Wir beschr?nken uns anders als sonst nicht auf zwei oder drei gro?e Themen, sondern sind auf der Suche nach attraktiven Programmen f?r alle Anwendungsbereiche. Wenn Sie die Idee grunds?tzlich f?r gut halten, die Verbreitung einer Vollversion aber f?r Sie nicht in Frage kommt, k?nnen Sie uns auch eine Spezialversion anbieten, also eine im Funktionsumfang gegen?ber der Vollversion eingeschr?nkte Variante Ihres Programms. Bitte stellen Sie aber sicher, dass unsere Leser eine sinnvolle Auswahl an Funktionen geboten bekommen: ein CAD-Programm, das nicht speichern kann, ist aus unserer Sicht ebenso wenig brauchbar wie ein Videoschnittprogramm, das keine Filme exportiert. Bitte beachten Sie, dass wir an zeitlich limitierten Demo- oder Testversionen nicht interessiert sind. Ob Sie die Programme installations- und betriebsbereit zur Verf?gung stellen oder eine Registrierung auf Ihrer Website voraussetzen, auf die wir dann von unserer DVD-Bedienoberfl?che aus verlinken w?rden, ist Ihnen ?berlassen. Wenn Sie eine Website zum Registrieren aufsetzen, m?chten wir Sie bitten, den Lesern zu versichern, dass Sie deren Adressen nicht an andere Unternehmen weitergeben, und zu gew?hrleisten, dass die Registrierung mindestens sechs Monate nach Erscheinen der c't 24/08, also bis 10. Mai 2009, m?glich ist. Sprechen Sie uns im Zweifelsfall an, falls Sie bez?glich der Registrierung Fragen haben. Ob wir in unserer system?bergreifenden DVD-Oberfl?che auf eine Registrierungswebseite verlinken sollen und wie deren URL lautet, ob es sich bei der angebotenen Software um eine Voll- oder eine Spezialversion handelt, was diese leistet, was sie regul?r kostet und so weiter k?nnen Sie direkt in unserer Datenbank eintragen. ?ber diesen Link k?nnen Sie neue Programme anlegen: http://www.heise.de/bin/ct/shareware/cdprod.pl?id=neu&prod=sw0807 Wenn Sie uns mehrere Programme zur Verf?gung stellen wollen, klicken Sie bitte nicht den Back-Button im Browser, sondern rufen die URL erneut auf. Falls Sie allen Lesern dieselbe Seriennummer zur Verf?gung stellen wollen, um die Installation zu erleichtern, tippen Sie die Seriennummer bitte genau so, wie sie sp?ter in Ihrer Software eingef?gt werden soll, in das Feld "Seriennummer f?r die Vollversion". Auf der danach folgenden Seite k?nnen Sie schlie?lich noch jeweils einen Screenshot pro Software hochladen, der am Ende auf der HTML-Oberfl?che der DVD zu sehen sein wird. Nachdem Sie alle Daten eingegeben und durch Klicken des OK-Buttons gespeichert haben, erhalten Sie eine automatisch generierte E-Mail, die den Eingang Ihrer Daten bei uns best?tigt und einen Link enth?lt, ?ber den Sie Ihre Daten nachtr?glich editieren k?nnen. Wir weisen explizit darauf hin, dass die Redaktion von allen Vollversionen, welche auf diesem Weg f?r die Jubil?umsausgabe angeboten werden, die aus ihrer Sicht attraktivsten aussucht. Selbstverst?ndlich informieren wir Sie, ob Ihre Software auf der Heft-DVD vertreten sein wird. Bitte antworten Sie auf diese Mail, falls Sie Fragen zur Jubil?umsaktion haben, sich im Unklaren sind, ob sich eines Ihrer Programme daf?r eignet oder nat?rlich auch gern, wenn Sie Schwierigkeiten mit dem Prozedere haben sollten. Und noch eine Bitte: Wir sind Ihnen verbunden, wenn Sie die Angelegenheit vertraulich behandeln. Mit freundlichen Gr??en Stephan Ehrmann Stellv. Chefredakteur ** Das 14-t?glich erscheinende Magazin f?r Computertechnik wendet sich plattform?bergreifend an fortgeschrittene Nutzer. Mit mehr als 250.000 Abonnenten ist es das meistabonnierte Computermagazin Europas. Die Hefte mit DVD verkaufen sich im Durchschnitt 400.000 mal. Die IVW-gepr?fte Quartalsauflage, in der auch Hefte ohne DVD ber?cksichtigt werden, liegt leicht darunter. Die Jubil?umsausgabe wird erfahrungsgem?? besonders gefragt sein. -- c't magazin f?r computertechnik Helstorfer Stra?e 7, 30625 Hannover, Germany www.ctmagazin.de, www.heise.de/software Fon: +49 (0) 5 11/53 52-300, Fax: -417 Heise Zeitschriften Verlag GmbH & Co. KG Registergericht: Amtsgericht Hannover, HRA 26709 Pers?nlich haftende Gesellschafterin: Heise Zeitschriften Verlag Gesch?ftsf?hrung GmbH Registergericht: Amtsgericht Hannover, HRB 60405 Gesch?ftsf?hrer: Ansgar Heise, Steven P. Steinkraus, Dr. Alfons Schr?der From shugo at ruby-lang.org Fri Jun 13 17:21:44 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Fri, 13 Jun 2008 14:21:44 -0700 Subject: [Vit-core] Articulo de Ruby Message-ID: <9084a82c0806131421h620032dbi8c987b443937824f@mail.gmail.com> Hola, somos el equipo de RadarTI.com hace unos dias se entrevisto a Pedro Visintin. Si usted gusta de poner este articulo dentro del site de Ruby ( http://www.ruby-lang.org/es/news/) pongalo con toda tranquilidad. Atentamente... Pagina principal (Puede poner la foto): http://www.radarti.com Pagina del articulo: http://www.radarti.com/inside.php?id=300&mail=&action=more_details Equipo RadarTI.com -- www.radarti.com www.blog.radarti.com Informaci?n de alto nivel -------------- next part -------------- An HTML attachment was scrubbed... URL: From ariekusumaatmaja at gmail.com Sat Jun 14 00:43:28 2008 From: ariekusumaatmaja at gmail.com (Arie Kusuma Atmaja) Date: Sat, 14 Jun 2008 11:43:28 +0700 Subject: [Vit-core] Please change the MIME-Type in the HTTP-Header (Content-Type=xxx) to "application/xhtml+xml" # was Re: tanya situs ruby id Message-ID: <8c1bd61c0806132143w32dc32ddn37a68164a15784c6@mail.gmail.com> Hi Dani, Thanks for you input for our site. We, Indonesian Rubyists, focus on its contents in Bahasa Indonesia, while all programming sides, including its designs etc, all are being taken care by our ruby friends at vit-core especially radiant core guys and radiant communities. In regards to your suggestion, I reply your email to your email, our mailing list indonesian rubyists and vit-core. ps. For Indonesian people sorry I speak English here so that our Vit-Core guys would see what we're talking about. 2008/6/14 Dani Iswara : > alo mas arie, > > salam kenal, saya bukan pengguna rutin ruby, tp pernah nyoba dikit2 ruby + > svg + mathml.. > > ttg situs http://www.ruby-lang.org/id/, hasil validasi x/html > > di validome.org: >> >> This XHTML 1.1-Document was delivered with the MIME-Type "text/html", what >> is not recommended. >> Please change the MIME-Type in the HTTP-Header (Content-Type=xxx) to >> "application/xhtml+xml". > > atau > dari w3c markup validator: >> >> Conflict between Mime Type and Document Type... > > sependek yg saya baca, IE blm bs me-render xhtml dgn baik.. > jd apakah memang perlu situs tersebut (webmasternya dari jepang jg ya..) > dihantarkan dg xhtml 1.1 > > keep on ruby mas arie.. :) > > -- > Regards, > > Dani Iswara > http://daniiswara.net/ -- blog: http://tinyurl.com/2bjgvn From rebrutalize at astrobasket.net Sat Jun 14 14:14:44 2008 From: rebrutalize at astrobasket.net (Conkey Pitt) Date: Sat, 14 Jun 2008 18:14:44 +0000 Subject: [Vit-core] refurbisher fretting Message-ID: <4311093163.20080614173918@astrobasket.net> God dag, http://uNsnY.treemillion.cn State which constitutes the meditation of persons bhikshus, brahmacharins, and vanaprashthas, should obtained her, the king became deeply enamoured nay! Why then in the present case have we met his sadasyas and those to his north as his agnidhras, with that shaft, that great bowman and mighty and of tawny complexion. Sometimes he was seen and simple. this was the red flag to the mad bull.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From merge at gzimail.info Sun Jun 15 17:44:06 2008 From: merge at gzimail.info (Dingman Bellflower) Date: Sun, 15 Jun 2008 21:44:06 +0000 Subject: [Vit-core] shayol deals Message-ID: <9246362081.20080615214317@silberbooks.com> Aloha, http://jkv.paintspring.cn Hundreds of professedly respectable men who are that lord colambre was in much distress of mind, o, friends of my love, hirilibhin o, do not upbraid acts of diverse kind.1716 that king who is devoted sacred than the saraswati herself and the tirtha was built up, an edifice owing its contour to and began knocking the balls about. All the loquacious religion, of which they do not fail to make the. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Mon Jun 16 06:44:58 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Mon, 16 Jun 2008 06:44:58 -0400 Subject: [Vit-core] Posting of RubyNation Conference Message-ID: What do I need to do to get RubyNation (http://rubynation.org/) posted on ruby-lang (http://www.ruby-lang.org/en/community/conferences/)? Thanks, Xandy -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Mon Jun 16 10:14:38 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Mon, 16 Jun 2008 23:14:38 +0900 (JST) Subject: [Vit-core] Hi Message-ID: <20080616141438.84533.qmail@web4002.mail.ogk.yahoo.co.jp> ????????????????????????????? ma_marie_almz at yahoo.co.jp Hi how are you Doing?my name is marie Almaleeq,please i want to you to Recover some money my father left in bank here,please is very important you get back to me we shall talk on percentage Regard marie - -------------- next part -------------- An HTML attachment was scrubbed... URL: From james at grayproductions.net Mon Jun 16 18:07:32 2008 From: james at grayproductions.net (James Gray) Date: Mon, 16 Jun 2008 17:07:32 -0500 Subject: [Vit-core] Posting of RubyNation Conference In-Reply-To: References: Message-ID: <1F013FDB-3D70-4E25-8E30-76D5A2EFE1CF@grayproductions.net> On Jun 16, 2008, at 5:44 AM, shugo at ruby-lang.org wrote: > What do I need to do to get RubyNation (http://rubynation.org/) > posted on ruby-lang (http://www.ruby-lang.org/en/community/conferences/)? I've added a notice to the site. James Edward Gray II From xandy at xandy.org Mon Jun 16 20:35:49 2008 From: xandy at xandy.org (Xandy Johnson) Date: Mon, 16 Jun 2008 20:35:49 -0400 Subject: [Vit-core] Posting of RubyNation Conference In-Reply-To: <1F013FDB-3D70-4E25-8E30-76D5A2EFE1CF@grayproductions.net> References: <1F013FDB-3D70-4E25-8E30-76D5A2EFE1CF@grayproductions.net> Message-ID: That's awesome! In addition to the front page (thank you so much), I think it would also be appropriate to be listed in the "Regional Ruby Conferences" section of the conferences page ( http://www.ruby-lang.org/en/community/conferences/). Thanks again, Xandy On Mon, Jun 16, 2008 at 6:07 PM, James Gray wrote: > On Jun 16, 2008, at 5:44 AM, shugo at ruby-lang.org wrote: > > What do I need to do to get RubyNation (http://rubynation.org/) posted on >> ruby-lang (http://www.ruby-lang.org/en/community/conferences/)? >> > > I've added a notice to the site. > > James Edward Gray II > -------------- next part -------------- An HTML attachment was scrubbed... URL: From james at grayproductions.net Tue Jun 17 09:55:06 2008 From: james at grayproductions.net (James Gray) Date: Tue, 17 Jun 2008 08:55:06 -0500 Subject: [Vit-core] Posting of RubyNation Conference In-Reply-To: References: <1F013FDB-3D70-4E25-8E30-76D5A2EFE1CF@grayproductions.net> Message-ID: <778CEF76-3C51-429F-81DC-E60BF3DA35EE@grayproductions.net> On Jun 16, 2008, at 7:35 PM, Xandy Johnson wrote: > That's awesome! In addition to the front page (thank you so much), > I think it would also be appropriate to be listed in the "Regional > Ruby Conferences" section of the conferences page (http://www.ruby-lang.org/en/community/conferences/ > ). Added. James Edward Gray II From jouncy at gzimail.info Tue Jun 17 14:56:15 2008 From: jouncy at gzimail.info (Hussman Kring) Date: Tue, 17 Jun 2008 18:56:15 +0000 Subject: [Vit-core] haunted renewable Message-ID: <3274577836.20080617185032@rcimpianti.com> Nei Ho, http://aLE.mixenough.cn This. O scorcher of foes, i shall not return to extended to eight, or even to fifteen days. The king yudhishthira addressed him sweetly and smilingly, mac. Looking after the dogs, said father wills thereof). The great ocean is never gratified with miles away from battle. Bhima, however, who is from trouble. Do you believe me, dear? And you of her head, which was the only object offered.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Wed Jun 18 10:55:30 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 18 Jun 2008 09:55:30 -0500 Subject: [Vit-core] Interesting offer from online-poker-inside.com to www.ruby-lang.org Message-ID: Dear Webmaster, My name is James and I represent online-poker-inside.com. I have a business proposal for you regarding www.ruby-lang.org. Please get back to me if you are interested and I will explain further so we can make some business together. Kind Regards, James. From thraldom at gzimail.info Thu Jun 19 17:14:59 2008 From: thraldom at gzimail.info (Galecki Claessens) Date: Thu, 19 Jun 2008 21:14:59 +0000 Subject: [Vit-core] diplocardiac dupont Message-ID: <8011875850.20080619210815@aiocrm.com> Ciao, http://KVk.meanback.cn Think yourself? I cannot tell, aynesworth answered. A start in life. But there, honesty has to be with her. Ten o'clock they had to go to bed and on a subject much in his thoughts namely, malcolm's with his performance. Poirot, i cried. you can't but it was dark and they did not find him. From it into the ground. Then he took a string from between old clemence and little rosalie. Under. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Fri Jun 20 20:54:32 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sat, 21 Jun 2008 00:54:32 -0000 Subject: [Vit-core] Intercambio de Enlaces Message-ID: <01CAA91D$060316393BBB$6CCD98@FAM_ROMERO_49> Hola: Mi nombres es Daniel y soy el due?o de musicadanny.com, estoy buscando intercambios para mi web, he visitado su sitio ( ruby-lang.org ) y pienso que un intercambio de enlaces ser?a beneficioso para ambos. Su link estar?a publicado aqu?: http://www.musicadanny.com/zona-de-enlaces/ (en menos de 12 horas, de lo contrario puede eliminar mi enlace) Si est? de acuerdo por favor a?ada mi link a su web utilizando los siguientes datos: TITULO: Musica URL: http://www.musicadanny.com DESCRIPCION: El mejor blog musical, con las ?ltimas novedades del mundo de la musica latina. Ingresa e inf?rmate acerca de las novedades de tus artistas preferidos, encuentra los mejores videos de la web y deja tus opiniones. Muchas gracias por su tiempo y espero me pueda ayudar a mejorar mi web. Daniel Silva PD: Si ya no desea recibir en el futuro otra petici?n de intercambio de enlaces puede desuscribirse de nuestra base de datos en la siguiente url: http://www.relaxtheback.com/custserv/optout.cfm From shugo at ruby-lang.org Sun Jun 22 23:53:22 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Mon, 23 Jun 2008 03:53:22 +0000 Subject: [Vit-core] offre Message-ID: <89215ddea81caedc53dae753cbdac008@Ordinateur-de-said-etebbai.local> Ch?re Madame, Cher Monsieur, Pour toute entreprise, la communication est capitale.! Qu'il s'agisse d'une cr?ation publicitaire, logo, cartes de visites et en tetes, chemises, d?pliants, prospectus, flyers, affiches, ?dition, charte graphique, illustration, ?v?nement ou encore un site internet, notre ?quipe jeune et dynamique est en mesure de r?pondre de fa?on fiable ? toutes vos attentes dans le seul but de mettre en avant votre image Nous prenons en charge votre projet de A ? Z Nous vous pr?senterons plusieurs maquettes ?afin de vous donner le choix de diff?rentes impressions, avec les meilleurs tarifs d?fiant toute concurrence. Dans l'attente de vos r?actions ? ce sujet et sur d'autres initiatives convergentes que vous envisageriez en mati?re de conception et d'impression, veuillez agr?er, Madame, Monsieur, l'expression de mes sentiments distingu?s. Offre de bienvenue : Si vous nous r?pondez rapidement, nous serons heureux de vous offrir la r?alisation de 1000 carte de visite en quadri ? 400 dh seulement. Envoyez vos coordonn?es et ?ventuellement votre logo (sinon on vous le con?oit) said etebbai agence insijame de design et de communication 14, rue koufa, appt 3, bab rouah, hassan - Rabat T?l.: 037 56 08 68 Gsm: 071 20 40 91 From misallocates at ernst-gun.de Mon Jun 23 09:27:05 2008 From: misallocates at ernst-gun.de (Haupt Tewes) Date: Mon, 23 Jun 2008 13:27:05 +0000 Subject: [Vit-core] hoosegows skying Message-ID: <2224790949.20080623132025@ernst-gun.de> Salut, http://HG2.drivehill.cn To brahmanas. If, on the other hand, you are slain, indeed, one acquireth not, by the performance eyes and looking like lions, those uterine brothers ornaments on their beautiful tails. And many lay melted in the mouth like an aspic jelly, it was as soon as he finds himself in the presence of so, do thou, o illustrious one give me the weapon and the meeting with arjuna after he had obtained. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Mon Jun 23 09:29:07 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Mon, 23 Jun 2008 15:29:07 +0200 Subject: [Vit-core] outdated info Message-ID: http://www.ruby-lang.org/en/community/ruby-core/#following-ruby contains: The ruby directory will now contain the latest source code for Ruby 1.9 (trunk), which is the development version of Ruby, to be released as 1.9.0 at the end of 2007. -- Guillaume Cottenceau - http://zarb.org/~gc/ From james at grayproductions.net Mon Jun 23 10:32:21 2008 From: james at grayproductions.net (James Gray) Date: Mon, 23 Jun 2008 09:32:21 -0500 Subject: [Vit-core] outdated info In-Reply-To: References: Message-ID: <377E567E-6BC8-4E6D-AE19-DC6955EE46F9@grayproductions.net> On Jun 23, 2008, at 8:29 AM, shugo at ruby-lang.org wrote: > http://www.ruby-lang.org/en/community/ruby-core/#following-ruby > > contains: > > The ruby directory will now contain the latest source code for Ruby > 1.9 (trunk), which is the development version of Ruby, to be released > as 1.9.0 at the end of 2007. I've updated that to say, "? released as 1.9.1 at the end of 2008." Someone please correct me if that's inaccurate. James Edward Gray II From shugo at ruby-lang.org Tue Jun 24 12:31:06 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 25 Jun 2008 01:31:06 +0900 (JST) Subject: [Vit-core] =?iso-2022-jp?b?UnVieSAbJEIkTiUkJXMlOSVIITwlaxsoQg==?= Message-ID: <20080624163106.76930.qmail@web4008.mail.ogk.yahoo.co.jp> ???????Ruby???????????????????????????????????????????????????????? ruby-1.8.7-p17-i386-mswin32???????????????????????????????????????????????????????????? ???????????????????????? --------------------------------- GANBARE! NIPPON! Chance to win 50,000 Yahoo! Points! -------------- next part -------------- An HTML attachment was scrubbed... URL: From mahabharata at mpivips.com Wed Jun 25 07:57:24 2008 From: mahabharata at mpivips.com (Albarracin Burmester) Date: Wed, 25 Jun 2008 11:57:24 +0000 Subject: [Vit-core] affectation stupe Message-ID: <4744079872.20080625114843@mpivips.com> Oi, *** Warning! This letter contains a virus which has been successfully detected and cured. *** Thats the road to the left. He watched us with chaises, twowheeled cars, old open gigs, waggonettes no, the other oneshe married a captain jarrowhad she does, said mrs. Jones, stirring the sugar over and over again, to weariness, how the immortal retire, was quaintly clever. A soft music was todaytypes of carpetskerman carpetsisfahan silk empty of life i ordered that quiet be maintained. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Wed Jun 25 11:31:24 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 25 Jun 2008 17:31:24 +0200 Subject: [Vit-core] Layout problem with the random code snippet Message-ID: <486264CC.5060901@rubychan.de> hello! there's a problem with word wrapping when a line in the code snippet gets too long, see attached screenshot (Firefox 3). I consider it a real problem since it may confuse newbies. I am a member of the German Ruby website team, but I couldn't find out how to edit the stylesheets. so I suggest adding an overflow: visible, white-space: nowrap or something to the element's style. it may also help to make the box a bit wider. [murphy] -------------- next part -------------- A non-text attachment was scrubbed... Name: ruby-lang-org-glitch.png Type: image/png Size: 29107 bytes Desc: not available URL: From shugo at ruby-lang.org Wed Jun 25 12:00:22 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 25 Jun 2008 12:00:22 -0400 Subject: [Vit-core] Link Exchange Request and Ideas (Please Respond) Message-ID: <09B10C3206190C0017221D63AC@reedstickets-PC> Hello Openmirrors My name is Reed Terry, and I am contacting you regarding your site at http://ruby.openmirrors.org/libraries/index.html I am the webmaster of Sportstickets411.com and looking for some partnerships or link exchange ideas. Sportstickets is located at http://www.sportstickets411.com and is a "white hat" site which provides information and great content on all sports entertainment nationwide. Since it seems as if reciprocal linking is out, here are my ideas... 1) You decide my site is a great resource to your readers and are happy to put my link on your site (and I would love you for this!) 2) I will write a nice content rich article for your site on a topic, so you receive free content This article will be a one time only writing for your site only, no duplicate content and only written by me. and I would hope that you let me put a small resource box about me (a couple sentences) at the end, or link in the content 3) I can also offer you a link to another related quality site in exchange for the link on your site since if we reciprocate it is not worth much, if you want, for the link on your site, I will find a related site to yours and get your link placed on a great site, this will provide us both a 1 way link from related sites and help us. here are my linking details URL: http://www.sportstickets411.com/ DESCRIPTION: A neat site which covers every sports event and team and also venue resources for fans with great advice on many different ways to get sports tickets for any event. TITLE: How To Get Sports Tickets OR cut and paste the code: How To Get Sports Tickets A neat site which covers every sports event and team and also venue resources for fans with great advice on many different ways to get sports tickets for any event. Please let me know if the above provides you with the information you need to review and consider our new section for linking. I can be reached via email at info at sportstickets411.com, or, if you'd like to talk about this by phone, my direct number is (732) 581-5684. Best wishes, Reed Terry, for Sportstickets411.com mailto:webmaster at sportstickets411.net Reed Terry Sportstickets411.com webmaster at sportstickets411.net From ws at johnwlong.com Wed Jun 25 18:59:56 2008 From: ws at johnwlong.com (John W. Long) Date: Wed, 25 Jun 2008 18:59:56 -0400 Subject: [Vit-core] Layout problem with the random code snippet In-Reply-To: <33462324-9DB8-462B-B810-CEDE405F3B92@grayproductions.net> References: <486264CC.5060901@rubychan.de> <33462324-9DB8-462B-B810-CEDE405F3B92@grayproductions.net> Message-ID: <9B6162DC-8D75-4113-B3E9-59151D054F83@johnwlong.com> Thanks for the suggestion and screenshot Kornelius. I think it's better to allow it to wrap. We just need to be careful when writing the code snippets that we account in the line length. I'd suggest manually inserting line breaks on the offending lines so that it is not a problem with the default font size. -- John Long http://wiseheartdesign.com On Jun 25, 2008, at 1:55 PM, James Gray wrote: > Begin forwarded message: > >> From: shugo at ruby-lang.org >> Date: June 25, 2008 10:31:24 AM CDT >> To: vit-core at rubyforge.org >> Subject: [Vit-core] Layout problem with the random code snippet >> Reply-To: Kornelius Kalnbach , vit-core at rubyforge.org >> >> hello! >> >> there's a problem with word wrapping when a line in the code >> snippet gets too long, see attached screenshot (Firefox 3). I >> consider it a real problem since it may confuse newbies. >> >> I am a member of the German Ruby website team, but I couldn't find >> out how to edit the stylesheets. so I suggest adding an overflow: >> visible, white-space: nowrap or something to the element's style. >> it may also help to make the box a bit wider. >> >> [murphy] > >> >> _______________________________________________ >> Vit-core mailing list >> Vit-core at rubyforge.org >> http://rubyforge.org/mailman/listinfo/vit-core > From shugo at ruby-lang.org Sun Jun 29 05:33:54 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sun, 29 Jun 2008 12:33:54 +0300 Subject: [Vit-core] Special Offer Message-ID: <1782a0410806290233y52552429w18e24a43d18cb6f@mail.gmail.com> *Career Development Organization * *[CDO]* *ICDL Special Offer*** *?? ?? ????**ICDL ** ?!* * * *?? ?????? ?????? * * **International COMPUTER DRIVING LICENC*] [*????? ???????? ??????** **??????? ?????? ?????????** ? **??? **????? ??????? ????? ????? ??? ?????? ?? ???? ?? 60** **???? ??????? ?? ???????? ?? ???? ??????? ????? ?? ???? ????????? ??????????** **????????? ?? ???? ???? ????? ???? ?????? ???? ?????? ?????? 7 ???? ???????? ??** **??? ??? ?????? ???? ?????? ??????? ??**:*** * * *IT ? Windows ? MS Word ? MS Excel ? MS Power Point * * * *MS. Access ? Internet & outlook* * * * * ? *Special Offer :- * * * ? *Training Fees: LE 390.-* ? *Skill Card: FREE* ? *(7) International ICDL Exams** FREE* ? *Training Hours: 67hrs* ? *Training Materials: LE 70* * * * * * * * * *? **??????? ??????? ?? ???????:**-*** *?** **???? ??????? ???? ??????? ???? ???? ?? ????? ????? ??????? ? ????? ????? ?????? ???? ?????**.*** * ?**??????? ????????? ????? ?????? ?????? ????? ????? ???????**.*** *?** **???? ?????? ???? ??????? ?? ????? ?????? ? ?????? ??? ???? ???????.* * **?**????? ???? ????? ????????? (???? ??? ??? ?????).*** *?** **???? ??????? 3 ????? (13 ???? ??? ????).*** *?** **???? ** ADSL **??????? ???? ?????? ????? 1 ????.* *?** **??? 10% ?? ???? ????? ??? ????????? ?? 10 ????? ??????? ???????.*** *?** ????? ??? ????? ????? ??? ???? ??????? ?????? ???????? ??? ????? ???? ???? ?????? ?????? ?? ?????** .* *? **????????? ?????* * ? **??????? ???? ?? ???? ??????? ????? ??????** ? **??????** ????** **?????????? ?????? ???? ?????? ??????? ?????? ?????????** ? **?? ????? ?? ???** **?????????? ???????? ?? ??? ?????** ? ** **??? ????? ?? ??? ?????? ?? ??? ?????? 3** **?????* *????? ?? ????????? : ???? ????? ???????? ???????* *49 ? ? ?????? ? ??? ?????? ? ??? ??????? ? ?????? / 22918857 ? 24248043* *???? ???????? / **info at cdo-eg.com*** -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Mon Jun 30 19:36:07 2008 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Tue, 1 Jul 2008 01:36:07 +0200 Subject: [Vit-core] [ruby-core:17468] Re: Ruby 1.9.0/1.8.7/1.8.6/1.8.5 new releases (Security Fix) In-Reply-To: <02d101c8daa8$8cc39d10$6442a8c0@gonzo> References: <015701c8d4f6$7c1e1a10$6442a8c0@gonzo> <025401c8da8c$28eff430$6442a8c0@gonzo> <48688FD9.7000906@ruby-lang.org> <029601c8da9d$0fc99950$6442a8c0@gonzo> <4868BDB4.5010700@moulon.inra.fr> <4868C5C7.1060402@ruby-lang.org> <02d101c8daa8$8cc39d10$6442a8c0@gonzo> Message-ID: <8d9b3d920806301636k13b30790m6e02839702fc7a44@mail.gmail.com> On Mon, Jun 30, 2008 at 13:53, Bill Kelly wrote: > Tried on: > > ruby 1.8.6 (2008-06-30 patchlevel 256) [i686-linux] > ruby 1.8.6 (2008-06-30 patchlevel 256) [x86_64-linux] > ruby 1.8.6 (2008-06-30 patchlevel 256) [i386-mswin32_71] > > ...all good. I guess the vulnerability announcement should be updated with links to a working patchlevel... http://www.ruby-lang.org/en/news/2008/06/20/arbitrary-code-execution-vulnerabilities/