open-source

Is there an open source license that covers programming books?

I'm giving serious thought to releasing a programming book i wrote as open source to it's targeted community but i'm confused as to what such licenses give people permission to do. I also want to keep the original copyright. For example, this is what i would like people to be able to do with my work: Download and read it free of charg...

Open source data modeler

Is there any open source data modeler available? If yes, which is the best or closest to Rational Rose? ...

Any open source C# OCR library?

Hi, I couldn't get anything out of google, so I ask: Do you know some free open source C# OCR library? edit I need C# option, no coding of wrappers from C++ or similar stuff. the google library's website doesn't work - not sure if it ceased to exist or it's just unavailable which is very uncommon for Google websites. ...

Are there success stories of OpenSource projects using Agile/Scrum methodologies?

Most succesful , and large open source projects seem to follow the Benevolent Dictator style organization. But I was wondering if there are any success stories with agile development in Open source. When refering to Open source I mean large net-community driven development, not established teams doing Open source under the same roof. ...

Recommended open source content management system for corporate website?

We're preparing to rewrite/restructure our corporate website and are looking for a CMS to back it. I need the CMS to provide a way of giving certain users in our company control over certain sections of the web site (i.e., allow our Marketing department to update press releases, our HR department to update job postings, etc). It should a...

Where to go to browse for open source projects to work on?

I've decided to have a look around for open source projects that need a hand and lend a bit of time to one or two. One question though, is there a site(s) that lists current open source projects that are looking for developers and is there anywhere I could for example filter open source projects by language/technology/etc. What I'm afte...

LGPL, MIT, or Apache - differences?

If I've got some code that I'd like to share and make open source. I'm not a lawyer. What are the big differences between these choices? LGPL - GNU Lesser General Public License MIT License Apache License ...

Who has the rights to a University assignment?

I'm currently taking a class, and I'd like to release the software I've developed for it under the GPL. It's nothing special (in my opinion), but someone might find some use for it. I was wondering if I'm somehow restricted because I did it as a class assignment? Also, to what extent would the restrictions apply. Am I not allowed to ...

Does anyone know about an opensource list of most common error messages?

Does anyone know about an opensource list of most common error messages? My motivation for this question, although I am adept at writing code, English is not my mother tongue. And, such a list (somewhat, like all those free icons on the net) will shorten the last stages of my development, And good (and fun) error messages are part ...

Is illegal to use the Look And Feel of Joomla in a non Open Source Web Application?

Hi, I'm developing a propietary (non Open Source) Web Application in ASP.NET, and I want to use the Look And Feel of Joomla (images, control distribution, etc.). Is this illegal? I'm violating the license doing this? ...

What is the best Java-based Mailing List application allowing opt-in/opt-out

I'm looking for a java-based (preferable) mailing list application that allows users to opt-in/opt-out of mailing lists. Open-source is preferable but not mandatory. This product would be used to send email notifications to subscribed people when certain events happen in another application - i.e. when a new record is saved and approv...

Best open source Java library to incorporate Facebook functionality into a Java web app?

What's the best open source Java library to add Facebook functionality to a Java web app? ...

Django Snippets Required

Hey guys, I'm a really tight schedule to code up a prototype for a website. I'm working with Django and am just starting out. Can you suggest open source Django snippets for the following: 1) A User Registration system (Registration/Authentication/Sessions) 2) A Rating System (Preferably a x/10 or 5 stars rating system) 3) A tags bas...

How do web spiders differ from Wget's spider?

The next sentence caught my eye in Wget's manual wget --spider --force-html -i bookmarks.html This feature needs much more work for Wget to get close to the functionality of real web spiders. I find the following lines of code relevant for the spider option in wget. src/ftp.c 780: /* If we're in spider mode, don't really retrie...

Is there an open source equivalent to FlexLM?

I am interested in studying license management patterns and coding techniques in detail. ...

Licensing software as open source but charging for compiled executables?

As I understand it software being open source does not prevent you from selling it (does this depend on the type of license?) but is this a good idea? For my pet project the target audience is for the most part non-programmers who wouldn't know how to compile the source anyway, but I still want to keep it open mostly for possible future...

Any experience with SANOS operating system kernel?

I was browsing for an open source kernel when I ran across SANOS which feels like something worth keeping alive as open source. To bring it up to modern standards, the following enhancements need to occur: Support for Multiple CPUs/Cores Add IPv6 (currently only supports IPv4) Ability to run 8192 concurrent threads Ability to support ...

How come open source applications that are targeted at enterprises, don't have these security features?

It would seem to me that many large enterprises already have robust directory services such as Active Directory and it would be silly to constantly duplicate users in an application-specific store. Even if you require duplicating the user store, you can provide a mechanism to authenticate against Active Directory. Alternatively, you cou...

Fielding support requests for OS project here

I run the open-source project, and maintain a support forum to help answer user's questions. This works tolerably well, except that it turns that at a forum is not actually that good at managing user support requests. So, on the spur of the moment, I thought to myself, "StackOverflow is a perfect place for answering questions! Why don't...

What does it take to make a language successful?

I have an interesting idea for a new programming language. It's based on a new programming paradigm that I've been working out in my head for some time. I finally got around to start working on a basic parser and interpreter for it a few weeks ago. I want my new language to be successful and I want to eventually create a community arou...