1
vote
2answers
897 views

Programming thunderbird Email Client?

Anyone has C#/Ruby/Python/Java or Perl scripts to get all the emails in a folder in Thunderbird client and download all the attachments? I have more than 200 resumes as attachment kept in Resumes ...
2
votes
1answer
155 views

RVM on Ruby Scripts

I need for a Ruby script to be run using an rvm-selected version. I cannot change how the script is invoked, but I can modify the script. The script starts with: #!/usr/bin/env ruby Now, based on ...
2
votes
1answer
200 views

How can I read in project readme.md's into a user.github.com site?

Github now has automatic page generation for projects. Thats brill - it reads in the readme.markdown file in the project root and creates a neat site using a template. The thing missing though is ...
1
vote
1answer
348 views

ruby script not being called successfully with svn's post commit hook script

what could be the possible reason that my ruby script is not being called successfully? note that when i manually execute the post-commit script like so: /var/svn/eweds/hooks/post-commit ...
0
votes
1answer
64 views

Ruby scripting on Android?

On my desktop, I use ruby if I have to do some scripting. I was wondering if it is possible and practical to use Ruby to do scripting on Android? By scripting I mean short, generally repetitive ...
-1
votes
1answer
46 views

Loading scripting languages files at modules in Python

I need some libraries to run code written in JavaScript, Ruby and other scrinting languages inside my application written in Python. I don't want to use converters or local webservice as solution.
1
vote
0answers
132 views

Scripts to parse stackoverflow data dump

I downloaded the stackoverflow data dump but currently trying to parse them. I was wondering if someone has already done some tutorial on this. My approach is to start in Python. But I am open for any ...
1
vote
0answers
447 views

Saving File Dialog / Prompt with Watir in Ruby

I'm using Watir to perform some actions on a website and eventually provide me with a prompt to save some file. What I would like to do is to follow the prompt automatically and have the file saved ...
0
votes
0answers
27 views

ruby scripting interacting with external windows app

We're new to Ruby. We are trying to create a ruby script to auto install an app via windows shell prompt, executing a ruby script to answer app.exe prompts. We have output prompts from the app.exe ...
0
votes
0answers
271 views

Ruby `read': Is a directory - first-dir (Errno::EISDIR)

I am new to ruby and am learning as I go but I can't figure out why I'm getting one particular error message. I want to read a directory but I get this error: read: Is a directory - first-dir ...
0
votes
0answers
155 views

Rename file in Ruby before uploading to Amazon S3

I'm using a desktop app called Dropzone that processes files using Ruby scripts. There is an existing script that uploads files to your Amazon S3 account and places a link to it on your clipboard. I'm ...