I hereby claim:
- I am beacrea on github.
- I am beacrea (https://keybase.io/beacrea) on keybase.
- I have a public key ASAjKztmg3CwyDdyHzWMHS8STl_H8c5cx4MPw0c_ewoW8wo
To claim this, I am signing this object:
| Search Input | |
| Nothing selected -> No results | |
| User selects input -> Text to type at least 3 characters | |
| User begins typing -> Text to type at least 3 characters | |
| User types 0-2 characters -> Text to type at least 3 characters | |
| User types 3-8 characters | |
| If matches -> Show partial matches | |
| If no matches -> Show error | |
| User types 9 characters | |
| If match -> Show single match |
| [ | |
| { | |
| "title": "1 Year Maturity (2019)", | |
| "year": 2019, | |
| "maturity": 1, | |
| "val_benchmark": 2.37, | |
| "val_atOffering": 1.37 | |
| }, | |
| { | |
| "title": "2 Year Maturity (2020)", |
| <div id="container"></div> |
| var https = require('https'); | |
| // CONFIGURATION ####################################################################################################### | |
| var token = 'SLACK TOKEN'; | |
| var channel = 'CHANNEL ID'; | |
| var privateChannel = false; | |
| var delay = 300; // delay between delete operations in millisecond | |
| // GLOBALS ############################################################################################################# |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| Example SKARSTA | |
| Desk sit/stand, white | |
| Article Number: 490.849.65 | |
| Length: 47 1/4" | |
| Width: 27 1/2" | |
| http://www.ikea.com/us/en/catalog/availability/S49084965 | |
| STORE LIST | |
| 209 - AZ, Tempe |
| // For http://www.destinylfg.com | |
| // Execute to trigger update button every 3 seconds | |
| // Refresh page to stop | |
| setInterval(function(){ $('#updateMeForm').click(); }, 3000); |
| // go to https://designers.mx/mixes?page=50 | |
| var soundcloud = 'this_has_soundcloud'; | |
| var spotify = 'this_has_spotify'; | |
| var rdio = 'this_has_rdio'; | |
| /* Adds Classes To All Album Parents */ | |
| $('.indicator--rdio').closest('.mix--preview').addClass(rdio); | |
| $('.indicator--soundcloud').closest('.mix--preview').addClass(soundcloud); | |
| $('.indicator--spotify').closest('.mix--preview').addClass(spotify); |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
A Pen by Coty Beasley on CodePen.