wiki.scala-lang.org
Tools and Libraries - Scala Wiki - Scala Wiki
https://wiki.scala-lang.org/display/SW/Tools+and+Libraries
Please note that the Scala wikis are in a state of flux. We strongly encourage you to add content but avoid creating permanent links. URLs will frequently change. For our long-term plans see this post. By the doc czar. Link to this Page. Welcome to the Scala Wiki! Skip to end of metadata. Created by Simon Ochsenreither. Last modified by 杨博. On Apr 16, 2016. Go to start of metadata. A more actively curated list of Scala libraries is: Awesome Scala. Some standard library modules are also listed. Is a Groov...
github.com
GitHub - paulbutcher/borachio: Native Scala mocking framework
https://github.com/paulbutcher/borachio
Native Scala mocking framework. Use Git or checkout with SVN using the web URL. Nov 7, 2011. Borachio is now ScalaMock. Failed to load latest commit information. Ignore IntelliJ project files. May 7, 2011. Add license text and documentation. Feb 25, 2011. Increase version number to 1.5. Nov 3, 2011. Borachio is now ScalaMock. This repository is now mothballed. Future development will happen here. You can't perform that action at this time. You signed in with another tab or window. Reload.
rktm.blogspot.com
RKTM's Blog: 2月 2013
http://rktm.blogspot.com/2013_02_01_archive.html
Error: not enough arguments for constructor XXX. Right now, ScalaMock3 can only mock traits and no-args classes. てことで、少なくとも現時点では、引数ありのコンストラクタを持ったクラスのモックは作成できない模様。 8251;まぁscalamockのオフィシャルページにも似たようなことが書いてあったのでやっぱりかー、というところ。 Play ScalaでのカスタムPathBindableの作成方法(へのリンク). Sbtでコンパイルを走らせた際にwarningが出で「-xxxっていうコンパイルオプションをつけてもう一度やってね」って言われるものの、. Set scalacOptions = "-xxx". Play ScalaでのカスタムPathBindableの作成方法(へのリンク). Awesome Inc. テンプレート. Powered by Blogger.
paulbutcher.com
ScalaMock Status Report | Paul Butcher
https://paulbutcher.com/2014/04/15/scalamock-status-report
An Open Letter to The Gregory James Group. April 15, 2014. Apart from a little work to make it compatible with the most recent versions of Scala and ScalaTest (thanks to Chua Chee Seng. Has been moribund over the last 12 months. This is partly because my focus has been on writing Seven Concurrency Models in Seven Weeks. But mostly because of insurmountable issues. With Scala’s current macro support. Which looks like it should provide everything that ScalaMock needs. So where is ScalaMock now? As soon as ...
paulbutcher.com
April | 2014 | Paul Butcher
https://paulbutcher.com/2014/04
Archive for April, 2014. April 20, 2014. If you watch wildlife documentaries, you’ve probably seen pronking. Or stotting the strange four-legged jump that gazelles do:. Pronking slows the animal down and uses up energy that (you might think) would be better spent running away. But it works animals that pronk are less likely to be caught than those that don’t. So what’s going on? So what does this have to do with programmers? Too many pizzas and donuts mean that quite a few of us won’t be able to. There a...
paulbutcher.com
Software Engineering | Paul Butcher
https://paulbutcher.com/category/softwareengineering
Archive for the 'Software Engineering' Category. Travis, Docker and Elastic Beanstalk. June 20, 2014. Elastic Beanstalk now supports Docker. Thing I’ve just spent an unreasonably long time trying to work out how to get this working nicely with a CI system running on Travis. Though, and thought I’d save others the same experience. The “aha” moment came when I realised that you don’t need to create a Docker image to deploy to Elastic Beanstalk. Instead, you can have Elastic Beanstalk build the image for you.
debop.blogspot.com
단순 무식 서버 개발자: 2013/01
http://debop.blogspot.com/2013_01_01_archive.html
단순 무식 서버 개발자. DDD, ORM, OGM, RDBMS, NoSQL 등 Data 분야를 합니다. 이제 BigData 쪽으로 방향을 틀어볼까 고민 중입니다. 2013년 1월 29일 화요일. Scala - 컬렉션을 병렬로 실행하고 정렬된 결과를 얻기. Scala 의 좋은 점이 기본적으로 병렬 처리를 수행할 수 있도록 병렬 형태의 컬렉션 자료구조를 지원하고, 일반 컬렉션도 .par 를 이용하여, 병렬 처리를 지원하는 자료구조로 변환할 수 있습니다. 다만 아쉬운 점이라고 한다면, 병렬 처리 자체가 정렬을 지원하지 않기 때문에, 정렬된 순서대로 결과가 나오지 않는다는 단점이 있습니다. NET에는 .asParallel() 외에 .asOrdered() 가 있어, 병렬 처리를 하면서 정렬된 결과를 얻을 수 있습니다. Scala에서는 아쉽게 지원되지 않으므로, 한 번 더 처리 해 줘야 합니다. Java로도 유사한 코드를 만들 수 있지만, Scala 가 더 편하네요. 이 게시물에 대한 링크. 예를들어 객체 정...
scalahispano.com
Bibliotecas - ScalaHispano
http://www.scalahispano.com/bibliotecas.html
Pluggable object persistence in Scala. A scala DSL / reactive client for Elasticsearch. Async type safe Scala DSL for Apache Cassandra. PostgreSQL and MySQL async. Async database drivers to talk to PostgreSQL and MySQL in Scala. Reactive Scala Driver for Couchbase. Also includes a Play plug-in. An official plug-in is also in development. Reactive Scala Driver for MongoDB. ORM for MongoDB. A related Play-plugin is also available. ORM library for scala, inspired by ActiveRecord of Ruby on Rails. A modular ...
dcsobral.blogspot.com
Algorithmically challenged: December 2011
http://dcsobral.blogspot.com/2011_12_01_archive.html
Random thoughts of an IT worker in the stone age of computer science. Tuesday, December 27, 2011. Using Scala API Documentation. One link that was missing from my post about Scala on the Web. Was the link to the Scala API documentation, often called "scaladoc" for short, after the tool that generates it. I tried to put it in, but it kind of broke the narrative and, to be honest, I have a lot to talk about the subject. So I decided to do a whole blog just about it. First of all, there are two main links.