Boo Reference Card? [closed] - boo

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'm looking for a boo syntax sheet/reference card. A quick search on google and on boo's site didn't turn up anything, does anyone know where one is?

I'm not aware of an online reference card, but perhaps this might be close enough?
http://docs.codehaus.org/display/BOO/Keywords+with+examples

This summary is concise and has useful links, although it looks like the author got bored half way through.
http://docs.codehaus.org/display/BOO/Language+Summary

Related

Best links to start up with Linq [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
I would like to know when exactly we need to use Linq, Why it is used for and complete knowledge on it.
Please suggest me links/books for it.
Thank you.
Try starting with LINQ 101. You would find lots of examples if you just google with "LINQ".

obfuscate emails with ruby to protect against harvesters [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
Is there a simple gem I could install to show email-addresses in HTML-views only in an obfuscated way?
It would be perfect, if the email-addresses were converted into images.
If that is not possible, a simple replace of the # with "-at-"?
Or how could I use the solution from this thread:
How to protect my e-mail address from spambots
Whats wrong in using sub or gsub to achieve the same
"example#example.com".sub("#","-at-") #=> example-at-example.com
"example#example.org".sub("#","{at}") #=> example{at}example.org

Ruby language cheatsheet/poster/reference/overview? [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 a visual kind of guy and would like to know if there is somewhere a nice big overview of Ruby. You know, like a reference poster, with object hierarchy, most common methods, etc, all in color, layed out nice and clearly...
To a beginner like me would this would be awesome...
Is there something like that out there that you use or have stumbled upon?
Check these out :
https://github.com/savini/cheatsheets/raw/master/ruby/RubyCheat.pdf
http://wtr.rubyforge.org/s101/doc/Ruby-cheat-sheet.doc
http://refcardz.dzone.com/refcardz/essential-ruby#refcard-download-social-buttons-display
And a... "comparative" approach, with cheat sheets combined for major scripting languages :
http://hyperpolyglot.org/scripting

Pygame-like for haskell? [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
im trying to program a game in Haskell. Ive been looking for Game frameworks for that purpose, but i found a few and i cant make them work :/ . All i need is some image processing as pygames provides in python, like moving images, using layouts to put one image above other, and such basic things.
Do you happen to know anyone?
I was writing a library called TeaHS which is something like what you want. It's old and potentially bitrotted though, and I don't really have time to update it. Fork it if you like :)

Software for creating data structure 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
What's a good (preferably free) software tool for creating data structure diagrams? For example, something like this:
GraphViz may suit you.
Inkscape takes a bit of learning, but is quite good for this.
A simpler program is Dia

Resources