Displaying 20 results from an estimated 101 matches for "forties".
Did you mean:
fortier
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
URLS
http://rubyforge.org/projects/codeforpeople/
http://codeforpeople.com/lib/ruby/traits
ABOUT
traits.rb is set of attr_* like methods on steroids, caffeine, and botox. it
encourages better living through meta-programming and uniform access
priciples. traits.rb supports smart inheritence of class attributes and a
fistful of hooks for veryifying and munging attr values.
2006 Nov 04
0
traits-0.10.0
URLS
http://rubyforge.org/projects/codeforpeople/
http://codeforpeople.com/lib/ruby/traits
INSTALL
yes|sudo gem install traits
ABOUT
traits.rb is set of attr_* like methods on steroids, caffeine, and botox.
it encourages better living through meta-programming and uniform access
priciples. traits.rb supports smart inheritence of class attributes and a
fistful of hooks for
2005 Oct 12
2
Modifying cmd VoicemailMain
Dear Asterisk Users,
I'm a Japanese and now configuring Voicemail.
Now I need to modify 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
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 ]
i have combined all the variables in a matrix, and i wish to conduct a simulation row by row.
But i found out the code only works for the every first row after a cycle of nine samples.
But after check out the code, i don know where is my mistake...
can anyone pls help ....
#For gamma disribution with equal skewness 1.5
#to evaluate the same R function on many different sets of data
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,
2002 Jun 10
1
REPOST: Changing from Mixed mode to pure Active Directory
I need to move a Samba 2.2.1 server form a Windows 2000 Domain network that
is currently running in Mixed mode with a domain name if "ABC" to a pure
Windows 2000 Active Directory network with a 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
2016 Apr 18
0
R [coding : do not run for every row ]
Dear anonymous,
The big mistake in the output might be obvious to you but not to
others. Please make clear what the correct output should be or at
least what is wrong with the current output.
And please DO read the posting guide which asks you not to post in HTML.
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature
and Forest
team Biometrie &
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?
Early this past week, Miroslav Lichvar suggested for me:
> Ok, you need 0.04% improvement, that should not be a problem. Try
> flac --lax -e -p -l 32 -r 10 --no-padding
Thank you again, 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
2011 Mar 08
5
[1.4] Reading phone number the French way?
Hello,
I need to write a script which prompts the callee to type a number,
and then read it back to them as confirmation:
======= extensions.conf
[robocall]
;Expect 10-digit number excluding final #, 2 tries, 20s time-out
exten => s,n(nbr2call),Read(NBR2CALL,please-type-number,10,,2,20)
exten => s,n,GotoIf($[${LEN(${NBR2CALL})} != 10]?end)
;exten => s,n,SayDigits(${NBR2CALL})
exten
2010 Jul 21
1
Empty set in MySQL for puppetdashboard.
Hey all,
recently installed puppet-dashboard (latest), to puppet with MySQL.
Things are looking hunkydory, but some nodes are not appearing in the
db.
In the puppet-dashboard logs we have:
Node Load (0.4ms) SELECT * FROM `nodes` WHERE (`nodes`.`name` =
''my.host'') ORDER BY name ASC LIMIT 1
Quering the db directly, that is indeed the case:
mysql> SELECT * FROM `nodes` WHERE
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
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
Dear All,
I am getting some data from fluid dynamics simulations (air mixing in
a pipe, 2D axial symmetry, geometry described by a radial coordinate r
and an axial coordinate z) which I'd like to plot and analyze with R.
Think about slicing the cylinder along its axial direction to get a
set of cross sections which are orthogonal to the z axis.
For each section, I have a set of velocity
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
I have to say that after being a Rails user for some time I have grown
to really dislike how ActiveRecord (AR) classes - models - are being
pushed as the defacto method for getting form data into the DB. The
two concepts are completely separate and should be handled by
completely different classes.
Anyone who understands Object Oriented Design knows that we separate
classes based on
2016 Apr 18
3
R [coding : do not run for every row ]
Hi, i am sorry, the output should be values between 0 and 0.1 and not supposed to be 1.00, it is because they are type 1 error rate. And now i get output 1.00 for several samples,rhis is no correct. The loop do not run for every row. i do not know where is my mistake. As i use the same concept on normal distribution setup, i get the result.
Sent from my phone
On Thierry Onkelinx