open-source

c++ open source project recommend [closed]

让人想犯罪 __ 提交于 2019-12-07 10:29:32
问题 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

Where can I find an open source C# project that uses ADO.NET? [closed]

会有一股神秘感。 提交于 2019-12-07 08:22:26
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 trying to write a Windows Form and ASP.NET C# front-end and MSAccess backend for a pretty small database concept I have. I have written this application once before in just MSAccess but I now need the app and database to be in different places. I have now figured out (thanks to a StackOverflow user) that ADO will be a bad choice because it has to have a connection open all of the time. I bought Microsoft

.NET API for Google Talk? [closed]

徘徊边缘 提交于 2019-12-07 06:12:13
问题 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 looking for a .NET API for Google-Talk (talk/voice/video/file). Any resources? 回答1: Google Talk uses XMPP. Here's a .NET API for this protocol. And there's a list of other libraries. 来源: https://stackoverflow.com/questions/2214914/net-api-for-google-talk

How would you implement an interactive floorplan / building map? [closed]

白昼怎懂夜的黑 提交于 2019-12-07 06:02:26
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 to build an "interactive floorplan" for a shopping centre (or two). Many shopping centre websites already have this (eg Bluewater in the UK ) Traditionally, the way to build such a floorplan / map is to do it in Flash. The actual floorplan is a Flash asset and the data that describes which retailer is in each location is fetched from the webserver as XML. That way editors can update the location of

Is there a Java Open source Library for parsing Excel 2007 Files? [closed]

杀马特。学长 韩版系。学妹 提交于 2019-12-07 05:12:27
问题 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 . Is there a Java Open source Library for parsing Excel 2007 Files? 回答1: Apache POI looks promising. 回答2: Apache POI is the pure java answer to the question. 2007 format support is in beta right now. OpenXLS may support it already (if GPL is fine for you). The commercial version of the same product (ExtenXLS) does

Is the Delphi runtime code open-source or not? [closed]

倾然丶 夕夏残阳落幕 提交于 2019-12-07 05:06:18
问题 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 . In this question I've called the Delphi runtime source code "open source", simply because it's open. Others disagree with this because Delphi itself is a commercial product. According to Wikipedia, open source must comply to a set of rules. I've done a quick scan in the Delphi license but can't find a clear note

Include Highcharts in open-source project [closed]

﹥>﹥吖頭↗ 提交于 2019-12-07 00:01:04
问题 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 would like to include the Highcharts library in an open-source project, scala-notebook, and I'm not sure, whether it's allowed according to the Highcharts licence. scala-notebook is a web-repl (read-eval-print-loop) or web-console (similar to IPython ). One can create new notebooks and write code there that

Etiquette of GitHub Contributing, Pull Requests vs New Issue [closed]

梦想的初衷 提交于 2019-12-06 18:27:51
问题 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 was wondering what the proper etiquette to contributing on GitHub is? Should you submit a "New Issue" first and discuss the problem? Or do you take some initiative, code, then do a "Pull Request" and discuss the code further there? My concern with creating a "New Issue"

Signing binaries of open-source projects

强颜欢笑 提交于 2019-12-06 18:08:34
问题 I tried to use ServiceStack in my current project but found the binaries released were not strong named so i couldn't use it out of the box. When asking on GitHub "why" I got the following answer: it's virally toxic and hinders binding, upgrading, development, deployment, etc. mythz was very laconic so I didn't want to bother him more and asking here. I use a lot of open-source .NET projects like AutoMapper, NUnit, Moq, log4net, Ninject, etc. and their releases are all strong named. Found

Video streaming [closed]

浪子不回头ぞ 提交于 2019-12-06 17:36:31
问题 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 . anyone that can help would be greatly appreciated. I want to setup a video streaming service from my server. I want to store videos on this. Now I was thinking of streaming the video through some form of player (e.g. JWPlayer) and (a) allowing users to step through the video frame by frame (b) tagging the video