View min-caml-syscall.bin.txt
52 53 90 3c bb 89 e3 51 3c b9 53 89 e1 3c ba 31 d2 cd 80 |
View index.html
<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> |
View index.html
<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> |
View random-string-for-54-novel.py
#!/usr/bin/env python | |
WIDTH = 9 | |
HEIGHT = 6 | |
import random | |
#src = "┣╋┻┳┫" | |
src = "☐⊡▤▥▩▨▧▦▣" | |
# string -> [shuffled string] |
View rotation-string-for-54-novel.py
#!/usr/bin/env python | |
import numpy as np | |
message = \ | |
''' | |
あなたと | |
ジャバ | |
今すぐ |
View index.html
<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> |
View watch-qmk-make.sh
#!/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 |
View index.html
<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> |
View script.babel
// 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