search for: tens

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

Did you mean: tends
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
I'd like to perform return variable assignments like matlab. For example, the following function would return A, B, and c to the script that called it. ================================= function [A,B,c] = simple(m,n) A=[ 3 2; 3 3] B=m c=1:n ================================= I'd like to do similar assignments in R, but I seem to be able to only return one variable. I tried to use a
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
2007 Nov 09
3
How to get ten-digit number?
...n-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" extension: ======== exten => 777,1,Set(CALLERIDNUM=${CALLERID(num)}) exten => 777,n,GosubIf($[${LEN(${CALLERIDNUM})} != 10 ]?nocid,1:cid,1) ;prompt user for 10-digit #, and Return to GosubIf() exten => nocid,1,Read(CALLERIDNUM,/root/asterisk_sound_files/no_cid,10) exten => nocid,n,Verbose(Us...
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,
2010 Nov 02
1
splitting First 10 words in a string
...inda imagine what these data are. "Matev¾ Pavliè" <matevz.pavlic@gi-zrmk.si> wrote in message news:AD5CA6183570B54F92AA45CE2619F9B9D96994@gi-zrmk.si... Hi, I am sorry, will try to be more exact from now on... I have a data.frame with a field called Opis. IT contains sentenses that I would like to split in words or fields in data.frame...when I say columns I mean as in Excel table. I would like to split "Opis" into ten fields from the first ten words in Opis field. Here is an example of my data.frame. 'data.frame': 22928 obs. of 12 variable...
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
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:
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 deleted]]
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
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->Pa...
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 control 0.0709 11 five 0.0077 11 five
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
I was going to ask how much space I should allocate for 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 -
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 <my key file> My assumption is there's
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 the DV. I was
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
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 poems? Don''t you know the best thank you poems lie somewhere deep in your
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: ****
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>