search for: eponym

Displaying 15 results from an estimated 15 matches for "eponym".

2013 Dec 18
1
Symlinks when building R on windows
...n't even detect the symlink cmd off cygwin while performing the tests, and i even launched configure with --disable-symlinks, but their creationis attmpted anyways. Is there any quick way to workaround that? And since it's .c or.h files we are symlinking here, couldn't we simply do 'eponym' C or h files that do a C #include to the relative path, which would be more portable than symlinks? -- Olivier BARTHELEMY [[alternative HTML version deleted]]
2008 May 27
6
IE7 Problems
I''ve recently been looking at Mapstraction as a way to make it easier for me to support more than one mapping service, mainly Google Maps and Microsoft''s Virtual Earth. However, I seem to be running into a lot of errors when trying to use Mapstraction with IE7 and Virtual Earth. As an example, I get a "Not Implemented" error when I load the many of the demos. This
2008 Sep 24
1
function can permanently modify calling function via substitute?
...to investigate). If this is a problem worth investigating, here are a couple of other observations that may be relevant but are obviously speculative. 1. If the third line of do.stuff.with.call is uncommented (and try.me also reloaded), the unexpected behavior does not occur. Since do.nothing is eponymous, I was surprised because I believed it should not impact any other behavior. Speculating with limited knowledge, I thought this might implicate something that is supposed to stay under-the-hood, such as the "`call by value' illusion" described in the "R internals" docume...
2010 May 17
3
Writing a properly-formed custom type (configxml)
Please hold my hand. After studying the wiki, several unofficial pages, various mailing list entries, and the operation of the "iptables" type as found on the net, I have created a custom type, lovingly named ``configxml''''. It updates attributes on the first element matching a supplied XPath in a given XML file. The first use case is configuring Atlassian JIRA to use
2015 Aug 10
0
Shared folders with Centos-7 guest in VMware-10 using open-vm-tools
...enabled) Active: active (running) since Thu 2015-08-06 18:49:02 AEST; 3 days ago Docs: http://open-vm-tools.sourceforge.net/about.php Main PID: 806 (vmtoolsd) CGroup: /system.slice/vmtoolsd.service ??806 /usr/bin/vmtoolsd open-vm-tools appears to know about hgfs as it has an eponymous file: /usr/lib64/open-vm-tools/plugins/common/libhgfsServer.so and: [root at imp yum.repos.d]# /usr/bin/vmware-hgfsclient shared Is there something else I need to do to get this working? Thanks Bob
2006 Jul 14
1
Appending something to a Rails route?
Hello railslist, I''m trying to accomplish the following: The URL http://localhost:3000/page/news/edit should redirect to the URL http://localhost:3000/login I''ve accomplished this by setting up a route like: map.connect ''page/:name/edit'', :controller => "login" But this fails in the case of the following URL:
2004 Sep 10
0
0.6 release
Josh, Those speed improvements are great. Quick test on an 365MB wav of Neil Young's eponymous 1st album on a PIII 650E (Coppermine) under FreeBSD 4.2: User Sys MB shorten23 0:46s 4.0 208.3 shorten31 1:24s 5.3 208.6 flac CVS 4:21s 7.5 199.2 It's getting near to be a useful replacement for shorten. Only 3x slower. Any idea why it uses so much more sys time? I would've though...
2017 Jan 27
0
Matrix package breaks as.matrix method
Hi, The Matrix package and the as.matrix method do not seem to be compatible inside of a package. Here's an example. I've created a simple package "mat" that defines an eponymous class and as.matrix method on that class. All is well, unless that package has the Matrix package in its Depends or Imports (and imports, e.g. the "Diagonal" function). Then my as.matrix method stops working, even if I'm not using any part of the Matrix package. Here's an exam...
2006 Mar 28
1
acts_as_taggable plugin to tag multiple fields in a model
Hello, Is it possible to tag multiple fields in a model using either acts_as_taggable plugin or gem? If it is not possible out of the box, can anyone provide pointers on how I would achieve something like that? Say I have a ''Food'' model which has ''spices'' and ''healthiness'' attributes. I want to be able to tag on both those fields. Is that
2015 Aug 07
3
Shared folders with Centos-7 guest in VMware-10 using open-vm-tools
try modprobe vmhgfs -- Eero 2015-08-07 6:53 GMT+03:00 Bob Hepple <bob.hepple at gmail.com>: > Bob Hepple <bob.hepple at ...> writes: > > > It's the shared folder that I would really like to get working. vmware- > > hgfsclient reports my share but there is no /mnt/hgfs directory. Also > > 'lsmod|grep hgfs' reports nothing. > > > > also:
2004 Sep 10
0
0.6 release
--- Mark Powell <M.S.Powell@salford.ac.uk> wrote: > Josh, > Those speed improvements are great. Quick test on > an 365MB wav of Neil > Young's eponymous 1st album on a PIII 650E > (Coppermine) under FreeBSD 4.2: > > User Sys MB > > shorten23 0:46s 4.0 208.3 > shorten31 1:24s 5.3 208.6 > flac CVS 4:21s 7.5 199.2 > > It's getting near to be a useful replacement for > shorten. Only 3x slower. > Good info....
2008 Nov 25
3
plotting density for truncated distribution
I am using density() to plot a density curves. However, one of my variables is truncated at zero, but has most of its density around zero. I would like to know how to plot this with the density function. The problem is that if I do this the regular way density(), values near zero automatically get a very low value because there are no observed values below zero. Furthermore there is some density
2017 Jan 29
0
R-devel Digest, Vol 167, Issue 25
...7FD407F705B2E at ny-mailstore1.walleyetrading.net> Content-Type: text/plain; charset="us-ascii" Hi, The Matrix package and the as.matrix method do not seem to be compatible inside of a package. Here's an example. I've created a simple package "mat" that defines an eponymous class and as.matrix method on that class. All is well, unless that package has the Matrix package in its Depends or Imports (and imports, e.g. the "Diagonal" function). Then my as.matrix method stops working, even if I'm not using any part of the Matrix package. Here's an exam...
2017 Jan 30
0
Matrix package breaks as.matrix method
...7FD407F705B2E at ny-mailstore1.walleyetrading.net> Content-Type: text/plain; charset="us-ascii" Hi, The Matrix package and the as.matrix method do not seem to be compatible inside of a package. Here's an example. I've created a simple package "mat" that defines an eponymous class and as.matrix method on that class. All is well, unless that package has the Matrix package in its Depends or Imports (and imports, e.g. the "Diagonal" function). Then my as.matrix method stops working, even if I'm not using any part of the Matrix package. Here's an exam...
2018 Jul 18
0
ET Y M OSO C A TOAY. Moscow. Hypo-X-Us .... TO DAY ... & AND Y Msg o' Pi ... "e, Ya!" ... at the crossroads of Secord, Oli North and ... Ved
...(or every letter after "da" and maybe "ma" too)" connecting the end of simulated reality and the word Matrix and connecting that "X" to the Kiss of Judas (and /Midas/ <http://hoyo.cf/lists/lt.php?id=YUgCBwFVGAFRXR1QWlQKVF0F> ) and the Kiss of J/acob/ and the eponymous band and it's lead singer's names' link to the idea of "simulation" and of the Last Biblical Monday and of a hallowed "s" that we'll get to later. Gene Simmons, one of the Gene's of Genesis which reveals the hidden power of the "sun" linking to S...