search for: emple

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

Did you mean: temple
2001 Mar 01
2
Individual rename of list items
I am confused by the logic of renaming: # Rename individual list items? Empl<-list(employee="Anna",spouse="Fred") names(Empl)<-c("empl","spo") names(Empl) #[1] "empl" "spo" # worked like a charm... but names(Empl[1])<-"newempl" # no error message, yet .... names(Empl) #[1] "empl" "spo" #
2009 Jul 21
1
Dialplan step that I do not have
I have a dialplan that looks like this: [dorecord] exten => _*99XX,1,Verbose(2,Doing custom record) exten => _*99XX,n,Answer() exten => _*99XX,n,Verbose(2,Doing custom record - before wait) exten => _*99XX,n,Wait(0.5) exten => _*99XX,n,Verbose(2,Doing custom record - before record) exten => _*99XX,n,Record(/tmp/prompt${EXTEN:3}.gsm) exten => _*99XX,n,Verbose(2,Doing custom
2005 Nov 30
4
migrate profile from an old server to a new one - SID and ntuser.dat problem
Hi, my problem is the following: i am trying to replace an old SUSE 8.2, Samba 2.2 domain controller with a SUSE 9.3 system with samba 3.0 as PDC. Everything works fine, i can join the new domain, i replaced the machine and domain sid from the new server with the old ones. But how can reuse the profiles from the old machine at the new one? If i make a simple remote copy, the settings of the
2010 Sep 22
2
efficient list indexing
Hello everyone, I need some help with lists inside lists (a good way to emulate a struct)\ Assume that there is a small list called fred: fred <- list(happy = 1:10, name = "squash") and a big list called bigfred that includes fred list 5 times bigfred <- rep(fred,5) Is it possible somehow to index all these sublists(fred) inside bigfred with a more direct way like this:
1999 Dec 04
0
Inconsistent messages with [[ list indexing (PR#359)
R 0.90.0: > Empl <- list(aa=1, b=2, c=3) > Empl[[as.numeric(NA)]] Error in Empl[[as.numeric(NA)]] : subscript out of bounds > Empl[[as.integer(NA)]] Error: attempt to select more than one element > Empl[[as.logical(NA)]] Error: attempt to select more than one element Now, (a) None of those messages is appropriate. (b) At least the first two should be the same. (c) S gives NULL
2016 Sep 26
2
Recursive dir.create() on Windows shares
Hi folks, I've noticed that there's an issue with the recursive creation of directories that reside on network shares. For example: > dir.create('\\\\SERVERNAME\\Empl\\Home1\\active\\e\\ecortens\\thisisatest', recursive = TRUE) Warning message: In dir.create("\\\\SERVERNAME\\Empl\\Home1\\active\\e\\ecortens\\thisisatest", : cannot create dir
2016 Sep 26
0
Recursive dir.create() on Windows shares
On 26/09/2016 5:27 PM, Evan Cortens wrote: > Hi folks, > > I've noticed that there's an issue with the recursive creation of > directories that reside on network shares. For example: > >> > dir.create('\\\\SERVERNAME\\Empl\\Home1\\active\\e\\ecortens\\thisisatest', > recursive = TRUE) > Warning message: > In >
2015 Oct 09
3
reverse object creation
Dear all, this is my first message to this mailing list - please advise if it is not the right place for the subject I've been using R very intensively the last 3-4 years and one of the most tedious tasks is modification of lookup or conversion tables So far, I have not found functions that create the commands for creating objects (vectors, data frames) based on the objects themselves -
2015 Oct 09
0
reverse object creation
Dear Bo, Please keep the mailing list in cc. Your function only works properly with a data.frame in which all variables are characters. dput() will preserve the structure of the object and works with all R objects. Best regards, ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest team Biometrie & Kwaliteitszorg / team Biometrics &
2008 Nov 03
0
busylevel question
I am running asterisk 1.6.0.1. I have a Grandstream GXP280 phone I use for testing. In addition I register a zoiper SIP soft phone. For the Grandstream I have busylevel=1 in sip.conf. If I place a call from the GXP280 to zoiper and then put that call on hold from the zoiper side and then call GXP280's extension, asterisk indicates the phone is ringing. As the GXP280 is a single line phone it
2008 Nov 06
0
Asking again about busylevel
I sent this email a few days ago but did not see any responses to it: > I am running asterisk 1.6.0.1. I have a Grandstream GXP280 phone I use for > testing. In addition I register a zoiper SIP soft phone. > > For the Grandstream I have busylevel=1 in sip.conf. > > If I place a call from the GXP280 to zoiper and then put that call on hold > from the zoiper side and then
2012 Nov 21
1
Listing elements of a 4D array
Dear list, I'm having trouble to see how my elements on a 4 dimensional array are listed. For example, I generated the following array: junk.melt=melt(occ.data,id.var=c("Especie", "Site", "Rep", "Año"), measure.var="Pres") y=cast(junk.melt, Site ~ Rep ~ Especie ~ Año) Now, I want to be able to look at how my species (Especie) are listed, in
2005 Oct 13
0
samba upgrade 2.2.3 to 3.0.9 - profile not found
Hi, i'm working on a new maschine with Suse 9.3 and Samba 3.0.9 running. The system on the old Server is Suse 8.2 with Samba 2.2.3. Both sambas are running as PDC with roaming profiles. Both maschines and domains have identical sids. I installed Samba on the new server, configured it, copied some home directories including the profiles from the old maschine to the new server and added some