casualjim.github.io
Projects · casualjim's blog
http://casualjim.github.io/projects
Keeping It Stupid Simple. These are some projects I’ve owned or still own in the open source world. Swagger 2.0: A toolkit for working with swagger 2.0 github. Ruby / .NET. IronNails: An MVC Framework for IronRuby to develop WPF/Silverlight applications ( blog. Dynamic Script Control: A control that allows you to inject DLR based WPF controls in the xaml tree. ( blog. IronRuby-DBI: A DBI integration layer for IronRuby and ADO.NET ( blog - googlecode. Caricature: A mocking/isolation gem for IronRuby ( blog.
chenlinux.com
spark streaming 接收 kafka 数据示例
http://chenlinux.com/2015/03/14/spark-streaming-kafka
Spark streaming 接收 kafka 数据示例. 上个月曾经试过了用 spark streaming 读取 logstash 启动的 TCP Server 的数据。 不过如果你有多台 logstash 的时候,这种方式就比较难办了 即使你给 logstash 集群申请一个 VIP,也很难确定说转发完全符合。 所以一般来说,更多的选择是采用 kafka 等队列方式由 spark streaming 去作为订阅者获取数据。 Cd kafka 2.10-0.8.2.0/bin/ ./zookeeper-server-start.sh ./config/zookeeper.properties & ./kafka-server-start.sh - daemon ./config/server.properties. 保持跟之前示例的连贯性,这里继续用 logstash 发送数据到 kafka。 首先创建一个 kafka 的 topic. Orgapache.spark.streaming.StreamingContext. 第二个,之前示例里用了 scala 核心自带的 JSON 模块。
docs.supler.io
Your first Supler form — Supler 1.0 documentation
http://docs.supler.io/en/latest/first.html
Your first Supler form. Form definition: Supported types, type transformers. Form definition: Select fields. Form definition: Render hints. Form definition: Label (static) fields. Form definition: Conditional fields. Backend: form with object. Backend: form with meta. Frontend: Rendering the form. Frontend: Serializing the form. Frontend: Customizing the rendering process. Frontend: Updating the form basing on server-side form changes. Frontend: Adding custom behavior to the form. Your first Supler form.
blog.maizy.ru
scala.moscow - blog.maizy.ru
http://blog.maizy.ru/tag/scalamoscow
Шаблонизация с handlebars и json4s на scala. Занимаюсь неспешно своим проектом scala.moscow. Одна из задач примитивный генератор статических сайтов. Очень хотелось чего-то простого для шаблонизации. Думал взять mustache, но оказалось, что это уже не совсем модно-молодёжно, так как есть его расширения handlebars и hogan. Handlebars мне больше приглянулся. Для scala есть нативная реализация на парсер комбинаторах handlebars.scala. Который выглядит достаточно зрелым и имеет в составе, как минимум, helper'ы.
fintrospect.io
fintrospect
http://fintrospect.io/building-http-responses
Request parameters and bodies. Templating and static content. Its all very well being able to extract pieces of data from HTTP requests, but thats only half the story - we also want to be able to easily build responses. Fintrospect comes bundled with a extensible set of HTTP Response Builders to do this. The very simplest way is by using a ResponseBuilder object directly. Package. Currently supported formats are in the table below:. Iofintrospect % fintrospect-argonaut % 14.13.0. Although with tiny bit o...
franklysauer.com
Frankly Sauer
http://www.franklysauer.com/page/2
Frank's Coding Adventures. Complex Event Processing with Akka and Esper. Complex Event Processing (CEP) is a – surprise – complex topic, and this post is not about that. What it. About is one possible way one could integrate a popular open source CEP engine – Esper. 8211; into an Akka. A good explanation of using an Akka Event bus can be found on Kotan Code. All the code for this post is of course available on github. Trait which has the requirement that you define the type. Stuff later in more detail, i...
fintrospect.io
fintrospect
http://fintrospect.io/installation
Request parameters and bodies. Templating and static content. Fintrospect is intentionally dependency-lite by design - other than Finagle, the core library itself only has a single non. To activate some optional features, additional dependencies may be required - these are shown in the subsequent sections depending on the use-case. Add the following lines to. The lib is hosted in Maven Central and JCenter:. For consuming request parameters. In a type-safe way or using the relevant. By Jurgen Van de Moere.
SOCIAL ENGAGEMENT