Skip to content

Commit d155fa1

Browse files
committed
imageリポジトリの画像URLを標準化
1 parent 4aae24a commit d155fa1

File tree

6 files changed

+61
-61
lines changed

6 files changed

+61
-61
lines changed

boostcon/2011.md

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

cppnow/2012.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
## <a id="50-boost-libs" href="#50-boost-libs">180分でめぐるBoost Library 50個の旅</a>
7171
- 50 Boost Libraries in 180 minutes
7272
- スピーカー:[Boris Schäling](http://cppnow.org/participant/boris-schaeling/)
73-
- 発表資料:[https://github.com/boostcon/cppnow_presentations_2012/raw/master/mon/50_boost_libraries.pdf](https://github.com/boostcon/cppnow_presentations_2012/blob/master/mon/50_boost_libraries.pdf)
73+
- 発表資料:[https://raw.githubusercontent.com/boostcon/cppnow_presentations_2012/master/mon/50_boost_libraries.pdf](https://github.com/boostcon/cppnow_presentations_2012/blob/master/mon/50_boost_libraries.pdf)
7474

7575
このセッションでは、50個のBoost Libraryを180分かけて紹介する。多くのBoost Libraryについて、幅広く俯瞰する。あまりboostに詳しくない方、または、いくつかのライブラリしか知らない方は、今後、boostが提供すべきすぐれたアイデアを得ることができるだろう。このセッションは、後程どのライブラリについて学びたいか、いまのプロジェクトで使えるか、さらには貢献できそうか判断する指針となるだろう。 このセッションは、プレゼンターの著書である「The Boost C++ Libraries」(英語版 2011/6刊行)と「Die Boost C++ Bibliotheken」(ドイツ語版 2012/1刊行)に基づいている。これらの書籍ではすぐに習得できる一般的なライブラリを紹介している。このセッションでは、これらの本から例を引用するつもりである。
7676

@@ -91,7 +91,7 @@ C++は非常に広い問題領域に適用可能なマルチパラダイム言
9191
## <a id="whirlwind-overview-cpp11" href="#whirlwind-overview-cpp11">駆け足でC++11の概要</a>
9292
- A Whirlwind Overview of C++11
9393
- スピーカー:[Leor Zolman](http://cppnow.org/participant/leor-zolman/)
94-
- 発表資料:[https://github.com/boostcon/cppnow_presentations_2012/raw/master/mon/cpp_overview_handout.pdf](https://github.com/boostcon/cppnow_presentations_2012/raw/master/mon/cpp_overview_handout.pdf)
94+
- 発表資料:[https://raw.githubusercontent.com/boostcon/cppnow_presentations_2012/master/mon/cpp_overview_handout.pdf](https://raw.githubusercontent.com/boostcon/cppnow_presentations_2012/master/mon/cpp_overview_handout.pdf)
9595
- 発表ビデオ:[http://www.youtube.com/watch?v=jrCrWdrH17g&feature=plcp](http://www.youtube.com/watch?v=jrCrWdrH17g&feature=plcp)
9696

9797
このC++11の簡潔なイントロダクションでは、プレゼンターであるLeor Zolmanが言語への主要な機能追加について調査する。また以下の項目についても述べる:
@@ -108,7 +108,7 @@ C++は非常に広い問題領域に適用可能なマルチパラダイム言
108108
## <a id="odeint" href="#odeint">odeint - C++で常微分方程式を解く</a>
109109
- odeint – Solving ordinary differential equations in C++
110110
- スピーカー:[Karsten Ahnert](http://cppnow.org/participant/karsten-ahnert/), [Mario Mulansky](http://cppnow.org/participant/mario-mulansky/)
111-
- 発表資料:[https://github.com/boostcon/cppnow_presentations_2012/raw/master/mon/odeint.pdf](https://github.com/boostcon/cppnow_presentations_2012/blob/master/mon/odeint.pdf)
111+
- 発表資料:[https://raw.githubusercontent.com/boostcon/cppnow_presentations_2012/master/mon/odeint.pdf](https://github.com/boostcon/cppnow_presentations_2012/blob/master/mon/odeint.pdf)
112112
- 発表ビデオ:[http://www.youtube.com/watch?v=jv2oDfT-jds&feature=plcp](http://www.youtube.com/watch?v=jv2oDfT-jds&feature=plcp)
113113

114114
常微分方程式(ODE: Ordinary differential equation)は自然科学、応用分野の諸領域で重要な役割を果たしている。
@@ -186,15 +186,15 @@ C++11が公開された今、C++1xに搭載される次の機能は何だろう
186186
## <a id="variadic-tmp" href="#variadic-tmp">モナドを使って可変長テンプレートメタプログラミング</a>
187187
- Variadic Template Metaprogramming using Monads
188188
- スピーカー: [Bartosz Milewski](http://cppnow.org/participant/bartosz-milewski/), [Eric Niebler](http://cppnow.org/participant/eric-niebler/)
189-
- 発表資料:[https://github.com/boostcon/cppnow_presentations_2012/raw/master/mon/compile_time_runtime_cpp.pdf?raw=true](https://github.com/boostcon/cppnow_presentations_2012/blob/master/mon/compile_time_runtime_cpp.pdf?raw=true)
189+
- 発表資料:[https://raw.githubusercontent.com/boostcon/cppnow_presentations_2012/master/mon/compile_time_runtime_cpp.pdf?raw=true](https://github.com/boostcon/cppnow_presentations_2012/blob/master/mon/compile_time_runtime_cpp.pdf?raw=true)
190190

191191
C++11 の新機能である可変引数テンプレートは,パワフルだが気の触れた制限がついている.なんと template parameter pack が一級市民ではないので,一部のよくある(メタ)プログラミングの定石で使いにくいのだ.うれしいことに偶然,関数型プログラミング,正確に言うと Haskell では,おもしろい方法でこの問題を解決している.というわけで我々は,可変個継続,継続モナド,カリー化,その他C++メタプログラミングで使うためのエキゾチックな構成を使った方法について話す.
192192

193193

194194
## <a id="ustring" href="#ustring">Ustring - 現代的なstd::stringの代替</a>
195195
- Ustring – A Modern Alternative to `std::string`
196196
- スピーカー:[Alan Talbot](http://cppnow.org/participant/alan-talbot/)
197-
- 発表資料:[https://github.com/boostcon/cppnow_presentations_2012/raw/master/mon/ustring.pdf](https://github.com/boostcon/cppnow_presentations_2012/raw/master/mon/ustring.pdf)
197+
- 発表資料:[https://raw.githubusercontent.com/boostcon/cppnow_presentations_2012/master/mon/ustring.pdf](https://raw.githubusercontent.com/boostcon/cppnow_presentations_2012/master/mon/ustring.pdf)
198198
- 発表ビデオ:[http://www.youtube.com/watch?v=nAm1Tbk068U&feature=plcp](http://www.youtube.com/watch?v=nAm1Tbk068U&feature=plcp)
199199

200200

study_meeting/study10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
- ブログ: [http://d.hatena.ne.jp/yohhoy/](http://d.hatena.ne.jp/yohhoy/)
8989
- Twitter: [http://twitter.com/yohhoy](http://twitter.com/yohhoy)
9090

91-
- 発表資料: [[pdf](https://github.com/yohhoy/docs/raw/master/boostjp10_tm_20120728.pdf)][[scribd](http://www.scribd.com/doc/101230860/boostjp10-tm-20120728)]
91+
- 発表資料: [[pdf](https://raw.githubusercontent.com/yohhoy/docs/master/boostjp10_tm_20120728.pdf)][[scribd](http://www.scribd.com/doc/101230860/boostjp10-tm-20120728)]
9292
- アフターケア: [Boost.勉強会 #10 に参加しました - yohhoyの日記(別館)](http://yohhoy.hatenablog.jp/entries/2012/07/29)
9393

9494

study_meeting/study12.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -144,29 +144,29 @@ C++11のconstexprでコンパイル時アルゴリズムを実装する上での
144144
### 写真
145145
※写真に写って困る方がいらっしゃいましたら、主催者かスタッフまでご連絡ください。削除対応いたします。
146146

147-
<img width='400' src='https://raw.github.com/boostjp/study12/master/image/DSC00123.JPG' height='300' border='0'/>
148-
<img width='400' src='https://raw.github.com/boostjp/study12/master/image/DSC00124.JPG' height='300' border='0'/>
149-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00125.JPG' height='300' border='0'/>
150-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00126.JPG' height='300' border='0'/>
151-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00127.JPG' height='300' border='0'/>
152-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00128.JPG' height='300' border='0'/>
153-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00129.JPG' height='300' border='0'/>
154-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00130.JPG' height='300' border='0'/>
155-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00131.JPG' height='300' border='0'/>
156-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00132.JPG' height='300' border='0'/>
157-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00133.JPG' height='300' border='0'/>
158-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00134.JPG' height='300' border='0'/>
159-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00135.JPG' height='300' border='0'/>
160-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00136.JPG' height='300' border='0'/>
161-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00137.JPG' height='300' border='0'/>
162-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00138.JPG' height='300' border='0'/>
163-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00139.JPG' height='300' border='0'/>
164-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00140.JPG' height='300' border='0'/>
165-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00141.JPG' height='300' border='0'/>
166-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00142.JPG' height='300' border='0'/>
167-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00143.JPG' height='300' border='0'/>
168-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00144.JPG' height='300' border='0'/>
169-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00145.JPG' height='300' border='0'/>
170-
<img width='400' src='https://github.com/boostjp/study12/raw/master/image/DSC00146.JPG' height='300' border='0'/>
147+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00123.JPG' height='300' border='0'/>
148+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00124.JPG' height='300' border='0'/>
149+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00125.JPG' height='300' border='0'/>
150+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00126.JPG' height='300' border='0'/>
151+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00127.JPG' height='300' border='0'/>
152+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00128.JPG' height='300' border='0'/>
153+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00129.JPG' height='300' border='0'/>
154+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00130.JPG' height='300' border='0'/>
155+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00131.JPG' height='300' border='0'/>
156+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00132.JPG' height='300' border='0'/>
157+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00133.JPG' height='300' border='0'/>
158+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00134.JPG' height='300' border='0'/>
159+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00135.JPG' height='300' border='0'/>
160+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00136.JPG' height='300' border='0'/>
161+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00137.JPG' height='300' border='0'/>
162+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00138.JPG' height='300' border='0'/>
163+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00139.JPG' height='300' border='0'/>
164+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00140.JPG' height='300' border='0'/>
165+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00141.JPG' height='300' border='0'/>
166+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00142.JPG' height='300' border='0'/>
167+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00143.JPG' height='300' border='0'/>
168+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00144.JPG' height='300' border='0'/>
169+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00145.JPG' height='300' border='0'/>
170+
<img width='400' src='https://raw.githubusercontent.com/boostjp/study12/master/image/DSC00146.JPG' height='300' border='0'/>
171171

172172

study_meeting/study14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
### 新しい並列for構文のご提案
8989
- 発表者: [@yohhoy](https://twitter.com/yohhoy)
9090

91-
- 資料: [[PDF](https://github.com/yohhoy/docs/raw/master/boostjp14_parfor_20140301.pdf)] [[slideshare](http://www.slideshare.net/yohhoy/boostjp14-parfor-20140301-31781446)] [[video](http://www.ustream.tv/recorded/44351995)]
91+
- 資料: [[PDF](https://raw.githubusercontent.com/yohhoy/docs/master/boostjp14_parfor_20140301.pdf)] [[slideshare](http://www.slideshare.net/yohhoy/boostjp14-parfor-20140301-31781446)] [[video](http://www.ustream.tv/recorded/44351995)]
9292
- アフターケア:
9393
- [Boost.勉強会 #14に参加しました - yohhoyの日記(別館)](http://yohhoy.hatenablog.jp/entry/2014/03/02/143031)
9494

study_meeting/study7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
- ブログ : [http://d.hatena.ne.jp/fjnl/](http://d.hatena.ne.jp/fjnl/)
6565
- Twitter : [http://twitter.com/#!/fjnli](http://twitter.com/#%21/fjnli)
6666

67-
- 発表資料 : [https://raw.github.com/fjnl/boost-study-7-Tokyo/master/sheet.pdf](https://raw.github.com/fjnl/boost-study-7-Tokyo/master/sheet.pdf)
67+
- 発表資料 : [https://raw.githubusercontent.com/fjnl/boost-study-7-Tokyo/master/sheet.pdf](https://raw.githubusercontent.com/fjnl/boost-study-7-Tokyo/master/sheet.pdf)
6868

6969

7070
### C++ Tips 2 インクリメント

0 commit comments

Comments
 (0)