Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: New site

From: gerardcote::gmail at: 20-Aug-2009 15:17

Hi again, In the same vein, I'm am exchanging with another REBOL user that is interested by creating a REBOL based DSL to convert some coordinates (Latitude, Longitude) into some form acceptable for drawing with REBOL. Here are the references about graphics I found from old search queries on REBOL related Web and Reb sites and submitted to him for study. I couldn't find some old references about Chris Langreiter moving balls and the author of the 3D globe (maybe Cyphre or Jan) that went on the ML in the past. Can someone find them for me. I would study them again... Any addition or related suggestion is welcome. Thanks to you all REBOLERs Gerard Example from Nick Antonaccio Musiclessonz.com/rebol.html =============================================== ; This example creates and adds two coordinate pairs using the "to-pair" ; function. You'll see this sort of pair creation, for example, in ; games which plot graphics at coordinate points on a screen: x: 12 y: 33 q: 18 p: 7 pair1: to-pair rejoin [x "x" y] ; 12x33 pair2: to-pair rejoin [q "x" p] ; 18x7 print pair1 + pair2 ; 12x33 + 18x7 = 30x40 Tracé de courbes et surfaces - Curve and Surface plotting programs list from REBOL.ORG <http://rebol.org/> ================================================================= http://www.rebol.org/search.r?find=plot&form=yes Tracé sélectif de courbes - Selective curve tracing (Maxim-Olivier Adlhoch - alias Moliad) ================================================================ http://www.rebol.org/ml-display-thread.r?m=rmlFLLC<--- attached file is called Selective curve plot example-2008-02-21.r) (Code included only as an attachment since it was embedded into the web page and no link or source file was provided) Q-plot dialect and EZ-plot demo from Matt Nicholai (REBOL.org) =============================================== http://www.rebol.org/view-script.r?script=q-plot.r<--------------- Load Q-plot.r before trying the ez-plot.r demo http://www.rebol.org/view-script.r?script=ez-plot.r<--------------- Some bugs when getting external Stock quotes Graph a function ============ http://www.rebol.org/view-script.r?script=graph.r Tuttle graphics like plotting ==================== http://www.rebol.org/view-script.r?script=rewrite-gfx.r 3D Surface plotting ============== http://www.rebol.org/view-script.r?script=surface.r 3D animated Robot Arm Demo (from rebsite - Contests - i-rebot.r - Submitted by Andrew Hoadley) ========================================================================= http://www.rebol.net/demos/BF02D682713522AA/i-rebot.r HTH, 2009/8/20 Von <vonja-sbcglobal.net>
> Thanks for the links! > > ----- Original Message ----- From: "Gérard Côté" <> > To: <rebolist-rebol.com> > Sent: Thursday, August 20, 2009 11:56 AM > Subject: [REBOL] Re: New site > > Hello ML, >> >> I also think it's time to share with newcomers some new learning material >> I >> have found, >> some part of it is related is more or less directly with REBOL but >> nonetheless interesting >> since I have to go further if I want to better understand concepts that >> REBOL is natively supporting ;-) >> >> Regards, >> Gerard >> >> Memory enhancement technique and tools >> ========================== >> http://www.memorylifter.com/ >> http://johnplaceonline.com/study-smarter/how-to-memorize-anything/ >> >> "Design patterns" Quiz (written using REBOL) and original quiz program on >> rebol.org >> ======================================================== >> http://www.rebol.org/view-script.r?script=quiz.r >> http://reboltutorial.com/blog/design-patterns-quiz/ >> >> Design Patterns Quick Reference and Interview >> ============================= >> http://www.mcdonaldland.info/2007/11/28/40/ >> http://www.codeproject.com/KB/aspnet/SoftArchInter1.aspx >> http://www.codeproject.com/KB/aspnet/SoftArch2.aspx >> http://www.codeproject.com/KB/aspnet/SoftArch3.aspx >> http://www.codeproject.com/KB/aspnet/SoftArch4.aspx >> http://www.codeproject.com/KB/aspnet/SoftArch5.aspx >> http://www.codeproject.com/KB/aspnet/SoftArch6.aspx >> >> >> PEG and Parse equivalents >> =============== >> http://en.wikipedia.org/wiki/REBOL >> http://en.wikipedia.org/wiki/Parsing_expression_grammar >> http://www.absoluteastronomy.com/topics/REBOL >> >> DSL creation using REBOL Tutorial >> ===================== >> http://reboltutorial.com/ >> http://reboltutorial.com/blog/create-dsl/ >> >> http://computer-programming-languages.suite101.com/article.cfm/how_to_createa_rebol_dialect#ixzz0KnhL2yyi&C >> >> Intro to REBOL programming and other tutorials >> ============================= >> >> http://computer-programming-languages.suite101.com/article.cfm/a_brief_introduction_to_rebol_programming >> >> Online UML free Diagrams drawing tool >> ==================== >> http://yuml.me/diagram/scruffy/usecase/draw >> >> >> >> 2009/8/20 Rebol <rebol-temecula-usa.com> >> >> >>> Hello Y'all, >>> >>> If you haven't been to http://reboltutorial.com/ I think you're in for a >>> treat. Especially if you happen to be new to Rebol but even if you've >>> been >>> around you'll probably find something of interest. >>> >>> >>> Regards, >>> James_Nak >>> >>> -- >>> To unsubscribe from the list, just send an email to >>> lists at rebol.com with unsubscribe as the subject. >>> >>> >>> >> >> -- >> Gérard Côté >> Québec, Canada >> >> -- >> To unsubscribe from the list, just send an email to >> lists at rebol.com with unsubscribe as the subject. >> >> >
-- Gérard Côté Québec, Canada 2009/8/20 Rebol <rebol-temecula-usa.com>
> Hello Y'all, > > If you haven't been to http://reboltutorial.com/ I think you're in for a > treat. Especially if you happen to be new to Rebol but even if you've been > around you'll probably find something of interest. > > Regards, > James_Nak > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >
-- Gérard Côté Québec, Canada