- Open Chrome, open any webpage
- Right click on the page and select Inspect from the Context menu to open the Developer Console
- Go to Console tab and type:
document.designMode = 'on'
- Start editing the page by clicking anywhere
document.designMode = 'on'
I hereby claim:
To claim this, I am signing this object:
| Verifying my Blockstack ID is secured with the address 14Yp4f82YZAAHmrJLTQDAwgCXirkDNjcph https://explorer.blockstack.org/address/14Yp4f82YZAAHmrJLTQDAwgCXirkDNjcph |
I hereby claim:
To claim this, I am signing this object:
| def answer(x, y): | |
| return (set(x).symmetric_difference(y)).pop() | |
| a = [1,2,3,4]; | |
| b= [1,2,3,6,4]; | |
| print(answer(b,a)); |
I hereby claim:
To claim this, I am signing this object:
| /* lazyload.js (c) Lorenzo Giuliani | |
| * MIT License (http://www.opensource.org/licenses/mit-license.html) | |
| * | |
| * expects a list of: | |
| * `<img src="blank.gif" data-src="my_image.png" width="600" height="400" class="lazy">` | |
| With RequestAnimationFrame | |
| Polyfill Available here: | |
| */ | |
| !function(window){ |
| /* lazyload.js (c) Lorenzo Giuliani | |
| * MIT License (http://www.opensource.org/licenses/mit-license.html) | |
| * | |
| * expects a list of: | |
| * `<img src="blank.gif" data-src="my_image.png" width="600" height="400" class="lazy">` | |
| With RequestAnimationFrame | |
| Polyfill Available here: | |
| */ | |
| !function(window){ |
| /** | |
| * Text Shadow | |
| */ | |
| .shadow{ | |
| color: #fff; | |
| font-size:32pt; | |
| text-shadow:0 1px 0 rgba(0,0,0, 0.3) | |
| } |
| /** | |
| * NO Wrap | |
| */ | |
| .shadow{ | |
| color: #fff; | |
| font-size:32pt; | |
| text-shadow:0 1px 0 rgba(0,0,0, 0.3) | |
| } |