stefan.ploing.de
Bookmarks 2015 - Stefans Home
http://stefan.ploing.de/archives/bookmarks/2015
Slideasm - Verwalten und Kombinieren von html5-Slides. Choosing an HTTP Status Code. Flow charts making it easy to determine which http status code to return. A Python data analysis library that is optimized for humans instead of machines. A simple static site generator for photoessays. Typeplate A typographic starter kit encouraging great type on the Web. HATCHSHOW - a jQuery typesetting plugin for balancing measures. Adjust font size to fill a given space with text. Write API documentation in Markdown;...
caoilte.org
Bending JAXB to the will of Scala (Part 1 of 2) · Caoilte O'Connor
http://caoilte.org/scala/2014/09/29/bending-jaxb-to-the-will-of-scala-1-of-2
A blog with solutions to problems that Googling couldn't solve. Bending JAXB to the will of Scala (Part 1 of 2). Martin Krasser has written the definitive guide to JAXB in Scala. This blog post is the first in a two part series that bottoms out solutions for the corner cases that I ran into whilst appropriating all of his hard work. This week Ill focus on optionals. Next week I will cover lists. The use-case that I am exploring in this series of blog posts was modelling the Atom Syndication Format. Basic...
eed3si9n.com
monads are fractals | eed3si9n
http://www.eed3si9n.com/node/175
Submitted by eed3si9n on Mon, 10/20/2014 - 08:15. On my way back from Uppsala, my mind wandered to a conversation I had with a collegue about the intuition of monads, which I pretty much butchered at the time. As I was mulling this over, it dawned on me. Monads are fractals. Given a monadic data structure, its values can be composed to form another value of the data structure. This is why it's useful to programming, and this is why it occurrs in many situations. Let's look at some examples:. Acc, xs ).
eed3si9n.com
ScalaMatsuri day1 | eed3si9n
http://www.eed3si9n.com/node/171
Submitted by eed3si9n on Mon, 09/08/2014 - 12:17. This year was the second Scala conference in Japan. We've changed the name to ScalaMatsuri. Which means Scala festival in Japanese. 300 tickets sold out. With invited guests and free tickets for sponsors, there may have been even more people. The venue was at CyberAgent, which runs blog service and online ad services. Day 1 kicked off with Martin's ( @ordersky. Both from English to Japanese, and from Japanese to English along with other members @cbirchall.
eed3si9n.com
scripting with Scala | eed3si9n
http://www.eed3si9n.com/node/166
Submitted by eed3si9n on Sun, 05/11/2014 - 03:36. The need for regular expressions is real. Whenver I need to transform a set of text files it usually ends up with fumbling through the documentation of. Command, zsh, and StackOverflow Perl questions. I would rather use Scala instead of muddling through Perl. It's really the matter of my familiarity than anything else. Preprocessing the text with a series of regex replacements should work. On my development machine, I currently do not have. Chmod x script...
benchmarks.scalabench.org
scalaxb Benchmark - Introduction
http://www.benchmarks.scalabench.org/modules/scalaxb-dacapo-benchmark/index.html
Version: 0.1.0-SNAPSHOT. The scalaxb Benchmark uses the scalaxb. XML data‐binding tool for Scala to compile several real‐world W3C XML Schemas. To Scala code. Each workload. Of the scalaxb Benchmark compiles one or more schemas of the following XML vocabularies:. XML Schema 1.0. In its frameset, strict, and transitional variants). The respective schemas have been released by the W3C. Under the W3C Software License. The scalaxb Benchmark is externally single‐threaded. And internally single‐threaded.
eed3si9n.com
モナドはメタファーではない | eed3si9n
http://eed3si9n.com/ja/monads-are-not-metaphors
Submitted by eed3si9n on Sat, 05/28/2011 - 01:35. が 2010年に書いた "Monads Are Not Metaphors". 2010年12月27日 Daniel Spiewak 著. 2011年5月29日 e.e d3si9n 訳. しかも全員がモナドに対して異なる扱い方をしているため、モナドの概念を初めて学ぼうとする者は、ブリトー、宇宙服、象、砂漠のベドウィン (訳注: アラブ系遊牧民) の共通項を探す努力をするハメになっている。 メキシコ料理や宇宙 そら に思いをはせることでは、 絶対に. モナドは形であり、また具体的なデータ構造である以上に抽象的なインターフェイス Java での interface という意味ではない なのだ。 Bar bar. size. Bar; bar. size. Ruby には便利な 最近ではほとんどの言語が採用している ルールによりメソッドの最後の式が、暗黙の return文となる。 Scala に詳しくない人のために誤解を生まないよう言っておくと、全ての文をラムダ式 匿名関数 で囲う必要は全く無い。 を加えるた...
kufli.blogspot.com
Karthik's: March 2015
http://kufli.blogspot.com/2015_03_01_archive.html
Calling SOAP Service in Scala. Tuesday, March 31, 2015. Scala out of the box has limited capability to call SOAP service neither does libraries such as http-dispatch or spray client. SOAP service is reality is just a xml request/response service and lo and behold, XML is a first class citizen in Scala. One of the widely used library is ScalaXB. But what we really need is a trivial way to call a webservice using our existing http clients. Following is one way of doing so. Posted by.: karthik : .
kufli.blogspot.com
Karthik's: Calling SOAP Service in Scala
http://kufli.blogspot.com/2015/03/calling-soap-service-in-scala.html
Calling SOAP Service in Scala. Tuesday, March 31, 2015. Scala out of the box has limited capability to call SOAP service neither does libraries such as http-dispatch or spray client. SOAP service is reality is just a xml request/response service and lo and behold, XML is a first class citizen in Scala. One of the widely used library is ScalaXB. But what we really need is a trivial way to call a webservice using our existing http clients. Following is one way of doing so. Posted by.: karthik : .
SOCIAL ENGAGEMENT