Tell me more ×
Quantitative Finance Stack Exchange is a question and answer site for finance professionals and academics. It's 100% free, no registration required.

I have some tools I wrote in C# for handling Bloomberg API requests and responses and I think they would be useful to other programmers. Where is a good place to put useful code online?

share|improve this question
This isn't exclusive to quantitative finance. – chrisaycock Dec 5 '12 at 18:11

closed as off topic by chrisaycock Dec 5 '12 at 18:11

Questions on Quantitative Finance Stack Exchange are expected to relate to quantitative finance within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Thank you for sharing your work! All of your own suggestions are good places, however github.com is a good (and very popular) place to share code with the world. It requires basic knowledge of Git in order to push your work, but it is fairly simple. Personally I use bitbucket.org who offers good tutorials to get started.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.