Skip to content

Commit

Permalink
update to 28
Browse files Browse the repository at this point in the history
  • Loading branch information
checkcheckzz committed Dec 1, 2014
1 parent 847d95f commit b3c17e2
Show file tree
Hide file tree
Showing 11 changed files with 120 additions and 12 deletions.
13 changes: 9 additions & 4 deletions CoolApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ Project Source: https://github.com/typesafehub/webwords
Modeling high-frequency limit order book dynamics with support vector machines.
Project Source: https://github.com/ezhulenev/orderbook-dynamics

1. browse
Browsable Scala source code in HTML.
Project Source: https://github.com/harrah/browse.

1. moe
An -OFun prototype of an Ultra Modern Perl 5.
Project Source: https://github.com/MoeOrganization/moe
Expand Down Expand Up @@ -80,4 +76,13 @@ Project Homepage: http://swarmframework.org/
1. lojinha
a small store application, developed using Play 2 and Akka 2.
Project Source: https://github.com/jcranky/lojinha

1. coinffeine
P2P and Decentralized Bitcoin Exchange.
Project Source: https://github.com/Coinffeine/coinffeine
Project Homepage: http://www.coinffeine.com/

1. net-monitor
Toolkit for auditing "phone home" behavior on Mac OS X Yosemite.
Project Source: https://github.com/fix-macosx/net-monitor

4 changes: 4 additions & 0 deletions Database.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,8 @@ Project Source: https://github.com/bwmcadams/hammersmith
1. scalacache
Simple caching in Scala.
Project Source: https://github.com/cb372/scalacache

1. scala-redis
A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
Project Source: https://github.com/acrosa/scala-redis

8 changes: 7 additions & 1 deletion DistributedSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ A toolkit and runtime for building highly concurrent, distributed, and fault tol
Project Source: https://github.com/akka/akka
Project Homepage: http://akka.io/

1. akka-data-replication
Replication of CRDTs in Akka Cluster.
Project Source: https://github.com/patriknw/akka-data-replication

1. finagle
Finagle is an extensible RPC system for the JVM, used to construct high-concurrency servers.
Project Source: https://github.com/twitter/finagle
Expand All @@ -20,5 +24,7 @@ Kafka is a distributed, partitioned, replicated commit log service.
Project Source: https://github.com/apache/kafka
Project Homepage: http://kafka.apache.org/


1. incubator-samza
Apache Incubator Samza is a distributed stream processing framework.
Project Source: https://github.com/apache/incubator-samza

9 changes: 9 additions & 0 deletions Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ Project Source: https://github.com/ochafik/Scalaxy
1. zinc
sbt's scala incremental compiler.
Project Source: https://github.com/typesafehub/zinc

1. macrocosm
Exploration of Scala macros.
Project Source: https://github.com/retronym/macrocosm

1. scala-stm
A library-based Software Transactional Memory (STM) for Scala, coupled with transactional sets and maps.
Project Source: https://github.com/nbronson/scala-stm
Project Homepage: http://nbronson.github.io/scala-stm/
12 changes: 12 additions & 0 deletions LearningMaterial.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,16 @@ Project Source: https://github.com/brikis98/ping-play
1. reactivemongo-demo-app
Full web application built upon Play 2.0 and ReactiveMongo.
Project Source: https://github.com/sgodbillon/reactivemongo-demo-app

1. scala-koans
The Scala koans will guide you on your journey to learn Scala.
Project Source: https://github.com/rubbish/scala-koans

1. CourseraCodeSamplesReactiveProgramming
Coursera Principles of Reactive Programming Samples
Project Source: https://github.com/headinthebox/CourseraCodeSamplesReactiveProgramming

1. scala-spring-hibernate-maven-webapp
Code for kickstarting a webapp using Scala + Spring + Hibernate + Maven + Selenium WebDriver PageObject Web Tests.
Project Source: https://github.com/GrahamLea/scala-spring-hibernate-maven-webapp

27 changes: 26 additions & 1 deletion Library.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,29 @@ Project Source: https://github.com/xerial/larray
1. metrics-scala
The scala API for Coda Hale's Metrics.
Project Source: https://github.com/erikvanoosten/metrics-scala


1. ScalaCL
Run Scala on your GPU.
Project Source: https://github.com/ochafik/ScalaCL

1. scala-arm
This project is an attempt to provide an Automatic-Resource-Management library for the scala distribution.
Project Source: https://github.com/jsuereth/scala-arm

1. scalaj-collection
A library for converting between Java and Scala collections.
Project Source: https://github.com/scalaj/scalaj-collection

1. scala-workflow
Boilerplate-free syntax for effectful computations.
Project Source: https://github.com/aztek/scala-workflow

1. scala-csv
CSV Reader/Writer for Scala.
Project Source: https://github.com/tototoshi/scala-csv

1. psp-std
psp's non-standard standard library (for scala).
Project Source: https://github.com/paulp/psp-std


5 changes: 5 additions & 0 deletions Network.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ Project Source: https://github.com/finagle/finch
1. spray-can
A low-overhead, high-performance, fully async HTTP 1.1 server and client library implemented entirely in Scala on top of Akka .
Project Source: https://github.com/spray/spray-can

1. hookup
A reliable netty websocket server built on top of akka.
Project Source: https://github.com/backchatio/hookup
Project Homepage: http://backchatio.github.io/hookup/
5 changes: 5 additions & 0 deletions Sbtplugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ Project Source: https://github.com/jamesward/play-auto-refresh
1. sbt-start-script
SBT Plugin to create a "start" script to run the program.
Project Source: https://github.com/sbt/sbt-start-script

1. sbt-pack
A sbt plugin for creating distributable Scala packages.
Project Source: https://github.com/xerial/sbt-pack

18 changes: 17 additions & 1 deletion Science.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,20 @@ Project Documentation: https://github.com/BIDData/BIDMach/wiki
1. gll-combinators
A parser combinator library based on the GLL algorithm.
Project Source: https://github.com/djspiewak/gll-combinators


1. figaro
Figaro Programming Language and Core Libraries.
Project Source: https://github.com/p2t2/figaro

1. chalk
Chalk is a natural language processing library.
Project Source: https://github.com/scalanlp/chalk

1. scalastic
scala driver for elasticsearch.
Project Source: https://github.com/bsadeh/scalastic

1. slashem
A rogue-like DSL for querying SOLR.
Project Source: https://github.com/foursquare/slashem

18 changes: 13 additions & 5 deletions Tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ Project Documentation: http://mdr.github.io/scalariform/
WartRemover is a flexible Scala code linting tool.
Project Source: https://github.com/typelevel/wartremover

1. scala-arm
This project is an attempt to provide an Automatic-Resource-Management library for the scala distribution.
Project Source: https://github.com/jsuereth/scala-arm

1. activator
Typesafe Activator is a browser-based or command-line tool that helps developers get started with the Typesafe Reactive Platform.
Project Source: https://github.com/typesafehub/activator
Expand Down Expand Up @@ -77,4 +73,16 @@ Project Source: https://github.com/peak6/scala-ssh-shell
1. scalagen
Java to Scala transformation.
Project Source: https://github.com/mysema/scalagen


1. browse
Browsable Scala source code in HTML.
Project Source: https://github.com/harrah/browse.

1. ForgeMultipart
An API for dynamically handling different functional parts in the one block space.
Project Source: https://github.com/Chicken-Bones/ForgeMultipart

1. javatoscala
Online Java to Scala converter.
Project Source: https://github.com/koofr/javatoscala

13 changes: 13 additions & 0 deletions WebFramework.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,24 @@ Project Source: https://github.com/leon/play-salat
1mn REST/Crud/Async/Typesafe Datasource for Play Framework.
Project Source: https://github.com/mandubian/play-autosource

1. twirl
Twirl is the Play template engine.
Project Source: https://github.com/playframework/twirl

1. play2-memcached
An implementation of Play 2.0's CacheAPI which provides access to memcached using spymemcached.
Project Source: https://github.com/mumoshu/play2-memcached

1. spray
A suite of scala libraries for building and consuming RESTful web services on top of Akka.
Project Source: https://github.com/spray/spray
Project Homepage: http://spray.io/


1. spray-socketio
Socket.IO implementation on Spray with cluster sharding.
Project Source: https://github.com/wandoulabs/spray-socketio

1. scalatra
Tiny Scala high-performance, async web framework, inspired by Sinatra.
Project Source: https://github.com/scalatra/scalatra
Expand Down

0 comments on commit b3c17e2

Please sign in to comment.