From brmichel at free.fr Fri Apr 1 14:54:56 2011 From: brmichel at free.fr (Bruno Michel) Date: Fri, 01 Apr 2011 20:54:56 +0200 Subject: [Vit-core] Download links broken (at least for me) In-Reply-To: References: Message-ID: <4D961F80.60201@free.fr> Hi, On 30/03/2011 16:43, James Gray wrote: > Any thoughts on the pros/cons of FTP vs. HTTP links? I don't see any downside of HTTP and it is never filtered by a firewall. So, I think we should go with HTTP for links. ++ Bruno From sutniuq at gmx.net Fri Apr 1 16:52:52 2011 From: sutniuq at gmx.net (Quintus) Date: Fri, 01 Apr 2011 22:52:52 +0200 Subject: [Vit-core] Download links broken (at least for me) In-Reply-To: <4D961F80.60201@free.fr> References: <4D961F80.60201@free.fr> Message-ID: <4D963B24.2090706@gmx.net> Am 01.04.2011 20:54, schrieb Bruno Michel: > Hi, > > On 30/03/2011 16:43, James Gray wrote: >> Any thoughts on the pros/cons of FTP vs. HTTP links? > > I don't see any downside of HTTP and it is never filtered by a firewall. > So, I think we should go with HTTP for links. > > ++ > Bruno I'm not familiar with the HTTP and FTP protocol internals, but I thought FTP was designed specifically for files? If HTTP can be used for that as well (and I see many websites out there do that) there's appearently no point in the existance of the FTP protocol. Or offers it some adavantages over HTTP in the case of files? If not, I cannot see the reason why FTP is blocked by proxies where HTTP can be used to serve the exact same files? Just wanted to know where's the difference. No vote for the one or the other. Valete, Quintus From shugo at ruby-lang.org Sat Apr 2 04:33:18 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sat, 2 Apr 2011 01:33:18 -0700 (PDT) Subject: [Vit-core] re Message-ID: <821532.31961.qm@web83605.mail.sp1.yahoo.com> I have a deal for you regarding a transfer, contact me with full names,occupation & telephone. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Sat Apr 2 04:16:12 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sat, 2 Apr 2011 10:16:12 +0200 Subject: [Vit-core] =?iso-8859-1?q?Cerca_di_opportunit=E0_di_investimento?= Message-ID: Ciao E 'stato durante una sessione di navigazione in rete con piacere ho scoperto il tuo indirizzo email. Anzi, io sono un investitore privato con sede a Cotonou (Benin) in Africa occidentale. Ho la legittima ambizione di investire in tutte le aree di business e paesi economicamente e politicamente stabile e la cui legislative e regolamentari di investitori stranieri e fissarlo per tutte queste considerazioni io sono rispettosamente chiedere la vostra collaborazione candido e sincero in tutte le attivit? del settore privato redditizio. Volete accettare la collaborazione di cui mi offrono l'opportunit?? Avete consigli per me? Sono quindi disposto a finanziare tutte le imprese private che soddisfano i seguenti criteri: * -1 - Il posizionamento dei miei fondi in attivit? benefiche -2 - Salvataggio di un profitto comune* Se tali criteri sopra elencati sono in perfetto accordo con la tua iscrizione e sincero, sarei lieto di conoscere la vostra decisione senza indugio, le informazioni concernenti le sue attivit? e anche eventuali esperienze professionali nel mondo degli affari. Per una maggiore comprensione, si prega di contattare me, anche se ? stato il seguente indirizzo mail : *jeanpierredossouvi at yahoo.fr* . Nella speranza di una suite di appello, vi prego di accettare la mia espressione di sentimenti profondi. Apprezzamento attraverso una perfetta collaborazione e sincera. * DOSSOUVI Jean-pierre* -------------- next part -------------- An HTML attachment was scrubbed... URL: From brmichel at free.fr Sat Apr 2 09:28:07 2011 From: brmichel at free.fr (Bruno Michel) Date: Sat, 02 Apr 2011 15:28:07 +0200 Subject: [Vit-core] Download links broken (at least for me) In-Reply-To: <4D963B24.2090706@gmx.net> References: <4D961F80.60201@free.fr> <4D963B24.2090706@gmx.net> Message-ID: <4D972467.8030502@free.fr> Hi, On 01/04/2011 22:52, Quintus wrote: > I'm not familiar with the HTTP and FTP protocol internals, but I thought > FTP was designed specifically for files? If HTTP can be used for that as > well (and I see many websites out there do that) there's appearently no > point in the existance of the FTP protocol. Or offers it some > adavantages over HTTP in the case of files? If not, I cannot see the > reason why FTP is blocked by proxies where HTTP can be used to serve the > exact same files? In short, FTP (File Transfer Protocol) is older than HTTP. It is more efficient for downloading small files (you don't have to pay the HTTP headers overload), but it also has some flaws (see http://en.wikipedia.org/wiki/File_Transfer_Protocol#Security for example). Proxies always block the active mode of FTP, because it can't be done properly, and sometimes the passive mode. For ruby-lang.org, the only pro of FTP (efficiency for small files) is not useful, so I think we should use HTTP for links. ++ Bruno From james at graysoftinc.com Sat Apr 2 09:39:55 2011 From: james at graysoftinc.com (James Gray) Date: Sat, 2 Apr 2011 08:39:55 -0500 Subject: [Vit-core] Download links broken (at least for me) In-Reply-To: <4D972467.8030502@free.fr> References: <4D961F80.60201@free.fr> <4D963B24.2090706@gmx.net> <4D972467.8030502@free.fr> Message-ID: On Sat, Apr 2, 2011 at 8:28 AM, Bruno Michel wrote: > Hi, > > On 01/04/2011 22:52, Quintus wrote: > > I'm not familiar with the HTTP and FTP protocol internals, but I thought > > FTP was designed specifically for files? If HTTP can be used for that as > > well (and I see many websites out there do that) there's appearently no > > point in the existance of the FTP protocol. Or offers it some > > adavantages over HTTP in the case of files? If not, I cannot see the > > reason why FTP is blocked by proxies where HTTP can be used to serve the > > exact same files? > > In short, FTP (File Transfer Protocol) is older than HTTP. It is more > efficient for downloading small files (you don't have to pay the HTTP > headers overload), but it also has some flaws (see > http://en.wikipedia.org/wiki/File_Transfer_Protocol#Security for > example). Proxies always block the active mode of FTP, because it can't > be done properly, and sometimes the passive mode. > > For ruby-lang.org, the only pro of FTP (efficiency for small files) is > not useful, so I think we should use HTTP for links. I'm fine with making that change if no one else objects. Can we hear others chime in on this issue please? James Edward Gray II > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Sat Apr 2 17:09:50 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sat, 2 Apr 2011 14:09:50 -0700 (PDT) Subject: [Vit-core] re Message-ID: <50710.76459.qm@web83608.mail.sp1.yahoo.com> I have a deal for you regarding a transfer, contact me with full names,occupation & telephone. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Sun Apr 3 18:28:34 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sun, 3 Apr 2011 15:28:34 -0700 (PDT) Subject: [Vit-core] thank u so much Message-ID: <553488.96009.qm@web83903.mail.sp1.yahoo.com> Hello dear My name is Maria Bernardo,i wish to ask for your true friendship.I have important reasons to request your interest. I will explain more of myself assoon as i hear from you .i waits to hear from you Thanks Maria -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Mon Apr 4 13:45:00 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Mon, 4 Apr 2011 22:15:00 +0430 Subject: [Vit-core] =?utf-8?b?2K7Yp9mG2Ycg2Ygg2K7Yp9mG2YjYp9iv2YcgLSDZhdiv?= =?utf-8?b?INmIINii2LHYp9iz2Krar9uM?= Message-ID: To view the message, please use an HTML compatible email viewer! -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Tue Apr 5 11:32:05 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: 5 Apr 2011 15:32:05 -0000 Subject: [Vit-core] =?utf-8?q?Dringend?= Message-ID: <20110405153205.31274.qmail@f4mail213.rediffmail.com> Attn Diese Meldung k"onnen Sie in gr"osster "Uberraschung treffen, allerdings ist es nur meine dringende Notwendigkeit f"ur Partner, die mich bei Ihnen f"ur diese Transaktion Kontakt hergestellt. Ich bin der James Roberts.I brauche dringend Ihre Hilfe beim Transfer der Summe von (5.M Millionen Pfund. Ich schicke Ihnen weitere Informationen dar"uber, wie das Gesch"aft ausgef"uhrt wird und auch beachten Sie, dass 30% der oben genannten Betrag erhalten, wenn Sie mir helfen ausf"uhren dieses Gesch"aft antworten Sie mir zur"uck f"ur mehr Klarheit zu vereinbaren. Antwort mich durch meine private E-Mail jsrbs99 at yahoo.com.hk Mit freundlichen Gr"ussen James Roberts -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Wed Apr 6 09:29:47 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 6 Apr 2011 06:29:47 -0700 (PDT) Subject: [Vit-core] Hello Message-ID: <217901.71576.qm@web114714.mail.gq1.yahoo.com> ?Hello, I am lovely Juliana,i drop at your profile,And? I love what i saw there, i believe we can get acquainted if it interest you get back to me and more,i am cute,Accommodate,caring,Affectionate and very lively,I am of the school of thought that believes in the maxim that says It is good to love And be Loved.Love should be sharing ,True,Honest and caring.I need a man who posses all this Attributes and Qualities.I have all the Qualities that a man desires and Craves in a woman.You can contact me direct to my email address here for me to send you my pictures ok,Please contact me direct to my private Email; julianaken at yahoo.com ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ????????????, ? ?????????? ??????, ? ??????? ?? ??? ???????, ? ? ????? ??, ??? ? ??? ??????, ? ??????, ??? ?? ????? ????????????, ???? ??? ?????????? ????????? ?? ??? ? ??????, ? ?????, ??????????, ??????, ???????? ? ????? ?????, ? ???? ????? ?????, ??? ????? ? ?????????, ??? ???????, ??? ??? ??????, ????? ?????? ? ???? Loved.Love ?????? ???? ?????, ???????, ????????? ? caring.I ?????????? ????????, ??????? ???????? ??? ??? ???????? ? Qualities.I ???? ??? ????????, ??????? ??????? ??????? ? ?????? ? woman.You ?????? ????????? ?? ???? ????? ?? ??? ????? ??????????? ????? ????? ??? ???? ????????? ??? ??? ?????????? ??????, ??????????, ????????? ?? ???? ????? ?? ??? ?????? ?????; julianaken at yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Wed Apr 6 16:59:47 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 6 Apr 2011 22:59:47 +0200 Subject: [Vit-core] Link non funzionante - license.txt Message-ID: Salve, navigavo nel sito, precisamente alla pagina http://www.ruby-lang.org/it/about/ e il link presente nella frase "Ruby ? anche un linguaggio libero e gratuito." non risulta funzionante. L'URL dovrebbe essere il seguente : http://www.ruby-lang.org/it/about/license.txt Buona serata, Giustino Borzacchiello -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Thu Apr 7 18:15:56 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Thu, 07 Apr 2011 23:15:56 +0100 Subject: [Vit-core] ROI up to 20% pa. Message-ID: <144241-WEB30d8dc6785f384ebe969130cbeb0e077b@144241-WEB3> ROI up to 20% for 20 years OR ROI 140% after 3 years Very High level of security UK 30% Tax allowance in year one If this sounds too good to be true CLICK for full details Flexible investment  can be tailored for you Eco friendly investment in solar energy MIke at PremierHomesAbroad.EU 00442071938098 Powered by Advantez.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Fri Apr 8 10:24:36 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Fri, 8 Apr 2011 07:24:36 -0700 (PDT) Subject: [Vit-core] HELLO Message-ID: <736589.22499.qm@web180211.mail.gq1.yahoo.com> Hello Dear, My name is Immaculater, i visit your profile and i decide to contact you hoping that you will accept me as your friend,if you accept my request please reply to my email address so that i will send you my photos and more about me,i believe we can make good friends,let distance not be a barrier but lets love connect,because love is a bridge connect far distance to be close Yours Lovely Immaculater. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Fri Apr 8 13:18:56 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Fri, 08 Apr 2011 19:18:56 +0200 Subject: [Vit-core] http://www.ruby-lang.org/en/documentation/quickstart/4/ Message-ID: Hi, I just followed the 'Ruby in Twenty Minutes' tutorial. As I'm not inexperienced witch coding (but with Ruby), I just flew over the code examples (I've read the whole text some months ago), looking for the syntax of a for loop. As all Ruby code examples are in those blue boxes, I didn't realize that the sample code for the for loop is actually not in Ruby but in C. It may appear silly, but I just wasted about half an error being puzzled about Ruby's weird syntax error you get when copying the C code of a for loop. And of course, as an experienced C programmer the code looked perfectly fine to me... Anyway, I think this may happen also to others, so I would suggest to put only actual Ruby code into those blue boxes. So regarding the for-loop example it would be great to see how easy it is in ruby to count up a variable: for i in 0..10 puts "#{i}" end or maybe sth. like for i in 0.. number_of_elements do_something_with element[i] end Thank you very much and keep up the good work! Best, Martin From james at graysoftinc.com Fri Apr 8 13:49:36 2011 From: james at graysoftinc.com (James Gray) Date: Fri, 8 Apr 2011 12:49:36 -0500 Subject: [Vit-core] http://www.ruby-lang.org/en/documentation/quickstart/4/ In-Reply-To: References: Message-ID: On Fri, Apr 8, 2011 at 12:18 PM, wrote: > Hi, > Hello. > I just followed the 'Ruby in Twenty Minutes' tutorial. As I'm not > inexperienced witch coding (but with Ruby), I just flew over the code > examples (I've read the whole text some months ago), looking for the syntax > of a for loop. As all Ruby code examples are in those blue boxes, I didn't > realize that the sample code for the for loop is actually not in Ruby but in > C. It may appear silly, but I just wasted about half an error being puzzled > about Ruby's weird syntax error you get when copying the C code of a for > loop. And of course, as an experienced C programmer the code looked > perfectly fine to me... > > Anyway, I think this may happen also to others, so I would suggest to put > only actual Ruby code into those blue boxes. So regarding the for-loop > example it would be great to see how easy it is in ruby to count up a > variable: > for i in 0..10 > puts "#{i}" > end > > or maybe sth. like > > for i in 0.. number_of_elements > do_something_with element[i] > end I guess I see what you are saying, but the text just before that code block is "Most other programming languages handle going over a list using the for loop, which in C looks something like:" and I feel like that's pretty clear about what it shows. We also show IRb sessions in the code blocks, a lot, and those aren't syntactically valid Ruby (It wouldn't run with the IRb prompts in there.) I think the blocks are intended to mean code, not Ruby code. Does that make sense? James Edward Gray II -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.wermers at rwth-aachen.de Fri Apr 8 14:02:47 2011 From: martin.wermers at rwth-aachen.de (Martin Wermers) Date: Fri, 08 Apr 2011 20:02:47 +0200 Subject: [Vit-core] http://www.ruby-lang.org/en/documentation/quickstart/4/ In-Reply-To: References: Message-ID: <59D2F21A-1CB0-4C19-AB4B-278F2457447B@rwth-aachen.de> Hi James, > I guess I see what you are saying, but the text just before that code block is "Most other programming languages handle going over a list using the for loop, which in C looks something like:" and I feel like that's pretty clear about what it shows. > We also show IRb sessions in the code blocks, a lot, and those aren't syntactically valid Ruby (It wouldn't run with the IRb prompts in there.) > > I think the blocks are intended to mean code, not Ruby code. I understand your point and of course you are right. The only problem I see with this is that people may refer back later to the quick introduction again and don't get an example of how to do a for loop in Ruby. And as in my case, it may happen that you just see some for-loop code and then think this will work in Ruby. So I'd suggest to add a short example of a for-loop in Ruby. - Martin From james at graysoftinc.com Fri Apr 8 18:57:36 2011 From: james at graysoftinc.com (James Gray) Date: Fri, 8 Apr 2011 17:57:36 -0500 Subject: [Vit-core] http://www.ruby-lang.org/en/documentation/quickstart/4/ In-Reply-To: <59D2F21A-1CB0-4C19-AB4B-278F2457447B@rwth-aachen.de> References: <59D2F21A-1CB0-4C19-AB4B-278F2457447B@rwth-aachen.de> Message-ID: On Fri, Apr 8, 2011 at 1:02 PM, Martin Wermers < martin.wermers at rwth-aachen.de> wrote: > Hi James, > > > I guess I see what you are saying, but the text just before that code > block is "Most other programming languages handle going over a list using > the for loop, which in C looks something like:" and I feel like that's > pretty clear about what it shows. > > We also show IRb sessions in the code blocks, a lot, and those aren't > syntactically valid Ruby (It wouldn't run with the IRb prompts in there.) > > > > I think the blocks are intended to mean code, not Ruby code. > > I understand your point and of course you are right. The only problem I see > with this is that people may refer back later to the quick introduction > again and don't get an example of how to do a for loop in Ruby. And as in my > case, it may happen that you just see some for-loop code and then think this > will work in Ruby. > > So I'd suggest to add a short example of a for-loop in Ruby. > One of the issues is that we probably wouldn't use a for loop for that in Ruby. That's kind of the point of that example. The Ruby equivalent is: elements.each do |element| do_something_with(element) end which is basically the previous example. Does that make sense? James Edward Gray II -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.wermers at rwth-aachen.de Sun Apr 10 16:20:25 2011 From: martin.wermers at rwth-aachen.de (Martin Wermers) Date: Sun, 10 Apr 2011 22:20:25 +0200 Subject: [Vit-core] http://www.ruby-lang.org/en/documentation/quickstart/4/ In-Reply-To: References: <59D2F21A-1CB0-4C19-AB4B-278F2457447B@rwth-aachen.de> Message-ID: > One of the issues is that we probably wouldn't use a for loop for that in Ruby. That's kind of the point of that example. The Ruby equivalent is: > > elements.each do |element| > do_something_with(element) > end > > which is basically the previous example. > > Does that make sense? Yes. All I want to say is that I would have liked to see an example of the for-loop in Ruby, because I needed a variable i changing from 0 to 10. And I did not want to access elements of an array with that variable. (I just needed 11 very similar buttons on a website created with Ruby on Rails...) But however, I don't want to argue. Do what you want. - Martin From jd at typhon.org Mon Apr 11 04:17:30 2011 From: jd at typhon.org (jd) Date: Mon, 11 Apr 2011 10:17:30 +0200 Subject: [Vit-core] http://www.ruby-lang.org/en/documentation/quickstart/4/ In-Reply-To: References: <59D2F21A-1CB0-4C19-AB4B-278F2457447B@rwth-aachen.de> Message-ID: <4DA2B91A.6050200@typhon.org> Le 10/04/2011 22:20, Martin Wermers a ?crit : >> One of the issues is that we probably wouldn't use a for loop for that in Ruby. That's kind of the point of that example. The Ruby equivalent is: >> >> elements.each do |element| >> do_something_with(element) >> end >> >> which is basically the previous example. >> >> Does that make sense? > Yes. > > All I want to say is that I would have liked to see an example of the for-loop in Ruby, because I needed a variable i changing from 0 to 10. And I did not want to access elements of an array with that variable. (I just needed 11 very similar buttons on a website created with Ruby on Rails...) > > But however, I don't want to argue. Do what you want. 11.times do # whatever end But this is not the place to discuss ruby features. http://www.ruby-forum.com is a better place to investigate. From james at graysoftinc.com Mon Apr 11 09:16:41 2011 From: james at graysoftinc.com (James Gray) Date: Mon, 11 Apr 2011 08:16:41 -0500 Subject: [Vit-core] http://www.ruby-lang.org/en/documentation/quickstart/4/ In-Reply-To: References: <59D2F21A-1CB0-4C19-AB4B-278F2457447B@rwth-aachen.de> Message-ID: On Sun, Apr 10, 2011 at 3:20 PM, Martin Wermers < martin.wermers at rwth-aachen.de> wrote: > > One of the issues is that we probably wouldn't use a for loop for that in > Ruby. That's kind of the point of that example. The Ruby equivalent is: > > > > elements.each do |element| > > do_something_with(element) > > end > > > > which is basically the previous example. > > > > Does that make sense? > Yes. > > All I want to say is that I would have liked to see an example of the > for-loop in Ruby, because I needed a variable i changing from 0 to 10. And I > did not want to access elements of an array with that variable. (I just > needed 11 very similar buttons on a website created with Ruby on Rails...) > Ah, that we would do with times(), as jd showed. That's another part of my concern with this case. Ruby has a lot of iterators. Which one we use depends on the circumstance. The most common, each(), was discussed a little, but I doubt we want to go into all of them, right? > But however, I don't want to argue. Do what you want. No worries. I value your opinion. I'm just trying to make sure a "quickstart" is the right place to address these issues. James Edward Gray II -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Mon Apr 11 17:43:00 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Mon, 11 Apr 2011 22:43:00 +0100 Subject: [Vit-core] 9 KEY FACTS "Buy to Let" Tampa, Florida. Message-ID: <144241-WEB35c9a9ad8158d4b6fb864891b90f01b3f@144241-WEB3> Click to visit web site    Click to download Brochure This is truly the Sale of the Century  read the facts in the brochure and visit the web site. "Incredible Hands Off Investment" Easy Ownership Minimum Net Yield 12% (gross from 19%) USA government backed rental return Property fully renovated within 3 weeks of purchase Prices from $75,000 (Approx ?48,000 ?56,000) Discounted by up to 70% from last sold price Established rental management company Monthly Financial report Full Due Diligence Pack available SIPP compatable For further information call 00442071938098 Click to visit web site     Click to download Brochure This is such an outstanding opportunity we encourage you to visit and will make a contribution of $1,000 to your travel cost or to your closing costs Powered by Advantez.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Tue Apr 12 01:51:58 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Tue, 12 Apr 2011 13:51:58 +0800 Subject: [Vit-core] =?utf-8?b?W+a3mOWuneWVhuWfjl0z5ZGo5bm05ZWG5Z+O5bqG5YW4?= =?utf-8?b?LDcwMDDkuIflpKfnpLznrYnkvaDmiqIs5pu05pyJ5oSf5oGp5aSn6aaI?= =?utf-8?b?6YCB?= Message-ID: <20110412135212841842@scta.gov.cn> ????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Tue Apr 12 10:00:49 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Tue, 12 Apr 2011 16:00:49 +0200 Subject: [Vit-core] olio Message-ID: <000005E2A.0024E550.oasigtitalia@gmail.com> Oasi GT prodotti tipici del Gargano S.S. 272 Km 38 per Monte Sant'Angelo - 71013 San Giovanni Rotondo (FG) P.IVA 03408440711 info e prenotazioni Tel. 0882 454549 - web http://labontadelfrantoio.xoom.it mail commerciale at oasigt.com OLIO EXTRAVERGINE DI OLIVE OTTENUTO DIRETTAMENTE DALLE OLIVE DI SAN GIOVANNI ROTONDO MEDIANTE PROCEDIMENTI MECCANICI ( a bassa acidit? ed a freddo) Acidita': 0.22% indice di perossidi: 8.7/mg/kg OFFERTA OLIO EXTRAVERGINE DI OLIVA DI PRIMA SPREMITURA A FREDDO (NUOVA PRODUZIONE) 2 LATTINE DA 5 LT euro 70.00 COMPRESO DI SPEDIZIONE , A LITRO euro 7.00 3 LATTINE DA 5 LT euro 100.00 COMPRESO DI SPEDIZIONE, A LITRO euro 6.66 6 LATTINE DA 5 LT euro 190.00 COMPRESO DI SPEDIZIONE, A LITRO euro 6.34 OFFERTA BONTA? TIPICA DEL GARGANO N 1 Cartellate del gargano 350 g N 1 brutti ma buoni (pasta di mandorla g 500) N 1ostie ripiene 110 g N1 tarallini al finocchietto g 500 N 1 tarallini misti zuccherati 500 g N 1 mostaccioli alle mandorle 500g N 1 limolivo cl 0.7 amaro N 1 vaso all?olio di melanzane 1 kg N 2 salsaccia dolce e piccante N 1 Cacio cavallo paesano 1 kg ------------------------------------------------------------------ Euro 80.00 compreso di spedizione www.oasigt.com Per cancellarti dalla mailing list clicca qui. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Tue Apr 12 15:45:54 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Tue, 12 Apr 2011 16:45:54 -0300 Subject: [Vit-core] =?iso-8859-1?q?Propuesta_de_Colaboraci=F3n_y_Alianza_c?= =?iso-8859-1?q?on_Serviweb=2Ees?= Message-ID: <00887734040C102D3825003006@Toto> Estimado equipo de Ruby-Lang Mi nombre es Cristian D. Bolado, Les escribo este email dado que nuestra empresa ha dado un giro de 180 grados en nuestras pol?ticas de Colaboraci?n y Marketing en Internet y es por esto que nos gustar?a realizar un intercambio de enlaces con las empresas que apuestan fuerte por Internet, con la m?xima dedicaci?n, calidad y profesionalidad de nuestra empresa. Creemos que Ruby-Lang apuesta por Internet, al igual que Serviweb.es, por ello queremos plantearos una estrategia de colaboraci?n y de unir nuestras fuerzas con vosotros para consolidar nuestras posiciones en el mercado y en Google. Nuestra propuesta es realizar una alianza de Link Building (Realizar un Intercambio de Enlaces con su portal web) para lo cual buscamos prioritariamente nos incluyan un enlace en la p?gina de inicio o una p?gina interior de su web, siempre con el mayor Page Rank (PR) posible y de igual forma le ofrecemos un enlace con equidad en el PageRank y para lo cual tenemos p?ginas internas de Serviweb.es con todo tipo de PR= 6, 5, 4, 3, 2, y 0, por lo que, si est?is de acuerdo en llevar a cabo esta alianza nos gustar?a saber donde podr?ais colocar nuestro link e indicarle posibilidades de donde podr?amos colocar el vuestro. Serviweb.es hoy en d?a es l?der en Marketing Online en Google, ocupa la primeras posiciones en t?rminos tan competitivos como ?Posicionamiento Web? ? ?Dise?o Web?, nuestra home tiene PR6, est? entre las primeras 75.000 mejores p?ginas de internet del mundo seg?n el ranking de Alexa, tenemos m?s de 200.000 enlaces entrantes (seg?n Yahoo Site Explorer), adem?s, mensualmente recibimos m?s de 15.000 visitas y 45.000 p?ginas vistas, y la pagina que le ofrecemos intercambio tiene menos de 100 enlaces (entre externos e internos) y esta 100% relacionada con su tem?tica y sector, por lo que ser? un enlace contextual de la m?xima calidad y es por ello que ?nicamente buscamos alianzas similares que correspondan a nuestro link y con p?ginas que nos puedan ofrecer un intercambio con el MISMO PAGE RANK y siempre lo m?s alto posible. Hoy creemos, que es mejor competir juntos que cada uno por nuestro lado y queremos consolidar el mercado en Google junto con el resto de empresas que apuestan por Internet como vosotros, por ello tambi?n queremos comentaros que tambi?n estamos encantados de recibir cualquier tipo de propuesta, ya sea relacionada al intercambio de enlaces o a cualquier otro tipo de alianza estrat?gica. Quedo a la espera de vuestras noticias, pero no sin antes felicitaros por vuestra buena estrategia en internet, competitividad y calidad de desarrollo de vuestro portal. Agradezco de antemano vuestra atenci?n y respuesta y aprovecho tambi?n para desearos MUCHOS EXITOS! Cordialmente, Cristian D. Bolado Serviweb.es NOTA: Este email no es SPAM. Su correo ha sido tomado de una b?squeda personalizada de su empresa en Internet para ofrecerle una colaboraci?n mutua que creemos que puede serle de inter?s. Si no desea volver a recibir noticias nuestras, responda este mensaje indicando en el asunto "EMAIL DENEGADO". From shugo at ruby-lang.org Tue Apr 12 18:09:18 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Tue, 12 Apr 2011 22:09:18 +0000 Subject: [Vit-core] ruby Message-ID: Good afternoon ~ I was hoping to download Ruby & play with it. I have a personal laptop, without unix installed. But it does have cmd line capability. I am wondering if there is a version of Ruby that I could install on my home machine. Thank you, Stephanie STEPHANIE EZAT-PANAH Services Information Developer II US Healthcare HP Enterprise Services Telephone +1 360.212.0070 Email stephanie.ezat-panah at hp.com 18110 SE 34th Street / Vancouver, WA 98683-8906 -------------- next part -------------- An HTML attachment was scrubbed... URL: From james at graysoftinc.com Tue Apr 12 18:54:15 2011 From: james at graysoftinc.com (James Gray) Date: Tue, 12 Apr 2011 17:54:15 -0500 Subject: [Vit-core] ruby In-Reply-To: References: Message-ID: On Tue, Apr 12, 2011 at 5:09 PM, wrote: > > > Good afternoon ~ > > Hello. > I was hoping to download Ruby & play with it. I have a personal laptop, > without unix installed. But it does have cmd line capability. I am wondering > if there is a version of Ruby that I could install on my home machine. > > Sure, there are Windows installers on the Downloads page: http://www.ruby-lang.org/en/downloads/ James Edward Gray II -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephanie.ezat-panah at hp.com Tue Apr 12 19:04:56 2011 From: stephanie.ezat-panah at hp.com (Ezat-Panah, Stephanie) Date: Tue, 12 Apr 2011 23:04:56 +0000 Subject: [Vit-core] ruby In-Reply-To: References: Message-ID: Thank you From: James Gray [mailto:james at graysoftinc.com] Sent: Tuesday, April 12, 2011 3:54 PM To: Ezat-Panah, Stephanie; vit-core at rubyforge.org Cc: shugo at ruby-lang.org; stephanie.ezatpanah at gmail.com Subject: Re: [Vit-core] ruby On Tue, Apr 12, 2011 at 5:09 PM, > wrote: Good afternoon ~ Hello. I was hoping to download Ruby & play with it. I have a personal laptop, without unix installed. But it does have cmd line capability. I am wondering if there is a version of Ruby that I could install on my home machine. Sure, there are Windows installers on the Downloads page: http://www.ruby-lang.org/en/downloads/ James Edward Gray II -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Thu Apr 14 10:52:30 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Thu, 14 Apr 2011 16:52:30 +0200 Subject: [Vit-core] wrong link Message-ID: Hello, thank you for the Tutorial "Ruby in Twenty Minutes". I just want to point out that the links to next pages, starting from http://www.ruby-lang.org/en/documentation/quickstart are wrong. 2, 3 and 4 links point to http://www.ruby-lang.org/en/documentation/X, while the correct links are of the form: http://www.ruby-lang.org/en/documentation/quickstart/X Regards, Mario Cali' From shugo at ruby-lang.org Thu Apr 14 09:19:50 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Thu, 14 Apr 2011 10:19:50 -0300 Subject: [Vit-core] OFERTAS Y OBSEQUIOS DE ABRIL 2011 Message-ID: <1867df68a49792e781b9cfa78e540f1d@turevistaenlinea.com> Your email client cannot read this email. To view it online, please go here: http://turevistaenlinea.com/send/display.php?M=3798811&C=40efa1fed64b5d6ec000d1636b7ec313&S=257&L=5&N=21 To stop receiving these emails:http://turevistaenlinea.com/send/unsubscribe.php?M=3798811&C=40efa1fed64b5d6ec000d1636b7ec313&L=5&N=257 -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Thu Apr 14 18:26:32 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Thu, 14 Apr 2011 22:26:32 +0000 Subject: [Vit-core] A link exchange proposition(Dave - motionmedia.org) Message-ID: <20110414222700.CCDF220610@localhost.localdomain> An HTML attachment was scrubbed... URL: From james at graysoftinc.com Thu Apr 14 18:43:46 2011 From: james at graysoftinc.com (James Gray) Date: Thu, 14 Apr 2011 17:43:46 -0500 Subject: [Vit-core] wrong link In-Reply-To: References: Message-ID: On Thu, Apr 14, 2011 at 9:52 AM, wrote: > Hello, > Hello. > thank you for the Tutorial "Ruby in Twenty Minutes". > I just want to point out that the links to next pages, starting from > http://www.ruby-lang.org/en/documentation/quickstart are wrong. > 2, 3 and 4 links point to http://www.ruby-lang.org/en/documentation/X, > while the correct links are of the form: > http://www.ruby-lang.org/en/documentation/quickstart/X Thanks for pointing it out. We are looking into it. James Edward Gray II -------------- next part -------------- An HTML attachment was scrubbed... URL: From james at graysoftinc.com Thu Apr 14 19:53:02 2011 From: james at graysoftinc.com (James Gray) Date: Thu, 14 Apr 2011 18:53:02 -0500 Subject: [Vit-core] wrong link In-Reply-To: References: Message-ID: On Thu, Apr 14, 2011 at 9:52 AM, wrote: > thank you for the Tutorial "Ruby in Twenty Minutes". > I just want to point out that the links to next pages, starting from > http://www.ruby-lang.org/en/documentation/quickstart are wrong. > 2, 3 and 4 links point to http://www.ruby-lang.org/en/documentation/X, > while the correct links are of the form: > http://www.ruby-lang.org/en/documentation/quickstart/X Ah, the correct link to view the quickstart from is: http://www.ruby-lang.org/en/documentation/quickstart/ The links work from there. Sorry about the confusion. James Edward Gray II -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Fri Apr 15 12:06:02 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Fri, 15 Apr 2011 18:06:02 +0200 Subject: [Vit-core] Ruby (A Programmer's Best Friend) is great Message-ID: Hi, I'm Ciara of Hosting Observer and I have a business proposal to offer for you. Would you be interested in discussing it? Ciara Sawyer Hosting Observer www.hostingobserver.com/ From shugo at ruby-lang.org Sat Apr 16 10:46:00 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sat, 16 Apr 2011 11:46:00 -0300 Subject: [Vit-core] OFERTAS Y OBSEQUIOS DE ABRIL 2011 Message-ID: <256f7d780902efaa236e19a51d84374c@turevistaenlinea.com> Your email client cannot read this email. To view it online, please go here: http://turevistaenlinea.com/send/display.php?M=5891041&C=d16a98102df7784e1b77114c7ccf58d1&S=259&L=21&N=21 To stop receiving these emails:http://turevistaenlinea.com/send/unsubscribe.php?M=5891041&C=d16a98102df7784e1b77114c7ccf58d1&L=21&N=259 -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Sat Apr 16 15:12:47 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sat, 16 Apr 2011 21:12:47 +0200 Subject: [Vit-core] Alessandria, dal 24 al 26 Giugno 2011 - Laboratorio sulle Relazioni di Gruppo (L.R.G.) Message-ID: <58c517e8f1a998c39fc4da5c413e04b3@www.studiokappa.it> Caro amico, sperando di far cosa gradita, le indico che pu? trovare sul sito il materiale informativo relativo al "Laboratorio sulle Relazioni di Gruppo (L.R.G.). Laboratorio residenziale sulle dinamiche di gruppo " che terremo in provincia di Alessandria dal 24 al 26 Giugno 2011. Pu? trovare ulteriori informazioni anche all'indirizzo: www.studiokappa.it Sul sito ? anche presente una rassegna stampa di alcune delle attivit? di consulenza e di formazione realizzate dallo studio in questi anni. Cordialmente,
Per cancellarti da questa lista clicca su http://www.studiokappa.it/lists/?p=unsubscribe&uid=90622265a438b8480e8b6a3c0c1b74fb Per aggiornare le tue preferenze clicca su http://www.studiokappa.it/lists/?p=preferences&uid=90622265a438b8480e8b6a3c0c1b74fb -- Powered by PHPlist, www.phplist.com -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From brmichel at free.fr Sun Apr 17 08:47:45 2011 From: brmichel at free.fr (Bruno Michel) Date: Sun, 17 Apr 2011 14:47:45 +0200 Subject: [Vit-core] Download links broken (at least for me) In-Reply-To: References: <4D961F80.60201@free.fr> <4D963B24.2090706@gmx.net> <4D972467.8030502@free.fr> Message-ID: <4DAAE171.4060505@free.fr> Hi, On 02/04/2011 15:39, James Gray wrote: > I'm fine with making that change if no one else objects. Can we hear > others chime in on this issue please? Seems like no one else objects. So, I've made the change from ftp:// to http:// for download links on the french part of the site. ++ Bruno From james at graysoftinc.com Sun Apr 17 09:44:10 2011 From: james at graysoftinc.com (James Gray) Date: Sun, 17 Apr 2011 08:44:10 -0500 Subject: [Vit-core] Download links broken (at least for me) In-Reply-To: <4DAAE171.4060505@free.fr> References: <4D961F80.60201@free.fr> <4D963B24.2090706@gmx.net> <4D972467.8030502@free.fr> <4DAAE171.4060505@free.fr> Message-ID: On Sun, Apr 17, 2011 at 7:47 AM, Bruno Michel wrote: > Hi, > > On 02/04/2011 15:39, James Gray wrote: > > I'm fine with making that change if no one else objects. Can we hear > > others chime in on this issue please? > > Seems like no one else objects. So, I've made the change from ftp:// to > http:// for download links on the french part of the site. > I've changed the English site as well. Note to other translators: some of the links on the English site had port numbers that needed to be removed for this to work. James Edward Gray II -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Tue Apr 19 22:38:46 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 20 Apr 2011 10:38:46 +0800 Subject: [Vit-core] dog products In-Reply-To: References: <555738.68991.qm@web15101.mail.cnb.yahoo.com> Message-ID: Hi, this is Jeff Wu from Shanghai, China. We are a factory who produces (makes) dog clothes, harness and toys. Please reply if you are interested. Best regards, Jeff Wu -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.wermers at rwth-aachen.de Fri Apr 22 09:53:14 2011 From: martin.wermers at rwth-aachen.de (Martin Wermers) Date: Fri, 22 Apr 2011 15:53:14 +0200 Subject: [Vit-core] http://www.ruby-lang.org/en/documentation/quickstart/4/ In-Reply-To: References: <59D2F21A-1CB0-4C19-AB4B-278F2457447B@rwth-aachen.de> Message-ID: > > All I want to say is that I would have liked to see an example of the for-loop in Ruby, because I needed a variable i changing from 0 to 10. > > And I did not want to access elements of an array with that variable. (I just needed 11 very similar buttons on a website created with Ruby > > on Rails...) > > Ah, that we would do with times(), as jd showed. That's another part of my concern with this case. Ruby has a lot of iterators. Which one we use depends on the circumstance. The most common, each(), was discussed a little, but I doubt we want to go into all of them, right? Ah okay, as a beginner in Ruby, an example for 'times()' is what I would expect to be part of the 20-minutes tutorial. Of course I can understand, that the tutorial should stay brief and easy, so as you are the author, you have to decide what should be in and what not. > > But however, I don't want to argue. Do what you want. > No worries. I value your opinion. I'm just trying to make sure a "quickstart" is the right place to address these issues. Thanks. And I value that you think twice which examples you include in the tutorial and which one's not. - Martin From shugo at ruby-lang.org Fri Apr 22 11:44:59 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Fri, 22 Apr 2011 08:44:59 -0700 Subject: [Vit-core] WELCOME TO DIRTY SOUTHBLING LOG IN WWW.DIRTYSOUTHBLING.COM Message-ID: <4db1a291.29c6ec0a.2a25.5772@mx.google.com> WELCOME TO DIRTYSOUTHBLING LOG IN WWW.DIRTYSOUTHBLING.COM. AND YOU WILL GET 10% OFF ANY BLACK ICE CHAINS AND WATCHES.JUST TYPE IN BLING 10 IN THE MEMEBER SECTION FOR MORE INFO CALL NOW 18005578912 AND CHECK OUT OUR BLOG http://www.youtube.com/my_videos?feature=mhum -------------- next part -------------- An HTML attachment was scrubbed... URL: From james at graysoftinc.com Fri Apr 22 12:06:32 2011 From: james at graysoftinc.com (James Gray) Date: Fri, 22 Apr 2011 11:06:32 -0500 Subject: [Vit-core] http://www.ruby-lang.org/en/documentation/quickstart/4/ In-Reply-To: References: <59D2F21A-1CB0-4C19-AB4B-278F2457447B@rwth-aachen.de> Message-ID: On Fri, Apr 22, 2011 at 8:53 AM, Martin Wermers < martin.wermers at rwth-aachen.de> wrote: > > > All I want to say is that I would have liked to see an example of the > for-loop in Ruby, because I needed a variable i changing from 0 to 10. > > > And I did not want to access elements of an array with that variable. > (I just needed 11 very similar buttons on a website created with Ruby > > > on Rails...) > > > > Ah, that we would do with times(), as jd showed. That's another part of > my concern with this case. Ruby has a lot of iterators. Which one we use > depends on the circumstance. The most common, each(), was discussed a > little, but I doubt we want to go into all of them, right? > Ah okay, as a beginner in Ruby, an example for 'times()' is what I would > expect to be part of the 20-minutes tutorial. Of course I can understand, > that the tutorial should stay brief and easy, so as you are the author, you > have to decide what should be in and what not. I didn't actually write that tutorial. I believe it was _why. :( James Edward Gray II -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Sat Apr 23 23:16:58 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sun, 24 Apr 2011 07:46:58 +0430 Subject: [Vit-core] =?utf-8?b?2K/Yp9mG2YTZiNivINio2LLYsdqv2KrYsduM2YYg2YU=?= =?utf-8?b?2KzZhNmHINin2YTaqdiq2LHZiNmG24zaqduMINqp2LTZiNix?= Message-ID: <3cda765ff0d249e94a3c40e795daca03@localhost.localdomain> To view the message, please use an HTML compatible email viewer! -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Mon Apr 25 10:54:18 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Mon, 25 Apr 2011 11:54:18 -0300 Subject: [Vit-core] Ruby em 20 minutos Message-ID: Alo ! Com refer?ncia ao tutorial em assunto, devo informar-lhe sobre uma d?vida surgida, eis: em EVOLUINDO PARA UM ANFITRI?O, exatamente no exemplo onde diz AGORA VAMOS CRIAR E USAR UM OBJECTO ANFITRIAO, em sua primeira linha (irb(main):035:0> h = Anfitriao.new(?Jo?o) )o retorno segundo seu tutorial deve ser => . O meu retorno acusa: => Assim sendo, todo segmento da erro. Agrade?o muito sua resposta dando a solu??o, pois seu tutorial ? muito bom e eu estou interessado. Carlos Alberto Symanski (Porto Alegre-Brasil) -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Tue Apr 26 09:31:29 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Tue, 26 Apr 2011 10:31:29 -0300 Subject: [Vit-core] Precisando de Hospedagem Profissional para Sites, Blogs e Email Message-ID: <20110426103129.aed9237120f59dba93bc580877cfddb2.NEWSLETTER@EASYQUALITY.COM.BR> An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Thu Apr 28 11:01:02 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Thu, 28 Apr 2011 17:01:02 +0200 Subject: [Vit-core] Ruby (A Programmer's Best Friend) Message-ID: <921a42b57ba800f71b07bce27351e7c7@localhost.localdomain> Hey, I just want to make sure that you receive my email a few weeks ago. I sent one for you regarding a business proposal but I had some email problems. So i'm quite not sure if I have receieved any emails from you. By the way, would you be interested in discussing the proposal in further details? Many Thanks, Ciara Sawyer Hosting Observer www.hostingobserver.com/ From shugo at ruby-lang.org Fri Apr 29 09:08:15 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Fri, 29 Apr 2011 08:08:15 -0500 Subject: [Vit-core] Enjoy the best music online - The Decade Radio.. Message-ID: <027e01cc066e$8031fa70$0100007f@ALFREDO> Listen to the best sets and POP & ROCK singers from all decades (50's, 60's, 70's, 80's, 90's & 00's) who have made history with his music and we have delighted years After years with his most famous songs of all time. We invite you to follow the hearing without interruption and can relive your best memories here at The Decade -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Fri Apr 29 19:24:43 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sat, 30 Apr 2011 03:54:43 +0430 Subject: [Vit-core] =?utf-8?b?2YfZhtixIC0g2LTZhdin2LHZhyDbjNin2LLYr9mH2YUg?= =?utf-8?b?LSDYqNuM2Yjar9ix2KfZgduMIC0g2LPbjNmG2YXYpw==?= Message-ID: To view the message, please use an HTML compatible email viewer! -------------- next part -------------- An HTML attachment was scrubbed... URL: From shugo at ruby-lang.org Sat Apr 30 18:32:50 2011 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sat, 30 Apr 2011 15:32:50 -0700 (PDT) Subject: [Vit-core] RELATIONSHIP PARTNER PLEASE READ THE ATTACHED MAIL.RGDS WILLIAMS Message-ID: <471136.37064.qm@web181404.mail.ne1.yahoo.com> RELATIONSHIP PARTNER PLEASE READ THE ATTACHED MAIL.RGDS WILLIAMS -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: READ VERY URGENT.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 11010 bytes Desc: not available URL: