search for: fourteen

Displaying 20 results from an estimated 41 matches for "fourteen".

2005 Dec 31
2
numeric_spell plugin
...ut 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 => ''shot'') => "twenty-three beers and fourteen shots" It''s available in the regular plugin interface after a "script/plugin discover". (Thanks to...
2013 Feb 24
3
filling an array
...m just wondering if there is a quick way of filling a way with the following. I want to declare array I with a specific length and then alternatively fill it with 10 zeros and 10 specified values: v<- 14 I <- c(0,length(t)) But in stead of just filling I with 0 I want 10 zeros and then 10 fourteens (i.e. the value in v) Hope that makes sense. Regards Jannetta -- =================================== Web site: http://www.jannetta.com Email: jannetta@henning.org =================================== [[alternative HTML version deleted]]
2010 Sep 03
0
Pointer to fourteen patches to speed up R
I've continued to work on speeding up R, and now have a collection of fourteen patches, some of which speed up particular functions, and some of which reduce general interpretive overhead. The total speed improvement from these patches is substantial. It varies a lot from one R program to the next, of course, and probably from one machine to the next, but speedups of 25% ca...
2008 Feb 26
2
combining 40,000 with 40,000 data frame (different tact)
I have not been able to find anything to do what I want, so I am going to tact to the left. I have twp continuous time series for two years with the same fourteen variables. I would like to simply append the second year to the first. They both have the same column headings etc. Just like tapping two pieces of paper together for a long number series. Thanks Stephen -- Let's not spend our time and resources thinking about things that are so little or...
2007 Sep 02
4
Performance Issues
My apology for cross posting We have a DELL6850 with 8Gbytes of memory, four 3.2Ghz CPU's , perc 4 raid controller, with fourteen 300Gbyte 10Krpm disk on a powervault 220s, And a powervault 124T LTO-3 tape systems on a separate 160Mbyte/sec adaptec SCSI card. The disks are configured as two 2Tbyte raid 0 partitions using the perc 4 hardware. The problem is - reading from the disk, and writing to the tape is pathetically sl...
2023 Jun 05
0
[ANNOUNCE] xorgproto 2023.1
...tocol support is enabled XvMCproto.h: remove ; from the end of sz_* definitions Benno Schulenberg (6): keysymdef.h: add correctly spelled names for the left and right guillemet keysymdef.h: name the masculine ordinal indicator similar to feminine one keysymdef.h: delete fourteen long-deprecated symbol names keysymdef.h: delete four symbolic names that serve no purpose keysymdef.h: add better names for the dead schwa and SCHWA symbols hyphenate two compound adjectives, like for the other occurrence Demi Marie Obenour (1): Allow client to force s...
2007 Sep 24
1
GWR modeling with dummy variables
Hi everyone, I'm working with a modest sized spatial database consisting of 1513 records and 50 variables. Fourteen of these are dummy variables delineating regional planning councils. I'm trying to understand how to integrate the dummy variables in the geographically weight regression model. I'm reading Fotheringham et.al. and see reference to using dummy variables, but I don't see an example ilust...
2008 Jul 14
2
[LLVMdev] Regarding ARM CodeGen
...; bit. 2. Also, when I looked at ISelLowering file, I noticed that conditions used in "icmp" instructions are converted to ARM Predicate Condition fields. Icmp has only "10" conditions, which map to corresponding "10" conditions in ARM Condition field but ARM can have fourteen conditions. If we consider the mapping shown in ISelLowering File, then following four conditions are left: "VS": Overflow Set "VC" : Overflow Clear "MI" : Minus "PL": Plus So, does this mean that it is not possible to obtain the above conditions are predica...
2010 Feb 01
1
case sensitivity, "Match User" and "AllowUsers"
...following in my sshd_config file. Match User user ? ? ForceCommand start.sh What some users have discovered is that they can log in with arbitrarily mixed case user names. ?For instance, logging in as "usEr" is exactly the same as logging in with "USer" as well as the other fourteen possible combinations for a four-letter username. ?Further, only the all-lowercase version invokes "start.sh." I thought I might be able to solve this with the following. AllowUsers user I thought this would force sshd to only let one case combination through. ?However, all case combi...
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]]
2010 Sep 03
1
Fourteen patches to speed up R
I've continued to work on speeding up R, and now have a collection of fourteen patches, some of which speed up particular functions, and some of which reduce general interpretive overhead. The total speed improvement from these patches is substantial. It varies a lot from one R program to the next, of course, and probably from one machine to the next, but speedups of 25% ca...
2008 Jul 14
0
[LLVMdev] Regarding ARM CodeGen
...ed at ISelLowering file, I noticed that > conditions used in "icmp" instructions are converted to ARM > Predicate Condition fields. Icmp has only "10" conditions, which map > to corresponding "10" conditions in ARM Condition field but ARM can > have fourteen conditions. If we consider the mapping shown in > ISelLowering File, then following four conditions are left: > "VS": Overflow Set > "VC" : Overflow Clear > "MI" : Minus > "PL": Plus > > So, does this mean that it is not possible to obt...
2008 Jul 15
2
[LLVMdev] Regarding ARM CodeGen
..., when I looked at ISelLowering file, I noticed that conditions used > in "icmp" instructions are converted to ARM Predicate Condition fields. Icmp > has only "10" conditions, which map to corresponding "10" conditions in ARM > Condition field but ARM can have fourteen conditions. If we consider the > mapping shown in ISelLowering File, then following four conditions are left: > "VS": Overflow Set > "VC" : Overflow Clear > "MI" : Minus > "PL": Plus > > So, does this mean that it is not possible to obtai...
2019 Jan 03
1
--link-dest. Time to 'building file list' incrementing
...s/sec 2018/11/25 13:21:16 [2924] total size is 10.49T speedup is 42,996.96 As you can see the start time is 11:00PM (23:00) in both cases. The first log shows that identifying the files to transfer took about three hours (I've omitted the file list - it's quite long), the second log takes fourteen hours to do the same job (in this case this was done at the weekend and I've include the whole log file which correctly identifies that no files have changed) The number of files is as might be expected as is everything else. It's just the time taken "building file list" is signi...
2008 Jul 15
0
[LLVMdev] Regarding ARM CodeGen
...ng file, I noticed that >> conditions used in "icmp" instructions are converted to ARM >> Predicate Condition fields. Icmp has only "10" conditions, which >> map to corresponding "10" conditions in ARM Condition field but ARM >> can have fourteen conditions. If we consider the mapping shown in >> ISelLowering File, then following four conditions are left: >> "VS": Overflow Set >> "VC" : Overflow Clear >> "MI" : Minus >> "PL": Plus >> >> So, does this mean th...
2010 May 13
2
Adding name to nth row
Hello, I have a data frame with many rows, and I want to create a column with a name only at every 12th row, starting from 97 to 278. Thanks in advance!
2009 Oct 21
1
sieve + redirect + as attachment
Is it possible to use the 'redirect' function in 'sieve' to forward a message as an attachment rather than in-line? -- Jerry gesbbb at yahoo.com |::::======= |::::======= |=========== |=========== | A woman was in love with fourteen soldiers, it was clearly platoonic.
2006 Aug 25
1
wxCheckListBox.rbw patch file
This fixes truncated text on the CheckListBox sample in bigdemo. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2019 Jan 08
2
--link-dest. Time to 'building file list' incrementing
...] total size is 10.49T  speedup is 42,996.96 > > > > > > As you can see the start time is 11:00PM (23:00) in both cases. The first log shows that identifying the files to transfer took about three hours (I've omitted the file list - it's quite long), the second log takes fourteen hours to do the same job (in this case this was done at the weekend and I've include the whole log file which correctly identifies that no files have changed) > > > > > > The number of files is as might be expected as is everything else. It's just the time taken "bu...
2006 Jun 07
1
Extended Attribute Support?
Hello, Any word on when extended attribute support will be added to OCFS2? What are the impediments to someone implementing this? Alternatively, has anyone implemented a patch to add extended attribute support to OCFS2? I've been watching the open source Lustre fs development, too. I noticed that they have added extended attribute support. However, OCFS2 is more attractive for some