Ruby version of the TCL-based Expect? [closed] - ruby

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Expect seems to be a very powerful automation tool: http://www.nist.gov/mel/msid/expect.cfm
Is there a Ruby equivalent to that tool?

There's the pty package in the standard library, but that only implements a subset of the functionality of the Tcl package. In particular, it appears to lack the ability to wait for many patterns at once, or to provide interaction at the same time. Maybe this won't matter for what you're doing with it; a great many expect programs never make use of its full power.

Related

Haskell alternative to SDL for windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Due to the various issues with getting hsSDL to work on Windows, I'm looking for another library that can handle keyboard input and drawing images to the screen. Does anyone know of any?
I've successfully used gloss on Windows in the past without issues. It's also very simple (which I like) and is my go-to recommendation for people who want to use Haskell for simple graphics/ basic games.
Edit: It looks like gloss is having issues building on the Hackage server and as a result isn't displaying documentation. Here is the documentation for version 1.8.1.2, which should be about the same.

Windows single-user SCM with grep feature? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
For single-user development, I like Fossil because it's a single EXE and has a lot of features.
However, at this point, it doesn't have a grep feature to search for code in the repository. The only way is to write a script with a loop to successively check out each revision and grep through the work files.
Is there another small, good SCM (for Windows) that does support grep to avoid checking out revisions?
Thank you.
Not so small, but good - Mercurial (in form of TortoiseHG). It has power grep.

API Documentation Manager and Browser for Windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
The other day i found about a cool utility : Dash – Snippet Manager, Documentation Browser
This utility is collection of documentation of popular frameworks.
http://kapeli.com/dash/
However this is avaialble for Mac OS X only. Is there some tool/utility available for Windows as well ?
P.S Must have utility for Mac boys....
I know only Zeal but this one looks not so far advanced like Dash is.
Anyways it can be usefull: Zealdocs.org

Computer vision library for Ruby [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
What library do you recommend for computer vision in Ruby?
Thanks.
Since OpenCV is quite widely used I'd probably have a look at Ruby/OpenCV.
Edit: I just remembered an interesting blog post about OpenCV in Ruby from a couple of month ago, this should get you up to speed with the lib:
http://jeffkreeftmeijer.com/2011/pure-ruby-colored-blob-detection/
I am the main developer of the HornetsEye library. It runs under GNU/Linux and it provides image processing operations as well as extensive integration of I/O libraries.

What options exist on Mac OS X for software that makes architectural diagrams? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am an OS X user. Often, I need to share architectural, workflow and other data with managers and developers in a visual fashion.
Can anyone recommend me some software and tell me why it's awesome?
I love OmniGraffle for diagrams
http://www.omnigroup.com/applications/omnigraffle/
Easy to use, the result really look great, and support various programmer stuff like UML.
A lot better than visio
I am a big fan of ConceptDraw Pro

Resources