open-source

Connect to FTP Server with .net 2.0 [closed]

自作多情 提交于 2019-12-10 16:29: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 . I'm looking to connect to an existing FTP server, upload a file, wait while the server generates a report on it, and download that report back to the local machine in a VB.NET 2.0 WinForms project. Is there an existing FTP library that would be helpful to me for this? My task seems simple enough that I'd rather

Embedded FTP Server with C#? [closed]

心已入冬 提交于 2019-12-10 15:38:32
问题 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 . Is there any open source .NET-based (no Win32 native, ActiveX, COM+ etc) library so I will can easily set up a ftp server? It is going to be a ftp server that will update a SQL Server database, and not regular files. Thank you. 回答1: I think it is worth mentioning the Lumisoft.NET library which contains an FTP

Undefined reference with extern C

蓝咒 提交于 2019-12-10 14:59:47
问题 I am trying to compile a program with Netbeans (g++) that inlcudes Aquila, an open source libary. I followed the installation instructions. But when trying to compile a small test program, I get this error In function `Aquila::OouraFft::fft(double const*)':OouraFft.cpp:(.text+0x24f): undefined reference to `cdft' OouraFft.h: #include "Fft.h" extern "C" { void cdft(int, int, double *, int *, double *); //prototypes of offending function void rdft(int, int, double *, int *, double *); //second

C# library to authenticate users against your own database, facebook, twitter, OpenID, [closed]

佐手、 提交于 2019-12-10 13:22:43
问题 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 an open-source C# library with flexible licencing to use in an ASP.NET MVC application. It should be able to authenticate users against a local database, facebook, twitter, OpenID or other popular authentication methods. Is there such a library available? 回答1: This is exactly what one of the

Open Source HDR library recommendations [closed]

▼魔方 西西 提交于 2019-12-10 10:08: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 . 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

Profiling a C or C++ based application that never exits [closed]

时光怂恿深爱的人放手 提交于 2019-12-10 07:14:15
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I have a small doubt regarding profiling applications which never exit until we manually reboot the machine. I used tools like valgrind which talks about memory leaks or bloating of any application which exits after sometime. But is there any tool which can be used to tell about

What project options to use for open source Delphi packages?

ε祈祈猫儿з 提交于 2019-12-10 03:28:42
问题 I've written some Delphi code I would like to share on GitHub. All code is contained in runtime and designtime packages as required. There are many "Project Options" to set for each project. (Output directories, search paths, compilation options, etc.) I've managed to find some default options that work well for my situation but reading other Q&As here it's clear there are multiple ways of working. What project options should be used to allow the open source packages to easily be incorporated

Run the AlgoTrader in Eclipse

核能气质少年 提交于 2019-12-09 22:37:09
问题 I am trying to run the AlgoTrader in Eclipse but I get two errors The only problem now is when I run the SimulationStarter class I get the following error: 1989-12-31 23:00:00,000 DEBUG RuleServiceImpl initialized service provider: BASE 1989-12-31 23:00:00,000 DEBUG RuleServiceImpl deployed module market-data on service provider: BASE 1989-12-31 23:00:00,000 DEBUG RuleServiceImpl deployed module current-values on service provider: BASE 1989-12-31 23:00:00,000 DEBUG RuleServiceImpl deployed

Open source projects with great Java/C# code - any suggestions? [closed]

*爱你&永不变心* 提交于 2019-12-09 20:37: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 5 years ago . Does anyone have any suggestions of large open source projects with high quality code that would be good to study. 回答1: Scott Hanselman has been reviewing applications and their respective source code in a series "The Weekly Source Code". Pretty in depth and diverse stuff. 回答2: SharpDevelop 回答3: Community Server

Source code of big/popular websites [closed]

青春壹個敷衍的年華 提交于 2019-12-09 19:14: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 . It's great to find all those little snippets of code on the Web for your current needs, but is there anything better than getting whole application source code at once and reading it like a book? There's no better way to learn positive and negative aspects of various architecture solutions. That's why I was