Ruby Script Download
-
Code editor integrating code browser, program analyzer, & doc generator.
-
Simple yet powerful multilanguage coding editor.
-
Good looking and easy to use IRC client.
-
Extra comfortable cross-platform editor.
Everyday-Scripting-With-Ruby-For-Teams--Testers--And-You.zip
287 KB - freakshare.com - 2012-05-04
Source: submit links to filestube crawler
Pragmatic.Bookshelf.Scripted.GUI.Testing.with.Ruby__netbks.com.rar
1 MB - rapidshare.com - 2011-12-07
Source: ruby programming - rapidshare.com - sharegloo search
WickedCoolRubyScripts.pdf
7 MB - ul.to - 2011-11-10
Source: "wicked cool ruby scripts: useful scripts that solve difficult problems" by s...
Divided Memories Demo.7z - Rpg, maker, divided, memories, demo, sideview.oxcb
163 MB - www.mediafire.com - 2011-10-14
Source: thread i need some help with some ruby scripts ((rpg maker vx)) | gaia online...
Pragmatic.Bookshelf.Scripted.GUI.Testing.with.Ruby.rar
1 MB - www.easy-share.com - 2009-07-13
Source: download free computer ebooks - net books: scripted gui testing with ruby
Scripted_GUI_Testing_With_Ruby.zip
1 MB - rapidgator.net - 2012-05-04
Source: submit links to filestube crawler
Download Wicked Cool Ruby Scripts by Steve Pugh Kindle eBook.pdf
8 KB - d01.megashares.com - 2011-06-04
Source: submit links to filestube crawler
Ethical_Hacking_Agreement.doc_Everyday_Scripting_With_Ruby_(2006).pdf.zip
1 MB - rapidgator.net - 2012-05-03
Source: submit links to filestube crawler
Pragmatic.bookshelf.scripted.gui.Testing.with.Ruby.aug.pdf
1 KB - www.scribd.com - 2012-01-24
Source: pragmatic.bookshelf.scripted.gui.testing.with.ruby.aug
WRITE-VOICE Dubbing Script.pdf
1 KB - www.scribd.com - 2012-01-30
Source: ruby p4 nata
Questions about Ruby Script:
-
There is a public library for Perl - http://www.cpan.org - which is CPAN -the Comprehensive Perl Archive Network
For Ruby, try http://www.rubycentral.com
I can't see anything clearly relevant for Python.
-
You can do this, but it'll take some doing. First, you need to figure out how Google is accepting logins. The best way to figure this out is using Mozilla Firefox, and the httpLiveHeader plugin. That will let you watch VERY EXPLICITLY what web pages you're calling from Google, and let you observe exactly where your username and password are being sent. From there, you just need to be able to request the specific pages that your browser is sending, and grab the login cookie that Google returns to you, sending it on any successive requests. Knowing Google, they don't make this easy.
The easier solution might be to look at your existing login session's cookies, and copy the cookie values into your program. Then, you can send HTTP requests with that already-validated cookie, and Google with authenticate you automatically. The catch is of course that Google will probably expire your login after sufficient time. Again, this may take trial and error, but you may be able to write something that repeatedly makes calls that keep your cookie from expiring. This is a much simpler task (since you don't have to process the stream back and forth from Google), but may not work long-term, given the issue with expiring cookies. Again, Google's security is probably excellent, so there may be other hoops to jump through. But that's where I'd start.
DaveE
-
This should get you a foundation...
how web browsers work; http://www.grc.com/cookies/operation.htm
For a good educational background; primarily on security & technical aspects: entirely free, go to 'Security Now' podcasts with Steve Gibson & Leo Laporte.
These are 1+ hr. 'sit down' chats, that cover current issues, the how & why, with remedies for security issues, related to Internet, networking, etc.
Start with the early shows for computer functions & basics. Occasionally it gets a bit tekky (and very often an 'acronym tsunami'), but Steve & Leo do it in real easy to understand chat format, that makes it painless & interesting (if you like the tech stuff to start with).
College level education, free.
Find it here:
http://www.grc.com/securitynow.htm
4.5 years worth of sessions.
Podcast or session transcript @ bottom page for printed output.
Open source database utility.