search for: merle

Displaying 20 results from an estimated 20 matches for "merle".

Did you mean: merge
2013 Dec 27
1
German Umlauts in folder name and sieve
Hi, I had created an imap folder that has German Umlauts in it: ?RA R??ner - Merle? When finished, the result looks like this on filesystem: drwx------ 3 vmail vmail 4096 Dec 27 11:02 RA Ro&AwgA3w-ner - Merle/ I wrote this sieve script (with SOGo): if anyof (address :regex "from" "@.*\\.ra-roessner-merle\\.de") { fileinto "RA Ro&AwgA3w-ne...
2004 Feb 18
3
changing unix password with samba
...x pass via samba. Is this possible when running linux. I just want to easily administer my users. I have a web cgi script to change the unix password which can be modifed to change samba pass. This would allow users to change all their passwords in one place. Any help is much appreciated. Merle
2006 Sep 13
10
Comments on a Systemtap vs Dtrace comparison.
Not sure if this document will be shown to any dtrace users but here is a link if you want to comment on it http://sources.redhat.com/systemtap/wiki/SystemtapDtraceComparison I have went line by line and commented on its content and in accuracies and posted it both to the systemtap email list and my blog, you can see the blogged version at
2017 Aug 28
0
"Improvement with the R code"
.../no of transition in s1 > z= s1->s3/no of transition in s1 > > that comes out x=((2/6) y=(1/6) z= (3/6) > s1 s2 s3 > s1 x y z > s2 > s3 > > Thanks & Regards > Niharika > > On Mon, Aug 28, 2017 at 6:03 PM, Elie Canonici Merle < > elie.canonicimerle at gmail.com> wrote: > >> Ok, I assumed you wanted to compute a matrix M for all states such that >> >> M[i][j]= transition from state i to state j / number of transition from >> state i >> >> but from what you just answered it...
2010 Oct 21
1
Different time between date() and Sys.date()
...the difference between CEST and GMT. I would like to get the time of my machine even if I set GMT as a time zone with the Sys.time() function. How can I get the real time from the Sys.time() function ? Or I can really set my time zone to GMT to get the real time with Sys.time() ? Thanks, Olivier Merle Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte mail www.laposte.net [[alternative HTML version deleted]]
2010 Nov 22
1
RCurl : All connection are used ?
...r in file(file, "rb") : all conection are used I read the documentation and the options from curl library but I can't find how to solve my problem even if I think that the problem is linked to not closing the position I opened. Do you have any idea how to solve it ? Thanks, Olivier Merle Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte mail www.laposte.net [[alternative HTML version deleted]]
2005 Oct 26
2
Specified network password is not correct
I am having trouble connecting to a Centos 4.1 machine. I have the following installed: samba-common-3.0.10-1.4E samba-3.0.10-1.4E.2 samba-client-3.0.10-1.4E samba-swat-3.0.10-1.4E.2 Currently running: smbd nmbd winbind My smb.conf is as follows: # Global parameters [global] preferred master = No domain master = No wins support = Yes encrypt passwords = yes
2008 Nov 20
23
[Bug 18638] New: Nouveau fails totally on new Macbook Unibody 13.3" Ubuntu (xorg.0.log included)
http://bugs.freedesktop.org/show_bug.cgi?id=18638 Summary: Nouveau fails totally on new Macbook Unibody 13.3" Ubuntu (xorg.0.log included) Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: blocker Priority: medium Component:
2017 Jul 21
0
dynamically create columns using a function
...the column data[col_name_result] <- data[col_work] data } demo_fn(dem, f, c("REG1", "REG2")) If you are working with large datasets it might not be the best solution as my understanding is that this method involves a lot of copying. Hope it helps, Elie Canonici Merle 2017-07-20 17:55 GMT+02:00 DIGHE, NILESH [AG/2362] < nilesh.dighe at monsanto.com>: > Hi, > I am writing a function to dynamically create column names and fill those > columns with some basic calculations. My function "demo_fn" takes argument > "blup_datacut&quot...
2017 Jul 20
2
dynamically create columns using a function
Hi, I am writing a function to dynamically create column names and fill those columns with some basic calculations. My function "demo_fn" takes argument "blup_datacut" and I like to use the contents of those arguments to dynamically create new columns in my dataset. Please note that I have another function called "calc_gg" within the function "demo_fn".
2006 Mar 15
1
Filesystem full/quota limitations and Dovecot
...s when writes are denied, such as in situations when a user is over quota, or the filesystem is full? -- Anthony Kay University Computing Center (541) 346-1719 GPG Fingerprint: B0DB D46A 60AF FAE7 A94A 5075 0CB4 4D88 9F4F 7F09 Only a statue can be perfect, and even then it casts a shadow. - Merle Fossum
2013 Apr 17
1
Bug in VGAM z value and coefficient ?
Dear, When i multiply the y of a regression by 10, I would expect that the coefficient would be multiply by 10 and the z value to stay constant. Here some reproducible code to support the case. *Ex 1* library(mvtnorm) library(VGAM) set.seed(1) x=rmvnorm(1000,sigma=matrix(c(1,0.75,0.75,1),2,2))
2017 Aug 28
0
"Improvement with the R code"
...in the above data frame for state1 ={1} the output will like >> (1/6, 1/6, 3/6) >> >> Your code is giving me some error but I will see if I can remove and use >> it. >> >> Regards >> Niharika >> >> On Mon, Aug 28, 2017 at 5:31 PM, Elie Canonici Merle < >> elie.canonicimerle at gmail.com> wrote: >> >>> Hi, >>> >>> I think you overthought this one a little bit, I don't know if this is >>> the kind of code you are expecting but I came up with something like that: >>> >>> g...
2004 May 21
2
What about saving your INBOX at ~/mbox ?
Hi, folks. I'm testing out RedHat's "Fedora Core 2" release, which has switched from the old WashU imapd to dovecot-0.99.10. Overall, this looks like a really, really good move on their part: it looks like a very sweet little tool without some of the ingrained idiocy of Mark Crispin insisting that every home directory consist of nothing but mbox files and allowing you to use a
2017 Aug 28
0
"Improvement with the R code"
Hi, I think you overthought this one a little bit, I don't know if this is the kind of code you are expecting but I came up with something like that: generate_transition_matrix <- function(data, n_states) { #To be sure I imagine you should check n_states is right at this point transitions <- matrix(0, n_states, n_states) #we could improve a little bit here because at
2017 Aug 28
5
"Improvement with the R code"
Hello, I am trying to implement a formula aij= transition from state S_i to S_j/no of transition at state S_i Code I have written is working with three state {1,2,3 }, but if the number of states become={1,2,3,4,......n} then the code will not work, so can some help me with this. For and some rows of my data frame look like
2008 Apr 25
0
RELEASE: Flumotion 0.5.2 'Can Tomas'
...cker. All code is in SVN and can be checked out from there. It is hosted on https://code.fluendo.com/flumotion/svn/ Contributors to this release * Andy Wingo * Arek Korbik * Johan Dahlin * Jordi Massaguer i Pla * Michael Smith * Pedro Gracia * Sebastien Merle * Thomas Vander Stichele * Zaheer Abbas Merali
2005 Oct 27
9
Overloaded samba server. Is it a bug?
Experts, We've just migrated from samba 2.2.8a to samba 3.0.20b in a very large corporate environment. Everything was really fine in our lab, but we began experiment serious load problems on the productive servers the morning after the procedure took place. I'll try (briefly) to describe the characteristics of the scenario: Resources: Old Environment: Hardware:
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...ons (nominal) (Matt Shotwell) 39. Re: Check for is.object (Phil Spector) 40. Re: "negative alpha" or custom gradient colors of data dots in scatterplot ? (Ista Zahn) 41. Problem setting the number of digits in xtable (wphantomfr) 42. RCurl : All connection are used ? (omerle) 43. sm.ancova graphic (Lucia Ca?as) 44. Plotting a cloud/fog of variable density in rgl (JiHO) 45. Re: RCurl : All connection are used ? (Mike Marchywka) 46. Re: Ordeing Zoo object (Manta) 47. Re: Plotting a cloud/fog of variable density in rgl (Duncan Murdoch) 48. Re: How to pro...
2007 Apr 22
0
Or itmann ourselves limon
THE HOTTEST ALERT! Campaign for: ASVPPrice: $0.64 1 Day Target price: $1Market: hellish. Here comes the REAL BIG ONE!. ASVP has a nice fresh news, virtualization, contact your broker!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments= /20070423/6b030c8e/attachment.htm