Where can I host many open source projects? [closed] - open-source

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
in my spare time I create open source projects which I hosted at google code in the past but apparently google limits the maximum number of projects to 25 which is not what I want.
I have many small projects that I want to share and showcase.
What would be your choice? I know github and sourceforge but I couldn't find information about their limitations so I'm not sure.
Where would you host more than 25 projects?

My choice would be GitHub. I don't believe they impose restriction on the number of public repositories you may have, they only ask you to keep under 1Gb each.

You can use:
github
sourceforge
I'm using github a lot more than the second..

Related

restricting access on PAAS [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have a lab setup in office where people work in a development environment that is hosted on a Cloud PAAS (like openshift or cloudbees).
The developers connect to the cloud git repository using SSH connection. They can easily take the SSH key to home and download the code at their home. I would like to restrict that activity.
Is their a software utility available that I can use to get this done?
you want something like GitHub but self hosted? You can probably use one of the clones like Gitlab to do so. Otherwise it's difficult to restrict user access to single user PaaSs.

requirements for a social networking android app [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
i am planning to make an android app for social networking with at most user base of 10000.
with almost the full-fledged feature of a social networking site
So estimating the maximum concurrent users to be 1000,please help in the following points
whether MYSql will work fine or should i use MYSql with hadoop?
whether i should go with Amazon EC2 or a shared hosting account
of GoDaddy.com is sufficient?
because I am unable to estimate the complexity and scalabiity of the project
If you are asking if you should use Hadoop, i suspect you have no idea what its for. In your case, likely not.
Shared hosting probably wont be enough. But this depends on factors that are impossible to estimate without a lot more information.

Open Source ALM [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am looking for the current recommendations for all-inclusive open source ALM system, essentially an open source alternative to Microsoft's Team Foundation Server.
I have found two so far, Jabox and Endeavour.
Are there any others that you know of?
If you have experience with Jabox or Endeavour, can you comment on their relative merits?
I am looking specifically for all-in-one ALM solutions like Jabox and Endeavour, rather than individual applications like Jenkins, Bugzilla, TestLink, etc.
Two popular ones are OSEE from Eclipse.org and Tuleap.
Atlassian family of products can be considered as a single product. As far as I know they are open source and Atlassian gives them for free if you are developing an open source solution.

Open source application to track and manage low level plans [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I work in a team of 5. We track our low level plans in spreadsheets. This always results in some sort of miscommunication, delay as it is not updated or out of order. Are there any open source tool that can be used to manage low level plans/stories for a small team efficiently?
Well, I'd try using Planner. I use it to manage my little projects, as I forget what I was debugging and when I did it. It's clean and simple, and it's got Linux and Windows binaries (no idea about Mac).
Here's a screenshot:

Project with high coverage sought [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I was wondering if there is any project with high coverage requirement.
To be more precisely, I'm looking for:
Open Source Project, I need to access to the code
Any class of software, e.g., library, operating system, gui
Data on the coverage achieved. Here coverage can be meant as statement coverage, branch, MC/DC
Any language
I already have such an example. It is a free open source RTOS, RTEMS. Do you have any other examples?
Thank you in advance.
Sqlite is renown for having high test coverage: http://www.sqlite.org/testing.html sadly not all the test cases are freely available.
Another list of Java programs and their test coverage is on http://www.testabilityexplorer.org/report .
If you look at the sonar nemo instance you will find some libraries with high coverage:
http://nemo.sonarsource.org
e.g.:Commons Lang (apache commons lang): http://nemo.sonarsource.org/dashboard/index/269309?asc=false&sort=5
All projects there should be open source (look for the sources link).