Skip to main content

World's best source code hosting websites

1-Google Code Hosting

code.google.comGoogle code is the most popular hosting site which hosts the likes of jQuery and other popular libraries.

2-Github

GithubNext in the line is Github, it provides fast and easy hosting which version support and as well as code monitoring.

3-Sourceforge

SourceforgeNot much of a code hosting site but you can create project and is the leading open source hosting site which well supports all type of languages.

4-Launchpad

LaunchpadLaunchpad is an online collaboration platform that provides services like bug tracking, version control , code reviews and much more.

5-Codeplex

CodeplexA popular hosting site hosted by microsoft so not much features you can expect.

6-Bitbucket

BitbucketDevelop code as a team. Keep all your development in one place, be it issue tracking, documentation or sharing code.

7-Assembla

AssemblaNot a free code hosting and sharing site, though excellent features such at agile development tools makes it well worth it’s price.

8-JavaForge

JavaForgeAn excellent site for the java lovers( like me :) just joking supports all language and runs on Amazon cloud. It has all the features needed that makes a good hosting site.

9-Pastie

PastieAwesome site, quickly paste your code and share it.

10-Kenai

KenaiOwned by Oracle Sun, excellent hosting features and integrated with netbeans.

11-Codefetch

CodefetchNot much of a code hosting site but you can search code snippets and examples from books, very handy.

12-Tigris

TigrisTigris.org is a mid-sized open source community focused on building better tools for collaborative software development. Prominent projects include SVN (Subversion).

 13-Alioth

AliothAimed at the Debian development project, nice community for debian lovers.

14-Fedorahosted

FedorahostedHosted by Fedora group, has a fairly large community.

15-Osor

GithubThe Open Source Observatory and Repository for European public administrations (OSOR) is a platform for exchanging information, experiences and FLOSS-based code for use in public administrations.

16-Joomlacode

JoomlacodeSpecifically created for joomla lovers, you can host code related to joomla here.

17-Bountysource

BountysourceBounty Source was created with the goal of increasing and improving development in Open Source Software communities, providing features such as task tracker, SVN code repository and a CMS.

18-Berlios

BerliosBerlios is an open source software supporter and is quite famous.

19-Tuxfamily

TuxfamilySimple hosting service, perfect for simple projects.

20-Drupal

DrupalAs the name suggests code hosting for drupal developers and has a very active community.

21-Gitorious

GitoriousOffers a project hosting solution and an open source graphical interface for git repositories

Source: http://brenelz.com/blog/20-source-code-hosting-sites-you-should-know/

Comments

Popular posts from this blog

How to parse JSON data with .Net C#?

There are many occasions arise when we have to get some information form websites, websites offer information to their user in different formats and JSON is one of them. Actually you can parse JSON data in C# itself by writing some code but JSON.Net library will help a great deal. Example  Let's consider an example where we have to get tweets count of a webpage from twitter. Twitter provides us with an easy way to do that by simply sending a request to one of its urls Request Sample  https://cdn.api.twitter.com/1/urls/count.json?url=http://download.cnet.com/Free-PDF-to-JPG-Converter/3000-2016_4-75728284.html Request Response string  Response = {" count ":10,"url":"http:\/\/download.cnet.com\/Free-PDF-to-JPG-Converter\/3000-2016_4-75728284.html\/"} Here we go, we need to get count variable from that response. Create a Class in C# and add this code public class SharesCount { private int Count_; public int Count ...

Setup .PK domain with Godaddy Hosting

Setup .PK domain with Godaddy Hosting STEP-1 Open domain page from your account Add your .pk domain as offsite in godaddy don't check transfer this domain to godaddy checkbox. STEP-2 Now go to Manage Hosting/Cpanel page and select Addon Domains And fill the form and add the domain STEP-3 Now go to Domains page and click your offsite domain name and open its zone file. next next Now when Zone File tab is open, scroll-down to bottom and get your name servers STEP-4 Now take these name-servers and add them on your domain's pknic account. Thanks, if you got any questions please send me an email at m.qayyum--at--live.com