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. ...
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. ...
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...
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? ...
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. ...
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 ...
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...
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...
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. ...
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 ...
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? ...
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...
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. ...
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...
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...
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...
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 ? ...
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...
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? ...
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 ...
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...