SudokuGenerator
From fmepedia
This is another example (http://davidbau.com/archives/2006/09/04/sudoku_generator.html) taken from David Bau's blog (http://davidbau.com/) (the first example was Maze_Generator). This time, it is not a web service, it's just a Python code generating Sudoku (http://en.wikipedia.org/wiki/Sudoku). The FME role here is to save the results in your favorite format.
This example shows how easily a Python code can be adapted and used within FME - even by users like me - with no real Python knowledge.
Check my PDF examples:
Have a look at some irregularities with 2D PDF - the middle square and the lower hole in "8" have different shades of gray. This wasn't made intentionally, it is an indication of a problem. So, even if the contents of the page looks not very serious, to me it is a normal FME functionality testing process.
Attachments:
