search for: marx

Displaying 20 results from an estimated 186 matches for "marx".

Did you mean: mark
2019 Aug 15
2
Feature request: non-dropping regmatches/strextract
I do think keeping the default behavior is desirable for backwards compatibility; my suggestion is not to change default behavior but to add an optional argument that allows a different behavior. Although this can be implemented in a user-defined function, retaining empty matches facilitates programmatic use, and seems to be something that should be available in base R. It is available, for
2019 Aug 15
1
Feature request: non-dropping regmatches/strextract
Using a non-capturing group, "(?:...)" instead of "(...)", simplifies my example a bit > x <- c("Groucho <groucho at marx.com>", "<chico at marx.com>", "Harpo") > strcapture("([[:alpha:]]+)?(?: *<([[:alpha:]. ]+@[[:alpha:]. ]+)>)?", x, proto=data.frame(Name=character(), Address=character(), stringsAsFactors=FALSE)) Name Address 1 Groucho groucho at mar...
2019 Aug 15
0
Feature request: non-dropping regmatches/strextract
...inappropriate if the match information comes from gregexpr. I think strcapture() does a pretty good job of what I think you are trying to do. Perhaps adding an argument to map no match to NA instead of "" would give you just what you wanted. > x <- c("Groucho <groucho at marx.com>", "<chico at marx.com>", "Harpo") > d <- strcapture("([[:alpha:]]+)?( *<([[:alpha:]. ]+@[[:alpha:]. ]+)>)?", x, proto=data.frame(Name=character(), Junk=character(), Address=character(), stringsAsFactors=FALSE)) > d[c("Name",...
2001 Nov 28
46
Resource temporarily unavailable
Im trying to run this program called Thinkboxx and wen it tryes to comunicate over the comm port it hangs. Here are som output to read. earlier on i get: Call kernel32.VirtualAlloc(43050000,00001000,00001000,00000004) ret=0058557c Ret kernel32.VirtualAlloc() retval=43050000 ret=0058557c thats from vhere the com port gets an virtual memory space, i think. and in the end i have: Call
2015 Mar 27
1
Channel Device virConnectListAllNodeDevices
Hello, I've added a Channel Device through virt-manager GUI. virsh dumpxml shows the device as. <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/ubuntusaucy.marx'/> <target type='virtio' name='marx'/> <alias name='channel2'/> <address type='virtio-serial' controller='0' bus='0' port='3'/> </channel> I am expecting virConnectListAllNodeDevices to hav...
2012 Jul 11
1
igraph function "graph.bfs" unavailable
....dist} ) # Isolate pertinent subgraph from nodes in node.bfs. # Need to trim out NaN vertices from node.bfs node.g <- induced.subgraph(all, node.bfs$order[which(!is.na(node.bfs$order))]) return(node.g) } Thanks, David Marx Please note our office has moved: David Marx | Data Analyst Specialist, Claims Dept | SoundExchange, Inc. 733 10th Street, NW | 10th Floor | Washington, DC? 20001? P: 202.640.5858?| F: 202.640.5859 | info at soundexchange.com? www.SoundExchange.com | Facebook | Twitter| YouTube
2001 Mar 07
2
openssh logging of remote commands in syslog
Another wonderful email from me. :) The ssh.com version of ssh will log information on the remotely executed command in the syslog: Mar 7 15:29:20 6D:marx sshd[21346]: log: executing remote command as root: ls It seems that openssh doesn't do that by default. If you put the server in debug mode you'll see the command, but a lot of extra stuff that you don't want to see. Feature suggestion...?
2005 Jan 27
1
Recycler problem
...create mask = 775 directory mask = 0775 vfs objects = recycle recycle:keeptree = Yes recycle:touch = Yes recycle:versions = Yes recycle:maxsize = 0 recycle:exclude = *.tmp|~$* recycle:noversions = *.doc|*.xls|*.ppt ... --- smb.conf end Thanks, Christian Marx
2006 Sep 11
1
Authentication between two samba servers
Hello for all, How can I do for one samba server authenticate in another samba server? Thanks for all, -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Amauri Tiago Marx Coordenadoria de Tecnologia da Informação e Comunicação, Ctic Universidade do Oeste de Santa Catarina, Unoesc Campus de São Miguel do Oeste www.unoescsmo.edu.br -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2013 May 29
1
Enable IMAP only for certain users/IP
...s file; if found, then return PAM_SUCCESS, else fail. If this can work, I've a problem with pam_listfile.so and IP addresses: I want to do something smarter than specifying 2^11 IP addresses instead a /21 or IP/netmask Are there alternatives for doing it better? Thanks. Sincerely, Simone Marx.
2010 Jun 18
5
convertir archivo texto en data frame
Tengo un archivo de texto donde cada línea es de la siguiente forma: "aa-mm-dd hh:mm:ss Nombre Apellido" ¿Hay alguna forma de usar read.table o algo similar para obtener directamente un data frame que tenga dos columnas donde una tenga la fecha y quede de tipo PosiX y la otra character con el nombre completo? Gracias, Sebastián.
2003 Oct 04
0
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
...; > -- no debconf information > > > > > > > > > > > > > > > > > > -- > > > Those are my principles, and if you don't like them... well, I have others. > > > -- Groucho Marx > > > > > > ______________________________________________ > > > R-devel@stat.math.ethz.ch mailing list > > > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel > > > > -- > > Douglas Bates bates@stat.wisc.edu &...
2007 Oct 30
3
Homework help: Is this how CI using t dist are constructed?
...ng this type of equation, or am I overlooking a more concise, 'canned' approach that's already been programmed? Any suggestions on simplifying this? Thanks for all your advice and help. -Kevin [1] An Introduction to Mathematical Statistics and its Applications, fourth ed., Larsen and Marx. Kevin Zembower Internet Services Group manager Center for Communication Programs Bloomberg School of Public Health Johns Hopkins University 111 Market Place, Suite 310 Baltimore, Maryland 21202 410-659-6139
2005 Aug 02
1
Paging systems from the phone...
...l, Is there a model of IP phone, with a built-in speaker, that can be used as part of a Overhead Paging system? Can Asterisk accomodate such a feature? Regards, Francois Random Thought: --------------- It isn't necessary to have relatives in Kansas City in order to be unhappy. -- Groucho Marx
2003 Sep 13
1
R 1.8.0 (to be) and RPy 0.3.1
...as to what the replacement for jump_now() would be? Dirk [1] See e.g. http://www.togaware.com/linux/survivor/Installing_RPy.html. -- Those are my principles, and if you don't like them... well, I have others. -- Groucho Marx
2012 Jan 19
2
R-scripts as executables for debian
Hi, I'm looking for a way to make executable R-scripts -- which are bound to a certain package -- available to the operating system's search path. The executable R-scripts I put in the package's 'exec' directory. Different solutions have come to my mind: o 'configure'-script copies the files to /usr/local/bin o make a 'require'-shell function which
2007 Nov 07
1
Homework help: t test hypothesis testing with summarized data?
...il to reject H0 at the 0.05 level of significance > Or am I again overlooking a canned procedure or an easier calculation using the t distribution. Thank you for your continued advice and help. -Kevin [1] An Introduction to Mathematical Statistics and its Applications, fourth ed., Larsen and Marx. Kevin Zembower Internet Services Group manager Center for Communication Programs Bloomberg School of Public Health Johns Hopkins University 111 Market Place, Suite 310 Baltimore, Maryland 21202 410-659-6139
2012 Jan 13
2
cannot find -lquadmath
Apologies if this has been posted about recently, but I haven't been on this listserve for a while. I ran into a problem trying to compile Hmisc (required package for rms) and have found a solution that I'd like to share. The compile fails with the message: /usr/bin/ld: cannot find -lquadmath libquadmath exists on my Debian Squeeze system (up-to-date, recently installed): ldconfig -p
2004 Aug 06
2
i need help...URGENT !!!
hi, i have posted earlier a few days back, i apologise for the re-post. my problem is that the moment i start using mp3 files with lesser bit rate (16kbps) it does not stream properly. it keeps getting stuck in the middle. i can stream continuously with 128 kbps files. I'm using icecast(1.3.7) with ices(beta 5) in "LAN" on Linux Redhat 6.2. The same problem occurs also on
2003 Oct 03
0
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
...- runtime > > > > > > -- no debconf information > > > > > > > > > > > > > -- > > Those are my principles, and if you don't like them... well, I have others. > > -- Groucho Marx > > > > ______________________________________________ > > R-devel@stat.math.ethz.ch mailing list > > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel > > -- > Douglas Bates bates@stat.wisc.edu > Statistics Department...