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

関連タイピング
-
1234567890早打ち王募集中!
プレイ回数2.6万数字10打 -
打つ機会が少ない記号を集中練習!
プレイ回数49万短文107打 -
10ケタの数字が出てくるのでのそれを打ちます。
プレイ回数130万数字60秒 -
1234567890を早く打つだけ!
プレイ回数473万数字10打 -
文字と数字が混ざったタイピングで実践的な数字練習をしよう!
プレイ回数16万短文195打 -
12345って打つだけ!かんたんだよ〜
プレイ回数24万短文5打 -
小さな子から大人まで楽しめるタイピングです!!
プレイ回数8641短文138打 -
ランダムに数字がでてきます
プレイ回数3.3万数字967打
問題文
(<?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