syt

Results 4 issues of syt

![screenshot_2016-02-11-19-42-02 1](https://cloud.githubusercontent.com/assets/15265829/12975606/06e33648-d0f8-11e5-9b9a-4b4ce73bbde9.png) i try to change the following statement in setValue() ``` float division = (ball.xFin - ball.xIni) / max; ViewHelper.setX(ball, value * division + getHeight() / 2 - ball.getWidth()...

### Checklist - [x] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md). - [x] This pull request is complete and ready for review. ### Description Fix `Generic parameter 'T' shadows generic parameter...

https://github.com/ObuchiYuki/DevToysMac/issues/144#issue-2005408237

I used the following regular expression: ``` \B\[[1-9][0-9]*\]\s+((((.*?){2},)*)+\s*)(["“\s].*?["”\s]){0}\s*.*[0-9] ```` and the following test text: ``` REFERENCES [23] Jia Deng, Wei Dong, R. Socher, Li-Jia Li, Kai Li, and Li Fei-Fei,...