Rev 8 | Rev 29 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 8 | Rev 9 | ||
|---|---|---|---|
| 1 | This directory contains a demo of programming in different languages. |
1 | This directory contains a demo of programming in different languages. |
| 2 | 2 | ||
| 3 | A program called filefind is written which produces a filetree, similar to the |
3 | A program called filefind is written which produces a filetree, similar to the |
| 4 | output of the Unix find program. |
4 | output of the Unix find program. |
| 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 paltforum. |
9 | The current makefiles only support Unix/Linux/BSD platform. |