Quantcast
Channel: How to share computer code? - Academia Stack Exchange
Browsing all 9 articles
Browse latest View live

Answer by cjs for How to share computer code?

There's lots of good advice in the various answers; I'm going to address only point 3, "How do I make it easy for other people to run the code?"The answer here is to automate as much as possible. This...

View Article



Answer by Alexlok for How to share computer code?

All the answers above are great. I would just like to add that, if you plan to publish it on your lab's website or any personal website, you should also copy it somewhere else.In many fields, it...

View Article

Answer by jwenting for How to share computer code?

For my graduation paper I shared my code by printing it all out as a companion volume to the main research paper.Mind this was pre-internet, and the paper (and code) was classified so very few people...

View Article

Answer by Michael Durrant for How to share computer code?

I recommend github.The other answers given are well detailed and include it but given a bunch of other choices. Choice is obviously good. Without specific advantages listed though I am suggesting you...

View Article

Answer by David Ketcheson for How to share computer code?

Matthew G. and Irwin have given great answers, but I'd like to provide some additional resources and references for those interested.First, take a look at answers to this similar question on...

View Article


Answer by Irwin for How to share computer code?

Answer to 1: Where should I host my code?Depending on what your University offers you, you could choose to host it with the University, or perhaps with an open-source repository such as Github,...

View Article

Answer by Matthew G. for How to share computer code?

To some extent, the answer will depend on what you wish to accomplish with this release. There was a fantastic blog post recently on that precise topic.If the code is of great shape, and you hope...

View Article

Answer by Santosa Sandy for How to share computer code?

In my opinion, It is related to the specific code you want to share.I just want to give an example, for JavaScript code you can share it on http://jsfiddle.net/We can test our JavaScript, CSS, HTML or...

View Article


How to share computer code?

I am writing a paper with my adviser.Some of the key contributions of our paper include:A computer simulation model of an inventory systemA set of simulation experiments and results to validate the...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images