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

関連タイピング
-
1234567890を早く打つだけ!
プレイ回数471万数字10打 -
10ケタの数字が出てくるのでのそれを打ちます。
プレイ回数129万数字60秒 -
Pythonプログラムを打ちまくる
プレイ回数4025英語長文60秒 -
プレイ回数7.3万長文記号580打
-
C++のようなもの。
プレイ回数1248英語長文1638打 -
プレイ回数947数字200打
-
苦手なテンキーの練習です。
プレイ回数5.6万数字434打 -
プログラミング用のタイピング練習
プレイ回数4660英語長文300秒
問題文
(<?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