We have a website that is like a social network and we already have our own messaging, comments, and forum modules. However, we would like to replace them with an opensource backend library that supports moderation, thumbs-up/down, threading, etc. We need to control the user interface and user authentication/registration ourselves.
I ...
Next month my company is going to release one of of our technologies as an open-source project. We're now preparing the website, documentation and so on. The question I'd like to ask is:
Which open-source projects would you recommend as a reference of a well-documented, well-presented project?
We're looking for open-source projects whi...
In my 4 years of experience,I have developed a lot of web applications. Now, the concept of programmable web getting more and more popular, new APIs are being released almost everyday. I would like to develop a java API/library for a few of these endpoints.Ex stackapps,reddit,digg etc... What I would like to know from you people is ,
H...
I would like to see how other software is designed using the MVC technology. I am working on a small MVC project and would like ideas on how to design it. The only way to look at high quality code is to inspect other open source projects using the microsofts mvc technology.
...
I'm working on a project that is using code from an OpenSource project. One of the requirements is to push as much code back to upstream as possible.
The remote project is using Subversion (not very well).
My current setup looks like this:
[Remote SVN] (git svn fetch)-> [My public Git] <-(push/pull)-> [My dev. Git]
...
I have written an LDAP MembershipProvider and an LDAP RoleProvider for .NET, they are written in C# and I make use of the DirectorySearcher class in the System.DirectoryServices namespace. In the FindUsersByName- and FindUsersByEmail-methods in my MembershipProvider-implementation I want to paginate the result directly on the LDAP server...
What open source DB is best suited to host a dimensional data-warehouse?
...
I haven't been paying attention for a while, but I just checked and the latest release of MySQL is at 5.5.
I always use what the vendor of whatever OS I'm using provides, which has been 5.0 or 5.1 for the last couple years.
This page lists two community versions, 5.1 and 5.5: http://dev.mysql.com/
There is documentation for 5.0, 5.1, ...
Hi, i would like change my tools to open source. Curently im using TFS work item, is there any open source alternative for Microsoft TFS Work item manager which eaisly integrate with Visual Studio?
thanks for any suggesting.
...
What happens if you break an open source license and include a code released under GPL in a closed source project?
Can you go to jail? Who will sue you? For what? "Not respecting the will" of those who created the free source code? Is there any support in the jurisdiction (of any state) that would put any punishment to those who do not ...
Here's the scenario.
I have a website and I want to start open-sourcing some of the modules that I've developed. I originally looked into the GPL, but I notice there's a loophole where people don't have to share their modifications if they're used on a public website.
I then found AGPL which seems better suited to my scenario, but have...
Is there a good PHP open source web application from what we can learn?
Learning mainly includes:
Considering and taking care of ACID properties
Building Data Access Layer
Error handling and reporting to user
I have considered WordPress, but since it uses MyISAM tables, they are not taking care of ACID.
...
Hi,
I am writing a client using libsoup APIs.
I have done the following.
`session = soup_session_sync_new();
msg = soup_message_new("GET","http://www.google.com");
status = soup_session_send_message(session,msg);`
However now i am getting the following error code in status. I print the reason phrase and it says the status= 4 , msg-...
I would like to publish my application, which is AGPL. It can be downloaded from my website. But the archive also contains other libraries with different licenses:
XStream (BSD)
GWT (Apache2)
gwt-dnd (Apache2)
gwt-upload (Apache2)
Commons Fileupload (Apache2)
JDOM (Apache-style)
iText (AGPL)
JFreeChart (LGPL)
JavaMail (JavaMail)
I di...
I m looking for an open source svn server which I can install from web. (like wordpress installation) Because of shared hosting.
I will connect svn server from with visual studio.net.
...
Hello,
Two of my colleagues (and very good friends) have worked for years in Java, PHP, MYSQL, Tomcat, Struts, and the list go really on and on. I'm (the only one who chose the .NET framework). Now, our manager has convinced our boss to invest on us and some other who are willing to go through the process. So far, battles (them vs me) t...
I'm a contributor to a Java Open Source project which integrates with Hibernate. I'm fairly new to the Open Source scene (as a contributor), and would like advice on how to manage dependencies.
What are the best strategies / approaches for managing changes to the Hibernate codebase within our project?
For example, nestled deep within ...
WebERP is an open-source ERP tool. It has a cool custom report writer that allows you to generate reports by selecting fields from existing tables.
Just wanted to know if anyone is aware of the component used there in.. And share their experience with it!
Thanks & Regds,
PG
...
I am looking for an open-source project, written in C#/Java, that does vectorial graphical manipulation, a-la Illustrator. I don't need anything terribly complex or fully-featured. I intend to use it as a base for creating a 2D-game level editor, where I will be manipulating paths to create some geometry for the level.
I figured that wh...
how do i view source code of text box that developed by microsoft in visual studio 2008 while i am programming with c# language in visual studio 2008?
...