Rev 9 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 9 | Rev 29 | ||
|---|---|---|---|
| Line 5... | Line 5... | ||
| 5 | 5 | ||
| 6 | It's implemented as a recursive program. If the language is multiplatform (like |
6 | It's implemented as a recursive program. If the language is multiplatform (like |
| 7 | C, java, PHP. ruby), the program may run on all the supported platforms, with |
7 | C, java, PHP. ruby), the program may run on all the supported platforms, with |
| 8 | minor adaptions. |
8 | minor adaptions. |
| 9 | The current makefiles only support Unix/Linux/BSD platform. |
9 | The current makefiles only support Unix/Linux/BSD platform. |
| - | 10 | ||
| - | 11 | Note that no special filewalk libraries are used and error checking is limited. |
|
| - | 12 | This is done on purpose, its just a demo : implementing same algoritm in |
|
| - | 13 | different languages. |
|