how can i get sourcecode of any project releated to computer science? for reading purpose only.....please
Hoot! You just asked your first question! Hang tight while I find people to answer it for you. You can thank people who give you good answers by clicking the 'Good Answer' button on the right!
sourceforge.net github.com gitorious.com fsf.org openhatch.org Above are project hosting sites,from above sites you can download.
You might want to look at the precise instructions for your project. For example: look at the Node.js (Javascript on Server project) install instructions at https://github.com/joyent/node/wiki/Installation. It includes a line like: git clone --depth 1 https://github.com/joyent/node.git Which pulls from a readonly URL the code. You can follow the instructions from the Wiki for compiling and running after that. Hope this helps.
only opensource project gives you their sourcecode. so, at first choose the project, chech, is it opensource or not and then check their site to find out the probable location of their source code repository, and download..
www.planetsourcecode.com. Source code individual projects in many different languages.
Join our real-time social learning platform and learn together with your friends!