search for: 101st

Displaying 5 results from an estimated 5 matches for "101st".

Did you mean: 101s
2008 Jun 27
2
plot(type="l") disjoint between 100 and 101st datapoint
...onInfo() R version 2.7.1 (2008-06-23) i386-apple-darwin8.10.1 locale: en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base The bug is in the plot() command; it does not draw the line between the 100th and 101st point in a dataset when plotting in line mode (type="l"). plot(1:102, type="l") reproduces the problem consistently on my machine, on both png and quartz devices. The result of saving this to the png device by the code below can be seen at http://imagebin.ca/view/txKBk2M.html...
2009 Nov 21
1
Verification number / code
.... Where in Asterisk can I do this? And, how? Logic. Call arrives. Context for announcement begins. You will receive a authentication code at the end of the message. Then, if they press a certain digit to confirm then I simply pass a code to them. These codes are distributed to the first 100. The 101st call does not get a code. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091121/41da498a/attachment.htm
1998 Jul 01
1
ordinal(): [was "a handy function ..." in March..]
...dinal(nn,"english") [1] "0th" "1st" "2nd" "3rd" "9th" "10th" "11th" "12th" "13th"= [10] "20th" "21st" "22nd" "99th" "100th" "101st" "102nd" > ordinal(nn,"francais") [1] "0me" "1=E8re" "2me" "3me" "9me" "10me" "11me" "12me" "13m= e" [10] "20me" "21me" "22me" "9...
2006 Mar 31
1
Segfault with too many menu items on Rgui
Hi all, In the CHANGES file for R-2.3.0alpha, there is the following statement: winMenuAdd() now has no limits on the number of menus or items, and names are now limited to 500 (not 50) bytes. However, I can reproducibly get a segfault using this (admittedly silly) example: for( i in 1:5) winMenuAdd(paste("Test", letters[i], sep="")) for(i in 1:5) for(j in 1:24)
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
--Apple-Mail-30--530209534 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit I recently reformatted my hard disk on my MacBook Pro using a clean install of Leopard (had Leopard before too but not from a clean install). I had to reinstall R, and therefore installed the new version 2.7.1 for Mac. In preparing some graphs, I noticed