ぬしけんみのプログラミングタイピング

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 4066 | ぬけみ | 4.0 | 100% | 60.0 | 244 | 0 | 12 | 2025/02/11 |
関連タイピング
-
10ケタの数字が出てくるのでのそれを打ちます。
プレイ回数128万数字60秒 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数458英語長文90秒 -
1234567890を早く打つだけ!
プレイ回数471万数字10打 -
Pythonプログラムを打ちまくる
プレイ回数3921英語長文60秒 -
プレイ回数829長文記号3600打
-
これがスラスラ打てれば、どんな文章にもひるまなくなる!
プレイ回数11万長文120秒 -
キーボードにある記号全て使います!!
プレイ回数2732英語60秒 -
よく使うUNIXコマンドを練習しよう!
プレイ回数1205長文299打
問題文
(<?php echo($array); ?>)
<?php echo($array); ?>
(var num = 274920;)
var num = 274920;
([4, 1, 6, 90, 82])
[4, 1, 6, 90, 82]
(<input type=”hidden” value=”date”>)
<input type="hidden" value="date">
(<h1>title</h1>)
<h1>title</h1>
(position: absolute;)
position: absolute;
(<div class=”container”></div>)
<div class="container"></div>
(const bool = num < 12 && num > 6;)
const bool = num < 12 && num > 6;
(for(var i = 0; i < 20; i++))
for(var i = 0; i < 20; i++)
($(’.val’).focus();)
$('.val').focus();
(jquery)
jQuery
(html)
HTML
(css)
CSS
(javascript)
JavaScript
(python)
Python
(hello, world!)
Hello, World!
(mac)
Mac
(windows)
Windows
(linux)
Linux
({apple: 100, orange: 150})
{apple: 100, orange: 150}
(3 + 4 * 8 - 2)
3 + 4 * 8 - 2
(<!doctype>)
<!DOCTYPE>
(height: 500px;)
height: 500px;
(if( ! isset($array) ))
if( ! isset($array) )
(cd documents/programing)
cd Documents/Programing
(git commit -m ”first commit”)
git commit -m "first commit"
(if i % 2 == 0 and i > 10)
if i % 2 == 0 and i > 10
(abstract)
abstract
(public static function(){})
public static function(){}
(isset($num) ? $num : 0;)
isset($num) ? $num : 0;
(document.getelementbyid(’main’);)
document.getElementById('main');
(json_encode($str);)
json_encode($str);
(<ball classname=”ball”>)
<Ball className="ball">
(docker-compose up -d)
docker-compose up -d
(docker-compose build --no-cache)
docker-compose build --no-cache
(mysql -h localhost -u board -pboard)
mysql -h localhost -u board -pboard
(select * from board;)
select * from board;
(select astext(locat) from geom;)
select astext(locat) from geom;
(django)
django