search for: malic

Displaying 20 results from an estimated 212 matches for "malic".

Did you mean: magic
2017 Jul 01
0
How to replace match words whith colum name of data frame?
...butan acid chemical 2 nano diamond particl 3 slurri composit 4 composit ph polis chemical 5 inorgan particl 6 grind liquid 7 liquid formul 8 nanoparticl 9 size abras particl 10 agent malic acid chemical Or, if you're wedded to magrittr: > sapply(chemical_df$chemical, + function(x) grepl(x, concept_df$concept)) %>% + apply(1, any) %>% + ifelse("chemical", "") %>% + cbind(concept_df, category=.) concept category 1...
2017 Jul 01
0
How to replace match words whith colum name of data frame?
...<- data.frame(concept=c("butan acid ", "nano diamond particl", "slurri composit", "composit ph polis", " inorgan particl ", "grind liquid", "liquid formul", "nanoparticl", "size abras particl", "agent malic acid")) chemical_df <- data.frame(chemical=c("basic", "alkalin", "alkali", "acid", " ph ", "hss")) Here is my match code: library(magrittr) match_df <- NULL for (i in 1:length(chemical_df$chemical)) { match_df<-data.frame...
2003 May 19
2
New users cannot log on, current users okay
...have missed that is causing this problem? This is unfortunately rather urgent, so if anyone does have a solution to the problem, could you please let me know asap? Regards Andy Dr. Andy Dawson A.J.Dawson@Bradford.ac.uk http://www.mossie.org http://www.museum-explorer.org.uk Never attribute to malice that which is adequately explained by stupidity.
2003 May 20
7
ShowMessage (second attempt)
Surely someone out there knows how to notify their Windows users that access to their samba server is going to be terminated.... Any help will be *greatly* appreciated. ------ Original Message ------- I would like to shut down samba before I begin my backup routine. Before I do this, I would like to send a message to the users who are logged in on their Windows machines, asking them to log
2002 May 29
2
Win9x login script drive mapping problem - addendum
...ing output: The syntax is incorrect. For help, type NET USE /? at the command prompt. Yet running the same script one the machine as soon after login as possible results in he drive being mapped correctly! Any ideas anyone? Regards Dr. Andy Dawson A.J.Dawson@Bradford.ac.uk Never attribute to malice that which is adequately explained by stupidity. ---------- Forwarded message ---------- Date: Wed, 29 May 2002 16:29:22 +0100 (BST) From: A.J.Dawson <ajdawson@bradford.ac.uk> To: samba@lists.samba.org Subject: Win9x login script drive mapping problem I am having problems with a Windows 98...
2020 Sep 29
2
Re-sieve emails
...y. Not a huge deal, as it was simple enough to move them manually, but it got me wondering. This would also be useful for testing. -- Clarke's Law: Sufficiently advanced technology is indistinguishable from magic Clark's Law: Sufficiently advanced cluelessness is indistinguishable from malice Clark Slaw: Anything that has been severely damaged or destroyed by application of Clark's Law
1997 Jun 20
2
R-beta: purpose of n in identify() function?
I think I am misunderstanding something about the identify() function. if we have an example such as this: > x_1:10 > y_1:10 > plot(x,y) > identify(x,y, n=1) [1] 2 3 > I clicked on two points and identify() returned both of them (2 and 3). The manual says n is the maximum number of points to be identified. If I specify n=1, should identify() return a single value?
2006 Jan 06
1
"Access is denied" after connection is apparently successful
...the moment you try and access drive E: a pop-up message says "E: Access is Denied". We can't think of anything that has changed on the client machine where the error occurs, can anyone suggest what the problem might be? -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence."
1997 Apr 08
1
R-alpha: rbind
...doesn't set dimnames()[[1]]. If I set this by hand everything works. Even so, the rbind function should succeed or fail -- it shouldn't mutilate its arguments like this. Thomas Lumley ------------------------------------------------------+------ Biostatistics : "Never attribute to malice what : Uni of Washington : can be adequately explained by : Box 357232 : incompetence" - Hanlon's Razor : Seattle WA 98195-7232 : : ------------------------------------------------------------ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-de...
2005 Jan 11
1
Possible security issue with jails
Howdy! I'm not sure if this is actually an issue, feature or a bug, but I have found that inside a jail, the jailed root user is able to sniff traffic (and enable promiscuous mode) on at least the interface of the IP address the jail is attached to. I have not found any documentation explaining if this should occur or not, but I feel it is something that should at least be known to those
2003 Jul 22
1
ssh-askpass keyboard grab problems
...et on with the rest of the code and not worry about this for now. However, every time we launch the application and it requests the ssh password via either ssh-askpass or gnome-ssh-askpass or x11-ssh-askpass, we receive errors about "could not grab keyboard" and hints that there might be malice afoot. What is causing this error and how to we go about eliminating it? Thanks - John Sullivan -- John A. Sullivan III Chief Technology Officer Nexus Management +1 207-985-7880 john.sullivan at nexusmgmt.com --- If you are interested in helping to develop a GPL enterprise class VPN/Firewall/Sec...
2015 Jan 31
3
Another Fedora decision
On Fri, Jan 30, 2015 at 4:09 PM, Scott Robbins <scottro at nyc.rr.com> wrote: > > There is some complaining going on on the Fedora testing list, > not sure where else one can protest. > The thread starts here: https://lists.fedoraproject.org/pipermail/test/2015-January/124827.html
1998 Apr 17
2
R-beta: lmsreg
Does R have a function like the S(plus) function, lmsreg, Least Median of Squares Regression? I am using R-0.61. Thank you, Mike Fleming mfleming at nass.usda.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
1998 Apr 17
2
R-beta: lmsreg
Does R have a function like the S(plus) function, lmsreg, Least Median of Squares Regression? I am using R-0.61. Thank you, Mike Fleming mfleming at nass.usda.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
1997 Apr 28
1
R-alpha: R-beta:matrix & vector multiplication.
...ncol=1)%*%c(1,2) Error in matrix(1, ncol = 1) %*% c(1, 2) : non-conformable arguments R> matrix(1,ncol=1)*(1:2) Error: dim<- length of dims do not match the length of object Thomas Lumley -----------------------------------------------------+------ Biostatistics : "Never attribute to malice what : Uni of Washington : can be adequately explained by : Box 357232 : incompetence" - Hanlon's Razor : Seattle WA 98195-7232 : : ------------------------------------------------------------ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-de...
1997 Apr 28
1
R-alpha: R-beta:matrix & vector multiplication.
...ncol=1)%*%c(1,2) Error in matrix(1, ncol = 1) %*% c(1, 2) : non-conformable arguments R> matrix(1,ncol=1)*(1:2) Error: dim<- length of dims do not match the length of object Thomas Lumley -----------------------------------------------------+------ Biostatistics : "Never attribute to malice what : Uni of Washington : can be adequately explained by : Box 357232 : incompetence" - Hanlon's Razor : Seattle WA 98195-7232 : : ------------------------------------------------------------ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-de...
2005 May 13
1
FreeBSD Security Advisory FreeBSD-SA-05:09.htt [REVISED]
...d Xeon processors. HTT involves sharing certain CPU resources between multiple threads, including memory caches. FreeBSD supports HTT when using a kernel compiled with the SMP option. II. Problem Description When running on processors supporting Hyper-Threading Technology, it is possible for a malicious thread to monitor the execution of another thread. NOTE: Similar problems may exist in other simultaneous multithreading implementations, or even some systems in the absence of simultaneous multithreading. However, current research has only demonstrated this flaw in Hyper-Threading Technolog...
2017 May 29
3
MySQL issue
Hello. It appears that I have an issue with my dovecot setup. When trying to authenticate, i get this error: May 28 20:18:26 AmaechiJ dovecot[10516]: imap-login: Login: user=< aj at example.com>, method=PLAIN, rip=, lip=, mpid=10879, TLS, ses...QOQBg9rlR> May 28 20:18:42 AmaechiJ dovecot[10516]: imap(aj at example.com): Connection closed in=116 out=1311 May 28 20:20:32 AmaechiJ
1998 Feb 26
2
R-beta: question on dyn.loaded code
Hi, when designing libraries for R, is it possible to call C/Fortran subroutines from other dynamically loaded code? The following example crashes R: ********* fn1.c ***************** void twice(int *i) { *i = 2 * *i; } ********************************* ********* fn2.c ***************** extern int twice(int *i); void negtwice(int *i) { *i = -1 * twice(i); }
1998 Feb 26
2
R-beta: question on dyn.loaded code
Hi, when designing libraries for R, is it possible to call C/Fortran subroutines from other dynamically loaded code? The following example crashes R: ********* fn1.c ***************** void twice(int *i) { *i = 2 * *i; } ********************************* ********* fn2.c ***************** extern int twice(int *i); void negtwice(int *i) { *i = -1 * twice(i); }