Displaying 13 results from an estimated 13 matches for "empl".
Did you mean:
cmpl
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" "...
2009 Jul 21
1
Dialplan step that I do not have
...sion I see this:
[2009-07-21 07:48:43.897] == Using SIP RTP TOS bits 184
[2009-07-21 07:48:43.897] == Using SIP RTP CoS mark 5
[2009-07-21 07:48:43.897] == Using SIP VRTP TOS bits 136
[2009-07-21 07:48:43.897] == Using SIP VRTP CoS mark 6
[2009-07-21 07:48:44.004] -- Executing [*9901 at empl:1]
Playback("SIP/dickenson-174c2010", "vm-goodbye") in new stack
[2009-07-21 07:48:44.120] -- <SIP/dickenson-174c2010> Playing
'vm-goodbye.gsm' (language 'en')
[2009-07-21 07:48:45.140] -- Executing [*9901 at empl:2]
Answer("SIP/dickenson-174c2...
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...
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 '\\SERVERNAME\Empl', reason 'Permission denied'
The issue is that dir.create() is skippi...
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
> dir.create("\\\\SERVERNAME\\Empl\\Home1\\active\\e\\ecortens\\thisisatest",
> :
> cannot create dir '\\SERVERNAME\Empl', reason 'Permission denied'
>
> T...
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
...that it becomes
> difficult to see the row association:
>
> dput returns
>
> structure(list(sheet = c("output cup", "output coppy", "gross value added
> cup",
> "gross value added coppy", "GFCF cup", "GFCF vol", "empl jobs",
> "empl FTE", "employees jobs", "employees FTE", "D1", "D11", "D29-D39",
> "D29 nom", "D39 nom", "P51c nom", "B2n+B3n", "total hours worked",
> "hours worked emplo...
2008 Nov 03
0
busylevel question
...as I have
busylevel set to one. I have tried setting busylevel to two as well with the
same result.
Can someone let me know what I should look at to see why I am not getting a
busy instead of ringing?
Here are the definitions in sip.conf for the GXP280 and zoiper:
[dickenson]
type=friend
context=empl
nat=yes
host=dynamic
secret=<password>
callerid=Jim Dickenson <108>
mailbox=108 at ourvm
[GXP280]
type=friend
context=empl
host=dynamic
secret=<password>
callerid=GXP280 <109>
mailbox=109 at ourvm
busylevel=1
TIA
--
Jim Dickenson
mailto:dickenson at cfmc.com
CfMC
http:/...
2008 Nov 06
0
Asking again about busylevel
...ng busylevel to two as well with the same
> result.
>
> Can someone let me know what I should look at to see why I am not getting a
> busy instead of ringing?
>
> Here are the definitions in sip.conf for the GXP280 and zoiper:
>
> [dickenson]
> type=friend
> context=empl
> nat=yes
> host=dynamic
> secret=<password>
> callerid=Jim Dickenson <108>
> mailbox=108 at ourvm
>
> [GXP280]
> type=friend
> context=empl
> host=dynamic
> secret=<password>
> callerid=GXP280 <109>
> mailbox=109 at ourvm
> busylev...
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