Skip to content
This repository was archived by the owner on Nov 14, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 41 additions & 8 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,40 @@ <h2>Open Source SDKs</h2>
<td><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=windowsazure&repo=azure-sdk-for-net&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe></td>
<td><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=windowsazure&repo=azure-sdk-for-net&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe></td>
<td><ul>
<li>Storage - Blob, Table, Queue</li>
<li>.NET CloudConfiguration</li>
<li>Storage
<ul>
<li>Blob</li>
<li>Table</li>
<li>Queue</li>
</ul>
</li>
<li>Management Libraries
<ul>
<li>Infrastructure - Affinity Groups, Certificates, etc.</li>
<li>Compute - VMs, Hosted Services</li>
<li>Cloud Services</li>
<li>Web Sites</li>
<li>Virtual Network</li>
<li>Scheduler</li>
</ul>
</li>
<li>.NET Cloud Configuration</li>
<li>Media Services</li>
<li>HDinsight</li>
</ul></td>
</tr>
<tr>
<td><section id="java"><h3><a href="https://github.com/WindowsAzure/azure-sdk-for-java">Java</a></h3></section></td>
<td><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=windowsazure&repo=azure-sdk-for-java&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe></td>
<td><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=windowsazure&repo=azure-sdk-for-java&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe></td>
<td><ul>
<li>Storage - Blob, Table, Queue</li>
<li>Storage
<ul>
<li>Blob</li>
<li>Table</li>
<li>Queue</li>
</ul>
</li>
<li>Media Services</li>
<li>Service Bus</li>
<li>Service Runtime</li>
Expand All @@ -130,13 +153,23 @@ <h2>Open Source SDKs</h2>
<td><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=windowsazure&repo=azure-sdk-for-node&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe></td>
<td><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=windowsazure&repo=azure-sdk-for-node&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe></td>
<td><ul>
<li>Storage - Blob, Table, Queue</li>
<li>Storage
<ul>
<li>Blob</li>
<li>Table</li>
<li>Queue</li>
</ul>
</li>
<li>Service Bus</li>
<li>Service Management - Compute</li>
<li>Service Management - Cloud Services</li>
<li>Service Management - SQL Database</li>
<li>Service Management - Web Sites</li>
<li>Service Runtime</li>
<li>Management
<ul>
<li>Compute</li>
<li>Cloud Services</li>
<li>SQL Database</li>
<li>Web Sites</li>
</ul>
</li>
<li><strong>node-sqlserver: </strong>A Node.js driver that uses ODBC to communicate with SQL Azure.</li>
<li><strong>socket.io-servicebus: </strong>Node.js adapter for Service Bus</li>
<li><strong>wns: </strong>Node.js framework for sending Windows Notification Service (WNS) messages to Windows 8 devices.</li>
Expand Down
4 changes: 4 additions & 0 deletions thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,16 @@ <h4><img alt="Steve Marx"
<h4><img alt="Anu Chandy"
src="http://www.gravatar.com/avatar/61127a51c8a1c90de6df67d2938477cb?s=25"
class="contributor-image" />Anu Chandy</h4>
<h4><img alt="Microsoft Open Technologies" class="contributor-image"
src="https://1.gravatar.com/avatar/75752e740f4383e6f3eda0767789a815?d=https%3A%2F%2Fidenticons.github.com%2F74498d30f4524f46814f9c40db645c38.png&r=x&s=25" />Microsoft Open Technologies</h4>

<h2>Cross-platform CLI</h2>

<h4><img alt="Fredrik Kjellberg"
src="http://www.gravatar.com/avatar/1be18159a55576072ee6bee198ec6369?s=25"
class="contributor-image" />Fredrik Kjellberg</h4>
<h4><img alt="Microsoft Open Technologies" class="contributor-image"
src="https://1.gravatar.com/avatar/75752e740f4383e6f3eda0767789a815?d=https%3A%2F%2Fidenticons.github.com%2F74498d30f4524f46814f9c40db645c38.png&r=x&s=25" />Microsoft Open Technologies</h4>



Expand Down