-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (98 loc) · 2.92 KB
/
Copy pathindex.html
File metadata and controls
98 lines (98 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>reduce@filtermap</title>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-E7DX5YG2YV"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-E7DX5YG2YV");
</script>
</head>
<body>
<h1>reduce@filtermap</h1>
<h2>
<a href="https://filtermap.github.io/pulp-scheduling/"
>勤務表自動作成無料アプリ pulp-scheduling</a
>
</h2>
<p>
勤務表を自動で作成する無料アプリです。<a
href="https://pythonhosted.org/PuLP/"
>PuLP</a
>を使用しています。 (This is an automatic scheduling app using
<a href="https://pythonhosted.org/PuLP/">PuLP</a>.)
</p>
<a href="https://filtermap.github.io/pulp-scheduling/">
<picture>
<img src="pulp-scheduling.png" alt="pulp-scheduling" width="400" />
</picture>
</a>
<h2>
<a href="https://filtermap.github.io/shiritorius/">
シリトリウス - Shiritorius
</a>
</h2>
<p>
しりとり支援アプリです。 (A cheat app for the Japanese word chain game
"Shiritori".)
</p>
<a href="https://filtermap.github.io/shiritorius/">
<picture>
<img src="shiritorius.png" alt="Shiritorius" width="400" />
</picture>
</a>
<h2>reduce@filtermap について</h2>
<p>A programmer in Japan.</p>
<p>日本にいるプログラマー。</p>
<p>I am developing Web apps and desktop apps in the countryside.</p>
<p>田舎でWebアプリやデスクトップアプリを開発しています。</p>
<h3>SNS</h3>
<dl>
<dt>読書メーター</dt>
<dd>
<a href="https://bookmeter.com/users/630198"
>https://bookmeter.com/users/630198</a
>
</dd>
<dt>Twitter</dt>
<dd>
<a href="https://twitter.com/filtermap"
>https://twitter.com/filtermap</a
>
</dd>
<dt>GitHub</dt>
<dd>
<a href="https://github.com/filtermap">https://github.com/filtermap</a>
</dd>
</dl>
<h3>資格</h3>
<ul>
<li>情報処理安全確保支援士</li>
<li>情報セキュリティスペシャリスト</li>
<li>データベーススペシャリスト</li>
<li>ネットワークスペシャリスト</li>
<li>応用情報技術者</li>
<li>基本情報技術者</li>
<li>日商簿記検定2級</li>
</ul>
<h2>お問い合わせ Contact</h2>
<ul>
<li>
<a href="https://twitter.com/filtermap">Twitter: @filtermap</a>
</li>
<li>
<a href="mailto:reducefiltermap@gmail.com"
>Email: reducefiltermap@gmail.com</a
>
</li>
</ul>
</body>
</html>