open-source

At which level does one unit test lock-free code?

大城市里の小女人 提交于 2019-12-06 06:20:02
问题 Can LLVM, QEMU, GDB, Bochs, OpenStack or the like be used to unit test lock-free concurrent code on an open-source platform? Has anyone achieved this? If you answer by recommending software, I don't mind, but I mention LLVM, QEMU and the others because these function at various different levels. I should like to learn at which level practical success has been found at interleaving threads under unit-test control. I am aware of SPIN/Promela, incidentally. That is fine software but one cannot

Which open-source search engine should be used? [closed]

只愿长相守 提交于 2019-12-06 06:09:00
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 6 years ago . My aim is to build an aggregrator of news feeds and blog feeds so as to make searching/tracking of entitites in it easy. I have been looking at many solutions out there like Terrier, Lucene, SWISH-E, etc. Basically, I could find only 2 sources of comparison studies done on these engines and one of them is kinda outdated. Basically I want a search engine which would be used

How to build a Google-chrome tabs and menubar interface in Java Swing? [closed]

左心房为你撑大大i 提交于 2019-12-06 05:54:25
问题 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 . Does someone know an open source project or code snippets, which demonstrate how to create a google-chrome like interface with similar tabs and toolbar in Swing? I know, that I can use JTabbedPane, but I'm thinking of an interface which looks and feels very similar to the google chrome "tabbed browsing". 回答1: I

Do you know any open-source free Idea/Suggestion Management tool? [closed]

感情迁移 提交于 2019-12-06 04:25:54
问题 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 include myself in a group of thinkers in this "small" company. In order to gather suggestions and improvement ideas from my development team members, I was put in charge of mounting an Idea/Suggestion Management system. Some of the enjoyable features are: provide user based (possible anonymous) suggestions

Need help choosing an open source GIS [closed]

六月ゝ 毕业季﹏ 提交于 2019-12-06 03:57: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 need an open source GIS that allows one to view/zoom/click the maps using a web browser and should be java compliant (deployable on a java app server). Well, I have tried to structure the requirement in 'what-i-have' and 'what-i-need' lists: Inputs: Location: lat/long Data : Text to display zoom level: (assume

Is there any free opensource PHP translit lib? [closed]

一世执手 提交于 2019-12-06 02:59: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 . so I have lots of users posting articles with names in different languages. I need some lib to translate thouse article names to english letters for example turn russian 'р' into eng 'r' and so on for all european languages, russian and asian languages. Where to get such lib? 45 seconds of google gave me this

Opensource project setup [closed]

喜欢而已 提交于 2019-12-06 01:43:05
I want to set up an opensource community project in .NET, how do I go about it? With my project, I started by choosing one of the many open source licenses (went with Apache 2.0 ). Then I added a LICENSE -file to my project, copy/pasted the license there and did the 'required' headers to each source file. After that, I chose a project platform (or watchamacallit). I skipped SourceForge and chose Google Code instead, later moved to Assembla + GitHub . I upladed my source to the provided SCM-system (first SVN , later Git ). Alas, the hard part isn't selecting a license, getting your source

What open source Node.js CI project are there? [closed]

自古美人都是妖i 提交于 2019-12-06 00:52:54
问题 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 . What open source continuous integration servers written with Node.js do you know of? What are their features, pros and cons, your experience? Do they support continuous deployment ("deploy on green")? 回答1: Strider is an Open Source Continuous Deployment / Continuous Integration platform. It is written in Node.JS

How can I convince IT that F/OSS software isn't evil? [closed]

倖福魔咒の 提交于 2019-12-05 23:33:35
问题 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 7 years ago . When trying to link some well established tools to my company's active directory, I hit a roadblock. I was told that: "Sorry, I cannot trust our domain admin password to [F/OSS] software...". This question deals specifically with how to convince IT that F/OSS software isn't (automatically) less trustworthy than

What is the recommended way to manage a strong-name key pair for an open-source project?

岁酱吖の 提交于 2019-12-05 22:55:48
问题 I manage an open-source project and would like to sign the binaries that are released in the project's binary package. I use Visual Studio csproj and sln files to manage and build my project, and also distribute these files as part of the project's source packages. How can I sign the produced binaries of my build and not have to distribute the snk key-pair file? If I use Visual Studio to sign the assemblies, each project file now needs a copy of the key-pair in order to build. I'm not