search for: fullfil

Displaying 20 results from an estimated 77 matches for "fullfil".

Did you mean: fullfill
2012 May 14
3
Add column from other columns data.
...a new colomn wit data in it. I have this one column named: Fulfilled Fulfilled 1 1 0 1 1 1 1 0 0 1 And now I would like to add another colum to my .csv file ("Finished") In this "Finished" column I would like to have "Yes" or "No". Where in colomn "Fullfilled" is a 1, "Finished" should have a "Yes". Like this: Fullfilled Finished 1 Yes 1 Yes 0 No etc Now I know how to grab the data out of a column, and also know how to save data inside a .csv file. That is no problem. But how do I get the right Yes or No on the rig...
2005 Feb 14
2
Wishlist: simple legend options (PR#7400)
Hello! I was loooking in R-bugs and found under wishlist-fullfilled wish for "smart" placement of a legend. This has already been done in package gplots in function smartlegend. One question. This "bug-report" is under wishlist-fullfilled. Is it really fullfilled? Mail from Elizabeth -------------------------------------------------------...
2005 Jan 07
4
hist function to give each cell equal area
Hi, I want to use hist with non-equi-spaced breaks, picked such that the fraction of the data points falling in the cells (defined by 'breaks') is roughly equal accross all cells. Is there such a function that will automatically try to determine the breaks to fullfill this requirement? Something like.. hist( x, br = magic_function_to_pick_breaks()) For example, if x looked like this... x <- c( 1:5, 10+1:5, 100+1:5 ) the breaks would define cells like this hist(x,breaks=c(0,5,15,105)) Is there such a function?
2012 Jun 08
3
upgrade from 1.0.5 to 2.1.7
...t.conf:222: userdb passwd-file {} has been replaced by userdb { driver=passwd-file } The section at line 217 looks like this: auth default { mechanisms = plain passdb passwd-file { args = /etc/dovecot/passwd } userdb passwd-file { args = /etc/dovecot/passwd } How do I change it to fullfill the new needs? And how do I handle line 217? add auth_ prefix to all settings inside auth {} and remove the auth {} section completely ? Thanks for help! Andreas
2010 Apr 18
3
Exporting PDF
Hi everyone, I have written a script which exports my graphs as a PDF file using the function pdf(). For instance, I run the script and it exports a PDF called "version 1". Then, I have got a new dataset and want to run the script again. What it usually does is overwriting "version 1". But I want it to check if "version 1" already exists. If so, then I want the new
2011 Nov 25
2
Case: package removed from CRAN, but not orphaned
...ance. Today on R-help an issue with a certain package popped up that has been removed from CRAN, because it failed the checks and/or the dependencies are not any longer available. The package maintainer has been alerted to this issue a couple of times and kindly asked to fix the code, such that it fullfills the CRAN requirements. However, neither a fix is applied, nor has the package been orphaned such that someone else could take over the ownership and rectify the package. In principal, and if I am not mistaken, one could simply take the code, fix it and release it (the package is under GPL-2). How...
2005 Aug 04
6
Features you'd like to see in a GUI?
Sherwood, Your intentions are noble and your desire to build this, fullfills an immediate need for business. If your intention is just to build a GUI for Asterisk, read no further. If your desire is to build something more purposeful, your best bet would be to see the existing commercial GUI/HostedPBX offerings like Pbxware and Switchware from bicomsystems.com ( http://...
2009 Aug 24
1
[LLVMdev] Regular Expression lib support
...e missing >> the >> point here. We care about code size in llvm, and the best code >> size you can >> get is to link to the one already in your address space because >> it's part of >> libc. > > There are multiple ones that have been created that fullfill > std::regex that work just fine on C++98, such as boost::regex and > dinkumware's and I know there is at least one other. I think you're missing the whole "we value small code size more than speed of matching" thing. -Chris
2015 Dec 15
2
Ideas needed for archiving
I've been asked by a user whether it's possible to stop their IMAP client downloading messages older than a given date. Whilst I'm guessing it may well be possible to do this client-side using folders and subscriptions, it got me thinking .... is there a way to do this server side on dovecot ? i.e. is there a way to "hide" messages from a user without having to archive
2007 Aug 09
0
About quorum and fencing
...f of them *and* has connectivity to the heartbeating node with the lowest node number." So if I turn off the switch in a two node cluster, each node will see two nodes heatbeating and will also see that it has connectivity to half of them (itself). The one with lowest node number will fullfil the quorum condition and stay alive. The other one will fence. If I have a three node cluster, however, and turn off the interconnect switch, none of my nodes will fullfil the quorum condition (none of them will see more than half the nodes that are heartbeating) and they will all fence. A three...
2005 Sep 14
1
Forcing hist()
I'm trying to create histogram (using hist()) that fullfill the following criteria: * data is on a ordinal scale (1, 2, 3, 4, 5) * I want bars centered over the number on the x-axis * I want 5 bars of equal width I have tried various versions of the hist() command, with no luck. what am I missing? /Par -- Par Leijonhufvud...
1998 Nov 06
2
Need help with 'Cannot find setup.exe Windows needs this file to
OK. Maybe I was a little terse in the description. I have a CD we (Candle) created. It installs one of our products by executing the setup.exe program. I am able to execute the program off the CD with no problems. I then copied the contents of the CD to the Samba share. I try and execute the setup.exe file and get this error. If I then copy the files from the Samba share to /temp, I can
2009 Aug 24
0
[LLVMdev] Regular Expression lib support
...to build with c++'98 compilers. I think you're missing the > point here. We care about code size in llvm, and the best code size you can > get is to link to the one already in your address space because it's part of > libc. There are multiple ones that have been created that fullfill std::regex that work just fine on C++98, such as boost::regex and dinkumware's and I know there is at least one other. On Sun, Aug 23, 2009 at 10:28 PM, Chris Lattner<clattner at apple.com> wrote: > On Aug 23, 2009, at 9:01 PM, Daniel Berlin wrote: >>>  2. Use POSIX regcomp...
2009 Apr 22
5
Connection reset by peer (Errno::ECONNRESET)
Hi, I''m a new bee to Ruby and I''m trying to parse the html content from a website using net/http. All urls work fine except for "https://www.google.com/accounts/AuthSubRequest?scope=http%3A%2%2Fwww.google.com%2Fcalendar%2Ffeeds%2F&session=0&secure=0&next=http%3A%2F%2Fwww.google.com". When I try to access this url I get an error like this :
2016 Apr 06
1
Extracting windows from time series
...1: Trend 2: Trend 3: ... . . I first tried to solve the task with a loop but ended up doing it with function but got stuck. Here is what I did so far: Puls <- Surface_temperature_MA10[10:394] + 1 # give all values in the TS a positive value. Like that ## I can easier extract the trends that fullfill the searched condition (decrease of 0.1 Kelvin) --> look next line Difference <- diff(Puls,lag=10) # x[(1+lag):n] - x[1:(n-lag)] --> time step 20 - timestep 10 for first calculation --> does that for whole time series ID <- c(1:375) melted_Difference <- melt(data.frame(Differen...
2006 Sep 08
1
A quick guide to Mocha
Hello :) Having just gone through the (admittedly simple) API of Mocha to learn how it works, I wrote a quick guide (190 lines) to help others get up to speed. I''ve attached it as RDOC and as HTML. It is a first draft - please help me improve by giving feedback ! Contents : Overview - Quick overview of Mocha Unit testing, mock object and stubs - Very quick introduction to mock
2004 Jul 30
1
VoIP gateway (2 FXO, 2 FXS)
...ected on the FXS port (TEL1). Calls made from the analog phone are routed over the LINE1/FXO port. I specifically changed all the reference to FXO to IP, and STILL it's sending the calls over the FXO port. Anyone got some luck with either of these products, or has another product that fullfill our needs ? Thanks in advance.
2016 Apr 18
1
project test data into principal components of training dataset
...can serve as ruler for measurement for additional test datasets coming up. Please find a minimum working example using the wine dataset below. Ideally I would like to use ggbiplot as it comes with the elegant features but it only accepts objects of class prcomp, princomp, PCA, or lda, which is not fullfilled by the predicted test data. I'm still slightly wet behind my R ears and the only solution I can think of is to plot the calibrated space in ggbiplot and the training data in ggplot and then join them, in the worst case by exporting them as svg and importing them in inkscape. Which is slight...
2008 Jul 18
2
Need suggestion regarding index file and Quota settings.
..._rule = *:storage=10MB Since dovecot supports both fs and maildir++ quota, I would like to ask for your suggestion: 1. Should I use system quota instead? How about the comparision of performance? Is there any drawback/limitation using system quota? 2. Is there any settings of dovecot that could fullfil my situation? 3. My thought is to modify dovecot.conf, comment out quota_rule = *:storage=10MB and leave only the quota = maildir in the plugin { block. According to my experiment, dovecot will read the maildirsize file under user's home. Then I have to set the maildirsize file for eve...
2017 Dec 19
0
CentOS-announce Digest, Vol 154, Issue 3
...ailable and points to the 3.12 version. This is intentional because 3.12 is a Long-Term-Maintenance version and does not require users to update the major versions avery couple of months. Some deployments may need to install the centos-release-gluster package as well as centos-release-gluster313 to fullfill dependencies for other projects (possibly for oVirt, there may be others). We have a quickstart guide specifically built around the packages are available, it makes for a good introduction to Gluster and will help get you started in just a few simple steps, this quick start is available at http...