search for: forty

Displaying 20 results from an estimated 99 matches for "forty".

Did you mean: fort
2008 Nov 05
2
matrix indexing and update
Folks, I have a matrix: set.seed(123) a <- matrix(rnorm(100), 10) And a vector: b <- rnorm(10) Now, I want to switch the signs of those rows of a corresponding to indices in b whose values exceed the 75 %-ile of b which(b > quantile(b)[4]) [1] 2 6 10 so I want, in effect: a[2, ] <- -a[2, ] a[6, ] <- -a[6, ] a[10, ] <- -a[10, ] I thought I could do a[which(b >
2006 Nov 04
0
traits-0.9.2 - better living through metaprogramming
...for example trait ''letters'' => %w[ a b c ] were flattened in a way that exploded trait initialization - streamlined TraitInit module - added OpenTraits class and otraits method conf = otraits{ port 42 host ''forty-two'' } p conf.port #=> 42 p conf.host #=> ''forty-two'' conf.username ''zaphod'' p conf #=> {"username"=>"zaphod", "port"=>42, &q...
2006 Nov 04
0
traits-0.10.0
...for example trait ''letters'' => %w[ a b c ] were flattened in a way that exploded trait initialization - streamlined TraitInit module - added OpenTraits class and otraits method conf = otraits{ port 42 host ''forty-two'' } p conf.port #=> 42 p conf.host #=> ''forty-two'' conf.username ''zaphod'' p conf #=> {"username"=>"zaphod", "port"=>42, &qu...
2005 Oct 12
2
Modifying cmd VoicemailMain
...odify the way cmd VoicemailMain works to fix language difference and other my conveniences. What I want to do are... 1) Add words used in message retrieving guidance. I need to add different suffixes to numeric words due to Japanese way of mentioning time. (e.g. in English, you can say "Five forty-five" for 5:45, but in Japanese, we have to put "hour" and "minute" for respective time unit (meaning, VoicemailMain should pronounce as "Five hours and forty-five minutes" in Japanese). So, is there any way to add words modifying the regular word order? 2) Disab...
2007 Jul 09
3
how to make a package depend on 2 or more other packages
Hi, when using puppet to install extra rpm packages on centos: how can I make a package depend on 2 or more other packages. e.g. this works: class centos4_extra_packages { package { "test1" : ensure => installed, require => package["prereq"] } } but I can''t figure out how to make test1 require
2011 Feb 18
2
Re: Xen-devel Digest, Vol 71, Issue 85
Hi all! Did the nested xen stuff make it into the xen-unstable (4.1-rc1?) tree as suggested back in January by Tim Deegan? TIA ________________________________ Date: Fri, 7 Jan 2011 16:01:12 +0000 From: Tim Deegan <Tim.Deegan@citrix.com> Subject: Re: [Xen-devel] [PATCH 00/12] Nested Virtualization: Overview To: Christoph Egger <Christoph.Egger@amd.com> Cc: Keir Fraser
2016 Apr 17
2
R [coding : do not run for every row ]
...f the result #here we declare the random seed generator set.seed(1) ## Put the samples sizes into matrix then use a loop for sample sizes sample_sizes<-matrix(c(10,10,10,25,25,25,25,50,25,100,50,25,50,100,100,25,100,100), nrow=2) #shape parameter for both gamma distribution for equal skewness #forty five cases for each skewness!! shp<-rep(16/9,each=5) #scale parameter for sample 1 #scale paramter for sample 2 set as constant 1 scp1<-c(1,1.5,2,2.5,3) #get all combinations with one row of the sample_sizes matrix ##(use expand.grid)to create a data frame from combination of data ss_sd1&l...
2010 Dec 10
2
Could concurrent R sessions mix up variables?
Hi, I'm working in R 2.11.1 x64 on Windows x86_64-pc-mingw32. I'm experiencing a strange problem in R that I'm not even sure how to begin to fix. I've got a huge (forty-pages printed) simulation written in R that I'd like to run multiple times. When I open up R and run it on its own, it works fine. At the beginning of the program, there's a variable X that I set to 1, 5, 10, 20, depending on how sensitive I want the simulation to be to a certain paramete...
2002 Jun 10
1
REPOST: Changing from Mixed mode to pure Active Directory
...domain of "ABC.net". Do I need to do anything other than change the domain controller name listed in the password server property in the smb.conf? Thanks! Devin M. Rader, MCP Application Developer Drone & Mueller interactive | www.drone-interactive.com 314.434.3141 | 12977 N Forty Dr, Ste 100 | St Louis, MO 63141 St. Louis .NET User Group | www.stlnet.org | devin@stlnet.org Meeting the last Monday of every month since February, 2001 -------------- next part -------------- HTML attachment scrubbed and removed
2016 Apr 18
0
R [coding : do not run for every row ]
...om seed generator > set.seed(1) > > ## Put the samples sizes into matrix then use a loop for sample sizes > sample_sizes<-matrix(c(10,10,10,25,25,25,25,50,25,100,50,25,50,100,100,25,100,100), > nrow=2) > > #shape parameter for both gamma distribution for equal skewness > #forty five cases for each skewness!! > shp<-rep(16/9,each=5) > > #scale parameter for sample 1 > #scale paramter for sample 2 set as constant 1 > scp1<-c(1,1.5,2,2.5,3) > > #get all combinations with one row of the sample_sizes matrix > ##(use expand.grid)to create a data fr...
2010 Jul 28
2
Does anybody use idmap_adex?
Hi, Actually I am using the Backend Idmap_AD. I thought Idmap_adex is still under heavy development. Tobias Mit freundlichen Gr??en Tobias Mucke LFK-Lenkflugk?rpersysteme GmbH Serverpool, FCI4 Landshuter Stra?e 26, 85716 Unterschlei?heim, GERMANY Phone: +49 89 3179 8438 Fax: +49 89 3179 8927 Mobile: +49 170 635 3830 E-Mail: tobias.mucke at mbda-systems.de http://www.mbda.net Chairman of
2004 Sep 10
5
[Flac-users] Re: settings for tighter compression than -8?
...Miroslav. I tried that, and it took almost two full days (surprisingly, Windows ME stayed up that long without crashing) to re-encode the entire set on my 266-MHz machine. After all, in the help file Josh gives us fair warning that a couple of those options are slow. But thirty-eight of the forty-six tracks came out larger than they had in my original attempt at the -8 preset (both groups were compared after stripping all metadata and padding except STREAMINFO and SEEKTABLE). When I took the smaller version of each track, the total was still too big for a CDR without overburning -- by a...
2011 Mar 08
5
[1.4] Reading phone number the French way?
...files in /var/lib/asterisk/sounds/digits/, I was wondering how to get Asterisk to read back the number the French way, ie. digits are read by pairs to the exception of the leading tuple that always starts with 0. For instance, a landline number in Paris like 01 42 92 81 00 is read "zero-one, forty-two, ninety-two, eighty-one, zero-zero", where I assume Americans would read all the digits individually ("zero, one, four, two, etc.") Has someone already looked into this and knows how to solve it? Thank you.
2010 Jul 21
1
Empty set in MySQL for puppetdashboard.
...T 1 Quering the db directly, that is indeed the case: mysql> SELECT * FROM `nodes` WHERE (`nodes`.`name` = ''my.host'') ORDER BY name ASC LIMIT 1; Empty set (0.00 sec) However, under /var/lib/puppet/reports on the puppet box, I can find a directory called after my.host. I have forty nodes up, all of which are successfully updating via puppet, unfortunately ten of those are not appearing in puppet- dashboard. I have confirmed that puppet is indeed successfully running on all machines. Any help would be much appreciated. -- You received this message because you are subscribed...
2009 Jun 11
1
Error: Target $TARGET returned: shell command - What?!?
Hey all, I was trying to install wine on OS X.4.11 using MacPorts - it had been running for about forty-five minutes - when my battery died. Nevermind the stupidity of not noticing the cord unplugged. Anyway, the install did not finish and now, when I try to "sudo port install wine" I get: Blahman:~ Blahman$ sudo port install wine ---> Building wine Error: Target org.macports.build re...
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]]
2006 Jul 16
2
CFD Plots in R and Other Things
...r and z as axis and the velocity field represented by using colours explained by a legenda. Can R do anything like this? Second (and much simpler question): I have a list of data which I can plot easily, but I would like to have the time during the day to label the x axis (starting from 19:00 for forty hours). How can I do that? Many thanks Lorenzo
1999 Jul 09
2
performance issue!!
we have an SUN E450 server with soalris 2.6 and 512mb RAM running samba. we have a network and all the machines are connect through a switch. there are about 40 users who simultaneously use the server running samba for file service. The set up is like this. there is an application on the server which is shared and all the users have mapped their drive letter to that share. this application when
2007 Oct 14
3
ActiveRecord and Form Data Coupling: A Bad Design
...handle data coming from a form, which breaks encapsulation. It''s like saying that to build the ultimate vehicle would be to put wings on a car because it would be get us in a jiffy whether we had to go short or long distances (a nice idea, but try driving down Broadway with wings spanning forty feet). The problem with coupling the form and the AR is that it may have very little resemblance to the form that is creating it. I''ve encountered this quite a bit. For registration (user model) I had to add a number of attributes to the class that had no mapping to the db, that hung ar...
2016 Apr 18
3
R [coding : do not run for every row ]
...om seed generator > set.seed(1) > > ## Put the samples sizes into matrix then use a loop for sample sizes > sample_sizes<-matrix(c(10,10,10,25,25,25,25,50,25,100,50,25,50,100,100,25,100,100), > nrow=2) > > #shape parameter for both gamma distribution for equal skewness > #forty five cases for each skewness!! > shp<-rep(16/9,each=5) > > #scale parameter for sample 1 > #scale paramter for sample 2 set as constant 1 > scp1<-c(1,1.5,2,2.5,3) > > #get all combinations with one row of the sample_sizes matrix > ##(use expand.grid)to create a data fr...