Skip to content

Instantly share code, notes, and snippets.

View jojonki's full-sized avatar

Junki Ohmura jojonki

View GitHub Profile
@jojonki
jojonki / gist:029ec7d6fb2d91038646bb287f7180c6
Last active January 11, 2021 11:22
three_length_names
This file has been truncated, but you can view the full file.
あああ
ああい
ああう
ああえ
ああお
ああか
ああき
ああく
ああけ
ああこ
@jojonki
jojonki / mac_keybindings.json
Created January 15, 2021 01:30
VSCode settings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+0",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+9",
"command": "workbench.action.previousEditor"
},
@jojonki
jojonki / index.html
Created February 12, 2023 12:25
Generated by Bing: 「htmlとjavascriptだけでインベーダーゲームのコードを作ってください」
http://43.4.22.206:8888/<html>
<head>
<style>
canvas {
border: 1px solid black;
}
</style>
</head>
<body>
<canvas id="canvas" width="600" height="400"></canvas>