Search Results

1
vote

Good Ruby or Python OpenSource projects that need help?

The Ruby Redcloth Gem is currently looking for help in becoming JRuby compatible. See thi …
1
vote

Hiding a password in a (python) script

How about importing the username and password from a file external to the script? That way even if someone got hold of the script, they wouldn't automatically get the password. …