Monday 18 July 2011

200 users

Hello world,
our Facebook group reached more than 200 users!
I uploaded some funny images about Rebol to celebrate this event. Fell free to add photos or videos!
I Remeber you that Facebook group has the discussion threads like forums and the http://tinyurl.com/23e337q official forum.

Do you know Power Mezzanine function? They are a collection of useful REBOL scripts and modules. The goal of this project is to increase sharing across the REBOL community, and to reduce the need of reinventing the wheel for each developer. You can found them at: http://www.rebol.it/power-mezz/

One liner of the week:

repeat n 100 [if not error? try [close open probe join tcp://localhost: n] [print [n "is open"]]]

It’s a TCP port scanner!

No comments:

Post a Comment