Questions tagged [project-hosting]
24 questions
116
votes
8 answers
Why are many programmers moving their code to github?
For the past 6 months or more, I've been seeing many codes hosted at sourceforge.net as well as other hosting sites "Move to GitHub". A mere Google Search with the phrase "Moved to Github" returns several results containing the text moved to github.…

Chibueze Opata
- 1,355
- 2
- 10
- 11
33
votes
8 answers
How safe & trustworthy are hosting sites such as sourceforge, github or bitbucket for closed-source projects?
I am considering using sourceforge, bitbucket or github for managing source control for my business. I have open projects and I participate in open projects such as gcc. But I also have a business where I develop closed-source software for my…

emsr
- 551
- 1
- 7
- 15
29
votes
4 answers
Zero-knowledge code hosting?
In light of recent revelations about widespread government monitoring of data stored by online service providers, zero-knowledge services are all the rage now.
A zero-knowledge service is one where all data is stored encrypted with a key that is not…

HighCommander4
- 429
- 3
- 5
19
votes
7 answers
Is it OK to push my code to GitHub while it is still in early development?
I have some projects that are in a very early development state. They are nowhere nearing completion but I do host them (as public repos) on GitHub because:
I have multiple computers and I want access to my code everywhere
I want a backup for my…

marco-fiset
- 8,721
- 9
- 35
- 46
17
votes
1 answer
How come many project-hosting sites don't have a forum feature?
I'm considering starting an open-source project, so I shopped around some popular project hosting sites.
What I find surprising is that many (see here for a nice feature table) of the popular project hosting sites (e.g. GitHub, BitBucket) don't…

george
- 281
- 2
- 6
12
votes
4 answers
When it comes to hosting your personal throw-away projects, does one service and project structure stand out?
I'm looking at Google Code, SourceForge, BitBucket, and GitHub, since they seem to be the big players. Now, I haven't broken down all of the features that they provide yet, but I'm really looking for a place to put various code that I write (my…

Thomas Owens
- 79,623
- 18
- 192
- 283
8
votes
3 answers
How can I start shipping code?
I have just started learning how to program using LPTHW, and as my skill level develops I would like to start shipping code whether or not it's ready to be shipped, just to get into the habit of always shipping code, and not having the fear of…

JosephS
- 81
- 1
7
votes
2 answers
Where can I host my JSP+Java Web application?
My web application is currently written in JSP/Java, using an Oracle DB. I develop on Windows, and I use JDeveloper (Oracle's eclipse clone) and I use JDev's integrated WebLogic Server.
I want to go live using a respectable Web hosting company. …

Brad
- 1,161
- 1
- 12
- 14
6
votes
6 answers
How do you rate Hosting?
1) Up-time2) Latency3) Throughput4) Server software such as SQL, etc.5) $$$ -- transfer, overages, etc.
What else?
And is there a web site rating hosts by this criteria that is actually reliable and not simply a dishonest advertising site... or do…

Michael
- 473
- 1
- 4
- 12
6
votes
2 answers
Would I be able to use code hosting services to host malware code?
Let me start by saying that I am a computer security researcher. Part of my job is to create malware to deploy on a controlled environment in order to study or evaluate several aspects of computer security.
Now, I am starting to think that using an…

NlightNFotis
- 277
- 2
- 11
5
votes
2 answers
How do you feel about using online Version Control Systems?
I have been running my own home-based server for ages for my own personal code, and have tried one system or another (SVN, VSS, etc). But recently, I've enjoyed having some more precious (no source code) data off-site, without having to constantly…

Hugo
- 1,129
- 8
- 14
3
votes
2 answers
"Sensitive Data" clause in Bitbucket's Customer Agreement
I'm using Bitbucket for a few projects, but as of April 28, 2014 they will replace their End User Agreement with a new Customer Agreement. The new agreement mentions in 7.7.2: "You will not submit to the Hosted Services ... any personally…

Anders Sjöqvist
- 155
- 1
- 1
- 4
3
votes
2 answers
CodePlex and Google Code Concerns
I was wondering about the risks involved with hosting on Microsoft CodePlex and Google Code. Let's say I host a project on one of them and it ends up taking off and getting tons of downloads.
I was wondering if it is possible (or maybe has already…

SameOldNick
- 304
- 1
- 3
- 8
3
votes
2 answers
Project (that contains reverse engineering) hosting + license
I made multiple tools for extracting file formats that are found in (commercial) games. Where should I host the code? (e.g. Google Code, Sourceforge,....)
Normally it would be considered 'illegal' everywhere, but most of the time they are ignored.…

NopeAndNever
- 33
- 3
3
votes
3 answers
Creating an a project-site for an open source project
So I have an open source project that I would like to promote and I want to create a project-site for it where I will host the documentation, etc. (preferably something that integrates with github for handling downloads, issues, etc). The…

Raphael
- 2,234
- 1
- 22
- 23