Tagged Questions
102
votes
9answers
19k views
Is the Stack Overflow source code available?
Do the SO admins have any plans to release the underlying code for SO at all? I appreciate that the code may be part of their competitive advantage, but it strikes me that the underlying system would ...
6
votes
3answers
8k views
Is there any open-source code we can get for something similar to Stack Overflow? [duplicate]
Possible Duplicate:
SO Clones?
I've found that source code of http://stackoverflow.com is not open-source. What similar apps are there that have source code available?
6
votes
5answers
278 views
How to respond to people just asking for code without any own effort?
I'm very active in the android tag on stackoverflow. It seems that the tag is hit by a wave of people trying to write apps for android without any programming knowledge.
Many of this questions look ...
15
votes
2answers
319 views
How can we avoid the pitfalls of CreativeCommons in code snippets?
Creative Commons is a great license for a wiki, but it's not a good software license at all. Is it the case that all code snippets are under the same license as the rest of the text? I commonly say ...
2
votes
1answer
1k views
Source code syntax highlighting on stackoverflow wmd
I was wondering how stackoverflow (wmd) solves syntax highlighting on source code snippets.
I understand that if text is marked as code it gets that <pre> CODE </pre> tags and that the ...
6
votes
2answers
104 views
Is there a way to change the default code view size on Stack Overflow?
Do they think we are all working on 1024x768?
I'm running two 24" monitors, giving me a horizontal resolution that can only be described as "obscene", and I hate the unnecessary horizontal ...
2
votes
1answer
215 views
Where can I get the source code for stackoverflow.com's WMD version?
I think the question is self-explanatory - its not that that I want SO source code. What I am looking for is how they added image upload from PC feature. I need to implement it too.