I hereby claim:
- I am superstrong on github.
- I am robbiemitchell (https://keybase.io/robbiemitchell) on keybase.
- I have a public key whose fingerprint is 41B4 49F8 E294 3828 97D1 00F5 2EBA 8CA9 30C1 E063
To claim this, I am signing this object:
| delay (2) | |
| idle {} | |
| on idle | |
| my checkApp() | |
| return 9 | |
| end idle | |
| on checkApp() | |
| global frontApp, frontAppName, windowTitle |
I hereby claim:
To claim this, I am signing this object:
| /* gmail-refreshest: a custom gmail css by @roycifer */ | |
| /* some button styles borrowed from twitter bootstrap */ | |
| /* @match mail.google.com */ | |
| body, td, input, textarea, select {font-family:"Helvetica Neue",helvetica,arial,sans-serif;} | |
| .w-asV > .nH:last-child {display: none;} | |
| .w-asV > .nH > .no , #gbx1, #gbx2{background-image: -webkit-linear-gradient(top,white,#F7F7F7);} | |
| .w-as1.nr{height:27px;border-radius:3px;} | |
| .w-asV.aiw{height:60px;} | |
| .gbeti#gb .gbqldr, .gbet#gbqlw .gbqldr, .gbesi#gb .gbqldr, .gbes#gbqlw .gbqldr{max-height:35px;margin-top:3px;} |
| #!/bin/bash | |
| # Set the ROOM_ID & AUTH_TOKEN variables below. | |
| # Further instructions at https://www.hipchat.com/docs/apiv2/auth | |
| ROOM_ID=XXX | |
| AUTH_TOKEN=XXX | |
| MESSAGE="Hello world!" | |
| curl -H "Content-Type: application/json" \ |