• submit to reddit
Dave Bost09/27/12
2320 views
0 replies

SpriteSheet Animation in MonoGame for Windows 8

Let’s walk through how to create this animation for a Windows 8 game using a spritesheet.

Build A Cloud09/27/12
2951 views
0 replies

High Performance Computing and CloudStack

I was asked the other day what was the connection between High Performance Computing (HPC) and Clouds, so I thought I would try to post an answer here. Let's first talk a little bit about HPC.

Arthur Charpentier09/27/12
2314 views
0 replies

Bounding Sums of Random Variables: Part 1

Let's explore the problem of bounding the distribution (or some risk measure, say the Value-at-Risk) for two random variables with given marginal distribution.

Slim Ouertani09/27/12
2937 views
0 replies

XML/RPC driver as JCA Scala connector

The Java EE Connector architecture defines a standard architecture for connecting the Java EE platform to heterogeneous EISs. This article presents an XML/RPC adapter using a Scala JCA outbound connector to an IN/AIR legacy system.

Matt Vickery09/27/12
2601 views
0 replies

Agile Message Management with C24 and MongoDB

This article presents a natural combination of C24 iO Studio and MongoDB. These two technologies form a powerful toolset that has underpinned agile software delivery for several significant enterprise applications that required non-trivial messaging and data storage capability.

Rick Copeland09/26/12
4324 views
0 replies

MongoDB Schema Design at Scale

Given that one of my most widely read blog posts is still MongoDB's Write Lock, I decided that my blog readers would also be interested in the quantitative comparison as well.

Chris Koenig09/26/12
3075 views
0 replies

Windows Phone 8: Games

I was recently asked to write an article for our upcoming 30-to-Launch series about using RoaminData in a Windows 8 game. Here’s that article and a link to the code.

Jennifer Marsman09/26/12
2523 views
0 replies

Best Practices for Migrating Windows 7 Desktop Apps to Windows Store Apps

In this article, I will look at how to convert existing code to a Windows Store app for Windows 8.

Ben Kepes09/26/12
2856 views
0 replies

If IaaS is Going to be Heterogeneous, PaaS Will be Even More So

Core infrastructure will be heterogeneous in nature. If we accept that fact, how on earth do we expect one PaaS solution to meet the needs of every different use case and business unit within the organization?

Sadayuki Furuhashi09/26/12
2732 views
0 replies

Why Data Warehousing as a Service?

Having experienced first-hand what companies have to go through in terms of time, expense and specialized IT resources to implement and maintain a big data analytics solution, I realized that big data analytics was really only available to companies with deep pockets and highly skilled staff.

Arthur Charpentier09/26/12
2060 views
0 replies

Data/Science Links of the Week

Including Nate Silver on weather forecasting, a study on self-interested group decision-making, and astrology in financial markets.

Brian Pince09/26/12
1712 views
0 replies

Cloud OS Signature Event Series Preparation

I hope to see many of you at the Microsoft Cloud OS Signature Event Series. For those attending, here are some helpful tips on getting ready to attend.

Mark Needham09/26/12
1967 views
1 replies

My Understanding of Network Address Translation

In our case, we’ve been provisioning a bunch of machines into different private networks, and each machine therefore has an IP in the range of IPv4 addresses reserved for private networks.

Mitch Pronschinske09/26/12
6383 views
0 replies

Connect With DZone at JavaOne 2012!

This is our call to all DZone community members who will be attending the conference next week! Please get in touch with us and let's make plans to meet and talk.

Giorgio Sironi09/26/12
1684 views
0 replies

Erlang: functions (part 1)

Recursion, anonymous functions and what is this Y combinator everyone is talking about.