WindowsAzure (Windows Azure) Organization

URL
Location
Redmond, WA
Member Since
Sep 20, 2011

Public Repositories (13)

Organization Members (35)

  • abhisheklal (Abhishek Lal)

    1 Public Repositories, 0 followers

  • andrerod (André Rodrigues)

    10 Public Repositories, 17 followers

  • antonba (Anton Babadjanov (Microsoft))

    1 Public Repositories, 5 followers

  • bennage (Christopher Bennage)

    15 Public Repositories, 47 followers

  • blobaugh (Ben Lobaugh)

    17 Public Repositories, 12 followers

  • BorisMoore (Boris Moore)

    9 Public Repositories, 205 followers

  • cscrosati (Christopher Scrosati)

    0 Public Repositories, 0 followers

  • davidfowl (David Fowler)

    24 Public Repositories, 279 followers

  • dfugate (David Fugate)

    1 Public Repositories, 0 followers

  • dmahugh (Doug Mahugh)

    0 Public Repositories, 0 followers

  • donwb (Don Browning)

    11 Public Repositories, 6 followers

  • einaros (Einar Otto Stangvik)

    36 Public Repositories, 60 followers

  • gcheng (Albert Cheng)

    2 Public Repositories, 1 followers

  • glennblock (Glenn Block)

    24 Public Repositories, 78 followers

  • igorzi (Igor Zinkovsky)

    5 Public Repositories, 63 followers

  • jcookems (Jason Cooke [Microsoft])

    3 Public Repositories, 3 followers

  • jeffhandley (Jeff Handley)

    11 Public Repositories, 9 followers

  • jeffwilcoxmsft (Jeff Wilcox @ Microsoft)

    0 Public Repositories, 16 followers

  • joeg

    2 Public Repositories, 2 followers

  • joostdenijs (Joost de Nijs)

    7 Public Repositories, 3 followers

  • JosephConnolly (Joseph Connolly)

    5 Public Repositories, 6 followers

  • JustinBeckwith (Justin Beckwith)

    15 Public Repositories, 9 followers

  • kylemc (Kyle McClellan)

    0 Public Repositories, 4 followers

  • mattpodwysocki (Matthew Podwysocki)

    8 Public Repositories, 76 followers

  • mollybostic (Molly Bostic)

    0 Public Repositories, 0 followers

  • nikhilk (nikhilk)

    5 Public Repositories, 54 followers

  • ntotten (Nathan Totten)

    15 Public Repositories, 29 followers

  • ogail (Abdelrahman Elogeel)

    12 Public Repositories, 14 followers

  • paulbatum (Paul Batum)

    26 Public Repositories, 42 followers

  • piscisaureus (Bert Belder)

    31 Public Repositories, 138 followers

  • pofallon (Paul O'Fallon)

    17 Public Repositories, 21 followers

  • robashton (Rob Ashton)

    41 Public Repositories, 131 followers

  • tjanczuk (Tomasz Janczuk)

    22 Public Repositories, 65 followers

  • wadewegner (Wade Wegner)

    9 Public Repositories, 43 followers

  • yavorg (Yavor Georgiev)

    5 Public Repositories, 14 followers

Markdown Cheat Sheet

Format Text

Headers

# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag

Text styles

*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__

*You **can** combine them*

Lists

Unordered

* Item 1
* Item 2
  * Item 2a
  * Item 2b

Ordered

1. Item 1
2. Item 2
3. Item 3
   * Item 3a
   * Item 3b

Miscellaneous

Images

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Links

http://github.com - automatic!
[GitHub](http://github.com)

Blockquotes

As Kanye West said:

> We're living the future so
> the present is our past.

Code Examples in Markdown

Syntax highlighting with GFM

```javascript
function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
```

Or, indent your code 4 spaces

Here is a Python code example
without syntax highlighting:

    def foo:
      if not bar:
        return true

Inline code for comments

I think you should use an
`<addr>` element here instead.
Something went wrong with that request. Please try again. Dismiss

Looking for the GitHub logo?