search for: exaples

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

Did you mean: examples
2013 Jun 23
1
Joining Mac OSX 10.8.4 Small contribution for the documentation/wiki?...
Hello list, I'd like to share with you my experience with Samba4 AD-DC and Mac OSX Mountain Lion 10.8.4 joining it to the domain and using kerberos implementation on OSX to authenticate users against the AD. Maybe it's useful to anyone here My scenario: My domain controller is on a remote location and I've got my router (Mikrotik) setup to create a PPTP tunnel to the w2k8 server
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 === should
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 problem? Thank you
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
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
Dear all, I'm trying reproduce an example of bioassays Yielding Concentration-Mortality 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)
2007 Oct 31
3
How to make "Add permission" for folder in system withntacl support?
Hi! Let's go back to this topic please! I have to replace the Windows NT 4.0 server with Samba 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
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
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?
Hi, I am trying to attach a Palm Z22 via USB to my fully virtualized Win XP. Dom0-System: CentOS 5.3 x86_64 (Kernel 2.6.18.128.1.10.el5xen) XEN: 3.0.3-80.el5_3.2 XP: 32-Bit Professional lsusb shows: USB Palm: Bus 002 Device 007: ID 0830:0061 Palm, Inc. Lifedrive / Treo 650/680 / Tunsten E2/T5/TX / Zire 21/31/72 / Z22 I found some hints that I have to put usb = 1 and usbdevice =
2007 Sep 07
0
computing distance in miles or km between 2 street
Phil, If you have only a list of addresses and nothing else - i have to recognize i am "lost". But if you have more info you can use a GIS software and it will calculate your distance automatically 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
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:
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]]