Hi,
I often read that one of the best ways to continue learning how to programme is to study great opensource projects out there in the wild. Can somewhere recommend a good open source C# project that they learned a lot from. I've been coding a couple of years, both windows and web apps, pretty standard stuff, sql server, asp .net. I'm...
MKS Yacc supports a notation which their web site calls "selection preference syntax". It isn't illustrated, but it consists of a token in square brackets, optionally with a caret, and it indicates that a particular token is required to follow, or is required not to follow, the rest of the rules:
non_terminal: TOKEN1 non_terminal2 TOK...
I am a budding python developer, and although Im not bad, there are alot better programmers out there.
For a long time I have wanted to improve my programming and 'real world' skills by contributing to an open source project, but most of them just don't seem to cater to those who are new to contributing to opensource projects.
So my q...
I am implementing Open Source based solutions for a publishing company in SMB sector. Currently Iam implementing these solutions -
Office Productivity Suite-Open Office
Human Resource Management-Orange HRM
Messaging / Email systems-Zimbra
Database Management-MySQL, PostgreSQL
ERP And CRM-SugarCRM
Document Management,colloboration w...
I have ported some LGPL code from Java to C#, which I plan to release as an open source component. Do I have to release my new library under LGPL too, or can I go with something less restrictive like MS-PL?
...
I have seen in the past that before MS takes a dash at something, there is awareness in the .net community for it already. I am talking here about the ALT NET and Open Source folks who are like " If MS has come up with Entity Framework, we have NHibernate ". I was just wondering if an MVC framework exits that is worth looking at which is...
DUPE: http://stackoverflow.com/questions/62694/how-do-i-start-working-in-open-source-projects
Obviously it would be weird to just jump in and start submitting code, or is this perfectly normal?
...
How do you deal with situation if someone who is as new as you on a project starts complaining about implementation details of stuff you are currently implementing.
Work is not done.
He certainly wants to help, but just distracts you from progressing.
So how to tell the person to hold his jets and not getting him offended?
If tell at ...
I'm currently contributing to a few open source projects to keep me busy as I am in between jobs.
From an employer's point of view, is this just as credible as working in a company in terms of experience? Some people may hold a stigma and think that you were sitting at home and you weren't dealing with a large codebase or using your ski...
In general, how do you choose a framework or library to use in your application? Does it have to be open source? Does it have to be commercial? Does it have to be actively developed, well-documented, or have a pretty home page? If your language has native support for some functionality, what would make you choose a third-party framew...
I'm looking for open source projects written in VB.NET that utilize OOP/design patterns/unit tests to learn from.
What's the best you've seen?
...
My boss was in the past not really interested in Open-Source. He always was fine, if we developers used a library or framework, that came at no cost. But he was never interested in details.
But some customers talked about Open-Source and so he got the idea, that such a thing exists. Recently he surprised us, because he wanted to make a ...
I've found a bunch, now I need to figure out which one is worth spending my free time on. (Wikipedia list)
...
We have taken an open-source application, released under GPL ver1.09 and have modified some parts of its source and have made some customisations/enhancements as per our requirement.
We are using this application for non-commercial, internal purposes only.
Is it mandatory that we have to publish the modified code in open-source, if we ...
I'm currently struggling to understand the Ms-RL (Microsoft Reciprocal License).
I read the license four times now, but still I am unsure of the following things:
(Regarding especially 3A and 3E of the license)
If I use the library, without ANY change, do I have to publish the source code of my application?
Is it enough to add the Ms-...
Hi!
Does anyone know an open-source and/or free code-scanner for automated code analysis in C#, C or C++?
I know for Java there's some brilliant stuff like FindBugs (Eclipse integrated), PMD, or Hammurapi.
Is there anything similar for the C-languages?
wishi
...
I want to set up an opensource community project in .NET, how do I go about it?
...
I've written an application I'd like to release as open source, but i'm not sure what to license it under.
It's all my own code apart from jQuery which is GPL 2.1 and TinyMCE editor which is LGPL 2.1. I'd like to distribute both libraries with my application if possible. Can I release under GPL2.1 ?
All I want to do is license appropri...
This question has always been around my head.
Can someone create a new product based on an existing open source project?
Say you want to create an "Apaxe webserver" that is basically Apache with your some extra plugins ( say support for ASP or something similar )
Is this possible?
Would you be able to create a closed source product...
Does anyone know of any open source projects with some of the same features as FeedBurner, including support for:
Aggregation
Advertising
Feed stats
Preferably in .NET / C#, but not strictly required.
...