Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Java8inaction | 3,055 | 10 months ago | 26 | mit | Java | |||||
Angular2 Rxjs Chat | 1,657 | 2 years ago | 1 | November 21, 2016 | 35 | CSS | ||||
Example Chat Application using RxJS and Angular 2 | ||||||||||
Real_world_scala | 621 | 6 years ago | 1 | HTML | ||||||
an introduction book on real world's scala, including its main stream frameworks and MOMs... | ||||||||||
Binapi | 151 | 5 months ago | 2 | apache-2.0 | C++ | |||||
Binance API C++ implementation | ||||||||||
Bash Streams Handbook | 148 | a year ago | mit | |||||||
💻 Learn Bash streams, pipelines and redirection, from beginner to advanced. | ||||||||||
Rxjs In Action | 110 | 1 | 5 years ago | 3 | February 06, 2017 | 5 | JavaScript | |||
Code sample repository | ||||||||||
Kuboo | 78 | 4 years ago | n,ull | apache-2.0 | Kotlin | |||||
Kotlin + Ubooquity = Kuboo | ||||||||||
Kafka Streams Real Time Stream Processing | 76 | 3 years ago | 4 | mit | Java | |||||
This is the central repository for all materials related to Kafka Streams : Real-time Stream Processing! Book by Prashant Pandey. | ||||||||||
Mastering Kafka Streams And Ksqldb | 54 | 2 years ago | Java | |||||||
Code repository for the Mastering Kafka Streams and ksqlDB book | ||||||||||
Real_time_stream_computing_book | 32 | 3 years ago | other | |||||||
This is a book about real time stream computing, it's a summary of my work, exploration and thinking. |
#《Real World Scala》
by fujohnwang
你可以认为它是一本入门书,或者是把它当作了解Scala世界里当前主流框架的一个入口,但多少你应该了解一些基础的Scala概念,否则本人不保证你能看懂,:)
本人也不保证这本书可以持续更新甚至书写完成,本人更不保证会一直把它挂在github上,总之,爱看不看,哈哈
直接查看本地生成的html文件: real_world_scala.html
安装pandoc,然后运行:
$ pandoc -s -N --toc -c css/default.css *.markdown > real_world_scala.html
css可以根据自己的胃口调和, 输出的文件名也不用非得叫real_world_scala.html,自己喜欢输出成什么文件名就叫什么文件名, 点开你的输出文件就可以看了, easy as ABC~