[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

YART - Yet Another Ruby Tutorial!!!

Paul Barry

10/13/2006 2:05:00 PM


Hello to all in the Ruby world!

[James Edward Gray II suggested I send this email to the list, as he
thought some of you may be interested ... so, here goes.]

I've spent the last few weeks putting together a classroom-based Ruby
tutorial. The slides (as PDFs) are available here:

http://glasnost.itcarlow..../rub...

Feel free to link to and/or use this material, which is designed to be
presented within a laboratory setting - my students are sitting in front
of PCs (directly interacting with Ruby) while I cover this material.

Regards.

Paul.

--
Paul Barry
paul.barry@itcarlow.ie
http://glasnost.itcarlow....
Institute of Technology, Carlow, Ireland.


10 Answers

Amos King

10/13/2006 2:43:00 PM

0

I think you've done a great job.

On 10/13/06, Paul Barry <paul.barry@itcarlow.ie> wrote:
>
> Hello to all in the Ruby world!
>
> [James Edward Gray II suggested I send this email to the list, as he
> thought some of you may be interested ... so, here goes.]
>
> I've spent the last few weeks putting together a classroom-based Ruby
> tutorial. The slides (as PDFs) are available here:
>
> http://glasnost.itcarlow..../rub...
>
> Feel free to link to and/or use this material, which is designed to be
> presented within a laboratory setting - my students are sitting in front
> of PCs (directly interacting with Ruby) while I cover this material.
>
> Regards.
>
> Paul.
>
> --
> Paul Barry
> paul.barry@itcarlow.ie
> http://glasnost.itcarlow....
> Institute of Technology, Carlow, Ireland.
>
>
>


--
Amos King
USPS
Programmer/Analyst
St. Louis, MO

Richard Conroy

10/13/2006 3:02:00 PM

0

On 10/13/06, Paul Barry <paul.barry@itcarlow.ie> wrote:
>
> Hello to all in the Ruby world!
>
> [James Edward Gray II suggested I send this email to the list, as he
> thought some of you may be interested ... so, here goes.]
>
> I've spent the last few weeks putting together a classroom-based Ruby
> tutorial. The slides (as PDFs) are available here:
>
> http://glasnost.itcarlow.ie/~barryp/rub...

You should cross post to the emerging Ruby-Ireland mailing list too.

I had a quick look through your tutorials - good entry level stuff indeed.
Theres a whole bunch of QA engineers at my place that got very
interested at some WATIR tests we wrote. I have been looking for
good tutorials which come in at the novice level, or which can be
easily adapted into our own kind of training.

Paul Barry

10/13/2006 8:52:00 PM

0


I've no problems making the OpenOffice.org IMPRESS files available on my
website if people want to adapt my material (as it's not at all easy to
adapt PDFs).

Actually ... I'll do that sometime next week (and post to this list when
it's all on-line).

Cheers.

Paul.

P.S. I'll check out Ruby-Ireland, too.

Richard Conroy wrote:
> On 10/13/06, Paul Barry <paul.barry@itcarlow.ie> wrote:
>>
>> Hello to all in the Ruby world!
>>
>> [James Edward Gray II suggested I send this email to the list, as he
>> thought some of you may be interested ... so, here goes.]
>>
>> I've spent the last few weeks putting together a classroom-based Ruby
>> tutorial. The slides (as PDFs) are available here:
>>
>> http://glasnost.itcarlow..../rub...
>
> You should cross post to the emerging Ruby-Ireland mailing list too.
>
> I had a quick look through your tutorials - good entry level stuff indeed.
> Theres a whole bunch of QA engineers at my place that got very
> interested at some WATIR tests we wrote. I have been looking for
> good tutorials which come in at the novice level, or which can be
> easily adapted into our own kind of training.


--
Paul Barry
paul.barry@itcarlow.ie
http://glasnost.itcarlow....
Institute of Technology, Carlow, Ireland.


Paul Barry

10/14/2006 10:51:00 AM

0

Hello.

Thanks to everyone who sent me words of encouragement about my Ruby
Tutorial. :-)

Managed to grab an hour this AM to work on putting OpenOffice.org
Impress and PowerPoint versions of my Ruby Tutorial slides on-line:

http://glasnost.itcarlow..../ruby-tut-s...

Feel free to use/adapt as you see fit, remembering - of course - to
share any enhancements with the community.

Have fun!

Paul.
--
Paul Barry
paul.barry@itcarlow.ie
http://glasnost.itcarlow....
Institute of Technology, Carlow, Ireland.

Santiago R. Lunar M.

10/14/2006 2:25:00 PM

0

Paul Barry escribió:
> Hello.
>
> Thanks to everyone who sent me words of encouragement about my Ruby
> Tutorial. :-)
>
> Managed to grab an hour this AM to work on putting OpenOffice.org
> Impress and PowerPoint versions of my Ruby Tutorial slides on-line:
>
> http://glasnost.itcarlow.ie/~barryp/ruby-tut-s...
>
> Feel free to use/adapt as you see fit, remembering - of course - to
> share any enhancements with the community.
>
> Have fun!
>
> Paul.
Excelent work Paul, i just have noticed that there's a mistake in the
word Ruby at the title in my browser. It says:
"The source to the Rutby Tutorial".

--
santiago.lunar@jabberes.org
[a.K.a] chantanito
linux user #397015
Etch - kernel 2.6.15-23-amd64-k8


Paul Barry

10/14/2006 5:15:00 PM

0

Santiago R. Lunar M. wrote:
> Excelent work Paul, i just have noticed that there's a mistake in the
> word Ruby at the title in my browser. It says:
> "The source to the Rutby Tutorial".

Duh!

Fixed.

--
Paul Barry
paul.barry@itcarlow.ie
http://glasnost.itcarlow....
Institute of Technology, Carlow, Ireland.

G.Durga Prasad

10/14/2006 8:05:00 PM

0

On 10/14/06, Paul Barry <paul.barry@itcarlow.ie> wrote:
> Hello.
>OpenOffice.org
> Impress and PowerPoint versions of my Ruby Tutorial slides on-line:
>
> http://glasnost.itcarlow.ie/~barryp/ruby-tut-s...
>
> Feel free to use/adapt as you see fit, remembering - of course - to
> share any enhancements with the community.
>
> Have fun!
>
> Paul.

I enjoyed doing this:

newRubyTutorial]$ cat download.rb
1.upto(14) do |i|
system( "wget http://glasnost.itcarlow.ie/~barryp/ruby/...{i}.odp")
sleep 5
end

Prasad

Rick DeNatale

10/14/2006 8:58:00 PM

0

On 10/14/06, G.Durga Prasad <gdprasad@gmail.com> wrote:

>
> I enjoyed doing this:
>
> newRubyTutorial]$ cat download.rb
> 1.upto(14) do |i|
> system( "wget http://glasnost.itcarlow.ie/~barryp/ruby/...{i}.odp")
> sleep 5
> end
>
WHAT! You didn't make this a rake task? <G>

Thanks!

--
Rick DeNatale

My blog on Ruby
http://talklikeaduck.denh...

David Roberts

10/14/2006 9:28:00 PM

0

Paul Barry wrote:
> Hello.
>
> Thanks to everyone who sent me words of encouragement about my Ruby
> Tutorial. :-)
>
> Managed to grab an hour this AM to work on putting OpenOffice.org
> Impress and PowerPoint versions of my Ruby Tutorial slides on-line:
>
> http://glasnost.itcarlow.ie/~barryp/ruby-tut-s...
>
> Feel free to use/adapt as you see fit, remembering - of course - to
> share any enhancements with the community.
>
> Have fun!
>
> Paul.

Lesson 9, Slide 3: "Classes to Stings" !

DJ

--
Posted via http://www.ruby-....

Paul Barry

10/16/2006 8:27:00 AM

0

David Roberts wrote:
>> Paul.
>
> Lesson 9, Slide 3: "Classes to Stings" !
>
> DJ

>

Oh dear. Groan. :-(

I've just fixed this. :-)

--
Paul Barry
paul.barry@itcarlow.ie
http://glasnost.itcarlow....
Institute of Technology, Carlow, Ireland.