Number | Task | Description | Link |
---|---|---|---|
1. | Spiral | Create a spiral with chosen width and height | MySpiral |
2. | Role parser | Create program witch will parse text and find all strings for appropriate character. And then output them Note: parser relies on RegX /^Character Name\./ |
MyCharParser |
3. | Data-sorter | Sort data by price or ratingReview | MySorter |