2,389 reputation
1334
bio website
location United States
age
visits member for 3 years, 5 months
seen 14 hours ago
stats profile views 362

My interests:

Scala, C++, Java, C#, server-side development, reverse engineering, peer-to-peer networks, winapi, boost, gwt, objectify, cloud development

Back in 2005 I created Morpheus, the most popular file sharing application in North America.

I also designed and built Dell Digital Delivery (similar to Steam for non-games) which is installed on every Dell PC world-wide.


2d
awarded  Necromancer
May
19
comment Which XML serialization library for Scala?
Bad thing about this method is lack of handling of Option[]
May
18
comment AWS says “Account needs subscription” on every service even though I already signed up
The question is closed but I just want to let other people know that it was happening because I had $0 on business checking account that I've chosen as payment method. Too bad AWS doesn't give better error messaging.
May
17
asked AWS says “Account needs subscription” on every service even though I already signed up
May
17
comment How do I parse DBObject to case class object using subset2?
Hmm.. It doesn't pick it up for List in my case. Same compiler error for missing Field[List[T]].
May
17
comment How do I parse DBObject to case class object using subset2?
Alexander, just curious. Why there is no BsonWritable for List[T]in the library ?
May
17
accepted How do I parse DBObject to case class object using subset2?
May
17
comment How do I parse DBObject to case class object using subset2?
This is super awesome! Thanks a lot!
May
17
revised How do I parse DBObject to case class object using subset2?
added 510 characters in body
May
16
comment How do I parse DBObject to case class object using subset2?
compilation error
May
16
comment How can I use library which is built using 2.9.2 in project which is built using 2.10.1?
@SergeyPassichenko sure. pastebin.com/M9SpiuQN
May
16
asked How do I parse DBObject to case class object using subset2?
May
16
comment How can I use library which is built using 2.9.2 in project which is built using 2.10.1?
I don't but it doesn't work with it either. Plus isn't it necessary for sbt 0.11.2+ ? I'm using sbt 0.12.1
May
16
comment Scala integration with Mongodb
And I tried this: stackoverflow.com/q/16581059/226895
May
16
comment How can I use library which is built using 2.9.2 in project which is built using 2.10.1?
I still get this :( sbt.ResolveException: unresolved dependency: com.novus#salat-core_2.10;1.9.2-SNAPSHOT: not found
May
16
comment Scala integration with Mongodb
I tried: github.com/novus/salat/issues/83
May
16
comment Scala integration with Mongodb
Could you please provide example of mapping DBObject to case class ? I went through Extractors in your documentation but it shows mapping to individual fields only. Thanks!
May
16
comment Scala integration with Mongodb
salat doesn't work with 2.10
May
16
asked How can I use library which is built using 2.9.2 in project which is built using 2.10.1?
May
15
accepted How do I define json writer for custom object in Play + Scala?