[Mono-list] mono-v4l

2006-01-13 Thread Corbin Hoenes
Is there some library that will allow me to do video capture under linux / mono?  (e.g a C# binding for video4linux?) ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Help installing mono

2006-01-13 Thread mono
Thanks Paul that's great info, very helpful. It would be great if there was a link on the wiki for it, I think it would help a lot of people that go to the mono website looking for compilation help. Paddy > Hi, > > > In order to compile mono I had to have a working mcs so I installed the > > mo

[Mono-list] Re: Mono-list Digest, Vol 9, Issue 26 sender for your account)

2006-01-13 Thread mono-list . 1 . tracyanne
> Date: Fri, 13 Jan 2006 14:35:42 + > From: Alexandre Miguel Pedro Gomes <[EMAIL PROTECTED]> > Subject: Re: [Mono-list] CONGRATULATIONS - YOU ARE A LUCK WINNER !!! > To: [EMAIL PROTECTED], [EMAIL PROTECTED], "Mr." <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > Cc: mono-list > Message-ID: >

[Mono-list] Re: fuzzy string comparison library

2006-01-13 Thread Damien Bateman
does anybody know a good library for fuzzy string comparison? Something that would tell me how different are 2 string:Yes - please see the following for a variety of edit distance algos, including Levenshtein and variants: http://www.dcs.shef.ac.uk/~sam/stringmetrics.htmlI have not compiled this un

[Mono-list] Long-running services

2006-01-13 Thread Chad Robinson
I've read some tidbits, news articles, and blog posts about various service-level options in Mono, but I'd like some feedback from some users/developers - has anybody developed any services with long run times? I have an application I'm rewriting that typically needs to run for 10-15 hours at a

[Mono-list] Partiting cpanel in fedoracore

2006-01-13 Thread Michael James Wright
Hi Folks I'm running fedoracore 4 on a acer aspire 3610 laptop I have an 80 GB harddrive. ? how do i partition the cpanel scheme. The following partition scheme is recommended: NOTE: Different partition schemes are suitable for different types of hosting. Some servers may require space to

Re: [Mono-list] calendar webcontrol and culture

2006-01-13 Thread Gonzalo Paniagua Javier
On Fri, 2006-01-13 at 20:58 +0100, Pere Rodríguez wrote: > I expect that month appears in catalan, but it appears in english. > > I run aspx page in Monoppix and month appears in catalan, so I think > that the problem is my instalation. > > I run Mono over Debian Sarge and Debian Sid and I have

[Mono-list] Re: Application performance question

2006-01-13 Thread Robert Jordan
Michal Moskal wrote: On 1/13/06, Chad Robinson <[EMAIL PROTECTED]> wrote: I'm confused. My understanding is that Dictionary is supposed to be much more efficient here because it doesn't box and unbox. But, when I run the generic version, it takes 4.18s to run on average, while the Hashtable vers

Re: [Mono-list] Application performance question

2006-01-13 Thread Michal Moskal
On 1/13/06, Chad Robinson <[EMAIL PROTECTED]> wrote: > I'm confused. My understanding is that Dictionary is supposed to be much more > efficient here because it doesn't box and unbox. But, when I run the generic > version, it takes 4.18s to run on average, while the Hashtable version takes > 2.54s

[Mono-list] Application performance question

2006-01-13 Thread Chad Robinson
This is my first foray into Mono (and C#), and I'm impressed. The developers have done a wonderful job getting things running. I'm sorry if this question seems lame or has come up before, but I haven't seen it addressed yet; hopefully somebody can give me some insight. I have Mono deployed on a Li

Re: [Mono-list] calendar webcontrol and culture

2006-01-13 Thread Pere Rodríguez
I expect that month appears in catalan, but it appears in english. I run aspx page in Monoppix and month appears in catalan, so I think that the problem is my instalation. I run Mono over Debian Sarge and Debian Sid and I have the problem in the two distributions. Where I can look for the probl

RE: [Mono-list] Profiling web app to find where memory is going

2006-01-13 Thread Gonzalo Paniagua Javier
On Fri, 2006-01-13 at 09:15 -0500, Mike Glenn wrote: > I'm not sure if this is related but there are some terrible inefficiencies in > following two classes > > mcs/class/corlib/System.IO/TextWriter.cs > mcs/class/System.Web/System.Web/HttpWriter.cs [...] > And then in HttpWriter.cs you have the f

Re: [Mono-list] calendar webcontrol and culture

2006-01-13 Thread Gonzalo Paniagua Javier
On Fri, 2006-01-13 at 08:59 +0100, Pere Rodríguez wrote: > Hello, > > How can I change language of the month in calendar webcontrol? > > I add culture tag to header asp page: > > <%@ Page language="c#" ... culture="ca-ES" %> > > but it doesn't work. > > I need ca-ES or es-ES locations. Pleas

RE: [Mono-list] Mono 1.1.13 has been released.

2006-01-13 Thread Francis Brosnan Blazquez
El mié, 11-01-2006 a las 19:35 +, Bill Seddon escribió: Hi Bill, > I have a couple of questions arising from my trials. The first is to > ask whether I am the only Windows user of Mono and, if not, am I alone > in experiencing problems trying to get applications to run? I think you are not

[Mono-list] Re: SUSE Linux / mono_mod install problems.

2006-01-13 Thread Robert Jordan
I am using the SUSE Virtual Machine to see how mono works. I have installed mono, and have downloaded and unzipped the mono_mode. When I try to run the following command ./configure --prefix=/usr to configure the mono mod so I It actually "mod_mono" and not mono_mode oder mono mod ;-) can co

Re: [Mono-list] Profiling web app to find where memory is going

2006-01-13 Thread Joshua Tauberer
Ben Maurer wrote: I'm not sure if this is related but there are some terrible inefficiencies in following two classes mcs/class/corlib/System.IO/TextWriter.cs mcs/class/System.Web/System.Web/HttpWriter.cs There are also some possibly unnecessary allocations of "new byte[1]" in BufferedStream.

RE: [Mono-list] Profiling web app to find where memory is going

2006-01-13 Thread Ben Maurer
> I'm not sure if this is related but there are some terrible > inefficiencies in following two classes > > mcs/class/corlib/System.IO/TextWriter.cs > mcs/class/System.Web/System.Web/HttpWriter.cs > > I've not had a chance to make a patch yet, so I'll explain so someone > else can if they want to g

[Mono-list] SUSE Linux / mono_mod install problems.

2006-01-13 Thread S. Shawn Mehaffie
I am using the SUSE Virtual Machine to see how mono works.  I have installed mono, and have downloaded and unzipped the mono_mode.  When I try to run the following command ./configure --prefix=/usr to configure the mono mod so I can compile / install it I get the following error: apsx was n

Re: [Mono-list] Help installing mono

2006-01-13 Thread Paul F. Johnson
Hi, > In order to compile mono I had to have a working mcs so I installed the > mono-core rpm (I'm running FC4 here). Do I need to remove this package > before installing my compiled version of mono? Compiling mono from source can be a bit hectic to say the least and happily, it's now part of F

Re: [Mono-list] calendar webcontrol and culture

2006-01-13 Thread Joe Audette
Try something like this in your Global.asax.cs in Application_BeginRequestCultureInfo culture = new CultureInfo("ca-ES");System.Threading.Thread.CurrentThread.CurrentCulture = culture;Cheers,Joe joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.com- Original Message

RE: [Mono-list] Profiling web app to find where memory is going

2006-01-13 Thread Mike Glenn
I'm not sure if this is related but there are some terrible inefficiencies in following two classes mcs/class/corlib/System.IO/TextWriter.cs mcs/class/System.Web/System.Web/HttpWriter.cs I've not had a chance to make a patch yet, so I'll explain so someone else can if they want to get it done bef

Re: [Mono-list] Help installing mono

2006-01-13 Thread Enrique Garcia Ayuda
NoI think its a make error like me in Solaris 8, I have installed mono in Fedora 4 but with the http://www.nrpms.net/Docs/Yum/ RPM only install rpm -ivh http://repo.nrpms.net/nrpms-mono-release/1/RPMS/nrpms-mono-release-1-5.1.fc4.nr.noarch.rpm orOr better Donwload the file and install in /etc/yum.

[Mono-list] Help installing mono

2006-01-13 Thread Paddy Joy
Today I compiled mono from svn for the first time :-) In order to compile mono I had to have a working mcs so I installed the mono-core rpm (I'm running FC4 here). Do I need to remove this package before installing my compiled version of mono? Thanks Paddy