ぬしけんみのプログラミングタイピング
関連タイピング
-
プレイ回数467万数字10打
-
プレイ回数33万1071打
-
プレイ回数125万数字60秒
-
プレイ回数775数字10打
-
プレイ回数4804短文21打
-
プレイ回数15万短文195打
-
プレイ回数3303英語長文300秒
-
プレイ回数2298数字10打
問題文
(<?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