Created
May 17, 2016 17:06
-
-
Save matsu-chara/c9c5dd9c9cc089492ac8288785990538 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/IDE.md | |
1:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません # IDE (Integrated Development Environment) chapter-difficulty-stars | |
62:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## sbtプロジェクトのインポート chapter-difficulty-stars | |
102:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## プログラムを実行する chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/INTRODUCTION.md | |
1:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません # はじめに chapter-difficulty-stars | |
36:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## ライセンス chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/advanced-trait-di.md | |
1:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません # トレイトの応用編:依存性の注入によるリファクタリング chapter-difficulty-stars | |
6:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## サンプルプログラム chapter-difficulty-stars | |
15:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## リファクタリング前のプログラムの紹介 chapter-difficulty-stars | |
35:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## リファクタリング:公開する機能を制限する chapter-difficulty-stars | |
185:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## 依存性の注入によるリファクタリング chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/basic.md | |
6:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## Scalaのインストール chapter-difficulty-stars | |
10:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## REPLでScalaを対話的に試してみよう chapter-difficulty-stars | |
33:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## Hello, World! chapter-difficulty-stars | |
69:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## 簡単な計算 chapter-difficulty-stars | |
142:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## 変数の基本 chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/case-class-and-pattern-matching.md | |
121:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## 変数宣言におけるパターンマッチング chapter-difficulty-stars | |
139:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## 練習問題 chapter-difficulty-stars | |
171:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## 練習問題 chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/class.md | |
1:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません # クラス chapter-difficulty-stars | |
90:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### メソッドのカリー化(★★★) chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/collection.md | |
1:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません # Scalaのコレクションライブラリ(immutableとmutable) chapter-difficulty-stars | |
99:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### [Range](https://github.com/scala/scala/blob/v2.11.8/src/library/scala/collection/immutable/Range.scala)(★★) chapter-difficulty-stars | |
115:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### [List](https://github.com/scala/scala/blob/v2.11.8/src/library/scala/collection/immutable/List.scala)(★★★) chapter-difficulty-stars | |
189:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### mkString:文字列のフォーマッティング(★★★) chapter-difficulty-stars | |
262:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### foldLeft:左からの畳み込み(★★★) chapter-difficulty-stars | |
323:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### foldRight:右からの畳み込み(★★) chapter-difficulty-stars | |
413:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### map:各要素を加工した新しい`List`を返す(★★★) chapter-difficulty-stars | |
439:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### filter:条件に合った要素だけを抽出した新しい`List`を返す(★★★) chapter-difficulty-stars | |
462:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### find:条件に合った最初の要素を返す(★★★) chapter-difficulty-stars | |
474:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### takeWhile:先頭から条件を満たしている間を抽出する(★★) chapter-difficulty-stars | |
482:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### count:`List`の中で条件を満たしている要素の数を計算する(★★) chapter-difficulty-stars | |
504:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### flatMap:`List`をたいらにする(★★★) chapter-difficulty-stars | |
543:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています #### Listの性能特性(★★★) chapter-difficulty-stars | |
559:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### 紹介したメソッドについて(★) chapter-difficulty-stars | |
563:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### [Vector](https://github.com/scala/scala/blob/v2.11.8/src/library/scala/collection/immutable/Vector.scala)(★★★) chapter-difficulty-stars | |
654:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### その他資料(★) chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/control-syntax.md | |
1:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません # 制御構文 chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/error-handling.md | |
7:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## エラーとは chapter-difficulty-stars | |
49:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## エラー処理で実現しなければならないこと chapter-difficulty-stars | |
69:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## Javaにおけるエラー処理 chapter-difficulty-stars | |
116:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## 例外の問題点 chapter-difficulty-stars | |
151:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## エラーを表現するデータ型を使った処理 chapter-difficulty-stars | |
723:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## Optionの例外処理をEitherでリファクタする実例 chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/exercises.md | |
5:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## S-99: Ninety-Nine Scala Problems chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/implicit.md | |
1:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません # implicit conversion(暗黙の型変換)とimplicit parameter(暗黙のパラメータ) chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/introduction-to-scala.md | |
12:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## オブジェクト指向プログラミングと関数型プログラミングの統合 chapter-difficulty-stars | |
62:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## Javaとの互換性 chapter-difficulty-stars | |
72:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## 非同期プログラミング、並行・分散プログラミング chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/java-interop.md | |
3:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## ScalaとJava chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/sbt-install.md | |
7:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## Mac OSの場合 chapter-difficulty-stars | |
17:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## Windowsの場合 chapter-difficulty-stars | |
35:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## REPLとsbt chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/test.md | |
1:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません # テスト chapter-difficulty-stars | |
30:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## ユニットテスト chapter-difficulty-stars | |
82:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## テスティングフレームワーク chapter-difficulty-stars | |
102:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## テストができるsbtプロジェクトの作成 chapter-difficulty-stars | |
137:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## Calcクラスとそのテストを実際に作る chapter-difficulty-stars | |
379:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## モック chapter-difficulty-stars | |
424:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## コードカバレッジの測定 chapter-difficulty-stars | |
453:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## コードスタイルチェック chapter-difficulty-stars | |
/Users/matsu_chara/ghq/src/github.com/dwango/scala_text/src/trait.md | |
1:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません # トレイト chapter-difficulty-stars | |
122:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### 「トレイト」という用語について(★) chapter-difficulty-stars | |
130:1 error #(h1), ##(h2)の見出し行に難易度表記(★)がありません ## トレイトの様々な機能 chapter-difficulty-stars | |
132:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### 菱形継承問題(★★) chapter-difficulty-stars | |
217:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### 線形化(linearization)(★) chapter-difficulty-stars | |
300:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### abstract override(★) chapter-difficulty-stars | |
362:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### 自分型(★★) chapter-difficulty-stars | |
491:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### 落とし穴:トレイトの初期化順序(★★) chapter-difficulty-stars | |
530:1 error #(h3)より大きな見出し行に難易度表記(★)が含まれています ### トレイトの`val`の初期化順序の回避方法(★★) chapter-difficulty-stars | |
✖ 69 problems (69 errors, 0 warnings) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment