Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
It seems to be dead. Is it?
If it is, what should I use instead?
gtk2hs is very much alive... I think it's too early to announce wxhaskell's demise, yet. Hackage says the May version builds fine with ghc7, there might be other reasons there hasn't been an update.
...unless, of course, you're looking for more haskelly approaches to GUI like grapefruit, none of which are really ready for prime time, though, due to the general epicness of getting FRP right.
wxHaskell is actively maintained for several years now.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I just starting Working with SnapSvg plugin, But it seems the plugin very little teaching resource,
Is there any Ebook or course about SnapSVG?
look these links maybe help you
http://www.i-programmer.info/programming/javascript/6537-getting-started-with-snapsvg.html
http://snapsvg.io/docs/
Snap is quite new, so you won't see a lot of established resources. The one Mohammad links should be a good start. I've also been compiling some of the test Snap stuff I do here. It has quite a few examples that are relatively self explanatory.
Its also worth reading things on Raphael. Raphael was written by the same author, and is good for compatibility with older browsers. A lot of the examples and things like transform strings are basically the same, so in many cases you can do similar things. So if you read an ebook on Raphael, it will be quite helpful.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want know where comprehensive list of APIs of watir-webdriver related to browser, elements is located. I am looking something like: http://release.seleniumhq.org/selenium-remote-control/0.9.0/doc/java/
Here it is: http://rubydoc.info/gems/watir-webdriver/frames
In addition to the Rdoc that Zelkjo linked, your other best way to understand how stuff works (aside from the tutorials and the wiki etc) would be to review the tests in watirspec, since they basically document how everything is expected to work. https://github.com/watir/watirspec
API Documentation:
For watir-webdriver
For watir-classic
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm currently working on some straight up assembly code on Ubunutu. I was wondering what my options are as far as debuggers go for just assembly code. Somethings with a GUI would be preferable.
try DDD
http://www.gnu.org/software/ddd/
IDA Pro.
I love this program, I keep finding new features in it.
I only know about gdb. If you really need a GUI try Insight which is supposed to be a GUI for gdb. I haven't tired Insight personally yet.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Do you remember those Magic Eye images that contain a 3D object? I love them!
Are there any open source programs for generating Magic Eye pictures, which ideally work on Linux.
I found a Gimp plugin, but haven't managed to get it working yet.
There's a package in Ubuntu for a program called Stereograph. It's website is here:
http://stereograph.sourceforge.net/index.html
Here's a tutorial on how to make them using GIMP, Blender and Stereograph:
http://linuxgazette.net/104/kapil.html
It's pretty basic, but you should try openstereogram, it's OS independent:
http://code.google.com/p/openstereogram/
There's also this JavaScript app:
http://guciek.github.com/imagzag.html (use the "Magic Eye" option)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I know M is a new language from Microsoft that's targeted as a modeling solution but I'm still a bit fuzzy on usage / rationale / advantages. That's why I'm looking for interesting things that people have done with M, so I can understand it better.
Well it's new, as you said, so you'll have a hard time finding thing already done. Your best bet would probably be to see how Microsoft itself uses the language.