I want to use prettyprint JavaScript library in my blogs. This library is already hosted in CDN for Stack Overflow cdn.sstatic.net.
Is cdn.sstatic.net a public CDN?
Can I use it in my blog or website with out a fee?
Who should be contacted to get permission or approval?
EDIT : Thanks a lot every one for the valuable answers. Probably my questions aren't very clear, I will elaborate a bit on what I expect.
1) I want to have code formatting on my Blog.
- Have decided to use prettyprint since Stack Overflow uses it
- I like the output.
2) Speed up the page while loading prettyprint scripts and css.
- Need cheapest and most effective solution.
Option 1 -- Create my own CDN .. Ruled out.
I neither have expertise nor resources to build a CDN
Option 2 -- Google CDN
Google does't host prettyprint
Option 3 -- use svn/trunk as suggested by @YOU
Not as fast, reliable or available as CDN
Option 4 -- Use microsoft CDN
They dont have prettyprint yet.
Option 5 -- Use cdn.sstatic.net
Mature and proven
The problem here is that Google CDN and Microsoft CDN have a clearly stated policy that it will be free for use for any registered user. I did not find similar stuff from Stack Overflow. I am not sure if cdn.sstatic.net is public in nature providing some kind of free service. @kev has clarified "The Stack Exchange CDN is intended for the benefit of serving Stack Exchange pages faster and not to benefit third parties"
Hence the question remains. Is it legal to use scripts from cdn.sstatic.net in my blog? (blog in this case can be on a private server or hosted like in blogspot)
I believe cdn.sstatic.net is owned by Stack Exchange.
Does Stack Exchange have any policy to allow such use?
Who should be contacted to get permission or approval?
Summary of the answers based on responses above discussions.
1) It is illegal to use scripts hosted on cdn.sstatic.net for personal blogs or a hosted blog.
2) Stack Exchange does not have any policy or service to allow such use.
3) The Team at Stack Overflow should be contacted for approval.
