search for: invasive

Displaying 20 results from an estimated 942 matches for "invasive".

2009 Jun 04
4
order() with randomised order in ties?
Hi I want to use order() to get the order of a vector. But I would need a different behavior when ties occur: similar to the parameter ties.method = "random" in the rank() function, I would need to randomise the ties. Is this possible? Example: x <- rep(1:10, 2) order(x) [1] 1 11 2 12 3 13 4 14 5 15 6 16 7 17 8 18 9 19 10 20 order(x) [1] 1 11 2 12 3 13 4 14 5 15
2007 Jun 07
2
SYSLINUX current directory and the config file
Hi all, I have looked a bit at what it would take to make the SYSLINUX current directory settable when loading a new configuration file with the CONFIG directive. I have come to the conclusion that it would be a lot less invasive to simply maintain the rule that the current working directory is the one where the config file lives, *including* one loaded via the CONFIG directive. The obvious exception to this would be the initially loaded PXELINUX configuration file. If there are ideas how better to handle the PXELINUX cas...
2010 Aug 19
1
logistic regression tree
hello everyone, i sampled 100 stands at 20 restoration sites and presence of 3 different invasive plant species. i came across logistic regression trees and wonder if this is suited for my purpose - predicting presence of these problematic invasive plant species (one by one) by a set of recorded ecological / geographical parameters. i'd be glad if someone would comment on applying this meh...
2010 Aug 09
4
Moving users from Debian-based distro to CentOS
...er Debian habits the UIDs start with 1000. Is it enough to reuse the Debian /etc/shadow and /etc/passwd files over? Or will I need to configure some other things? I had considered just creating four new users starting from UID 500 then chown -R -ing the user's home directories, but I find that invasive and possibly error prone (maybe there are files that are not owned by them). All advice appreciated. Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com
2009 Jul 29
8
Adding picture to graph?
Hi while teaching R, the question came up if it would be possible to add a picture (saved on the HDD) to a graph (generated by plot()), which we could not answer. It might easily kill a clean graph, but: is there a way of doing this, even one should not do it? On a similar line of thought: is it possibe to define own symbols so that they can be used in the plot function with pch=? Rainer
2009 Dec 17
1
Help with Merge - unexpected loss of factor level
..."tumourA" "tumourEXP" "int" "stain" "tumourPERC" "branch" > levels(tma$tumourA) [1] "DCIS" "LN Metastasis" "Normal" "Primary Invasive Carcinoma" #split into cancer and normal tissue > tma1<-subset(tma, tumourA=="Primary Invasive Carcinoma") > tma2<-subset(tma, tumourA=="LN Metastasis") > tmaN<-subset(tma, tumourA=="Normal") #size of datasets > dim(tma1) [1] 587 9 &gt...
2008 Aug 01
1
bug in readRAST6 function in package spgrass6
Hi if I try to import a raster layer which consists only of NULL values from grass by using the readRAST6, I get an error message: > readRAST6("HSericea_seedsDisperse_2007") ERROR: Invalid value for null (integers only) Error in readBinGrid(rtmpfl11, colname = vname[i], proj4string = p4, integer = to_int) : no such file:
2016 Aug 22
3
Dial and start music on hold after timeout
Sorry, I forgot to write that the SIP peer must keep ringing while the announcement is being played. Le 22/08/2016 ? 17:42, John Kiniston a ?crit : > This seems like the obvious answer but maybe I'm misunderstanding the > question. > > exten => s,1,Dial(SIP/alice,20) > same => n,Playback(myannouncement) > same => n,NoOP(Whatever else you want to do goes
2014 Jul 07
13
Cemtos 7 : Systemd alternatives ?
Reading about systemd, it seems it is not well liked and reminiscent of Microsoft's "put everything into the Windows Registry" (Win 95 onwards). Is there a practical alternative to omnipresent, or invasive, systemd ? -- Regards, Paul. England, EU. Centos, Exim, Apache, Libre Office. Linux is the future. Micro$oft is the past.
2009 Jan 19
2
[LLVMdev] llvm-gfortran test results
...a first swipe, this probably isn't *too* terrible. Could you start > filing bugs for the ICEs? For the 2.5 release, I think we're most interested in establishing a baseline. 2 days before the release branch isn't the time where we really want to fix all the bugs. However, non-invasive bug fixes are always welcome of course. :) -Chris
2010 Sep 14
2
How to uncompress a gz file in R
Dear Fellows, I would like to know how to uncompress a gz file at the R console. I could not find out any help from the R-help archive. Thanks for your great help. Best Regards, Wonsang You ----- -- Wonsang You Special Lab Non-Invasive Brain Imaging Leibniz Institute for Neurobiology http://www.ifn-magdeburg.de -- View this message in context: http://r.789695.n4.nabble.com/How-to-uncompress-a-gz-file-in-R-tp2538669p2538669.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
2010 Mar 04
0
[LLVMdev] [PATCH] Before/After IR Dumps
...ne wrote: > This set of patches adds support for dumping IR before or after specified > Passes. It adds the following command-line options: > > -print-before=<pass-option> > -print-after=<pass-option> > -print-before-all > -print-after-all This patch looks very invasive for such a simple thing, isn't there a better way? Also, please please please stay in 80 columns. -Chris > > Use it like this: > > llc -debug -print-before=linearscan-regalloc file.bc -o file.s > > -help will print the pass options available to -print-before and -print-a...
2010 Sep 16
2
How to combine matrix and vector
...b= 11 12 13 14 15 Then, I want to combine a and b as follows. c= 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 If you teach me to easily combine the matrix and the vector, I will greatly appreciate you. Thank you. Regards, Wonsang ----- -- Wonsang You Special Lab Non-Invasive Brain Imaging Leibniz Institute for Neurobiology http://www.ifn-magdeburg.de -- View this message in context: http://r.789695.n4.nabble.com/How-to-combine-matrix-and-vector-tp2541797p2541797.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
2010 Mar 04
6
[LLVMdev] [PATCH] Before/After IR Dumps
...dds support for dumping IR before or after specified > > Passes. It adds the following command-line options: > > > > -print-before=<pass-option> > > -print-after=<pass-option> > > -print-before-all > > -print-after-all > > This patch looks very invasive for such a simple thing, isn't there a > better way? Possibly. What specifically do you object to? The main problem is that one needs different printers at different stages of the compiler: ModulePrinter, FunctionPrinter and MachineFunctionPrinter. It makes sense to write the code once...
2009 Jan 24
2
Dahdi Init script for Suse?
Anyone by chance got an Init script for /etc/init.d/dahdi on a SLES 10 box that'll work right? The one included by default only deals with debian and redhat, and the changes between the old zaptel script I have that works are far too invasive. Notably in the use of this "action" command that's probably redhat specific. There's practically zilch on google on the matter. I think suse support should be included by default, though. Thanks!, Joshua Kinard -------------- next part -------------- An HTML attachment was s...
2020 Aug 17
3
[nbdkit] Windows errno handling
...nd %m. (5) It handles plugins which claim errno_is_preserved. My first thought was we could define a macro which does: #ifdef WIN32 #define errno (translate_to_errno (WSAGetLastError ())) #endif which reads the last error and translates WSA* to E* codes. This would solve (1) and is not very invasive for existing code. We'd have to then need to wrap all assignments to errno in a macro like: #ifndef WIN32 #define set_errno(v) (errno = (v)) #else #define set_errno(v) (WSASetLastError (translate_from_errno (v))) #endif This is very invasive for existing code. There are ~60 places in t...
2013 May 07
1
[LLVMdev] Feedback required on proper dllexport/import implementation
...rt/dllexport, then you could potentially have changed LTO > (although, that is not necessarily a bad thing; you just need to check > those places to make sure the compiler behavior still makes sense after > your change). Right. The change should be thoroughly tested. Some fallout from such invasive change is a normal thing, really. > And some contributors who have not caught up with > your change may still submit patches with the old semantics in mind, > which seems prone to errors. This is irrelevant here. They need to submit patches against ToT, so, they will need to submit alread...
2020 Feb 25
3
[10.0.0 Release] Release Candidate 2 is here
That sounds like an invasive change. Can we revert the change that broke the Polly build instead? On Mon, Feb 24, 2020 at 6:24 PM Michael Kruse <llvmdev at meinersbur.de> wrote: > > Hi, > > due to the filing of http://llvm.org/PR45001 I was made be aware that > we could face a flood of emails about Polly...
2016 Aug 22
2
Dial and start music on hold after timeout
Thank you for the idea. The problem with RetryDial, is that it will cancel the first call, play the announce and then dial the SIP peer once again, so the telephone will display a missed call. I would prefer to do everything in a single call. Le 22/08/2016 ? 17:57, John Kiniston a ?crit : > You could try using RetryDial() instead of Dial, It supports playing > an announcement. >
2016 Nov 04
2
Any way of creating a file to write to from the dialplan, or must I use AGI?
That's just what I'm using, John. But I'm getting (eg) [Nov 4 21:46:16] ERROR[1676][C-00000003]: func_env.c:449 file2format: Cannot open '/home/logs/anonymous.txt': No such file or directory [Nov 4 21:46:16] ERROR[1676][C-00000003]: func_env.c:949 file_write: File '/home/logs/anonymous.txt' not in line format Asterisk is running as root (yeah, I know!), and has