ruby videos

J

James Edward Gray II

Aside from the Rails demo, are there any ruby videos online?

Some Nitro/Og videos now, but I'm not aware of any generic Ruby videos.

I would like to see these too. They would make a nice addition to
the language home page.

James Edward Gray II
 
D

Dan Diebolt

--0-367425691-1135176280=:9912
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
I would like to see these too.
=20
what screencast software is available for making these?

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20
--0-367425691-1135176280=:9912--
 
D

Dan Diebolt

--0-812127034-1135180682=:57752
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Here is a bunch of screencast packages: http://en.wikipedia.org/wiki/Scre=
encast
=20
This might be of use with the robot simulation. If you change the timer=
TkTimer interval from 20 to say 100 you can study the simulation in grea=
ter details:
=20
def init_simulation
#you can slow down the simulation 5x by chaning 20 to 100ms
@robots, @bullets, @explosions =3D {}, {}, {}
TkTimer.new(100, -1, Proc.new{
begin
draw_frame
rescue =3D> err
puts err.class, err, err.backtrace
raise
end
}).start
end
=20
Capturing the window will allow you to play it back and study whats goi=
ng on.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20
--0-812127034-1135180682=:57752--
 
M

Michael 'entropie' Trommer

--JWEK1jqKZ6MHAcjA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hoi
=20
vnc2swf seems to produce much smaller files.

its a fact..

So long
--
Michael 'entropie' Trommer; http://ackro.org

ruby -e "0.upto((a=3D'njduspAhnbjm/dpn').size-1){|x| a[x]-=3D1}; p 'mailto:=
'+a"

--JWEK1jqKZ6MHAcjA
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDqYRKBBd8ye5RguQRAmRKAKCvMt0q1IvaBrAWPq2hZDiFnOoYHACgr1vB
1UGQkgjY2z/w+e/9jiE0X40=
=ZThe
-----END PGP SIGNATURE-----

--JWEK1jqKZ6MHAcjA--
 
B

Bil Kleb

olczyk said:
Aside from the Rails demo, are there any ruby videos online?

I have a feeling I don't fully understand your question
based on other responses, but Ezra has my lame RubyConf05
vids online at:

http://brainspl.at/articles/2005/12/01/rubyconf-files-resurrected

There are also some Euroko vids online, e.g.,

http://futurometer.com/320x240x15fps/

Regards,
--
Bil
http://fun3d.larc.nasa.gov

P.S. I am still working on re-resurrecting the video
of Ryan Davis' talk from RubyConf05 -- long story.
 
J

James Edward Gray II

I've started playing with screencasts, and have put a short video up
at http://www.red-bean.com/~pate/rwb/simple_rwb.html (the server
seems
to be down at the moment, but check back in a bit)

While it shows a bit about RWB, it's more a rehearsal for some test
first
screencasts I'm planning on doing.

I think this is great stuff, though we probably want content with
less pauses, in general. If we all made a movie or two for our
little interests, this could get significant in a hurry...

James Edward Gray II
 
O

olczyk

I have a feeling I don't fully understand your question
based on other responses, but Ezra has my lame RubyConf05
vids online at:

http://brainspl.at/articles/2005/12/01/rubyconf-files-resurrected

There are also some Euroko vids online, e.g.,

http://futurometer.com/320x240x15fps/

Regards,

I'm not sure. I was thinking more of the Ruby on Rails tutorial or of
the Sussman class
http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/.

A suggestion I would make about the RubyConf05 page is that it would be
better with some soret of description of each session.
 
B

Bil Kleb

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,279
Messages
2,571,387
Members
48,090
Latest member
marky2025

Latest Threads

Top