scalajs-bundler Module bundler for Scala.js projects that use NPM packages. Uses npm and webpack under the hood. Documentation More information on how to use it in the documentation. Contributing scal
A library of custom GraphQL scalar types for creating precise type-safe GraphQL schemas. Getting Started Please refer to our website for all the documentation related to GraphQL Scalars Contributions
An updated and organized reading list for illustrating the patterns of scalable, reliable, and performant large-scale systems. Concepts are explained in the articles of prominent engineers and credibl
Scala Steward Scala Steward is a bot that helps you keep your library dependencies, sbt plugins, and Scala and sbt versions up-to-date. See also the announcement blog post:Keep your projects up-to-dat
Scalafmt probot �� A GitHub App built with Probot and Scala.js that runs Scalafmt on your pull-requests and reports any problems with code formatting using GitHub Checks API. �� WORK IN PROGRESS �� Th
ScalaMD 是 Scala 语言用来处理 Markdown 格式文档的库。 Maven: <dependency> <groupId>org.fusesource.scalamd</groupId> <artifactId>scalamd</artifactId> <version>1.5</version></dependency>
Scalavro 是一个使用反射技术实现的 Avro 库。 Avro是一个数据序列化系统,设计用于支持大 批量数据交换的应用。它的主要特点有:支持二进制序列化方式,可以便捷,快速地处理大量数据;动态语言友好,Avro提供的机制使动态语言可以方便地处理 Avro数据。 示例代码: import com.gensler.scalavro.types.AvroTypeimport scala.util.
scala-yaml 是 Scala 编程语言用来解析 YAML 的工具包。
Scalable Lightbox 是一个构建漂亮外观的响应式图片灯箱。 在线演示
scala-cassandra 实现了对 Cassandra 的 DataStax Java 驱动程序的 Scala 封装。 示例代码: class ScalaCassandraSpec extends Specification { CQL.init() CQL.startup("MetaStore") Meta.createTable() "Meta objects
这是 NetBeans 上开发 Scala 应用程序的插件。
此项目获取“Scala语言规范”最新版本的pdf。提供环境配置说明和转换脚本,把Scala官方github仓库上的spec目录下的md文件转成pdf文件,方便打印和阅读。
scalariform 是一个用来格式化 Scala 代码的 Eclipse 插件。 同时也提供了各种编辑器插件、命令行工具和开发包
ScalaNLP 是一组 Scala 的机器学习和数学计算库。包含了很多库的封装。 示例代码: scala> x(0)Double = 0.0scala> x(1) = 2scala> xbreeze.linalg.DenseVector[Double] = DenseVector(0.0, 2.0, 0.0, 0.0, 0.0)
Scalatron 是一个自由开源的编程游戏机器人,使用 Scala编写,在能源和生存的虚拟舞台中竞争。你可以与电脑或与朋友组织比赛。 Scalatron 可能是最快和最有趣的方式。类似 Java 版的 Robocode