open-source

Open Source HDR library recommendations [closed]

别说谁变了你拦得住时间么 提交于 2019-12-05 21:37:40
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 . So I'm doing some research related to High Dynamic Range Imaging (HDRI). I've already done some work in OpenCV related to aligning and ghost removal (no actual HDR manipulation or creation yet), and now I would like to be able to start working with HDR images. Can anyone recommend a good open source HDR library that would ideally allow me to do the following: Read/ Write an HDR format (I'm not commited to a

Cross Platform C++ IMAP Library [closed]

送分小仙女□ 提交于 2019-12-05 20:18:37
问题 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 . Are there any cross-platform (only interested in Windows and OS X) IMAP libraries which I can use from C++? Preferably open source as well. I am currently using the IMAP library from Chilkat, but this is Windows only. I've found libEtPan and VMime and just wondered if there were any others I could look at to

java Open source projects for medical diagnose & data mining [closed]

我怕爱的太早我们不能终老 提交于 2019-12-05 20:01:20
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 looking for some OS java engines for medical diseases diagnose . these are engines that takes queries input from user discribing patient symptoms and the engine should return suggestions of potential disease according to input symptoms. does such engines exists somewhere? I prefer some Java OS engine in this field if there exists some. any suggestions or Ideas? thanks It sounds like you are looking for a

c++ open source project recommend [closed]

◇◆丶佛笑我妖孽 提交于 2019-12-05 18:03:18
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I have learned c++ about three years and I have not used c++ in an actual project. I only used it to write some small program and example, I have read many books about c++ and algorithm, "c++ primer", "effective c++" "exceptional c++" "c

Tool to find out XPath [closed]

£可爱£侵袭症+ 提交于 2019-12-05 17:14:34
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I find XPath difficult to get my head around at times and am looking for a tools that I can point at a line in an xml config file an

MySQL Support for Python that's not under GPL-Like Licenses [closed]

天涯浪子 提交于 2019-12-05 16:57:39
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 using Python/Django over MySQL. I'm currently working with MySQLdb that's under GNU GPL license. Is there a library with "similar" capabilities that's not under GPL-like licenses? To clarify: I don't know yet if I will want to distribute my source code or charge money for my application. What I do know is that I don't want these decisions to be made for me by my choice of MySQL and Python. I'm currently

Open Source Alternatives to WCF [closed]

拥有回忆 提交于 2019-12-05 16:16:57
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . Could you tell me the open source alternatives to WCF?? I'm a newbie and just started using WCF. I wanted to know about the

Open-source IDE's with Git support [closed]

ぃ、小莉子 提交于 2019-12-05 15:16:38
问题 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 5 years ago . I'm having trouble finding an open-source IDE with support for Git. Are there any that you could point me to or recommend? 回答1: There's an Eclipse plugin in progress. 回答2: There's nbgit for NetBeans in development, but it's not yet stable. 回答3: If you only want a GUI for git, try QGit. 回答4: I don't know if such

Traditional Open Source Java Application [closed]

瘦欲@ 提交于 2019-12-05 13:19:14
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've been using Java for my "home projects" for a while and now there's a need to make some of my projects available through the repositories like github or Google Code. As long as I'm the only developer for the project and as long as I always work in Eclipse, there are absolutely no questions about building and running it. Everything just work fine. The question is basically, what do I do if someone asks me to

C++ how to manage dependencies (use libraries from github for example)

[亡魂溺海] 提交于 2019-12-05 12:28:19
问题 I'm very new to C++ world, so please, sorry me for such a dummy question. I google a little, but wasn't able to find proper answer. My question is fairly simple - how should I use lib's in C++ world. For example in Java - there is maven and gradle for this task. In Python - I use pip . In javascript npm and bower do all the stuff. In C# you use nuget or just adding DLL lib to your project. But looks like in C++ things isn't such easy. I found a tool, called conan but ammount of libs they have