-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 2.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Nessos Information Technologies by nessos</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img src="images/nessos.png" style="width:150px;margin:10px" />
<h1>Nessos Information Technologies</h1>
<p></p>
<p class="view"><a href="https://github.com/nessos">View GitHub Profile</a></p>
</header>
<section>
<h1>
<a name="open-source-projects" class="anchor" href="#open-source-projects"><span class="octicon octicon-link"></span></a>Open source projects</h1>
<ul>
<li><p><a href="http://www.m-brace.net/">MBrace</a> The MBrace framework is an open-source distributed runtime that enables scalable, fault-tolerant computation and data processing for the .NET/mono frameworks. The MBrace programming model uses a distributed continuation-based approach elegantly manifested through computation expressions in F#.</p></li>
<li><p><a href="http://nessos.github.io/Streams">Streams</a> A lightweight F#/C# library for efficient functional-style pipelines on streams of data. </p></li>
<li><p><a href="http://nessos.github.io/FsPickler">FsPickler</a> FsPickler is a serialization library that facilitates the distribution of .NET objects. The implementation focuses on performance and completeness in supported types, including F# types. It supports multiple, pluggable serialization formats including Binary, Xml, JSON and BSON. </p></li>
<li><p><a href="http://nessos.github.io/LinqOptimizer">LinqOptimizer</a> An automatic query optimizer for LINQ to Objects and PLINQ. LinqOptimizer compiles declarative LINQ queries into fast loop-based imperative code. The compiled code has fewer virtual calls and heap allocations, better data locality and speedups of up to 15x.</p></li>
<li><p><a href="http://nessos.github.io/UnionArgParser">UnionArgParser</a> A declarative CLI argument/XML configuration parser for F#.</p></li>
<li><p><a href="http://nessos.github.io/Vagabond">Vagabond</a> A library for dynamically distributing code.</p></li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>