Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Archives for Algorithm

Financial Calculation with Rebol (part I)

Financial Calculation with Rebol (part I)
Rebol can be used as a good lighweight calculator used as companion or alternative to Excel. Part I concerns Future and Present Value as well as Equivalent rate calculation. Part II will concern Discounted Cash Flow and Internal Rate of Return. The code below uses funct instead of func, the difference ...more»

Comments Off

Tags:

How to extract Keywords for SEO or Search Engine Indexer in 2 lines.

How to extract Keywords for SEO or Search Engine Indexer in 2 lines.
SEO guys like to analyze keywords used by their competitors after first extracting the text content (see "Extract text on an html webpage WITHOUT using Regular Expression"). As for me, I need to do the same for feeding my Experimental Search Engine NotFoundOnSearchEngine. So let's say I have this list of ...more»