I need some links for Groovy Tutorials [closed] - groovy

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 3 years ago.
Improve this question
i need some tutorials to hence my knowledge in learning Groovy. I have been reading Groovy In Action book for the past one week, i found it very useful. But at the same time, i need some more tutorials for enhance my groovy knowledge, say articles about groovy, tips and tricks about groovy like that kind of stuff.
Cheers
Anto

Here is a good answer Language Books/Tutorials for Groovy
I definitely agree on Euler Project idea in the accepted answer.

Related

What are some good learning resources? [closed]

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 3 years ago.
Improve this question
I was wondering if there where any good resources like books or programs for learning how to code. I've been trying to learn by watching tutorials but I end up just fallowing the instructions without really knowing how and why things go together the way they do. So I get lost when trying to make my own projects.
I was wondering what are the recommended resources? preferably with plenty of exercises so I could get a lot of practice.
Thank you!
Simpson
Try sololearn app
After getting the certificate
Then re-take the course from
W3shools but always remember to practice and inverting the codes you learn
R. i. P English

SnapSVG Tutorial [closed]

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.

Open source projects in groovy? [closed]

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
I am a java programmer who recently took interest in groovy. I want to dabble further into the language as I enjoy programming in groovy. So, I am looking for projects to start with. I find many projects in C, C++ and java but not many in groovy.
I do not know where to start. Can you please suggest me some good open source projects in groovy, if any?
This question is probably going to get closed as overly vague or off topic, but what sort of things are you looking for?
There's Grails of course as one example of Open source projects
Or of course, you could just look at all the repositories on GitHub with Groovy as their base language...

watir-webdriver API documentation (Classes, Methods etc. list) [closed]

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

Interesting uses of M? [closed]

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.

Resources