search for: ten

Displaying 20 results from an estimated 2653 matches for "ten".

Did you mean: len
2008 Jan 14
6
Ceiling to the nearest ten?
R-users, Is there a function for ceiling to the nearest ten? a <- 1:10*4 a [1] 4 8 12 16 20 24 28 32 36 40 The resulting vector should look like this ("ceiling to the nearest ten") [1] 10 10 20 20 20 30 30 40 40 40 Thanks in advance Lauri
2009 Jun 03
3
Return variable assignments from a function
...t;- function(m,n) { A <<- matrix(c(3,3,2,3),2,2) B <<- m c <<- 1:n } > stuff2=simple2(2,3) > stuff2 [1] 1 2 3 > A [,1] [,2] [1,] 3 2 [2,] 3 3 > B [1] 2 > c [1] 1 2 3 ================================= In the example below, I call the function ten inside the function nine. I'm expecting that the variable b should change only in the function nine (and not in the global environment). In other words, I think the line "(nine) b= 9" should be "(nine) b= 10". Can someone help me know how to do this correctly? -Scott ==...
2004 Apr 17
1
Problem with x-ten lite
Dear Group, At the moment I use SJPhone as my soft phone with Asterisk. I prefer the look and feel of the x-ten lite. However, when ever I use my x-ten lite I get a lot of breakup in my communication. E.g. I will play some hold music, and every 5-6 seconds I drop some packets. I don't have the same issue with SJPhone. I'm sure this is a configuration issues, but I can work out where? Can...
2007 Nov 09
3
How to get ten-digit number?
Hello Instead of using PrivacyManager, I'd rather use my own dialplan to prompt the user for a ten-digit number if they called while blocking CID. This code does prompt the user, but 1) hangs up if the user didn't type the ten digits before the timeout 2) if the user did type the right number of digits, it still hangs up instead of Returning and then jumping forth to the "cid" ext...
2012 Jan 27
3
Subsetting for the ten highest values by group in a dataframe
Hello, I am looking for a way to subset a data frame by choosing the top ten maximum values from that dataframe. As well this occurs within some factor levels. ## I've used plyr here but I'm not married to this approach require(plyr) ## I've created a data.frame with two groups and then a id variable (y) df <- data.frame(x=rnorm(400, mean=20), y=1:400, z=c(...
2010 Nov 02
1
splitting First 10 words in a string
Hi Steven, Thank you for the help. I get an error though when i do this : >lit<-read.csv("litologija.csv", sep=";", dec=".") >sent <-data.frame(sentence=lit$Opis,stringsAsFactors=FALSE) >str(sent) >sentV<-rep(sent,10) >str(sentV) >first=second=third=fourth=fifth=sixth=seventh=eighth=ninth=tenth<-vector(length=10) >DF <-data.frame(Sentence=sent,first,second,third,fourth,fifth,sixth,seventh,eighth,ninth,tenth,strings...
2012 Nov 02
0
performance issues of gluster
hi, all: I'v got a Gluster testing, and found some performance issuse pertain to Gluster I built a ten-node Gluster enviroment, (3 X HP 380G5, 4 IBM 3650, 2 X HP C7000. 1 X DELL PE2950, all the network switch & NICs are all gigabit). And set up three volumes: a ten-brick distribute volume (ten-brick means this volumes resides on ten nodes, others are same), a five-brick distribute volume, a...
2020 May 03
2
[RFC] [Windows SEH] Local_Unwind (Jumping out of a _finally)
Hi, Per Reid’s feedback, I have separated two SEH missing features. This thread now is only focusing on _local_unwind(), Jumping out of _finally. The design is documented in Wiki here: https://github.com/tentzen/llvm-project/wiki/Windows-SEH:-Local_Unwind-(aka:-Jumping-Out-of-_Finally) The implementation can be seen here: https://github.com/tentzen/llvm-project/compare/SEH-LU-base...SEH-LU?expand=1 There are only 13 files changed that is much less complicated than previously when it’s combined with -E...
2008 Mar 03
3
R function to convert a number to text
hi, Dear R users - I wonder is there a written R function to convert a number to a text, say convert 1 to "one" , 100 to "one hundred". I know in xls. has such a function BAHTTEXT, does anybody know is there a similar function in R ? Thanks. Lin --------------------------------- [[alternative HTML version delete...
2004 Sep 22
1
Sound Problems with x-ten lite on Toshiba 4600.
Dear Group, I'm running the following setup; Yoper v2, Kernel 2.6.8.1-7, Wine 20040914 on a Toshiba Satellite Pro 4600. The Toshiba has a Yamaha AC-XG. In addition I have a USB Plantronics DSP100. After some tweaking I got wine to install x-ten lite; I have pasted my config file; [WinMM] ; Wine supports the following sound drivers: ; winearts.drv ; for KDE ; winealsa.drv ; for ALSA users ; wineoss.drv ; for OSS ; winejack.drv ; for Jack sound server (experimental) ; winenas.drv ; for NAS sound system (experime...
2003 Dec 18
4
SIP / X-ten Softphone
...now. Here is the setup - sip.conf [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = default ; Default for incoming calls allow = all [1005] type=friend secret=1005 host=dynamic mailbox=1005 context=default extension.conf ; SIP exten => 1005,1,Dial,SIP/1005|15 exten => 1005,2,Voicemail2(u1005) exten => 1005,102,Voicemail2(b8200) X-Lite Softphone Network->Out Bound SIP Proxy: (IP of *) SIP Proxy->Default->Enabled: Yes SIP Proxy->Default->UserName: 1005 SIP Proxy->Default->P...
2002 Jul 23
0
Comparing slopes of several linear models
Dear all I have the following data (a shortened extract shown; some replictates of time deleted) to which I fitted the linear model given below: time group mass 11 control 0.019 11 control 0.014 14 control 0.0306 14 control 0.0289 14 control 0.0236 17 control 0.0469 17 cont...
2010 Oct 19
1
How to read only ten rows from a SAS dataset (read.ssd)?
I'm trying to read SAS datasets on Windows: sashome <- "C:/Program Files/SAS/SAS 9.1" fold <- "C:/temp" g <- read.ssd(fold, "sasfile", sascmd = file.path(sashome, "sas.exe")) How to get only e.g first ten rows into R? -J
2010 Jun 25
1
auth_cache_size
...but decided to read the wiki first. Now I'll be more specific - Wiki says about 50 bytes per passdb, and up to 200 bytes for userdb - so my arithmetic says each combined entry needs 250 bytes budgeted. Assuming that's correct, I need some clarification. Let's start small. Assume ten users, all connected - and everybody also likes looking at everybody else's mailbox. So there are ten clients, each with at least ten connections (I say at least because each folder viewed within an account is its own connection, right?). How is the auth_cache used? If I have ten user/pas...
2023 Jul 20
3
Ten second intermittent delay on login
Hi, folks, We're experiencing an odd ten-second delay intermittently when logging into any of our Linux boxes which authenticate against LDAP. Here's where it happens: Jul 13 11:54:23 console2 sshd[1853]: debug1: temporarily_use_uid: <my uid\gid> (e=0/0) Jul 13 11:54:35 console2 sshd[1853]: debug1: trying public key file <m...
2018 Mar 06
5
couple of how-to-do it in R questions regarding corelations and mean and SD of likert items
Dear list, I have the following how-to-do it in R, questions. Suppose I have ten independent variables, and one dependent variable. I want to find the Pearson correlation of all the IVs with the DV, but not the correlation between the IVs. What I know so far, about R, that I have to type the cor () function ten times, each time requesting for a correlation between one IV and t...
2005 Jan 17
1
X-Ten lite troubles.
Hi guys, I do have some weird situation. I do have an * box, and I want to connect to that box from my Windows box by SIP via X-Ten Lite. I made configuration of that soft phone as it was suggested by lots of tutorials I found by Google. But... it doesn't work! I don't know what is wrong there, but I have unobstructed access to my asterisk box, created user in sip.conf, enabled 'sip debug ip' but there is no a...
2007 Jul 07
1
Top Ten Female Turn Ons
Top Ten Female Turn Ons When it comes to sexual turn ons, men and women are very different. It is not a myth that women are attracted to a man who is comfortable with his emotions. http://2site.com/epqjag The Truth About Creative Baby Shower Thank You Poems Where are the cutest baby shower thank you...
2020 Apr 15
2
[RFC] [Windows SEH][-EHa] Support Hardware Exception Handling
Hi, This is a spin-off of previous Windows SEH RFC below. This RFC only focus on supporting HW Exception Handling. A detailed implementation can be seen in here: https://github.com/tentzen/llvm-project/commit/8a2421c274b683051e456cbe12c177e3b934fb5e It passes all MSVC SEH suite (excluding those with “Jumping out of _finally” ( _Local_Unwind)). Thanks, --Ten **** The rules for C code: **** For C-code, one way (MSVC approach) to achieve SEH -EHa semantic is to follow...
2023 Jul 20
1
Ten second intermittent delay on login
On Thu, Jul 20, 2023 at 1:49?PM Johnnie W Adams <jxadams at ualr.edu> wrote: > > Hi, folks, > > We're experiencing an odd ten-second delay intermittently when logging > into any of our Linux boxes which authenticate against LDAP. Here's where > it happens: > > Jul 13 11:54:23 console2 sshd[1853]: debug1: temporarily_use_uid: <my > uid\gid> (e=0/0) > > Jul 13 11:54:35 console2 sshd[1853]: deb...