open-source

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

对着背影说爱祢 提交于 2019-12-22 10:06: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'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

Open source RSS parser [closed]

心已入冬 提交于 2019-12-22 10:01:28
问题 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 . Before rolling my own RSS parser, is there a really good open-source parser already written for C#? 回答1: Seems like the RSS.NET library is worth a try. It does seem to be reasonably complete. And judging by the code examples, it seems very easy to use. Edit: I was looking for this earlier but couldn't find it

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

点点圈 提交于 2019-12-22 08:13:21
问题 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

Open Source non distribution licence [closed]

情到浓时终转凉″ 提交于 2019-12-22 06:29:16
问题 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 6 years ago . Normally I'm a big fan of (A)GPL and release my software licenced by it. However, this time I do not think I can allow redistribution of my software. I'm therefor looking for a licence which says: 1) Makes my software open source 2) Allows people to get/use and modify the source 3) Do not allow to redistribute

Open Source non distribution licence [closed]

我只是一个虾纸丫 提交于 2019-12-22 06:28:09
问题 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 6 years ago . Normally I'm a big fan of (A)GPL and release my software licenced by it. However, this time I do not think I can allow redistribution of my software. I'm therefor looking for a licence which says: 1) Makes my software open source 2) Allows people to get/use and modify the source 3) Do not allow to redistribute

Java Open Source Workflow Engines [closed]

拟墨画扇 提交于 2019-12-22 05:14:22
问题 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 . What is the best open source java workflow framework (e.g. OSWorkflow, jBPM, XFlow etc.)? 回答1: Here's an article that compares kBPM, OpenWFE, and Enhydra Shark that looks like it has some good, thorough info. 回答2: It depends what kind of initial investment you want to make. jBPM is the best in terms of features

Makefile conditional include

一曲冷凌霜 提交于 2019-12-22 02:20:30
问题 I'm trying to write an application that needs either ALSA or OSS headers. Basically, I want to pass a define to the compiler if /etc/oss.conf does not exist, since that probably means the soundcard.h header doesn't exist (feel free to correct me on that one, I'm still new to working with OSS). Per the OSS documentation, you would use the include directive like so: include /etc/oss.conf CFLAGS := -I$(OSSLIBDIR)/include/sys One problem. OSS support is optional, so I'd want to check if the

Google appengine Java SDK source code? [closed]

最后都变了- 提交于 2019-12-22 00:48:52
问题 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 . Looking for the source of some classes from the AppEngine Java SDK, namely com.google.apphosting.utils.remoteapi.RemoteApiServlet (mentioned here). So I've downloaded http://googleappengine.googlecode.com/svn/trunk/ where I expected to find the source code of the class, instead I got zip: maxim@maxim-desktop:~

OCR code in android platform [duplicate]

旧巷老猫 提交于 2019-12-21 21:28:58
问题 This question already has answers here : Closed 6 years ago . Possible Duplicate: android OCR? Currently, I have a project in mobile application. in the application, I would like to developed OCR. Anyone know the sourcecode which can be execute for android platform? 回答1: The popular OCR libraries are Aspire and Tesseract. Example of it in practice: Mezzofanti (http://code.google.com/p/mezzofanti/), an open-source Android App using Tesjeract. OCR can be pretty CPU intensive, you might want to

J2ME and (open source) applet signing for Mobile Devices (esp. phones) - what can I do?

两盒软妹~` 提交于 2019-12-21 20:18:12
问题 I've just discovered J2ME and I love the possibilities that it presents. I'm currently working on a simple application and I'd like to maybe release it as an open-source project sometime in the future. As part of my research into J2ME and mobile devices, I looked into applet signing. It seems that people who want to create applets for free are caught between and rock and an awful shite-place. Applet signing is extremely expensive and extremely convoluted - and the expense can't be justified