open-source

What are the differences between enterprise software/architecture patterns and open source software?

I am mainly a business app developer and I hear terms like CQRS, ServiceBus, SOA, DDD, BDD, AOP a lot. My question is that do these patterns/practices exist only in the "enterprise" world? In contrast to the enterprise world is the open source community. Highly trafficked sites like Digg, LiveJournal whenever there is an article mentioni...

How can I get a list of licenses from intalled RPMs?

We've been asked to list all the software and licenses used in our organization. Without deciding the value of this request, I'd like to get my Fedora laptop to answer the question easily. rpm -qa Gives me a list of packages, but no license data. My next step is to take that output and write a script to query each package's license. ...

Where is the best place to find pre-made, open source, java packages ?

I am looking for something like a portal, or a community where everybody posts their contributions in Java. Ex. polynomial calculations, ... Scenario: Search -> "polynomial" -> download package (source code) Thank you. ...

Open source, programmable online video player available?

I got this great idea that I'm thinking about implementing, but before I go into the deep end I wanted to get a clue about what options I have. I'm looking for an open source, programmable video player. Must: Play video files from a user's computer not a server Connect to a server to retrieve/send info (not limited to file xfer) Pref...

Suitable 'business rules' tool / engine for my web application.

Hello. I am unsure if this question qualifies to be here but I cannot think of a better place to go. I am building a web application that has multiple alternative paths to most of the use cases. These paths I perceive as business rules. I would like to code my application first for main scenarios and then apply alternative scenarios as ...

2D Engine for iPhone OS

I have a pretty simple 2D flash game. It's a jump n run sidescroller and I want to port it to the iPhone. But what is the best way to do it? There is Adobe Flash Pro CS5 but I'd rather program it from the scratch in an iPhone environment. Are there any top games done by open source framekworks? Which is the best way to go? ...

How to Keep to GPL Licence When Modifying a Script

Hi, In answering my own question, I came across this GreaseMonkey script that automatically converts currency values on a webpage. I would like to modify the script for my specific case, and I want to know how I should modify the script MetaData block to acknowledge the script's original author and respect the (letter and spirit of the...

Open Source CMS with linked sub-sections and users

I work at a small college that wants to make "sites" for all of the academic departments (~30). I managed to talk them out of their original idea: 30 individual Wordpress installations. What a maintenance nightmare! What I'm looking for is a CMS (preferably Python or PHP, as those are my areas of expertise) that can automagically creat...

Which open-source project management tools are written in .NET?

I am looking for project management tool in .NET which is open source (comes with source code for extension/customization). I Googled found few open source project management tools like: Redmine but it has source code in Ruby GanttProject but it looks like for individual usage dotProject, not good and lot many but with Java source...

cahoots - zend framework application is not running

hello everyone, I downloaded cahoots from sourceforge.net. It is a zend framework application. Very nicely done and I must say that it should be a nice tutorial for everyone who is struggling to learn Zend framework. But my problem is that even after reading the instructions this application is still not running. The application just d...

Open source gravatar-like implementations?

I'm already using gravatar icons for the users of my web service. However, I'm finding several problems with this approach: Only a small percentage of the users take the time to set up a gravatar profile. My users are not tech-savvy, but would be likely to add a dedicated photo to my site. Users of my service are encouraged to use imag...

Want to start open source project. Need help in picking an idea

I have a few ideas on what I want to do. Please tell me which one I should actually follow up with and which ones are just a stupid idea. Thanks. Mouseless and python scriptable web browser: Very similar to how the Ctrl button in Konqueror and Arora allows you to quickly access a link without having to click on it, this kind of browser...

Drupal vs ExpressionEngine for any kind of project from simple commercial site to complex ecommerce portals.

Hi friends... So far I've been using custom cms. lately I developed own cms with CodeIgniter, and I'm actually happy. But recently I take more design and front-end development works than deep development projects. I actually also prefer so... I have many things to do with custom cms, also some security issues, etc. I'm kind of tired of ...

Correctly Applying an Open Source License

My question consists of multiple points that are inherently related, I apologize for that. I tried splitting it up a little more, but I would keep repeating myself. What exactly is required to apply an open source license to a code base that is my Intellectual Property? A lot of Open Source projects include a full copy of the license s...

Open-source implementation of Mersenne Twister in Python?

Is there any good open-source implementation of Mersenne Twister and other good random number generators in Python available? I would like to use in for teaching math and comp sci majors? I am also looking for the corresponding theoretical support. Edit: Source code of Mersenne Twister is readily available in various languages such as ...

How should I contribute to an open source project?

I know basic C++ like about classes and other basic stuff what are the things which i need to know so that i can understand the source code of some advance open source projects and be able to make one too. Like if i read the code of vlc or some other projects I can't understand many things moreover i am just a beginner have not worked o...

Can I distribute my MATLAB program as open source?

I know, the general answer will be yes, but here is my situation. I got a plotting function from one MATLAB's toolbox and modified its m-file to draw what I need. Eventually this function became a part of program I would like to distribute as an open source (or under other license). Can I do this? Well, may be it was not wise to create ...

Is there a name for turning an open-source project into a commercial product?

I'm trying to find information about open source projects that have been turned into commercial products - is there a term for it when a company does this? ...

Does an open source project need a news group?

I open-sourced a tool I created to scratch an itch. From the downloads for the installer on the project page I can see I'm not the only one interested. About 5 people seem to have upgraded from the previous version. But I know next to nothing about them. Do I need a news group? A mailing list? Or how would you start to build a (little) ...

Jquery's a FREE grid display

I have been using Flesigrid for my CMS and I like it except there are some things I think it could do better like get the column headers from the ajax results rather then in the setup of the flexigrid or having the ability to change the buttons on reload things of that nature. I've been considering a mod of the plugin though I'm not sure...