This file contains 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
$ git checkout v1.5.1 | |
warning: refname 'v1.5.1' is ambiguous. | |
Switched to branch 'v1.5.1' | |
$ git --version | |
git version 1.8.3.4 (Apple Git-47) |
This file contains 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
// tests/update-contact.js | |
auth_creds = require('./auth_creds.json'); | |
module.exports = { | |
setUp : function(browser) { | |
browser | |
.url("http://example.com") | |
.waitForElementVisible("body", 1000) |
This file contains 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
# http://stackoverflow.com/questions/14972253/simpleform-default-input-class | |
# https://github.com/plataformatec/simple_form/issues/316 | |
inputs = %w[ | |
CollectionSelectInput | |
DateTimeInput | |
FileInput | |
GroupedCollectionSelectInput | |
NumericInput | |
PasswordInput |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>comment</key> | |
<string> | |
TODO: Command for copy original to untranslated, label as fuzzy, remove fuzzy, next fuzzy etc | |
Create meta scope for each entry | |
</string> | |
<key>fileTypes</key> |
This file contains 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
/* ============================================================================= | |
# UK National Insurance 2013 calculator utility function | |
# | |
# If you’re employed | |
# You pay Class 1 National Insurance contributions. The rates are: | |
# | |
# 12% on your yearly earnings between £7748 and £41444 | |
# 2% on any yearly earnings over £7748 | |
# | |
# 12% on your weekly earnings between £149 and £797 |