open-source

An Open Source Project Made With Nettiers

Do you know any open source web application, which used nettiers as DAL inside the project? I want to see that, how thay use it in their's project. ...

C - Starting a big project. File/Directory structure and names. Good example required.

Starting a new big C multiplatform project, what rules should one follow to avoid difficulties later? For example, as a new developer, I can have difficulties to navigate myself around Linux Kernel source code - which is a good example of highly evolvable but hard-to-step-in software structure with incosistent directory structure (e.g. s...

Why some libraries must implement basic data structure?

Some open source libraries have tendency to re implement basic structures like string, list, stack, queue... Why don't they use stl library? Is stl not good enough? ...

Human Brain Emulation?

Is there any open source project that is trying to implement and emulate the human brain and feelings in a computer software? I believe in the future artificial intelligence technology and I always wanted to contribute to this technology and learn about it. Thank you. ...

Simplified opensource calendaring (ICS) solution

This is repost of my question on serverfault.com. As I need a a system with exposed API I can code against, I thing it's more suitable for here. I'm after a very simple (in my eyes) opensource calendaring solution. The basic functionality I need is: provide readonly ICS feed (http/s/) (the way google cal provides it), so clients can ...

snort rule: logging access to site containing the word "Malware"

i am trying to create a rule for snort to basically log any packets once a user try to access a page with the word "malware" in it. This is what I have, just asking for some guide. So basically once a webpage contain the phrase it show GO CRAZY!!!!!!! alert tcp any any -> any any (content:"malware"; msg:"Someone clone is accessin...

Any ASP.Net benchmark tool?

I would like to measure the performance of the .Net application, especially web application in ASP.Net when running in the server. I need to know any benchmark tool enable for me to know my source code can be optimize. As long as the benchmark tool can be helping me optimize the performance of the website. Any recommendation for gettin...

Open Source Alternatives to Reflector?

Hi, Just to ask if anyone knows of an open source alternative to RedGate's Reflector? I'm interested in checking out how a tool similar to Reflector actually works. Thanks, MagicAndi. ...

MusicBrainz alternative for JavaEE

Hi, Is there any Java/J2EE website which opensource their software and data (like musicbrainz.org, where a developer can easily set up a personal/development MusicBrainz website by downloading the Perl/CGI webapp and the music data in PostgreSQL dump) ? It would be good for other developers to learn from this kind of website. Thanks ...

If I use LGPL libraries in my web application, do I have to provide the server-side source code?

My Rails application uses the Rails SVN bindings here which are distributed under the terms of the LGPL. By using these bindings, am I therefore required to distribute my Rails project? ...

What are some good resources for the Web Forms MVP project?

I've seen a little buzz on the open-source ASP.NET Web Forms MVP project, but where can I get resources? http://webformsmvp.com is pretty much stubbed out for now. This appears to be a compelling refresh of the Web Forms paradigm and bring into the fold things that make ASP.NET MVC great. I hear it's going to be put out there at MIX10...

Does anyone have any recommendations for billing systems used with Asterisk?

There are a fair number of open source billing solutions to use with Asterisk, just wondered if anyone has had any good or bad experiences with any of them. ...

Co-opt popular abandonware opensource project?

Here's the scenario: A popular open source project is used/loved by many but has become stale due to the fact that the last drop came out nearly a year ago. Many bugs/feature requests/fixes have been logged in the interim and everyone is getting by via downloading the trunk and building custom/private builds with the changes incorporat...

Giving proper credit to a projects contributors

I've recently been working with an opensource library for a commercial product. The opensource code is distributed from the website of the company who sells the proprietary product as a zip file. The library is a (direct) port to C# of the original library which is in Java. As such, it uses methods instead of getter/setter properties. T...

What are the books about Open-Source that everyone interested in should read?

Currently I am working and running my first Open-Source project and though I am quite happy how things are working so far, I have the feeling that a lot of things could be done better. So, what books about Open-Source would you recommend me in order to help filling this gap and making things better every day? What are the books that in...

How do open source companies avoid harmful contributions and find the useful ones?

Because wikipedia is open source, I can modify anything I want. But what happens if someone deletes, adds bad content, modifies useful content ? What does wikipedia do to prevent that ? The last question is available for any other open source software: linux, php etc. How do they know which contribution is useful and which is harmful ? ...

Open source application and About box - can I put "copyright" in there?

I have created an open-source application under Ms-PL, but I have some doubts on what to put into the "About" box. Is "Copyright (c) 2010 %Author name%" appropriate? Do I list all contributors as authors or separately? Also, can anybody point to existing open source applications I can use as a template for the "About" box? P.S. If you k...

Do I have to open source my project if I use a piece of code licensed under GPL as a part of my project?

If there is a javascript library that is licensed under a Copyleft license like the GPL, what must I do to use it? Would I have to make my whole website open source just because I used that javascript library? ...

Clojure open source projects

Do you know of any good open source projects written in Clojure? (or just ANY at all :)) I'm learning the language and wold like some code to read as I go. Thanks, Alex ...

What open source C/C++ audio compression options are there besides LAME MP3?

Are there any C/C++ open source audio encoder besides LAME MP3? It doesn't need to be exactly mp3 format, I need a "compressed digital audio file". I do not want to use Lame because it is too big while no programmer can answer a simple question on it (share simple but easily downloadable and readable project containing only needed 2 sim...