similar to: Connecting to Puppet's user experience team as a Puppet Test Pilot

Displaying 20 results from an estimated 4000 matches similar to: "Connecting to Puppet's user experience team as a Puppet Test Pilot"

2007 Mar 26
2
how to define a pilot number
Hello all, is it possible to define a pilot number in asterisk, say I have 3 direct lines and I want one of those direct lines to be used as pilot number? When that number is contacted it will be redirected to the available zap and original zap that receive it will be freed to receive another call. It can only be used when all 2 lines ares used. Thanks. Lito -------------- next part
2005 Aug 04
1
And now onto the palm pilot with Kpilot
I've looked up the Kpilot manual, and I think I have an okay idea of what's going on with it. I'm trying to get it's detection feature to find my Palm Pilot. CentOS does seem to be able to recognize it, because if I run lsusb when running a hot sync, I get the following: [root at localhost dev]# lsusb Bus 001 Device 010: ID 0830:0060 Palm, Inc. Palm Tungsten T / Zire 71
2018 Feb 20
3
JGR not installed. Attempting to install from CRAN...
Loris, thank you thank you so much!!! do you know which CRAN mirror i select? There are loads - all related to various countries.. so appreciate the help Jenny Jenny Coetzee (PhD Candidate) Head of Prevention in Key Populations & Head of the Soweto Sex Worker Project Perinatal HIV Research Unit (PHRU) New Nurses Home Chris Hani Baragwanath Academic Hospital Soweto B: +27 11 989 9821 M:
2010 Oct 13
1
Pipeline pilot fingerprint package
Hi, I am trying to see if I can use R to perform more rigorous regression analysis. I wonder if the fingerprint package is able to handle pipeline pilot fingerprints (ECFC6 etc) now. Thank you, Eric [[alternative HTML version deleted]]
2003 Jun 13
4
CallerID forward???
Here is the situation that I would like to create: Call comes in Receptionist sees that the caller ID is Jenny <8675309> Receptionist picks up phone and transfers call to Batman Batman looks at his phone and sees that the caller ID is Jenny <8675309> I can't seem to figure out how to forward the caller ID. Is this possible with Asterisk?
2018 Feb 20
0
JGR not installed. Attempting to install from CRAN...
Hi Jenny, Jenny Coetzee <coetzeeJ at phru.co.za> writes: > Hello > > I am new to R, and am running a programme called RDS Analyst which > uses R. When trying to open RDS i am getting the following message: > JGR not installed. Attempting to install from CRAN? > > I am not sure if the issue is a Java one or an R one? > > I am working off a Mac using High Sierra
2006 Aug 11
1
[BioC] problem loading affycoretools (more details)
Hi again, I have been playing around with the order of loading packages, and as far as I can tell, there's nothing specific with affycoretools that's causing my Rgui to crash (i.e., shuts down and the Microsoft 'please send error report' box pops up). Instead, it has something to do with the order & type of packages that are loaded that add items to the menu bar by
2007 Jul 03
3
Designing a Pilot Puppet Infrastructure - Have Questions.
Hi all, I''ve been following the puppet project for a while now and I think it''s starting to become mature enough to be used in a pilot project at my corp. I have a few questions: 1. What is the current largest known number of Puppet managed hosts? 2. What are the average network demands on a single puppet master? 3. Has Oracle ever been managed by Puppet? 3a. Has Oracle ever
2013 Sep 30
2
climstats
I have been trying to download the climstats package: https://r-forge.r-project.org/R/?group_id=861 but it doesn't seem to run on R 3.0.2 or 3.0.1 and the zipfile is empty. Does anyone know the status of this package or where I can download it. Thanks ****************** Jenny Williams Spatial Information Scientist, GIS Unit Herbarium, Library, Art & Archives Directorate Royal Botanic
2006 Nov 23
3
reaccessing array at a later date - trying to write it to file
Dear R-help community I am trying to write an R object (data.out) to a file in order to re-access it later and not have to re-load up the array with data every time. Here is the form of data.out > data.out <- list(lats=seq(88.542, -88.542, length=94), lons=seq(0, 360-1.875, length=192), date=vector(length=nyr*12), data=array(NA, c(nyr*12, 94*192)) ) I tried >
2008 Sep 10
2
trouble printing from graphics device in R 2.7.2
Hi, I've been using R for many years and have always tried to keep my R version up to date, and when I switched from 2.7.1 to 2.7.2 I'm suddenly having trouble printing from the graphics device. I have Windows XP, and installed both versions of R from the binaries. If I start 2.7.2 and simply do: > plot(1:10) the default R Graphics Device window opens as usual. However, when I
2018 Feb 20
0
JGR not installed. Attempting to install from CRAN...
Hi Jenny, Jenny Coetzee <coetzeeJ at phru.co.za> writes: > Loris, thank you thank you so much!!! > > do you know which CRAN mirror i select? There are loads - all related to various countries.. > > so appreciate the help It shouldn't really matter, although I'd choose one that is geographically close. Occasionally there can be problems with HTTP vs. HTTPS, which
2006 Oct 19
1
trouble with samba access and groups
I'm running FreeBSD 4.6 release and Samba 2.2.4_1. Recently I've been having trouble managing access rights on my shared directories. scenario: I have a shared directory "bluesky" which sits in path /fileserv/bluesky directory bluesky has a mode of drwxrwx--- the owner of the directory is john and the group is bluesky group bluesky has members: john, jack, jenny, jake my
2007 Jun 06
3
random numbers selection - simple example
Dear R-help, Which random number generator function would you recommend for simply picking 15 random numbers from the sequence 0-42? I want to use replacement (so that the same number could potentially be picked more than once). I have read the R-help archives and the statistics and computing book on modern Applied statistics with S but the advice seems to be for much form complicated
2007 Aug 20
2
Interweaving cell entries from 2 columns
Hi, how do I interweave 2 columns of data into a single column? See illustration below. Thx-jenny I have 2 columns of data Col1 Col21 2 3 45 6 7 89 10 I want to create a new column with interlocking cell centries12345678910 Get the new Windows Live Messenger! Try it! _________________________________________________________________ Did you know you
2007 Oct 31
3
thicker axis in levelplot
Dear R-help community, I need to find out how to make the black axis line around my plot thicker in levelplot, I cannot find the correct command in ?levelplot or ?par - or if it is there I cannot get it to work - any help would be more that appreciated! Here's an example script - I would want the code for making the axis bordering the plot thicker: x<- seq(pi/4, 5*pi,length=100)
2008 Jun 30
2
Which distribution best fits the data?
Dear R-help community, Does anybody know of a stats function in R that tells you which distribution best fits your data? I have tried look through the archives but have only found functions that tell you if it's normal or log etc. specifically - I am looking for a function that tells you (given a timeseries) what the distribution is. Any help/advice will be greatly appreciated, All the
2005 Jul 20
0
Palm Pilot, USB, pppd and udev
I've a line like this that creates /dev/pilot link in my local udev rules: BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB*[13579]", SYMLINK="pilot" And it seems to work fine for doing normal sync operation to Gnome Palm applet (well, not sure about that KERNEL parameter, however ttyUSB0 and ttyUSB1 look exactly the same, no other way to
2018 Feb 20
2
JGR not installed. Attempting to install from CRAN...
Hello I am new to R, and am running a programme called RDS Analyst which uses R. When trying to open RDS i am getting the following message: JGR not installed. Attempting to install from CRAN? I am not sure if the issue is a Java one or an R one? I am working off a Mac using High Sierra Any help please..? thanks Jen Jenny Coetzee (PhD Candidate) Head of Prevention in Key Populations
2009 Nov 02
3
feedback European Commission pilot assessment
Dear Sir, dear Madam, I am currently working with the European Commission on a pilot assessment of Video Codecs in eGovernment, more precisely for live video streaming of parliamentary sessions. The results of the analysis will be published for public consultation on IDABC <http://ec.europa.eu/idabc/en/home> website. The following video codecs are on the list: H.264/AVC, VC-1,