similar to: .net port

Displaying 20 results from an estimated 60000 matches similar to: ".net port"

2008 Jul 24
1
rsync
Hello, I am interested in work with rsync in .net platform. In fact I need to work with a Linux server. Could you send me your code? Thanks, I will tell you how it works in my application. Diego. On 2006-03-19 22:26, Alex Pedenko wrote: > All, > > I wrote a port of rsync to c# / .net. If there is interest in > this, I'd be happy to make the code available. The current code
2002 Oct 28
2
auth to two diff PDCs? (success, sort of)
With a single server, settings "security = server" and "password server = pdc1 pdc2', I can successfully authenticate against two entirely different PDCs depending on which order I put the two machines in the 'password server' list. Is there someway of forcing clients from either domain to authenticate against the 'right' pdc, regardless of the order in the
2006 Mar 27
4
Can rsync handle any type of file?
Hiya I have been doing some substantial research about rsync and the rsync algorithm. I was wondering: can rsync backup any type of file? I have tested it with "common" files Word, Excel, SQL dumps, log files etc But what about more complex types of files, like vector images etc. Thank you for your thoughts in advance. Hamish
2007 Feb 01
2
OpenSSH port to the .Net Platform
I am interested in starting a project to port stable versions of OpenSSH to C#, compilable as a stable .Net Library. I was wondering what the list's feelings would be on such a port, if any one else would be interested in such a port, and for any suggestions on raising interest from others to perform such a port. I have nothing against Java and would welcome a similar effort from that arena.
2005 Dec 21
2
C#/.NET P/Invoke wrapper or native port of libFLAC
Before I start reinventing the wheel, has anything been done or is there any work ongoing to provide a P/Invoke based interface to parts or all of libFLAC or even a native port of libFLAC to C#/.NET? Regards, Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20051221/2b360697/attachment.html
2007 Jun 14
2
FLAC: library for C#
I tried that approach a while ago and failed miserably. Marshalling the structs of structs in the flac lib turned out to be a nightmare (I don't pretend to be an expert, mind you...). I eventually switched to writing my own C# lib from scratch. Work is still under progress. It's no rocket science, I do this a G-job. It has definite limitations (no documentation, decodes only 16-bit files,
2015 Mar 14
2
[LLVMdev] LLVM from C# or .NET
I recently saw a post about being able to call LLVM APIs from .NET using a C# library. I'm thinking if it'll produce the same code as using the LLVM C++ API. Will it be less efficient? If it is the same why wouldn't every one use a higher level language like C# or Java to write their compiler? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 21
1
R functionality from within C# .NET
Dear all (especially R-Win users), I'm looking for a good way to use R functionality from within a C# application. One way would be via (D)COM, but I would prefer a more "direct" solution: My main concern is to ship all necessary files in one easy-to-install package, so that users do not need to download and install R separately. Any help, advice, or example code would be greatly
2007 Jun 14
2
FLAC: library for C#
Harry Sack wrote: > > but aren't they C++ headers en lib's? Not C++, C. > I have no idea how I can include a C++ > header in a C# project. > It this even possible? Yes. Google for "dllimport csharp". Erik -- ----------------------------------------------------------------- Erik de Castro Lopo -----------------------------------------------------------------
2007 Jun 13
2
FLAC: library for C#
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote: > Harry Sack wrote: > > > Hi FLAC dev's list, > > > > I'm looking for a library for the C# language (Microsoft .Net > > Framework 2.0or higher) to play FLAC files and/or maybe do some > other > > things like getting > > the file duration, file properties, ... of FLAC files. >
2011 Oct 23
1
R Data Frame to C# DataGridView - R.NET
This is more of a C# question, but it has to do with the conversion of a data frame using R.NET into an appropriate format to display on a C# DataGridView. My code is as follows (focusing on the button_Click) /private void button_displayDF_Click(object sender, EventArgs e) { REngine engine = REngine.GetInstanceFromID("RDotNet"); DataTable table = new
2007 Aug 21
1
runing .r file from C#
Hi, I know that the general subject "calling R from C" has been discused but I have been reading the manuals and also scouting the lists and I can not seam to find a working solution for my problem. I want to call a R script ( let's call it "test.r" ) from within C# code. After reading about this topic I am trying to do this : System.Diagnostics.Process proc = new
2002 Nov 11
8
problem with different user
Hi , I need to do my user_windows "eng.processo" to acess my unix solaris 2.x as user_unix "cs02929". As like indicate, I create in "global" of file "smb.conf" the command: username map = /etc/smbusers and into the file /etc/smbuser, the command: cs02929 = "eng.processo". This it don?t work. Please, what do I do to this work? Do I forgot
2008 Feb 23
2
.net and R
Hi, is it possible to call R functions from visual studio .net such as c#? --------------------------------- [[alternative HTML version deleted]]
2008 Jan 25
1
Need Advice with C# Program to Create and Display Cusum Chart
I need to write a C# program to create and display Cusum chart from any of the packages, spc, qcc or strucchange. Issues: 1-The data resides in a MS SQL Database. The C# program will handle obtaining the data for the requisite types of samples. Assistance needed on: 1-How can I call the cusum capabilities of any of the above packages and pass the data to the cusum function and plot? 2-How
2007 Jun 13
2
FLAC: library for C#
Hi FLAC dev's list, I'm looking for a library for the C# language (Microsoft .Net Framework 2.0or higher) to play FLAC files and/or maybe do some other things like getting the file duration, file properties, ... of FLAC files. The library must preferably be free (open source is not required, but is always nice). I hope somebody can help me with this! thx Harry -------------- next part
2011 Apr 05
1
Port to C#
Hello, I'm new to this mailing list. I have some interest in implementing Markdown in C#. Two quick questions: 1. Has this already been done in an open-source implementation? 2. If not, am I stepping on any toes by writing my own? The source code would be freely available. My main goal would be a cool article for Black Belt Coder. Cheers! Jonathan Wood Black Belt Coder
2015 Apr 17
2
Integración de R y C#
Hola a todos. Se me está plantendo la posibilidad de empezar a aprender C# para hacer algunos programillas (nada grande). El tema es que el otro día en un mail de esta misma lista alguien (lo siento, no recuerdo quien) puso un link a un post en el que se hablaba de la integración entre R y C#. Por supuesto para llegar a poder hacer esto primero tengo que entender las bases de .NET y C#, pero me
2003 Nov 29
1
Sip Issue
Hi all I am having some issues with a gs 100 phone. It is on the same network as my * server. There is no firewall. In extentions.conf exten => 5,1,Answer exten => 5,2,MusicOnHold(default) When I dial 5 from the sip phone -- Executing Answer("SIP/mlh-2e75", "") in new stack -- Executing MusicOnHold("SIP/mlh-2e75", "default") in new stack
2007 Aug 07
2
How to use speex library in C#?
Hi everybody, I am fresh for speex and vs.net c#,and I want to use speex in a existed project written by c# language,does anybody done this before?because I do not know how to use c in c#,I worked under linux environment for years,never touched vc.net.Maybe compile the source code into dll file and use them?I heard about the wrapper,what does this mean, Regards Chris -------------- next part