search for: straigth

Displaying 13 results from an estimated 13 matches for "straigth".

Did you mean: straight
2010 Oct 20
3
Plot creates a straigth line
Hello all, I am using 'plot' to create standard curves for elisa data. when I use 'plot' with type='b' i get the points connected with lines and one straigth line from the lowest datapoint to the highest data point. how can i avoid/remove it from the figure. i am using R2.9.1, below is the example of the data. od<-c(10, 8, 6,4,2,1, 10.5,7.8,6.4,3.8,2.1,0.95) cyto_conc=2650 # Highest cytokine concentration user defined cyto_std_conc <-c(cyto_...
2012 Feb 14
3
Wildcard for indexing?
...ments which start with A_*? I'd also need to combine that with logical operators: "Select all elements of a vector that start with A (A*) OR that start with B (B*)" Probably that is quite easy. I looked into grep() which I think might perform such tasks, but probably there is a more straigth forward solution. a <- c("A_A","A_B","C_A","BB","A_Asd") a[a=="A_A"| a=="A_B"] # here I'd like an index but with wildcard /johannes --
2015 Nov 30
4
Questions about hardlinks, alternate storage and compression]
On 30 Nov 2015, at 10:21, Gionatan Danti <g.danti at assyoma.it> wrote: > > So, let me do a straigth question: is someone using dovecot/LMTP with hardlinking? To me, this seems a _very_ important feature, and I wonder if I am doing something wrong or if the feature (hardlink+sieve) simply does not exists. Hardlink+Sieve has never worked. The fix is a bit complicated. Here's my TODO entry abou...
2015 Nov 27
2
[g.danti@assyoma.it: Re: Questions about hardlinks, alternate storage and compression]
> centos 7.x is latest, so if you need help upgrade make a bug report to > centos, not waste your time here since you choiced a precompiled > problem, reporting here 7s helpfull if you use dovecot compiled with > the latest version here, this migth be a unknown bug you then have > found, but not if you use precompiled problems, then report to the > maintainers of such software
2006 Dec 11
3
VPN As SIP Tunneling?
Hi All Could a VPN be used to help with SIP Tunneling and QoS issues. State 1: Two IP Networks Connected via the Public Internet transmitting VoIP Traffic Say a VoIP User and VoIP Termination Provider. Each side can put QoS onto their part, but if QoS does NOT exist between them then call quality will be bad anyhow. State 2: Same as above except a VPN tunnel is setup between each side. Thus
2011 Jan 20
1
Generating time progressing line for Google Earth
...he idea is to have a function which takes start and end point geographic coordinates, as well as number of intervals to chop the path up, and returns the collection of points segmenting this line. Unfortunately my calculations fail for large distances, as the generated lines are nowhere near being straigth (run the code to see the example). My R code so far: ############ #---LIBS---# ############ library(brew) ############################### #---GREAT CIRCULAR DISTANCE---# ############################### #degrees to radians Radians <- function (degree) { radian = degree * (pi/180.0)...
2004 Apr 05
4
memdisk : booting OpenBSD and NetBSD
...ue-tiny.fs' floppy image (you can try it at: ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-1.6.2/i386/installation/floppy/rescue-tiny.fs) and the standard openbsd's 'floppy35.fs' image from ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/floppy35.fs Both boots fine when they're loaded straigth from the bios (eg: when installed on a floppy without syslinux/memdisk and booted from there). Tried with two differents bios. I also tried with different floppy and hard drive images. Here, more infos: ------------- menu.lst ------------------- #I use grub to load memdisk title FreeBSD rescue dis...
2006 Jan 05
1
Memory limitation in GeoR - Windows or R?
...: Reached total allocation of 511Mb: see help(memory.size) However, if you want to compute a distance matrix, have a look to the function: ?dist and try it... You will not have to create the distance matrix yourself from the coordinates file (but you may meet meory problem anyway). Still more straigthfully, if you intend to use interpolation methods such as kriging, you don't need to manage the distance matrix building by yourself. See: library(geoR) library(help=geoR) ?variog ?variofit ?likfit? etc... If you want further use geostatics (eg via geoR or gstat), you will anyway have to m...
2015 Nov 30
0
Questions about hardlinks, alternate storage and compression]
...one RCPT has sieve filters, hardlink is OK - if two or more RCPTs have sieve filters, hardlink is NOT working. Some time ago I reported that, when disabling the sieve_before and sieve_after options, hardlinks worked; however, this really was a side effect of what written above. So, let me do a straigth question: is someone using dovecot/LMTP with hardlinking? To me, this seems a _very_ important feature, and I wonder if I am doing something wrong or if the feature (hardlink+sieve) simply does not exists. Thanks. On 27/11/2015 09:44, Gionatan Danti wrote: >> centos 7.x is latest, so if...
2015 Nov 30
0
Questions about hardlinks, alternate storage and compression]
Hi Timo, glad to know it is in your TODO list ;) Any rough ETA on that? Thanks. On 30/11/2015 14:23, Timo Sirainen wrote: > On 30 Nov 2015, at 10:21, Gionatan Danti <g.danti at assyoma.it> wrote: >> >> So, let me do a straigth question: is someone using dovecot/LMTP with hardlinking? To me, this seems a _very_ important feature, and I wonder if I am doing something wrong or if the feature (hardlink+sieve) simply does not exists. > > Hardlink+Sieve has never worked. The fix is a bit complicated. Here's my TODO e...
2015 Nov 30
1
Questions about hardlinks, alternate storage and compression]
...ears. > Any rough ETA on that? Right now it doesn't seem likely to be developed anytime soon. > Thanks. > > On 30/11/2015 14:23, Timo Sirainen wrote: >> On 30 Nov 2015, at 10:21, Gionatan Danti <g.danti at assyoma.it> wrote: >>> >>> So, let me do a straigth question: is someone using dovecot/LMTP with hardlinking? To me, this seems a _very_ important feature, and I wonder if I am doing something wrong or if the feature (hardlink+sieve) simply does not exists. >> >> Hardlink+Sieve has never worked. The fix is a bit complicated. Here's...
2007 Aug 21
1
handling of dynamic filecontent creation
...up local dummy-interfaces using a configfile containing something like # interfaces = "yy.yy.yy.yy xx.xx.xx.xx zz.zz.zz.zz" # which sets up a dummy-interface for each space-seperated ip-address which are used for internal inter-service communication. Creating that filecontent would be straigth forward IF you knew from the start which services are on any given host, in that case I could simply hardcode each service: # interfaces = "$webserviceA_01::ip $webserviceA_02::ip" and so on. # But this is not the case, there is and will be a lot of moving services from one host to an...
2006 Jan 03
18
Trying to do a simple thing ...
Hi ! I was talking to a seasider and he asked me if it was easy to do the following thing using rails : 1) ask a number to the user 2) ask a second number 3) give the addition of the two number and a link to be able to replay All these things have to be done in one controller and one action, there is no need for verification and other stuff. I tried but I''ve got some problems