﻿<?xml version="1.0" encoding="utf-8" standalone="no"?>
<rss version="2.0">
  <channel>
    <title>Microsoft Research Downloads</title>
    <link>http://research.microsoft.com/apps/dp/dl/downloads.aspx</link>
    <description>Get the latest downloads from Microsoft Research.</description>
    <copyright>© 2012 Microsoft Corporation. All rights reserved.</copyright>
    <language>en-US</language>
    <lastBuildDate>Tue, 15 May 2012 22:24:04 GMT</lastBuildDate>
    <ttl>1440</ttl>
    <item>
      <title>Z3</title>
      <description>Z3 is an SMT solver that combines several theory solvers into a combined framework. It can be used to prove theorems and find counter-examples for non-theorems.</description>
      <link>http://research.microsoft.com/en-us/downloads/0a7db466-c2d7-4c51-8246-07e25900c7e7/default.aspx</link>
      <pubDate>Tue, 08 May 2012 21:23:09 GMT</pubDate>
    </item>
    <item>
      <title>NoReplyAll Outlook Add-In</title>
      <description>The primary function of this add-in is to add a few buttons to the Outlook ribbon to prevent people from replying to all the recipients of your message or forwarding it. The add-in uses a facility built into Outlook and Exchange that is more lightweight than information-rights management but is not exposed in the existing UI. The add-in also includes a check for common email errors, such as omitting attachments or subject lines.</description>
      <link>http://research.microsoft.com/en-us/downloads/60860f41-88ab-4bb4-8104-765feca9cfed/default.aspx</link>
      <pubDate>Thu, 03 May 2012 11:31:59 GMT</pubDate>
    </item>
    <item>
      <title>Geodesic High-Dynamic-Range Photography Tool</title>
      <description>We provide a simple tool for combining photos with varying exposures into a single, well-balanced, high-dynamic-range photo.</description>
      <link>http://research.microsoft.com/en-us/downloads/da1b7a10-a0e5-4aef-bf7b-78ad5c575d0c/default.aspx</link>
      <pubDate>Thu, 26 Apr 2012 13:03:13 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Research Spelling-Correction Data</title>
      <description>Strings including before-and-after spelling-correction pairs in English and Japanese, derived automatically by processing keystroke logs collected through Amazon’s Mechanical Turk.</description>
      <link>http://research.microsoft.com/en-us/downloads/4eb8d4a0-9c4e-4891-8846-7437d9dbd869/default.aspx</link>
      <pubDate>Tue, 24 Apr 2012 23:30:01 GMT</pubDate>
    </item>
    <item>
      <title>Detours</title>
      <description>Detours is a library for intercepting arbitrary Win32 binary functions on x86 machines.</description>
      <link>http://research.microsoft.com/en-us/downloads/d36340fb-4d3c-4ddd-bf5b-1db25d03713d/default.aspx</link>
      <pubDate>Thu, 19 Apr 2012 23:13:41 GMT</pubDate>
    </item>
    <item>
      <title>TLA+ Tools</title>
      <description>The TLA+ tool kit contains a) a parser and syntax checker for TLA+ specifications; b) a model checker and simulator for a subclass of "executable" TLA+ specifications; c) a program for typesetting TLA+ specifications; and d) a +Cal to TLA+ translator.</description>
      <link>http://research.microsoft.com/en-us/downloads/41b4a0aa-5fad-4118-916a-45ed9fd48bf0/default.aspx</link>
      <pubDate>Mon, 09 Apr 2012 22:06:28 GMT</pubDate>
    </item>
    <item>
      <title>TLA Toolbox: Linux 64-bit</title>
      <description>An integrated development environment for writing and checking TLA+ specifications.</description>
      <link>http://research.microsoft.com/en-us/downloads/0a425fe1-5386-4df7-8f24-55fe59de3bda/default.aspx</link>
      <pubDate>Mon, 09 Apr 2012 22:05:20 GMT</pubDate>
    </item>
    <item>
      <title>TLA Toolbox: Linux 32-bit</title>
      <description>An integrated development environment for writing and checking TLA+ specifications.</description>
      <link>http://research.microsoft.com/en-us/downloads/a22201dc-2717-423c-b328-13a8feedfdbb/default.aspx</link>
      <pubDate>Mon, 09 Apr 2012 22:04:17 GMT</pubDate>
    </item>
    <item>
      <title>TLA Toolbox: Mac 64-bit</title>
      <description>An integrated development environment for writing and checking TLA+ specifications.</description>
      <link>http://research.microsoft.com/en-us/downloads/1ad1d204-3a9e-4d8e-ad52-5809ef1b0b76/default.aspx</link>
      <pubDate>Mon, 09 Apr 2012 22:02:54 GMT</pubDate>
    </item>
    <item>
      <title>TLA Toolbox: Mac 32-bit</title>
      <description>An integrated development environment for writing and checking TLA+ specifications.</description>
      <link>http://research.microsoft.com/en-us/downloads/28ff4ee7-3667-46fe-85f7-0a22af7c9dca/default.aspx</link>
      <pubDate>Mon, 09 Apr 2012 22:01:42 GMT</pubDate>
    </item>
    <item>
      <title>TLA Toolbox: Windows 64-bit</title>
      <description>An integrated development environment for writing and checking TLA+ specifications.</description>
      <link>http://research.microsoft.com/en-us/downloads/c9347c9a-41b1-46b4-895e-00ff1987ceb7/default.aspx</link>
      <pubDate>Mon, 09 Apr 2012 22:00:40 GMT</pubDate>
    </item>
    <item>
      <title>TLA Toolbox: Windows 32-bit</title>
      <description>An integrated development environment for writing and checking TLA+ specifications.</description>
      <link>http://research.microsoft.com/en-us/downloads/717fda8b-8396-42f5-bf45-e3ec42932d36/default.aspx</link>
      <pubDate>Mon, 09 Apr 2012 21:58:59 GMT</pubDate>
    </item>
    <item>
      <title>Proximal-Gradient Homotopy Method for Sparse Least Squares</title>
      <description>Proximal-gradient homotopy is an efficient numerical method for solving the L1-regularized least-squares problem—minimize_x (1/2) ||A*x-b||_2^2 + lambda*||x||_1—where A is an m-by-n matrix, and lambda is a positive regularization parameter. This method is especially effective for sparse recovery applications in which the dimensions satisfies m &lt; n and the optimal solution x* is provably sparse. The implementation in MATLAB can solve the more general problem—minimize_x f(x) + lambda*R(x)—where f(x) is a differentiable convex function and R(x) is a simple convex function whose proximal mapping can be computed efficiently.</description>
      <link>http://research.microsoft.com/en-us/downloads/fc58804a-616a-4d59-a9c1-244ba5b2a5e9/default.aspx</link>
      <pubDate>Sat, 24 Mar 2012 00:13:26 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Research Cliplets (64 bit)</title>
      <description>A still photograph is a limited format for capturing moments that span an interval of time. Video is the traditional method for recording durations of time, but the subjective “moment” that one desires to capture is often lost in the chaos of shaky camerawork, irrelevant background clutter, and noise that dominates most casually recorded video clips. Microsoft Research Cliplets is an interactive app that uses semi-automated methods to give users the power to create “cliplets”—a type of imagery that sits between stills and video from handheld videos. The tool provides a creative lens one can use to focus on important aspects of a moment by performing spatiotemporal compositing and editing on a video-clip input.</description>
      <link>http://research.microsoft.com/en-us/downloads/5bc8e754-772b-41a3-8f03-392a68c6ba6a/default.aspx</link>
      <pubDate>Fri, 23 Mar 2012 21:21:44 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Research Cliplets (32 bit)</title>
      <description>A still photograph is a limited format for capturing moments that span an interval of time. Video is the traditional method for recording durations of time, but the subjective “moment” that one desires to capture is often lost in the chaos of shaky camerawork, irrelevant background clutter, and noise that dominates most casually recorded video clips. Microsoft Research Cliplets is an interactive app that uses semi-automated methods to give users the power to create “cliplets”—a type of imagery that sits between stills and video from handheld videos. The tool provides a creative lens one can use to focus on important aspects of a moment by performing spatiotemporal compositing and editing on a video-clip input.</description>
      <link>http://research.microsoft.com/en-us/downloads/7daad1b9-b708-4fb6-a463-211d4fcf5fca/default.aspx</link>
      <pubDate>Fri, 23 Mar 2012 21:20:45 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Research Software Radio Academic Kit</title>
      <description>The Microsoft Research Software Radio (Sora) is a fully programmable software radio platform based on the commodity multicore CPU in a host PC. With Sora, researchers and engineers quickly can prototype new, high-speed wireless physical and media-access-control layers with a minimum of effort. Significant changes for this version include new BRICK model for baseband programming, user mode 802.11a sample, and a full new debug plot tool.</description>
      <link>http://research.microsoft.com/en-us/downloads/ca9a93a1-2a38-4e3d-b87c-b7e8ddc46eae/default.aspx</link>
      <pubDate>Wed, 21 Mar 2012 22:24:29 GMT</pubDate>
    </item>
    <item>
      <title>Infer.NET Fun: An F# Library for Probabilistic Programming</title>
      <description>Infer.NET Fun turns the simple succinct syntax of F# into an executable modeling language. You can code up the conditional probability distributions of Bayes’ rule using F# array comprehensions with constraints. Write your model in F#. Run it directly to synthesize test datasets and to debug models. Or compile it with the Infer.NET compiler and runtime for efficient statistical inference.</description>
      <link>http://research.microsoft.com/en-us/downloads/21e87d72-782d-4657-82c4-4f77c2b547ca/default.aspx</link>
      <pubDate>Wed, 21 Mar 2012 18:40:18 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Research Face SDK Beta for Windows Phone</title>
      <description>The Microsoft Face SDK provides many state-of-the-art algorithms to process face images, such as face detection, alignment, tracking, and cartooning. The SDK makes it easy for developers to create interesting, face-related Windows Phone applications.</description>
      <link>http://research.microsoft.com/en-us/downloads/e87326ba-97c7-4b7e-bea4-123853f40b4d/default.aspx</link>
      <pubDate>Fri, 24 Feb 2012 08:23:00 GMT</pubDate>
    </item>
    <item>
      <title>Grante Inference and Estimation Library</title>
      <description>The grante library enables estimation and inference in discrete factor graph models using a variety of methods. It is a native C++ library but comes with a interface to Matlab. A detailed description of all supported methods is available in the archive.</description>
      <link>http://research.microsoft.com/en-us/downloads/b51cf9cc-9297-49d4-af3c-5314b99e4240/default.aspx</link>
      <pubDate>Wed, 22 Feb 2012 15:10:25 GMT</pubDate>
    </item>
    <item>
      <title>Time Series Foundation</title>
      <description>Time Series Foundation (TSF) is an open, .NET platform for exploring and prototyping new algorithms in time series analysis and forecasting. TSF is based on state space model methodology that includes all types of exponential smoothing, some autoregressive algorithms, and innovative algorithms for event detection and calendar event impact prediction. TSF relies on Excel charting and presentation APIs by implementing an Excel interop layer. Numerical and graphical results of time series analysis and forecasting can be put in programmatically generated workbooks with the help of this layer. TSF also offers an Excel add-in that exposes a large subset of the platform's functionality through the Excel ribbon UI.</description>
      <link>http://research.microsoft.com/en-us/downloads/d599b5d2-5a99-4ee5-8c04-c180eb9044d9/default.aspx</link>
      <pubDate>Thu, 26 Jan 2012 18:59:27 GMT</pubDate>
    </item>
  </channel>
</rss>
