I hereby claim:
- I am dstalor on github.
- I am dstalor (https://keybase.io/dstalor) on keybase.
- I have a public key whose fingerprint is 20F2 372E 4898 95A6 C1E9 AD64 E4AC 19A7 6AFB DA81
To claim this, I am signing this object:
| CREATE FUNCTION CAP_FIRST (input VARCHAR(255)) | |
| RETURNS VARCHAR(255) | |
| DETERMINISTIC | |
| BEGIN | |
| DECLARE len INT; | |
| DECLARE i INT; |
I hereby claim:
To claim this, I am signing this object:
| // create a bookmark and use this code as the URL, you can now toggle the css on/off | |
| // thanks+credit: https://dev.to/gajus/my-favorite-css-hack-32g3 | |
| // and: https://gist.github.com/vcastroi | |
| javascript: (function() { | |
| /* use style instead of * so it doesn't need to parse everything */ | |
| var elements = document.body.getElementsByTagName('style'); | |
| var items = []; | |
| for (var i = 0; i < elements.length; i++) { | |
| if (elements[i].innerHTML.indexOf('* { background: rgba(255,0,0,.2) !important;color:#0f0!important;outline:solid #f00 1px!important; }') != -1) { |