search for: twenty

Displaying 20 results from an estimated 459 matches for "twenty".

2016 Sep 21
2
strcapture enhancement
...ed subpatterns in a regular expression in the columns of a data.frame, whose column names and classes are given by the 'proto' argument. E.g., > p1 <- data.frame(Name="", Number=0) > str(strcapture("([[:alpha:]]*) +([[:digit:]]*)", c("Three 3", "Twenty 20"), proto=p1)) 'data.frame': 2 obs. of 2 variables: $ Name : Factor w/ 2 levels "Three","Twenty": 1 2 $ Number: num 3 20 I think it would be even nicer if it constructed its data.frame using the check.names=FALSE and stringsAsFactors=FALSE arguments. Then...
2006 May 10
3
NumbersToWords
...the to_dollars method. - the to_dollars method will work with integers and floats - the to_english and to_japaneese methods will only work with integers. If you have call these methods on a float, it will be converted to an integer before translating. = Examples 123.to_english == one hundred and twenty-three 123.to_japaneese == hyaku niju san 123.to_dollars == one hundred and twenty-three dollars money = 123.23 money.to_dollars == one hundred and twenty-three dollars and twenty-three cents money = 1.01 money.to_dollars == one dollar and one cent = Install script/plugin install http://svn.r...
2005 Oct 08
2
color for points
Hi, I have the following code to randomly generate the points: csr <-function(n=60){ x=runif(n) y=runif(n) f=cbind(x,y) } plot(csr()) I wonder how to code to make the first twenty points to be BLUE; second twenty points to be RED; the last twenty points to be GREEN? Thanks, Sam --------------------------------- [[alternative HTML version deleted]]
2002 Jul 23
0
Comparing slopes of several linear models
...five 0.0101 14 five 0.0092 14 five 0.0125 17 five 0.0134 17 five 0.0143 11 ten 0.0088 11 ten 0.0092 14 ten 0.0114 14 ten 0.0113 17 ten 0.0131 17 ten 0.0154 11 twenty 0.0076 11 twenty 0.0081 14 twenty 0.0093 14 twenty 0.0091 17 twenty 0.0108 17 twenty 0.0097 > options(contrasts = c("contr.treatment", + "contr.poly")) > mass.lm <- lm(mass ~ group * time, data = growth) The ques...
2005 Dec 31
2
numeric_spell plugin
I''ve created a plugin that lets you spell out numbers (under one thousand, in English, for now). Examples: >> 23.spell => "twenty-three" >> 23.spell :noun => ''person'' => "twenty-three people" >> (23.14).spell_currency => "twenty-three dollars and fourteen cents" >> (23.14).spell_currency(:major => ''beer'', :minor => ...
2005 May 25
0
May Twenty Fifth SayUnixTime
I'm trying to get SayUnixTime to parse the date correctly and say 'May Twenty Fifth', however it refuses to do so and keeps using the phrase 'May Twenty Five'. I've read all the syntax, tried using both 'd' and 'e', and in the doc it says: d or enumeric day of monthfirst, second, ..., thirty-first However, it doesn't read my h-#.gsm f...
2017 Oct 22
3
ASR Suggestions for small dictionnary (<1000 entries) lookup in France/french
...the early stages of designing an Emergency calling service IVR application. The IVR application asks simple one or two questions like "which is the postal code of the area you are currently calling from ?" "Is the correct ?". The expected values are a 5-digits number like "twenty-five-thousand-two-hundreds-twelve" or "twenty-five-two-twelve" variations or "yes or no". >From received answers, this application would route incoming call to an appropriate Public Safety Answering Point. As IVR requires working DTMF and sometimes it's not easy to...
2009 Sep 14
3
How to convert numbers to words?
I am trying to convert numbers to English words, e.g. 123 -> One hundred twenty three. After some searching, I have been unable to find any info on this. I could certainly write code to do it, but my question is this: Does anyone know of a function that does this? Thanks, Derek McCrae Norton
2011 Aug 18
4
stupid question about kickstart file
Hi, Is is possible to use kickstart file to install rhel from dvd drive? Mainly idea is to clone one anaconda.ks file to about twenty machines.? examples? ftp/http/dhcp is not possible due to network limitations. -- Eero
2003 Sep 20
4
how many production systems are there?
i am just curious how many * systems are in the real world with more than one user. do you run a certain version? you dont update CVS do you? any admins running a system of over twenty? over fifty? over one-hundred? i deal with 3com and nec systems all day (i am cerified in the 3com nbx advanced network telephony, elite voice mail, CCNA, A+, nec ipk, and soon to be "asterisk school of Northern Virginia (once its a mainstay and reliable). they are five nines but totally...
2006 Aug 01
6
Getting Started on RJS Templates
I definitely need to use RJS templates for my current application. I''ve used Google for the past twenty minutes or so, yet I can''t find a good resource that will get me started and show me what the page object can do. Any links? When an Ajax link is clicked, I''m trying to change the background of a "primary" list item, as well as the background and text of the list item i...
2007 Mar 19
3
Cepstral and numbers
Does anyone have any idea on how to force cepstral to convert a number to speech ? I have noticed that sometimes it speaks the number correctly, and at others it doesn't. 1) 787 is pronounced 7-8-7 2) 123 is pronounced one-hundred and twenty-three. 1) is wrong for what i need, 2) is perfect. Is there anyway of forcing numbers to be pronounced as 2) ? I've tried looking at the ssml tags .. TIA Julian
2004 Mar 30
3
Added a Tutorial to the wiki!
...look if you get a chance, and give me feedback. You can access the tutorial page under the Latest News section, or through Introduction to wxRuby under Starting Points. Don''t be afraid to put in your two cents - maybe you see a better way that I didn''t (besides, hindsight is twenty-twenty :) Robert _________________________________________________________________ All the action. All the drama. Get NCAA hoops coverage at MSN Sports by ESPN. http://msn.espn.go.com/index.html?partnersite=espn
2016 Sep 28
4
Good Bye SAMBA?!?!?
...ed Windows CIFS. You've found somebody better: Move on and don't keep pestering your ex. To everyone else: Around the turn of the century Samba had a web-app (CGI probably) to configure smb.conf. Is something like that still in existence? SteveT Steve Litt September 2016 featured book: Twenty Eight Tales of Troubleshooting http://www.troubleshooters.com/28
2012 Oct 26
3
wanna create all points.....
Plz help me ;(( I lost 7 hours for thinking and doing this code ;( I need to create points.....20 points(dots). All these dots have to be in one graph... when i run this code....it gives me only one dote..... number<- (0,2,3,4,5,6,8) for (i in seq(1:20)) {rsidpVector=rsidp(i) mean(rsidpVector) plot (length(rsidpVector), mean(rsidpVector), ylab="sample mean", xlab= "sample
2006 Nov 28
15
Determining ideal number of Mongrels for an app?
What''s a rule of thumb for guesstimating how many Mongrels to use in a cluster for an app? I have an app that gets about 5000 unique visitors per day. I figured I''d give it plenty of Mongrels -- twenty to be specific. After running out of memory and hitting the swap periodically, I scaled it back to five and it still seems to serve up visitors fine. So, is there some super-secret math fomula I can use to determine the ideal number of Mongrels I should start in a cluster for an app? Joe _____...
2009 Feb 10
4
Smooth mailbox to maildir migration
Hi all, I have a postfix+procmail+dovecot installation, now running basicaly on pop3 hence mailbox format, with few thousand users and less than twenty gigabytes mail. I need to move all of them to maildir, to take advantage of IMAP subfolders that do not work with mbox format (so I'm told :). Of course I cannot safely stop the service for more than a bunch of seconds... What I'm about to do: create a second dovecot instance to cope with...
2006 Apr 28
6
Emphasis or Italic?
What's the difference between: <em>emphasis</em> and <i>italicized</i> and <strong>strong</strong> and <b>bold</b> It seems to subtle for my browsers. The only "difference" I've been able to find is that according to the O'Reilly book <strong> and <emphasis> are semantic tags, while <b> and <i>
2018 Feb 02
6
Slightly OT : newsletters, mail formatting and netiquette
Hi, This question is not exactly CentOS-related strictly speaking, but here goes. I'm running a few newsletter servers for myself and a handful of clients on public CentOS servers with PHPList. For the last twenty years or so I've followed the basic rule that mails should have no formatting whatsoever, only simple text. And now I wonder if that basic rule of netiquette also applies to newsletters. I'm a subscriber to a series of tech-related newsletters, and I couldn't help but notice that they...
2009 Jul 15
3
[LLVMdev] please stabilize the trunk
We've had a lot of churn in all the trunks (llvm, llvm-gcc, clang) recently, and the testing buildbots have been failing repeatedly. I spoke with Chris this AM, and he suggested we have a "stabilization day." Please avoid large, destabilizing changes for about twenty-four hours. We would like for the testing bots to begin working again. Thanks, stuart