Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

120
votes
25answers
12k views

Best Open Source Project Hosting Site [closed]

I want to start an open source project, but the rise in hosting sites leaves me a little paralyzed with choice. I know a little about several: I never really liked SourceForge's UI but it still ...
19
votes
9answers
992 views

How to explain Open-Source to your boss?

My boss was in the past not really interested in Open-Source. He always was fine, if we developers used a library or framework, that came at no cost. But he was never interested in details. But some ...
9
votes
1answer
627 views

Overview of free software licenses (for dummies)

Does anyone know of a reference that explains the different open-source licenses in easily understandable, non-legalese terms? Specifically I'm looking for information about what it means to me when ...
6
votes
6answers
726 views

Are there any free tools to help me simulate load on a server?

I have a problem. I need to simulate load on my web server, but all the tools that I see are not free. Can anyone recommend me some free tools that simulate load on a web server?
5
votes
3answers
944 views

How to rebrand/copyright a forked project (GNU/GPL)?

long story short, we're forking a free software. The code is under GNU/GPL license, we've tried to collaborate with the original developer but without success. We're improving the software adding a ...
5
votes
6answers
435 views

Free program for building/Managing Test Plans?

Is there a free tool to manage/write test plans? At the moment my firm uses an excel spreadsheet, but it's less than Ideal. I'm not talking about Unit tests but functional testing. If there isn't a ...
4
votes
6answers
5k views

The difference between Free Software and Open Source Software

For quite a while, I thought that Free Software was Open Source Software. I've found out that this view is incorrect, and that Open Source Software is not necessarily Free Software. I honestly can't ...
3
votes
8answers
46 views

Is there a free VB5 or VB6 implementation?

Yeah, basically, that's the question. I'm looking for a free Visual Basic compiler and/or IDE. Is there something like this? Actually, is there any other implementation than Microsoft's?
3
votes
3answers
99 views

What requirements you have to satisfy to change your software license?

Let's say you have published your work under GPL, but after some time you realized that it would be better to publish it under other, GPL incompatible license? What options do you have? Are you (or ...
3
votes
2answers
525 views

Using GPL licensed jquery plugins

I'm sorry for the naive question, but I'm a bit clueless about free-software licensing. Is there any problem with using GPL-licensed front-end software (jquery + plugins, for example) on a for-profit ...
3
votes
2answers
433 views

Is E-texteditor's “open company” and open source model really open?

E-Texteditor recently announced going open-source with their open company model. However after reading through I am not sure if this model is really open. The way I understand is that they open up ...
3
votes
6answers
220 views

What well-architectured weblog package(s) do you recommend?

I'm looking for some weblog software to use/extend, but all the ones I've looked at so far are terribly written - attempting to work with them is far too effortful and depressing. I'm looking for ...
2
votes
2answers
202 views

Stdout viewer for windows applications

I need a software to view standard output for windows applications. Something similar to Sysinternals DebugView for OutputDebugString. I tried logview4net without success. Do you know other software ...
2
votes
5answers
88 views

Time to wait before forking open source software?

I'm working on an application and I needed an API wrapper for it. I noticed that most of the API calls I needed weren't implemented, so I went ahead with adding them in. There are a few bugs that need ...
1
vote
1answer
24 views

Free software for Graphics transformations

I am learning computer graphics algorithms (Bresenham's, Midpoint, Geometric transformations, rotations, reflections etc). I am working out geometric transformations on paper - rotation, scaling, ...
1
vote
4answers
142 views

What software is needed to develop a flash game?

I want to make a free game with flash. Several month ago, I created a free game with html5 canvas. But unfortunately, most of people who access the page of the game use old version IEs and they can ...
1
vote
4answers
109 views

Which public Git hosting sites are there that are free software? (I.e., you have the freedom to study it, and run a similar site, and so on.)

Which public Git hosting sites are free software? I mean public services like the popular GitHub, but in this question I especially care about our freedom in using and running the infrastructure ...
1
vote
2answers
69 views

Best way to join a free software project

I'm thinking about joining a free software project in order to increase my knowledge of how this kind of projects works, colaborating with people that I dont know (so far), and my C/C++ skills. I`ve ...
1
vote
2answers
123 views

Free software license for libraries

I am developing a library and I want to use a Free software license. There are thousands of licenses, but I do not understand their differences. I need help to choose a license. I want a license ...
1
vote
2answers
334 views

I need an open source Knowledge Base please

I need a free open source web based KB, preferably php or ruby (and definitely not asp). I don't prefer wiki style, rather a more hierarchal one. I'll mainly use it for our front desk staff and ...
1
vote
2answers
289 views

VMime and odd “commercial” LGPL licensing?

Greetings, I'm looking for a MIME library, which is available under the LGPL. After some googling, I found VMime. After browsing their site some, I came across the Licensing page, which confuses me a ...
1
vote
1answer
362 views

Recommendations for SWF decompiler for change n' publish purposes

My mission is to take an existing SWF file, decompile it, change a few things (mostly localization stuff) and then republish it. So I figure to get a SWF decompiler program that will extract the FLA ...
1
vote
2answers
397 views

Is there software available that will automatically categorize a website?

I'm looking for software (preferably a free .Net library) that will accept a url and determine its genre/purpose automatically. E.g. www.cnn.com = news, www.google.com = search engine. I would imagine ...
1
vote
3answers
86 views

Are there any free licenses which fit this model?

I've spent about a day looking through all of these confusing legal looking things, and I hate the obscure language that these lawyers use, frankly. This software is provided "as is". If you actually ...
0
votes
1answer
18 views

Detailed comparison of open source licenses

I'm looking for a comparison table of FOSS licenses. I've found some such tables, but they seem to have quite broad categories (e.g. "copyleft", "permissive") and this approach has two problems: ...
0
votes
0answers
12 views

Video identification database service

I am building a DVD conversion tool. Is there any cloud based system that would help me identify the DVD I have in the reader and give accurate info (title, year, etc.)? Gracenote offers this service ...
0
votes
0answers
149 views

Open Source Projects to practice TDD/BDD in PHP [closed]

I've read this question and i liked the ideia. I have the same question, but it's about PHP projects. Do you know some PHP open source projects that uses TDD? Thanks.
0
votes
0answers
99 views

Evapotranspiration calculation using ETo software

Hope there is someone who had a experience with ETo software. When I import climatic data from .cxt text file, it is failed appearing error message "cannot read data: some lines might contain text or ...
0
votes
1answer
69 views

Module with jquery plugin under GPL

In my module I'm using jquery plugin under GPL license. It means that my module have to be on GPL too. I want to start selling that module but then anybody can buy it and start selling too. Is there a ...
0
votes
0answers
52 views

Ethically share WIFI, i.e. only to people running free operating systems… possible? [closed]

I'd like to freely share my wifi with a limitation: only people using a free operating system (e.g. GNU/Linux) must be able to use my shared connection. Can it be done? Maybe using a customized ...
0
votes
1answer
85 views

commercial redistribute issues for free and open source softwares licenses

guys, could you please explain what are restrictions for commercial redistribution for these licenses (Apache , BSD , GNU GPL , GNU LGPL , MIT , MPL). best regards.
0
votes
2answers
118 views

Commercial use of open source software

I'd been trying to read about Open Source Software (OSS) but I'm still not clear about the scope of commercial use of OSS. Where can I find more details about the commercial use of OSS? Only then ...
0
votes
3answers
539 views

LGPL License Question

Lets say that I am writing a program that supports plugins and I write one plugin that has a reference to a assembly(.net) that is licensed under LGPL, must I now make the whole project open source ...