search for: exapl

Displaying 20 results from an estimated 29 matches for "exapl".

Did you mean: expl
2013 Jun 23
1
Joining Mac OSX 10.8.4 Small contribution for the documentation/wiki?...
..."Options..." and set "All Network users", Click DONE. - Network Account Server: EXAMPLE server should be listed and showing a green "gum drop" icon. Confirm that you can identify Active Directory users: localhost:~ dave$ id david uid=2002409141(david) gid=2125881087(EXAPLE\Domain Users) groups=2125881087(EXAPLE\Domain Users),704058724(EXAPLE\Group Policy Creator Owners),1845177527(EXAPLE\Denied RODC Password Replication Group),2097499953(EXAPLE\RAS and IAS Servers),316274987(EXAPLE\VPN Users),620839770(EXAPLE\EXAPLE),12(everyone),62(netaccounts),863062263(EXAPLE...
2009 Feb 12
3
trunc/floor a number -- strange bahaviour
Hi everybody, given a fresh rgui.exe load on winxp OS, I enter (a minimal exaple) n <- 12.357531 Then the following command: n <- (n - floor(n))*10; n gives the following outputs: [1] 3.57531 [1] 5.7531 [1] 7.531 [1] 5.31 [1] 3.1 [1] 1 === still as expected [1] 10 === not expected, count with me: 1 - floor(1) is zero, times 10 gives 0, not 10!!!! [1] 10...
2011 Sep 19
2
pasting elements of one character vector together
hello, i am familiar with the paste command with which i can paste for exaple: object <- "Hello" paste(object,"World") now i would like to be able to paste all the elements of the same vector together e.g: object <- c("Hello","World") getting as a result also: "Hello World". Does anyone know the solution to this...
2007 Aug 03
2
partial ChanSpy
Hi is it possible to spy (not record, spy) partially on a channel? for exaple, i'd like to listen only the input or the output voice. is it possible? thanks -- /*************/ nik600 https://sourceforge.net/projects/ccmanager https://sourceforge.net/projects/nikstresser
2005 May 26
4
multiples broadvoice lines
Hello All, I have 4 Broadvoice lines. If I call any of the lines it shows that is coming from the first line. exaple register=XXXXXXXXX1@sip.broadvoice.com:passwd:XXXXXXXXX1@sip.broadvoice.com register=XXXXXXXXX2@sip.broadvoice.com:passwd:XXXXXXXXX2@sip.broadvoice.com register=XXXXXXXXX3@sip.broadvoice.com:passwd:XXXXXXXXX3@sip.broadvoice.com register=XXXXXXXXX4@sip.broadvoice.com:passwd:XXXXXXXXX4@sip.broadvoi...
2011 Dec 01
3
vector
Hi. Can you please answer to my questions about R ? 1.how can I write command for vector ? for exaple in this sample : I have this : a1 <- c (1:10) now how can I put in the vector ? bye for now, Thanks a lot. Majid. [[alternative HTML version deleted]]
2009 Dec 04
1
fedora-ds and smb4 (a9)
...File "bin/python/samba/provisionbackend.py", line 579, in __init__ raise Exception("Unable to convert Samba 3 schema.") Exception: Unable to convert Samba 3 schema. ---- can see that it needs the ldap schema, but it's not in the source dir... anny idea where to find the exaples dir.... Cheers Collen
2003 Oct 27
1
Bioassays Yielding concentration-Mortality data
...ty Data particularly control - adjustment model from book Bioassay of Entomopathogenic Microbes and Nematodes chapter 7 with R. I used glm with family=binomial and link=probit, but I do not know how to implement parameter gamma (control mortality - mortality of the untreated control insect in this exaple) into model formula. Model in book: pi(x)=gamma+(1-gamma)F(alpha+beta log(x)) F....cumulative probability distribution function data: x=concentration n=number of insect at each run y=number of death among n in given batch run at given concentration Xmat<-data.frame(x=rep(c(0.01,0.1,1,10,1...
2007 Oct 31
3
How to make "Add permission" for folder in system withntacl support?
...but I still don't know how to do this. I need to allow to someone (some user group) the right to add files into the folder. They use this "feature" on current NT server ver often and to this in the following ways: 1. Rightclick on file you want to add, Copy, then go to server, for exaple (\\main\), locate the desired share name, rightclick on it and Paste. 2. Just drag the files you want to add to desired sharename. But when you will try to go in the same share, you will receive the "permission denied" message and will not be able to read the files or just list them...
2006 Nov 27
1
Incoming calls don't arrive for correct number
I have an asterisk box registering 100 numbers on a voip provider. Numers are: 2546.1000 to 2546.1099 My problem is that every incoming call arrived to number 2546.1099 that is the last number to register on voip provider. The correct is call arrive in destination number. See this exaple: I call to 2546.1000. -- Executing Dial("SIP/25461099-08738060", "Zap/g1/3000") in new stack -- Requested transfer capability: 0x00 - SPEECH -- Called g1/3000 -- Zap/1-1 is proceeding passing it to SIP/25461099-08738060 -- Zap/1-1 is ringing -- Zap/1-1 answe...
2005 Feb 22
6
identd on "clients"
Hi, I use shorewall on my router (internal ip: 192.168.1.4). The router is used as a gateway for my lan. If I try to access an IRC server from any "client" (for exaples 192.168.1.1) I get the message "no identd". I tried the following in my shorewall rules config (etc/shorewall/rules), but i doesn''t work: ACCEPT net loc tcp 113 Does anyone have any idea? Thanks a lot, Lobster
2009 May 26
0
Dynamic XEN USB usage for Win Guest?
...he usb-device does not appear in XP. Questions: - why does the device not appear in XP? - is there a way to dynamically attach the usb-device (it is not present the whole time!)? - in the CentOS documentation abot xen (virtualization guide) I found an option "usbport" but I have found no exaple on how to use it - would this work instead? http://www.centos.org/docs/5/html/5.2/Virtualization/chap-Virtualization -Configuration_files.html search for "usbport". Kind regards Nils
2007 Sep 07
0
computing distance in miles or km between 2 street
...lly for all your addresses. To have your distance in miles or Km you need to have a projection in your data which will establish your units. The very basic principle is that for each address you have a set of coordinates, x, y and you actually use these to calculate distances. If your file is for exaple a point shape file (standard for ESRI ArcGIS products) you can very simply perform this task using either "shortest driving route" or "as the crow flies" - again depending on what other info you have in the file. A "shape file" is actually a group of files with with d...
2010 Apr 16
0
Removing empty (or very underpopulated) sub-populations
Hi, I'm trying to develop a function that will simplify the most common analyses in my area of interest (social sciences) by computing all required statistics at one run (for exaple in case of a factor and numeric variable: 1) normality test, then in case variable are normal 2) ANOVA 3) with efect-size estimation and aprropriate graph). I test normality in each group with this code: are.normal <- c() group <- as.factor(group) for (i in 1:length(levels(factor(group))))...
2006 Feb 02
1
RE: 5, 000 concurrent calls system rollout question
Isn't it ridiculous that Hammer charges an arm and a leg for any work they do. For systems as large as that one, we just setup a seperate one, connect them back to back and run automated script to burn it in. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of William Boehlke Sent: Thursday, February 02, 2006
2011 Oct 03
2
Import in R with White Spaces
Hi, I have a simple question about importing data, I would be very grateful if you could help me out. I have used read.csv(file name, header=T, sep=",") to bring in a csv file I saved in MS Excel.The problem is I have white spaces in the middle of values (not in the column names), and this messes up the column entries. Since I have many many files that I am importing and I have spaces
2003 Apr 24
3
R TclTk Examples
Hi, I've been learning how to use R TclTk in Windows over the last few months. I have recently put together a collection of examples of some common widgets and their corresponding R code, at http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/ I would be interested in any feedback - Is it useful? Does it contain any significant errors or bad coding style? Does anyone else want to
2011 Feb 09
2
critical feature from version 1 not migrated to version 2 = authentication configuration database per IP
not possible make operation with dovecot version 2.x as was possible in version 1.x: requisites description: connect to dovecot service on IP1 - dovecot must serve users that related to domain1 located in database1 connect to dovecot service on IP2 - dovecot must serve users that related to domain2 located in database2 login must be with username that form not as "user at domain" but
2004 Aug 06
2
Icecast2?
Hi all, I am ricardo galli, I've juscribed just a couple of days ago. I wanted to stay as a lurker for a longer period, but this list has almost no traffic, so I wake up due to the silence. The point is, is this list related to icecast2 development? I made some changes to the server and sent a patch to Jack Moffitt, but I'm not sure he's still mainaining the server. If he
2008 Sep 03
3
subsetting a data frame
I have a data frame that looks like this: V1 V2 V3 a b 0:1:12 d f 1:2:1 c d 1:0:9 where V3 is in the form x:y:z Can someone show me how to subset the rows where the values of x, y and z <= 10: V1 V2 V3 d f 1:2:1 c d 1:0:9 Thanks Joseph [[alternative HTML version deleted]]