open-source

Creating software derivative works from open source [closed]

倖福魔咒の 提交于 2019-12-03 14:44:15
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. 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 ( either free or licensed ) As for GPL seems clear it is not possible because the source

Can open source code hosted at github be closed-source?

点点圈 提交于 2019-12-03 14:37:32
问题 Can the owner of an open source Github repository later decide to close it? What about other people's contribution to that project? Edit - several people focused only on the legal aspects. Besides them there exists the technical question: Is it technically possible to take a public repository I own on Github, and turn it private at a later date? Assuming nobody created a public forked from it, will this in effect hide the source code for this project? 回答1: Is it technically possible to take a

The best WPF open source projects you've seen [closed]

对着背影说爱祢 提交于 2019-12-03 13:43:01
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I'm so impressed by hanselman 's metholodgie ,However he all the time saying "read the code to learn" and I found this way very very cool That's why ,I'd like to make a cool appilication with C#/WPF but I don't know from where can I begin I've some experience with C# in the console and GDI The prob is with WPF

Open Source Video Gesture Recognition Library in C# [closed]

末鹿安然 提交于 2019-12-03 13:40:58
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I need an open-source Video Gesture Recognition .NET Library/API (in C#). We have a web cam... we move a hand and it causes some events... So I need motion detection for navigation lib/api... Where can I find such a library? 回答1: I've heard that AForge is pretty awesome (check out the AForge.Vision.Motion

What is the best method to gain users and contributors for my own open source projects? [closed]

徘徊边缘 提交于 2019-12-03 13:29:14
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . There are two questions to this: How can I best "spread the word" about my projects to interested users? How can I best "spread the word" to like-minded developers? I know this sounds easy, but it really isn't. I've participated in official mailing list discussions, establishing a

Open-source rule-based pattern matching / information extraction frameworks? [closed]

别等时光非礼了梦想. 提交于 2019-12-03 13:24:46
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I'm shopping for an open-source framework for writing natural language grammar rules for pattern matching over annotations. You could think of it like regexps but matching at the token rather than character level. Such a framework should enable the match criteria to reference other attributes attached to the

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

丶灬走出姿态 提交于 2019-12-03 13:14:45
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. 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. sound directory and arch in the same directory level). As a project-architect, what

Where can I find sample source files for Linux Device Drivers, Third Edition? [closed]

北战南征 提交于 2019-12-03 12:50:03
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I am working through Linux Device Drivers, Third Edition and while the book is released under Creative Commons Attribution-Share Alike license, I can't seem to locate the source code for the examples used in the book. Some Amazon reviews mention that they do exist, but fail to provide a reference. In the book snippets you can see that the license is GPL, so they must exist somewhere. My google-fu is bringing up malware

What's the best practice to fork an open source project? [closed]

痞子三分冷 提交于 2019-12-03 12:45:42
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I need to customize an open-source project. The changes are for a specific organization and will not be useful to the public project. The code changes include disabling features not needed by the organization (affecting 5% of the code), customizing other features for the

Open source app that provides YouSendIt style functionality? [closed]

回眸只為那壹抹淺笑 提交于 2019-12-03 12:41:20
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I'm looking for an open source webapp I can install that provides functionality similar to YouSendIt . Functionality desire includes: Users with an account can upload files through a web interface to a server. User can put in email addresses, recipients receive a unique URL to the server allowing them to download the file (which is streamed to prevent unauthorized access). Account management, bandwidth tracking, billing,