Demos and Examples in Scala (Chinese) alternatives and similar packages
Based on the "Misc." category.
Alternatively, view Demos and Examples in Scala (Chinese) alternatives based on common mentions on social networks and blogs.
-
Exercism - Scala Exercises
Crowd-sourced code mentorship. Practice having thoughtful conversations about code. -
Learn-by-doing functional programming course on Scala
7.2 0.0 Demos and Examples in Scala (Chinese) VS Learn-by-doing functional programming course on Scalalearn-by-doing course/tutorial for functional programming on scala -
Functional Programming for Mortals
source and examples to Functional Programming for Mortals with Scalaz -
Scalera Blog
Blog about Scala language and its environment (howto's, good practices, tips,...). Weekly posts written in both spanish and english -
List of Scala Online Courses
A list of free and paid Scala online courses by Classpert, An online course search and comparison website -
Scala Days Conferences
A youtube channel that provides full fledged videos, recorded at Scala Days Conferences -
Functional Programming in Scala
Coursera Specialization (5 courses) created by Martin Odersky et al. at the EPFL (Ecole polytechnique fédérale de Lausanne). -
Reactive Programming with Scala and Akka
Use the concepts of reactive programming to build distributed systems running on multiple nodes -
Scala With Cats
Learn system architecture and design using the techniques of modern functional programming with Cats -
Scala for the Impatient 2nd Edition
Covers most Scala features with short and easy to understand explainations.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of Demos and Examples in Scala (Chinese) or a related project?
Popular Comparisons
-
Demos and Examples in Scala (Chinese)vsGet Programming with Scala
-
Demos and Examples in Scala (Chinese)vsA Tour of Scala
-
Demos and Examples in Scala (Chinese)vsExercism - Scala Exercises
-
Demos and Examples in Scala (Chinese)vsScala Exercises
-
Demos and Examples in Scala (Chinese)vsScala in Depth
README
utils4s
公众号: [公众号](picture/datacube.jpg)
Issues 中包含我们平时阅读的关于scala、spark好的文章,欢迎推荐
utils4s包含各种scala通用、好玩的工具库demo和使用文档,通过简单的代码演示和操作文档,各种库信手拈来。
同时欢迎大家贡献各种好玩的、经常使用的工具库。
QQ交流群 432290475(已满),请加530066027
或者点击上面gitter图标也可以参与讨论
微博:jacksu_
scala语法学习
说明:scala语法学习过程中,用例代码都放在scala-demo模块下。
利用IntelliJ IDEA与Maven开始你的Scala之旅
快学scala电子书(推荐入门级书)
scala初学者指南(这可不是初学者可以理解的欧,还是写过一些程序后再看)
[scala学习用例](scala-demo)
scala/java 通过maven编译(Mixed Java/Scala Projects)
common库
[日志操作](log-demo)(log4s)
[单元测试](unittest-demo)(scalatest)
[日期操作](lamma-demo)(lama)(注:只支持日期操作,不支持时间操作)
[日期时间操作](nscala-time-demo)(nscala-time)(注:没有每月多少天,每月最后一天,以及每年多少天)
[json解析](json4s-demo)(json4s)
[resources下文件加载用例](resources-demo)
[文件操作](file-demo)(better-files)
[单位换算](analysis-demo)(squants)
[线性代数和向量计算](breeze-demo)(breeze)
[分布式并行实现库akka](akka-demo)(akka)
[Twitter工具库](twitter-util-demo)(twitter util)
[日常脚本工具](manger-tools)
BigData库
Spark
Spark core spark远程调试源代码
aliyun-spark-deploy-tool---Spark on ECS Spark Streaming
[Spark Streaming使用Kafka保证数据零丢失](spark-knowledge/md/spark_streaming使用Kafka保证数据零丢失.md)
[spark streaming测试用例](sparkstreaming-demo)
基于spark streaming的聚合分析(Sparkta)
Spark SQL
[spark DataFrame测试用例](spark-dataframe-demo)
[Hive Json加载](hive-json-demo)
Spark 机器学习
KeyStoneML KeystoneML is a software framework, written in Scala, from the UC Berkeley AMPLab designed to simplify the construction of large scale, end-to-end, machine learning pipelines with Apache Spark.
[spark TS](spark-timeseries-demo)
Spark zeppelin
Z-Manager--Simplify getting Zeppelin up and running
zeppelin--a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
helium--Brings Zeppelin to data analytics application platform
Spark 其它
[spark学习知识总结](spark-knowledge)
Spark library for doing exploratory data analysis in a scalable way
ES
Beam Apache Beam:下一代的数据处理标准 贡献代码步骤
- 首先 fork 我的项目
- 把 fork 过去的项目也就是你的项目 clone 到你的本地
- 运行 git remote add jacksu [email protected]:jacksu/utils4s.git 把我的库添加为远端库
- 运行 git pull jacksu master 拉取并合并到本地
- coding
- commit后push到自己的库( git push origin master )
- 登陆Github在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交即可。 1~3是初始化操作,执行一次即可。在coding前必须执行第4步同步我的库(这样避免冲突),然后执行5~7既可。
贡献者 jjcipher