Install Python
$ brew install readline sqlite gdbm --universal
$ brew install python --universal --framework
$ python --version
Python 2.7.5
Symlinks...
| ### Keybase proof | |
| I hereby claim: | |
| * I am thomasdurin on github. | |
| * I am tomdr (https://keybase.io/tomdr) on keybase. | |
| * I have a public key ASAgoshecXnOoPYfbJ8LPWwR3MasXkF4gpTBWBNwOqxDEQo | |
| To claim this, I am signing this object: |
| { | |
| "vars": { | |
| "@gray-base": "#000", | |
| "@gray-darker": "lighten(@gray-base, 13.5%)", | |
| "@gray-dark": "lighten(@gray-base, 20%)", | |
| "@gray": "lighten(@gray-base, 33.5%)", | |
| "@gray-light": "lighten(@gray-base, 46.7%)", | |
| "@gray-lighter": "lighten(@gray-base, 93.5%)", | |
| "@brand-primary": "darken(#428bca, 6.5%)", | |
| "@brand-success": "#5cb85c", |
Install Python
$ brew install readline sqlite gdbm --universal
$ brew install python --universal --framework
$ python --version
Python 2.7.5
Symlinks...
| (function() { | |
| window.DS = Ember.Namespace.create({ | |
| // this one goes to 11 | |
| CURRENT_API_REVISION: 11 | |
| }); | |
| })(); | |
| var MAX_FACTFACT_CHAR = 40 | |
| $(".char-counter").html(MAX_FACTFACT_CHAR); | |
| $("#fastfacts_list table input.fastfact-content").attr('maxlength', 40); | |
| $("#fastfacts_list table:not(.hidden)").each(function(){ | |
| var counter = MAX_FACTFACT_CHAR - $(this).find('.fastfact-content').val().length; | |
| $(this).find('.char-counter').html(counter); | |
| }); |