This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -name "*.pyc" -exec git rm -f {} \; | |
| #Thanks to http://yuji.wordpress.com/2010/10/29/git-remove-all-pyc/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="form-group"> | |
| <label for="state" class="col-sm-2 control-label">State</label> | |
| <div class="col-sm-10"> | |
| <select class="form-control" id="state" name="state"> | |
| <option value="">N/A</option> | |
| <option value="AK">Alaska</option> | |
| <option value="AL">Alabama</option> | |
| <option value="AR">Arkansas</option> | |
| <option value="AZ">Arizona</option> | |
| <option value="CA">California</option> |
NewerOlder