This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 53 90 3c bb 89 e3 51 3c b9 53 89 e1 3c ba 31 d2 cd 80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="javabo"> | |
<a href="javascript:void" class="redjavabo"> | |
今すぐダウンロード | |
</a> | |
</div> | |
<p class="control"> | |
<label for="input">Your dream:</label> | |
<input id="input" value="" placeholder="is ...?"> | |
<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="javabo"> | |
<a href="javascript:void" class="redjavabo"> | |
今すぐダウンロード | |
</a> | |
</div> | |
<p class="control"> | |
<label for="input">Your dream:</label> | |
<input id="input" value="" placeholder="is ...?"> | |
<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
WIDTH = 9 | |
HEIGHT = 6 | |
import random | |
#src = "┣╋┻┳┫" | |
src = "☐⊡▤▥▩▨▧▦▣" | |
# string -> [shuffled string] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import numpy as np | |
message = \ | |
''' | |
あなたと | |
ジャバ | |
今すぐ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>[PoC] CSS logging in <code>`input type=password`</code> with React, ジャバボタン.CSS</h1> | |
<p><strong>Input "java"</strong> in the following password field like JavaButton.</p> | |
<div id="input-button" class="redjavabo"></div> | |
<p><a href="https://github.com/facebook/react/issues/11896">Original issue is here.</a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env bash | |
# ref. https://github.com/rvoicilas/inotify-tools/wiki#inotifywait | |
# ref. inotifywait --help | |
cd qmk_firmware | |
while inotifywait --recursive --event modify \ | |
keyboards/lets_split/keymaps/j3/ ; do | |
make lets_split/rev2:j3 | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Open the <em>Console</em> and see it!</p> | |
<img src="https://i.gyazo.com/e3ac4649fb1d6e1f93a47ef5a8dd9c9e.gif" style="border: 1px solid lightgray;"> | |
<p>or press <code>F12</code> to open console in DevTools on your browser.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Codepen inserts 'use strict' in head!! | |
// Error | |
//this.poop = '💩'; | |
//console.log(`[top] this.poop: ${poop}`); | |
const Foo = function f() { | |
this.poopInF = '💩inFunc'; | |
console.log(`[f()] this.poopInF: ${this.poopInF}`); | |
} |
NewerOlder