27
ゴルフあなたの言語の識別子
識別子は、文字列のハッシュ値を表す幾何学模様の小さな画像です。Stack Exchange は、GravatarのIDアイコンを各ユーザーのデフォルトのアバター画像として使用します。 この課題では、Gravatar IDを使用して、ゴルフ用のテキストを生成します。 チャレンジ このスタックスニペット(このJSFiddleの縮小版)を使用すると、文字列を入力して、その文字列のIDの100×100ピクセルの白黒バージョンと、黒用および白1用のテキストバージョンを返すことができます0。 <!-- Click "Run code snippet" --> <div style='text-align:center;'> <input id='str' type='text' size='32' value='Python'> <button type='button' onclick='go()'>Go</button><br><br><input id='type1' name='type' type='radio' value='identicon' checked> <label for='type1'>Identicon</label> <input id='type2' name='type' type='radio' value='monsterid'> <label for='type2'>Monster</label> <input id='type3' name='type' type='radio' value='wavatar'> <label for='type3'>Wavatar</label> <input id='type4' name='type' type='radio' value='retro'> <label …