From 3e2a333e315eaa2cbc7ac06317e2789b23c82761 Mon Sep 17 00:00:00 2001 From: niuzhist Date: Tue, 2 Dec 2014 10:29:12 -0500 Subject: [PATCH] update to 30 --- Android.md | 6 +++++- BigData.md | 8 ++++++++ CoolApplication.md | 7 ++++++- DataAnalysis.md | 4 ---- Database.md | 8 ++++++++ Devops.md | 10 ++++++++++ JSONManipulation.md | 4 ++++ Language.md | 11 ++++++++++- LearningMaterial.md | 11 ++++++++++- Library.md | 3 +++ Queue.md | 5 +++++ ReactiveProgramming.md | 8 ++++++-- Science.md | 18 +++++++++++++++++- Tool.md | 1 - WebFramework.md | 4 ++++ 15 files changed, 96 insertions(+), 12 deletions(-) diff --git a/Android.md b/Android.md index 7e49f92..f0b92a3 100644 --- a/Android.md +++ b/Android.md @@ -18,4 +18,8 @@ A modular functional UI language for Android. Project Source: https://github.com/macroid/macroid Project Homepage: http://macroid.github.io/ - \ No newline at end of file +1. aprsdroid +Android APRS reporting tool. +Project Source: https://github.com/ge0rg/aprsdroid +Project Homepage: http://aprsdroid.org/ + \ No newline at end of file diff --git a/BigData.md b/BigData.md index 12b41b0..0990eac 100644 --- a/BigData.md +++ b/BigData.md @@ -28,4 +28,12 @@ Project Homepage: http://nicta.github.io/scoobi/ A genomics processing engine and specialized file format built using Apache Avro, Apache Spark and Parquet. Project Source: https://github.com/bigdatagenomics/adam Project Homepage: http://bdgenomics.org/ + +1. mupd8 +MUPD8 implements the MapUpdate framework, a MapReduce-style framework for processing fast/streaming data. +Project Source: https://github.com/walmartlabs/mupd8 + +1. ScalaStorm +ScalaStorm provides a Scala DSL for Nathan Marz's Storm real-time computation system. +Project Source: https://github.com/velvia/ScalaStorm \ No newline at end of file diff --git a/CoolApplication.md b/CoolApplication.md index c375dbc..7306d2b 100644 --- a/CoolApplication.md +++ b/CoolApplication.md @@ -85,4 +85,9 @@ 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 - \ No newline at end of file + +1. overview-server +Open source large document set visualization platform. +Project Source: https://github.com/overview/overview-server +Project Homepage: https://www.overviewproject.org/ + \ No newline at end of file diff --git a/DataAnalysis.md b/DataAnalysis.md index 2e0edfc..f01d512 100644 --- a/DataAnalysis.md +++ b/DataAnalysis.md @@ -19,10 +19,6 @@ project Homepage: https://github.com/geotrellis/geotrellis Scala client and DSL for elasticsearch. Project Source: https://github.com/sksamuel/elastic4s -1. ScalaStorm -ScalaStorm provides a Scala DSL for Nathan Marz's Storm real-time computation system. -Project Source: https://github.com/velvia/ScalaStorm - 1. sqltyped Embedding SQL as an external DSL into Scala. Project Source: https://github.com/jonifreeman/sqltyped diff --git a/Database.md b/Database.md index 1bdc755..e513edd 100644 --- a/Database.md +++ b/Database.md @@ -108,4 +108,12 @@ 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 + +1. haplocheirus +A Redis-backed storage engine for timelines. +Project Source: https://github.com/twitter/haplocheirus + +1. HPaste +HBase DSL for Scala with MapReduce support. +Project Source: https://github.com/GravityLabs/HPaste \ No newline at end of file diff --git a/Devops.md b/Devops.md index e5fb5b5..44410d4 100644 --- a/Devops.md +++ b/Devops.md @@ -43,3 +43,13 @@ Project Source: https://github.com/seratch/AWScala 1. thyme Thyme is a microbenchmark utility for Scala. It includes Parsley, a (simple) local profiling tool. Proejct Source: https://github.com/Ichoran/thyme + +1. monitor +Library for monitoring the Typesafe stack-based applications. +Project Source: https://github.com/eigengo/monitor + +1. degraph +Test and Visualize and Manage Dependencies of classes and packages in JVM Byte Code. +Project Source: https://github.com/schauder/degraph +Project Homepage: http://schauder.github.io/degraph/ + \ No newline at end of file diff --git a/JSONManipulation.md b/JSONManipulation.md index 1b48f34..67559ee 100644 --- a/JSONManipulation.md +++ b/JSONManipulation.md @@ -29,4 +29,8 @@ Project Source: https://github.com/FasterXML/jackson-module-scala 1. json-lenses A library to query and update JSON data in Scala. Project Source: https://github.com/jrudolph/json-lenses + +1. jawn +Jawn is for parsing jay-sawn (JSON). +Project Source: https://github.com/non/jawn \ No newline at end of file diff --git a/Language.md b/Language.md index 372e757..a251e1e 100644 --- a/Language.md +++ b/Language.md @@ -60,4 +60,13 @@ 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/ +Project Homepage: http://nbronson.github.io/scala-stm/ + +1. baysick +An embedded Insane-specific Language for Scala implementing the BASIC programming language. +Project Source: https://github.com/fogus/baysick + +1. IScala +Scala backend for IPython. +Project Source: https://github.com/mattpap/IScala + \ No newline at end of file diff --git a/LearningMaterial.md b/LearningMaterial.md index cbf2c95..c764c9f 100644 --- a/LearningMaterial.md +++ b/LearningMaterial.md @@ -56,4 +56,13 @@ Project Source: https://github.com/headinthebox/CourseraCodeSamplesReactiveProgr 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 - \ No newline at end of file + +1. android-scala-intellij-no-sbt-plugin +Directions on how to create a Scala based project in Intellij IDEA without having to resort to additional plugins. +Project Source: https://github.com/yareally/android-scala-intellij-no-sbt-plugin + +1. lift-in-action +Source code for the book "Lift in Action", publishing on Manning Q4 2011. +Project Source: https://github.com/timperrett/lift-in-action +Project Homepage: http://timperrett.com/lift-in-action/ + \ No newline at end of file diff --git a/Library.md b/Library.md index 6944539..013a5bd 100644 --- a/Library.md +++ b/Library.md @@ -134,4 +134,7 @@ Project Source: https://github.com/tototoshi/scala-csv psp's non-standard standard library (for scala). Project Source: https://github.com/paulp/psp-std +1. scala-logging +Scala Logging is a convenient and performant logging library wrapping SLF4J. +Project Source: https://github.com/typesafehub/scala-logging \ No newline at end of file diff --git a/Queue.md b/Queue.md index 9d90205..c70fba1 100644 --- a/Queue.md +++ b/Queue.md @@ -9,3 +9,8 @@ Project Homepage: http://twitter.github.io/kestrel/ Message queueing system with an actor-based Scala and Amazon SQS-compatible interfaces. Project Source: https://github.com/adamw/elasticmq Project Homepage: https://softwaremill.com/ + +1. scala-zeromq +Thread-safe ZeroMQ for Scala. +Project Source: https://github.com/mDialog/scala-zeromq + diff --git a/ReactiveProgramming.md b/ReactiveProgramming.md index 5b06f4b..9bb958e 100644 --- a/ReactiveProgramming.md +++ b/ReactiveProgramming.md @@ -6,5 +6,9 @@ Project Source: https://github.com/lihaoyi/scala.rx 1. reactive A simple FRP library and a web UI framework built on it. -Project Source: https://github.com/nafg/reactive - \ No newline at end of file +Project Source: https://github.com/nafg/reactive + +1. scala-react +Scala.react is a reactive programming library for Scala. +Project Source: https://github.com/ingoem/scala-react + \ No newline at end of file diff --git a/Science.md b/Science.md index 9040267..9489ff8 100644 --- a/Science.md +++ b/Science.md @@ -62,4 +62,20 @@ Project Source: https://github.com/bsadeh/scalastic 1. slashem A rogue-like DSL for querying SOLR. Project Source: https://github.com/foursquare/slashem - \ No newline at end of file + +1. epic +Epic is a high performance statistical parser written in Scala, along with a framework for building complex structured prediction models. +Project Source: https://github.com/dlwh/epic + +1. ganitha +scalding powered machine learning. +Project Source: https://github.com/tresata/ganitha + +1. puck +Puck is a lightning-fast parser for natural languages using GPUs. +Project Source: https://github.com/dlwh/puck + +1. probability-monad +Makes it easy to create, manipulate and sample probability distributions. +Project Source: https://github.com/jliszka/probability-monad + diff --git a/Tool.md b/Tool.md index 88f9b69..9110403 100644 --- a/Tool.md +++ b/Tool.md @@ -85,4 +85,3 @@ Project Source: https://github.com/Chicken-Bones/ForgeMultipart 1. javatoscala Online Java to Scala converter. Project Source: https://github.com/koofr/javatoscala - diff --git a/WebFramework.md b/WebFramework.md index 03065a4..0ea168d 100644 --- a/WebFramework.md +++ b/WebFramework.md @@ -37,6 +37,10 @@ Project Source: https://github.com/playframework/twirl An implementation of Play 2.0's CacheAPI which provides access to memcached using spymemcached. Project Source: https://github.com/mumoshu/play2-memcached +1. socket.io.play +socket.io with play framework 2.0. +Project Source: https://github.com/milliondreams/socket.io.play + 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