-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (92 loc) · 4.27 KB
/
index.html
File metadata and controls
138 lines (92 loc) · 4.27 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.98.0" />
<meta charset="utf-8">
<title>mitakeck</title>
<meta name="author" content="@mitakeck">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link href="/css/milk.min.css" rel="stylesheet">
<link href="/css/milk-responsive.min.css" rel="stylesheet">
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
<link href="/css/fonts.css" rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" href="/images/alexfinn.ico">
<link rel="apple-touch-icon" href="">
<link rel="canonical" href="http://mitakeck.github.io/">
<link href="/rss.xml" type="application/atom+xml" rel="alternate" title="mitakeck.github.io">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div id="navbar-inner">
<div id="logo">
<a href=""><img src="/images/letter-a.png" width="100px"></img></a>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="row-fluid">
<div class="span12">
<div class="posts">
<article class="post">
<header class="post-header">
<h1><a href="/bing-text-to-speech-api/">Azure の Text-to-Speech API 使ってみる</a></h1>
<div class="post-time">April 30 2017, 400 Words</div>
</header>
<div class="post-after">
<div class="tags">
<a href="http://mitakeck.github.io/tags/python">python</a>
<a href="http://mitakeck.github.io/tags/azure">Azure</a>
</div>
</div>
</article>
<article class="post">
<header class="post-header">
<h1><a href="/cnn-font-analyzer/">文字画像からフォントを推定する</a></h1>
<div class="post-time">March 12 2017, 1100 Words</div>
</header>
<div class="post-after">
<div class="tags">
<a href="http://mitakeck.github.io/tags/machine-learning">machine learning</a>
<a href="http://mitakeck.github.io/tags/conventional-neural-network"> Conventional Neural Network</a>
<a href="http://mitakeck.github.io/tags/keras">keras</a>
<a href="http://mitakeck.github.io/tags/python">python</a>
</div>
</div>
</article>
<article class="post">
<header class="post-header">
<h1><a href="/oreilly-free-ebooks-dl/">Oreilly の無料本を自動で入手する方法</a></h1>
<div class="post-time">March 6 2017, 300 Words</div>
</header>
<div class="post-after">
<div class="tags">
<a href="http://mitakeck.github.io/tags/oreilly">oreilly</a>
<a href="http://mitakeck.github.io/tags/ebook">ebook</a>
</div>
</div>
</article>
<article class="post">
<header class="post-header">
<h1><a href="/page/">hugo test</a></h1>
<div class="post-time">March 6 2017, 100 Words</div>
</header>
<div class="post-after">
<div class="tags">
</div>
</div>
</article>
</div>
</div>
</div>
<footer>
Built with <a href="https://github.com/spf13/hugo">Hugo</a>
<p>© mitakeck 2017</p>
</footer>
</div>
</div>
</div>
</div>
</div>
</body>
</html>