Last active
August 29, 2015 14:15
-
-
Save jestan/f5817fca9ff4001e102a to your computer and use it in GitHub Desktop.
Revisions
-
jestan revised this gist
Feb 9, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $SCALA_HOME ### Start using REPL ### Start using Scala Doc -
jestan revised this gist
Feb 9, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $SCALA_HOME # Start using REPL ### Start using Scala Doc -
jestan revised this gist
Feb 9, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Futures and Promises Actors ### Frameworks in Use -
jestan renamed this gist
Feb 9, 2015 . 1 changed file with 7 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,6 @@ ### Installation $SCALA_HOME ### Start using REPL @@ -25,7 +23,7 @@ Maps and Sets Pattern matching Classes and Objects Class @@ -38,10 +36,10 @@ Functions Higher Order Functions map filter @@ -76,7 +74,7 @@ Futures and Promises Actor ### Frameworks in Use @@ -98,7 +96,7 @@ Akka Framework HTTP/REST Spray @@ -107,5 +105,5 @@ Mongo Cashabh/Salat SQL Squeryl/Slick -
jestan revised this gist
Feb 9, 2015 . 1 changed file with 45 additions and 45 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,108 +1,108 @@ ### Introduction ### Installation $SCALA_HOME ### Start using REPL ### Start using Scala Doc ### Setup Intellij Idea ### Build Tools SBT Maven Integration ### Objects and Functions Lists Tuples Maps and Sets Pattern matching Classes and Objects Class Traits Case Class Object Functions Higher Order Functions map filter flatMap collect Curried Functions Partial Functions Partially Applied Functions ### Types and Containers Type Parameter Variance Implicits Collections Type Classes ### Parallel and Concurrent Programming Parallel Collections Futures and Promises Actor ### Frameworks in Use Configurations Typesafe Config Logging Scala Logging Dependency Injection Cake Pattern Subcut Actors Akka Framework HTTP/REST Spray Database Access Mongo Cashabh/Salat -
jestan renamed this gist
Feb 9, 2015 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -102,10 +102,10 @@ Spray 10.6 Database Access Mongo Cashabh/Salat SQL Squeryl/Slick -
jestan created this gist
Feb 9, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,111 @@ 1. Introduction 2. Installation $SCALA_HOME 3. Start using REPL 4. Start using Scala Doc 5. Setup Intellij Idea 6. Build Tools 6.1 SBT 6.2 Maven Integration 7. Objects and Functions 7.1 Lists 7.2 Tuples 7.3 Maps and Sets 7.4 Pattern matching 7.5 Classes and Objects Class Traits Case Class Object 7.3 Functions 7.4 Higher Order Functions map filter flatMap collect 7.5 Curried Functions 7.6 Partial Functions 7.7 Partially Applied Functions 8. Types and Containers 8.1 Type Parameter 8.2 Variance 8.3 Implicits 8.4 Collections 8.5 Type Classes 9. Parallel and Concurrent Programming 9.1 Parallel Collections 9.2 Futures and Promises 9.3 Actor 10. Frameworks in Use 10.1 Configurations Typesafe Config 10.2 Logging Scala Logging 10.3 Dependency Injection Cake Pattern Subcut 10.4 Actors Akka Framework 10.5 HTTP/REST Spray 10.5 Database Access 10.5.1 Mongo Cashabh/Salat 10.5.2 SQL Squeryl/Slick