I hereby claim:
- I am joeyfigaro on github.
- I am joeyfigaro (https://keybase.io/joeyfigaro) on keybase.
- I have a public key ASCye24coVd2PZFMzJ4-CE6l8geKt16R5jgtGWnR1T_U4Ao
To claim this, I am signing this object:
| https://d2isyty7gbnm74.cloudfront.net/5D6MXyrl8z4SiuA-IH4j3Pa5jvM=/fit-in/160x160/filters:fill(ffffff):watermark(images.squareup.com/hae4AgZohjyT2AMnQlPg0hdnr00=/160x160/https://d1g145x70srn7h.cloudfront.net/files/3897fef37ba6c4f7acfe99d672d4a44c/original.jpeg,0,0,0):watermark(https://d3g64w74of3jgu.cloudfront.net/assets/v2/frames/profile-image-frame-71b7bc-dark-de46a7df0fd4fb7dec83d1e505d2e5f9.png,0,0,0):quality(100):format(png)/https://d3g64w74of3jgu.cloudfront.net/assets/v2/spacer-239465b1c71b79ae1c276e8ef6c73207.png%22 |
| #!/bin/bash | |
| # See Click Fix - Issues | |
| # Collects Issues (1000 max) for each place_url | |
| # for a given year | |
| year=0 | |
| last_year=0 | |
| next_year=0 |
| from django import template | |
| from django.template.defaultfilters import linebreaksbr | |
| from django.utils.html import escape | |
| try: | |
| from django.utils.safestring import mark_safe | |
| except ImportError: # v0.96 and 0.97-pre-autoescaping compat | |
| def mark_safe(x): return x | |
| from pprint import pformat | |
| def rawdump(x): |
| $(function() { | |
| $('.chat-widget--connected__new-message input[type="text"]').on('keydown keyup change', function() { | |
| console.log('hey'); | |
| }); | |
| }) |
| <header> | |
| <h1></h1> | |
| </header> |
| <button class="button-badass">Badass Button</button> | |
| <button class="button-coffee">Coffee Button</button> | |
| <button class="button-decaff">Decaff Button</button> |
I hereby claim:
To claim this, I am signing this object:
| '.source.css.scss': | |
| 'MX-Component': | |
| 'prefix': 'component', | |
| 'body': """ | |
| //////////////////////////////////////////////// | |
| // | |
| // MX Component | |
| // Hero Adventurer <hero@mobelux.com> | |
| // 10.03.16 @ 10:40am | |
| // |
| <div class="checkbox"> | |
| <input type="checkbox" name="builds" id="<input_id>" value="<input_value>"> | |
| <label for="<input_id>">TEXT HERE</label> | |
| </div> |
| <div class="file-upload"> | |
| <span class="file-upload__file-chosen">No file chosen</span> | |
| <input type="file" id="<input_id>" name="<input_id>"> | |
| <label class="button bc-green" for="<input_id>">Choose a File</label> | |
| </div> |