ぬしけんみのプログラミングタイピング
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 3800 | ぬけみ | 3.8 | 100% | 60.0 | 228 | 0 | 13 | 2024/09/29 |
関連タイピング
-
プレイ回数464万数字10打
-
プレイ回数3.3万数字60秒
-
プレイ回数124万数字60秒
-
プレイ回数33万274打
-
プレイ回数2736短文21打
-
プレイ回数10万長文120秒
-
プレイ回数5923英語長文120秒
-
プレイ回数1.7万90秒
問題文
(<?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