A collection of my scala code snippets.
Codes of books.
| project | description |
|---|---|
| fpinscala | exercises of functional programming in scala. |
Experimental codes for studying, testing or just for fun.
| project | description |
|---|---|
| feature | experiments for scala features. |
| performance | experiments for scala performance test. |
| snippet | some small snippets of code. |
| sql4hbase | a lib for query java-object by sql. |
Codes for solving problems.
| project | description |
|---|---|
| conway | my solution for the classical conway problem. |
| leetcode | my solution for the leetcode problems. |
| ninety-nine | my solution for the S99 problems. |
| stackoverflow | my answers for scala related problems on stackoverflow. |
Codes for the courses I developed.
| project | description |
|---|---|
| type-system | examples for my scala type-system training course. |