Skip to content

Instantly share code, notes, and snippets.

View aokashi's full-sized avatar
🤔
Thinking Face

Aokashi aokashi

🤔
Thinking Face
View GitHub Profile
@aokashi
aokashi / full_message.html
Last active August 28, 2017 10:13
句読点がメッセージの末尾にきた場合、折り返さずに詰めるプログラム
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>句読点を詰めるテスト</title>
<script src="script.js" type="text/javascript"></script>
</head>
@aokashi
aokashi / index.html
Last active September 20, 2018 13:56
旅行記をスマートに書くためのシステム
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.0/normalize.css">
<link rel="stylesheet" href="style.css">
<title>旅行記テスト</title>
@aokashi
aokashi / .gitignore
Last active December 6, 2019 11:58
WWA Screenshoting automation
node_modules
wwa-screenshot.png