open-source

building java script debugger for rhino [closed]

我只是一个虾纸丫 提交于 2019-12-03 09:45:45
问题 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 am using tomcat server and i have added a rhino engine to able some scripting abilities on my users. the second phase is to provide some debug environment. i know rhino has a debug API but i could not find any documentation/code samples about how to work with it, and build a debugger around it any one knows?

Well-written Open Source Cocoa apps to learn from? [closed]

走远了吗. 提交于 2019-12-03 09:30: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'm learning Cocoa, and while I get comfortable with Objective-C and the concepts around it, I sometimes struggle applying the theory

How I can i conditionally change the values in a numpy array taking into account nan numbers?

别等时光非礼了梦想. 提交于 2019-12-03 09:12:58
问题 My array is a 2D matrix and it has numpy.nan values besides negative and positive values: >>> array array([[ nan, nan, nan, ..., -0.04891211, nan, nan], [ nan, nan, nan, ..., nan, nan, nan], [ nan, nan, nan, ..., nan, nan, nan], ..., [-0.02510989, -0.02520096, -0.02669156, ..., nan, nan, nan], [-0.02725595, -0.02715945, -0.0286231 , ..., nan, nan, nan], [ nan, nan, nan, ..., nan, nan, nan]], dtype=float32) And I want to replace all the positive numbers with a number and all the negative

Open-source tool for gender-recognition using voice [closed]

只谈情不闲聊 提交于 2019-12-03 08:46:17
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. Good evening, I'm working on a project with Kinect and I need to perform a gender-recognition using the voice information caught by the microphone of the sensor. The recognition could also be text-based , i.e. the sentence said by the user could always be the same. I "just" need the binary answer male/female. I've checked the quite popular open-source Sphinx but I can't understand if it could be used for my needs. Any

Releasing open-source without the permission of your employer [closed]

纵然是瞬间 提交于 2019-12-03 08:44:49
问题 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 . I am working on a project at work and see an opportunity to extract and abstract some functionality that is part of the project and release it as open source. I have a hard time accepting the idea that this functionality should remain proprietary and believe the open source community would get a major benefit

What data mining tools do you use? [closed]

一笑奈何 提交于 2019-12-03 08:34:45
Besides the two well-known Open Source tools RapidMiner and Weka, are there any other good tools (either Open Source or Commercial), which you can recommend for data mining? Thanks in advance! My money is on R , see e.g. the Machine Learning task view. How about the open source Orange data mining toolkit. http://www.ailab.si/orange/ You can look at my project - Data Mining SDK . According to the KDnuggets Poll 2011, RapidMiner once more is the most widely used data mining solution world-wide: http://www.kdnuggets.com/2011/05/tools-used-analytics-data-mining.html If it is commercial software

Is contributing internal tools to open source worth the effort? [closed]

∥☆過路亽.° 提交于 2019-12-03 08:29:28
问题 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 know this is a general question, but I'd like to hear other people's opinion about our case: I work in a small company. Our main development tool is PowerBuilder, which is a very limited IDE with a shrinking community. We've created some tools, which we use internally to

TFS vs open source alternatives? [closed]

泄露秘密 提交于 2019-12-03 08:16:19
Closed . This question is opinion-based. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it can be answered with facts and citations by editing this post . We're currently in the process of setting up a source control/build/and more-server for .NET development and we're thinking about either utilizing the Team Foundation Server (which costs a lot of dough) or combining several open source options, such as SourceForge Enterprise/GForge and Subversion and CruiseControl.net and so on. Has anyone walked down the full blown OSS road or is it

c/c++ NLP library [closed]

北战南征 提交于 2019-12-03 08:12:00
I am looking for an open source Natural Language Processing library for c/c++ and especially i am interested in Part of speech tagging. Take a look at this POS Tagger list from Stanford . Some of them are language independent and others are targeted at C/C++ or have specific bindings. Not present on that list, but still important in my opinion is Citar , a C++ free software part of speech tagger using a trigram Hidden Markov Model. 来源: https://stackoverflow.com/questions/1805099/c-c-nlp-library

Open source ASP.NET Gantt Chart Web Control [closed]

最后都变了- 提交于 2019-12-03 07:58:12
问题 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 . Does anyone know where I can get a Open source ASP.NET Gantt Chart / Web Control? 回答1: Here is a Silverlight Gantt Chart library from CodePlex. 回答2: You may use dhtmlxGantt, an open source (GPL) JavaScript Gantt chart, with ASP.NET. Here is the tutorial on how to use it with ASP.NET MVC: http://www.dhtmlx.com