Skip to content

Commit c05def5

Browse files
committed
update
1 parent a245c76 commit c05def5

File tree

11 files changed

+70
-12
lines changed

11 files changed

+70
-12
lines changed

2017/atom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
<title>Igapyon Diary v3 year 2017</title>
44
<dc:creator>Toshiki Iga</dc:creator>
55
<dc:language>ja_JP</dc:language>
6+
<entry>
7+
<title>2017-01-22 diary: ビオラおもしろい</title>
8+
<link rel="alternate" href="https://igapyon.github.io/diary/2017/ig170122.html" />
9+
<author>
10+
<name>Toshiki Iga</name>
11+
</author>
12+
<id>https://igapyon.github.io/diary/2017/ig170122.html</id>
13+
<dc:creator>Toshiki Iga</dc:creator>
14+
</entry>
615
<entry>
716
<title>2017-01-21 diary: [Ant] 正規表現 `regex` を Ant の中で利用する方法</title>
817
<link rel="alternate" href="https://igapyon.github.io/diary/2017/ig170121.html" />

2017/ig170114.html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
`<@localrss />`
5454

55+
* [2017-01-22 diary: ビオラおもしろい](ig170122.html)
5556
* [2017-01-21 diary: [Ant] 正規表現 `regex` を Ant の中で利用する方法](ig170121.html)
5657
* [2017-01-20 diary: [Java] XPath のシンプルサンプル](ig170120.html)
5758
* [2017-01-19 diary: MacBook Air の macOS 再インストール手順メモ](ig170119.html)

2017/ig170121.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[top](https://igapyon.github.io/diary/)
22
/ [index](https://igapyon.github.io/diary/2017/index.html)
33
/ [prev](https://igapyon.github.io/diary/2017/ig170120.html)
4-
/ next
4+
/ [next](https://igapyon.github.io/diary/2017/ig170122.html)
55
/ [target](https://igapyon.github.io/diary/2017/ig170121.html)
66
/ [source](https://github.com/igapyon/diary/blob/gh-pages/2017/ig170121.html.src.md)
77

2017/ig170122.html.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[top](https://igapyon.github.io/diary/)
2+
/ [index](https://igapyon.github.io/diary/2017/index.html)
3+
/ [prev](https://igapyon.github.io/diary/2017/ig170121.html)
4+
/ next
5+
/ [target](https://igapyon.github.io/diary/2017/ig170122.html)
6+
/ [source](https://github.com/igapyon/diary/blob/gh-pages/2017/ig170122.html.src.md)
7+
8+
2017-01-22 diary: ビオラおもしろい
9+
=====================================================================================================
10+
[![いがぴょん画像(小)](https://igapyon.github.io/diary/images/iga200306s.jpg "いがぴょん")](https://igapyon.github.io/diary/memo/memoigapyon.html) 日記形式でつづる [いがぴょん](https://igapyon.github.io/diary/memo/memoigapyon.html)コラム ウェブページです。
11+
12+
## ビオラおもしろい
13+
14+
昨日はアンサンブルの練習。借りてきたビオラを弾いてみました。ビオラ面白いです。
15+
16+
```java
17+
System.out.println("Hello world");
18+
```
19+
20+
21+
[Share on Twitter](https://twitter.com/intent/tweet?hashtags=igapyon%2Cdiary%2C%E3%81%84%E3%81%8C%E3%81%B4%E3%82%87%E3%82%93&text=%E3%83%93%E3%82%AA%E3%83%A9%E9%9D%A2%E7%99%BD%E3%81%84&url=https%3A%2F%2Figapyon.github.io%2Fdiary%2F2017%2Fig170122.html)
22+
23+
----------------------------------------------------------------------------------------------------
24+
25+
## この日記について
26+
[いがぴょんについて](https://igapyon.github.io/diary/memo/memoigapyon.html) / [日記ジェネレータ](https://github.com/igapyon/igapyonv3)

2017/ig170122.html.src.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## ビオラおもしろい
2+
3+
昨日はアンサンブルの練習。借りてきたビオラを弾いてみました。ビオラ面白いです。
4+
5+
```java
6+
System.out.println("Hello world");
7+
```
8+
9+
<#-- copyright Toshiki Iga -->
10+
<@linkshare word="ビオラ面白い"/>

2017/index.html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
## いがぴょんの日記:2017年の日記
3838

39+
* [2017-01-22 diary: ビオラおもしろい](ig170122.html)
3940
* [2017-01-21 diary: [Ant] 正規表現 `regex` を Ant の中で利用する方法](ig170121.html)
4041
* [2017-01-20 diary: [Java] XPath のシンプルサンプル](ig170120.html)
4142
* [2017-01-19 diary: MacBook Air の macOS 再インストール手順メモ](ig170119.html)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
### 比較的最近の日記 ([Feed](https://igapyon.github.io/diary/atomRecent.xml))
3838

39+
* [2017-01-22 diary: ビオラおもしろい](2017/ig170122.html)
3940
* [2017-01-21 diary: [Ant] 正規表現 `regex` を Ant の中で利用する方法](2017/ig170121.html)
4041
* [2017-01-20 diary: [Java] XPath のシンプルサンプル](2017/ig170120.html)
4142
* [2017-01-19 diary: MacBook Air の macOS 再インストール手順メモ](2017/ig170119.html)
@@ -50,7 +51,6 @@
5051
* [2017-01-10 diary: Twitter シェアの機能を確認中](2017/ig170110.html)
5152
* [2017-01-09 diary: 2017年正月休み成果 [igapyonv3], [gh-pages], [Maven], [FreeMarker]](2017/ig170109.html)
5253
* [2017-01-08 diary: 日記ジェネレータ [igapyonv3] のキーワードシステム構築中](2017/ig170108.html)
53-
* [2017-01-07 diary: [FreeMarker] のカスタムディレクティブ秀逸](2017/ig170107.html)
5454

5555

5656
### 他サイトのニュースフィード
@@ -59,13 +59,13 @@
5959

6060
#### [Publickey](http://www.publickey1.jp/)
6161

62+
* [[速報]Rubyのコアコミッター笹田耕一氏、クックパッドへ](http://www.publickey1.jp/blog/17/ruby.html) 2017/01/21
6263
* [Computerworld、Macworldなどのテック系メディアや調査会社IDCなどを展開するIDG、中国のChina Oceanwideが買収](http://www.publickey1.jp/blog/17/computerworldmacworldidcidgchina_oceanwide.html) 2017/01/20
6364
* [2017年にクラウドへのITインフラ投資は前年比18.2%増の急成長、従来の非クラウドへのITインフラ投資は3.3%減少。パブリッククラウドよりもプライベートクラウドの方が速く成長していると、IDC](http://www.publickey1.jp/blog/17/2017it182it33idc.html) 2017/01/20
6465
* [Google、Twitterのモバイル開発プラットフォーム「Fabric」を買収、モバイルバックエンドサービスの「Firebase」に統合。Firebaseのクラッシュ解析機能など強化へ](http://www.publickey1.jp/blog/17/googletwitterfabricfirebasefirebase.html) 2017/01/20
6566
* [米Yahoo!、自社で利用している継続的デリバリのためのツール「Screwdriver」をオープンソースで公開。大規模インフラに対応](http://www.publickey1.jp/blog/17/yahooscrewdriver.html) 2017/01/19
6667
* [オラクルがSPARC/Solarisのロードマップをひっそりとアップデート。今年、SPARC nextとSolaris 11.nextが登場か](http://www.publickey1.jp/blog/17/sparcsolarissparc_nextsolaris_11next.html) 2017/01/19
6768
* [ITエンジニアが投票した「ITエンジニア本大賞2017」ベスト10が発表。機械学習理論入門/SQLアンチパターン/達人プログラマー/ルビィのぼうけん、などランクイン](http://www.publickey1.jp/blog/17/itit201710sql.html) 2017/01/18
68-
* [2020年までにデータサイエンティストの業務の4割は自動化される。そしてデータサイエンティストを本職としない「シチズンデータサイエンティスト」が台頭すると、ガートナー](http://www.publickey1.jp/blog/17/20204.html) 2017/01/18
6969

7070

7171
### 私むけ役立ちリンク

atom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
<title>Igapyon Diary v3 all</title>
44
<dc:creator>Toshiki Iga</dc:creator>
55
<dc:language>ja_JP</dc:language>
6+
<entry>
7+
<title>2017-01-22 diary: ビオラおもしろい</title>
8+
<link rel="alternate" href="https://igapyon.github.io/diary/2017/ig170122.html" />
9+
<author>
10+
<name>Toshiki Iga</name>
11+
</author>
12+
<id>https://igapyon.github.io/diary/2017/ig170122.html</id>
13+
<dc:creator>Toshiki Iga</dc:creator>
14+
</entry>
615
<entry>
716
<title>2017-01-21 diary: [Ant] 正規表現 `regex` を Ant の中で利用する方法</title>
817
<link rel="alternate" href="https://igapyon.github.io/diary/2017/ig170121.html" />

atomRecent.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
<title>Igapyon Diary v3 recent</title>
44
<dc:creator>Toshiki Iga</dc:creator>
55
<dc:language>ja_JP</dc:language>
6+
<entry>
7+
<title>2017-01-22 diary: ビオラおもしろい</title>
8+
<link rel="alternate" href="https://igapyon.github.io/diary/2017/ig170122.html" />
9+
<author>
10+
<name>Toshiki Iga</name>
11+
</author>
12+
<id>https://igapyon.github.io/diary/2017/ig170122.html</id>
13+
<dc:creator>Toshiki Iga</dc:creator>
14+
</entry>
615
<entry>
716
<title>2017-01-21 diary: [Ant] 正規表現 `regex` を Ant の中で利用する方法</title>
817
<link rel="alternate" href="https://igapyon.github.io/diary/2017/ig170121.html" />
@@ -129,13 +138,4 @@
129138
<id>https://igapyon.github.io/diary/2017/ig170108.html</id>
130139
<dc:creator>Toshiki Iga</dc:creator>
131140
</entry>
132-
<entry>
133-
<title>2017-01-07 diary: [FreeMarker] のカスタムディレクティブ秀逸</title>
134-
<link rel="alternate" href="https://igapyon.github.io/diary/2017/ig170107.html" />
135-
<author>
136-
<name>Toshiki Iga</name>
137-
</author>
138-
<id>https://igapyon.github.io/diary/2017/ig170107.html</id>
139-
<dc:creator>Toshiki Iga</dc:creator>
140-
</entry>
141141
</feed>

idxall.html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
### 全ての日記 ([Feed](https://igapyon.github.io/diary/atom.xml))
3939

40+
* [2017-01-22 diary: ビオラおもしろい](2017/ig170122.html)
4041
* [2017-01-21 diary: [Ant] 正規表現 `regex` を Ant の中で利用する方法](2017/ig170121.html)
4142
* [2017-01-20 diary: [Java] XPath のシンプルサンプル](2017/ig170120.html)
4243
* [2017-01-19 diary: MacBook Air の macOS 再インストール手順メモ](2017/ig170119.html)

0 commit comments

Comments
 (0)