Leetcode 7 Reverse Integer and 8 String to Integer (atoi)

Leetcode 7 Reverse Integer and 8 String to Integer (atoi) This two problem share lots of similarities in data manipulating and thinking, and simplicity (:-D). Thus I decide to put

AngularJS two-way data-binding on jQuery Select2

AngularJS two-way data-binding on jQuery Select2  Edit this page on GitHub As we all know, the <select> and <option> tag can provide dropdown for selecting. However, no one would call