open-source

Open-Source bugs tracking system?

Possible Duplicate: What bug tracking software do you use? Better than BugZilla open-source based bugs tracking system? I need a platform that supports a rich API (especially for PHP), unlike what BugZilla provides. :S ...

Python 3 and open source: Are there any good projects?

I've been studying Python 3 recently and I have come across a conundrum: I want to expand my abilities by working on an open source project, but I seem to have trouble finding any specifically for Python 3. I know that this question has been asked before: Such as here, And here, Unfortunately these all seem to be using Python <= 2.6 and...

Anyone knows of open source flash games

Hi all, I am thinking of developing a small flash game. I was considering my different alternatives. One of them obviously involves working with some open source projects. Does any of you know of an open source flash game? Something similar to a shootup'. Is it even realistic to expect such a thing? Thank you ...

Proprietary software based on MIT license.

As far as I understand. I can use a project licensed under MIT license into a proprietary software. Am I right? It dosen't force any copyleft and I don't have to say that my project is based on something else. That means I can fork the hell out of it, right? Can someone shed some light over this? ...

Testing Automation Tools For .NET

Hey Everyone, I'm trying to find some useful Open Source Testing Automation Tools for use with the .NET framework. I've done a fair bit of research, but unfortunately, most of the tools I have found focus on testing web applications only. There are 3 types of programs that we run in order to make our software do what it needs to do: We...

Twitter Threading Script

Is there a free open source Twitter Threading script/platform? ...

What to think about when making a project open source?

I'm just about to publish a project as open source, and would really like some feedback on a couple of things: The code is quite clean but the version control history isn't. Mistakes, debug code, perhaps inappropriate code, etc. Should I clear the history before publishing, or import it anyway to the public repository? Should I priorit...

Is there any iPhone open source community?

Hi there, I am going to develop on iPhone platform and I think the best way to learn is to read good apps' source. Is there any open source iPhone app community? Like sourceforege or googlecode? Thanks in advance~ ...

Online Based Apache Web Log Analyzer By Submitting Just the Raw Logfile

I have a raw "access.log" file from Apache. Is there any web based version tool where I can just submit this raw log file and return me the analysis results I am aware of the code such as AWSTATS, but it require us to install it in the server, which is not what I want. ...

Piwik Web Analytics - Anyone with experience of it?

I'm considering trying to get more granular analytics for my sites than the free plan on my current provider, Clicky, provides. Piwik looks like a strong contender in the analytics space (and I'm surprised I haven't heard about it before) but I want to be sure I'm not throwing the baby out with the bathwater by swapping to it. Does any...

Common Public License (CPL) and static linking

Is it possible to statically link a library released under the CPL into a commerical application? I'm contemplating using the libqxt library which is released under both the lgpl and cpl licenses. However the cpl license is a tad unclear as to whether it needs to be dynamically linked (as required by lgpl). I've checked the cpl faq on...

How does displaying ads on open source project hosted on CodePlex work?

I have an open source project on CodePlex. Today I went to "Edit Project Summary & Details" page to make some modification. I noticed a new check box "Use Advertisements from The Lounge". I just wonder if anyone takes advantage of display ads on CodePlex? How does it works? ...

which open-source survey system is the best now?

I am looking for an open-source survey system for our department. PHP or Java are both OK. I checked LimeSurvey, but I don't like it. Which open-source survey system is the best now? ...

Which open-source git hosting software should I install on my company's intranet?

Instead of hosting my company's source code on Github, I would like to host it on our intranet under our control. What software could I use to simulate the same kinds of Git-based source-control features that are offered by sites like Github? Ideally this solution would be associated with a Ruby-based web application. ...

Source code spellcheckers is there an open-source solution or should I make my own?

I need a source code spell-checker. Of course there is a closed source ones but I'm looking for an open source solution, That can spell check html files, php source codes any further types would be better. I also thought about making my own since there is a good libraries for spell checking, So what features you think it's good to be ...

Scaling up as an opensource developer

As a passionate opensource developer, I produced a lot of software during the years. In some cases, this software became obsolete due to the fact that I moved to another project, and the platforms changed. I frankly don't have time to maintain my past projects anymore, and I don't have many chances to find a maintainer, as my projects ar...

Should I publish my project as open source?

I'm nearing completion of my programming degree and will be getting an internship through my school early next calendar year. Up to this point I have had pretty much no programming experience out there in the real world, so my resume will hardly be impressive. I have, however, been working on a helper utility for an obscure application ...

Need recommendatins on a Java open source project for an academic study

I'm looking for a Java open source project for an academic study on test cases. I need a project with 20-40 KLOC and at least a 100 JUnit tests. A project that was developed using TDD methodology is prefered. Something that I can drop in eclipse and run all the tests with minimal overhead for setups. Any recommendations? ...

E - Commerce open source review

Hi there Do you know a good review of the existing e-commerce open source platforms? I'll like it to be written in PHP in order to understand them faster and to contribute back. many thanks ...

Qt4 modular synth editing widget

Hi, I'm about to start writing a GUI for a modular synthesis app (like Alsa Modular Synth, Pure Data, Ingen) that will be used for patch (sound) editing. What I need to do is something like this: So, basically, it's an area where I can draw some rectangles (boxes) that represent synth modules with input and output ports that I ca...