Displaying 20 results from an estimated 190 matches for "manging".
Did you mean:
hanging
2011 Oct 20
1
p-val issue for ranked two-group test
Hi-
I'm wondering if anyone can help me with my code. I'm coming up dry
when I try to get a p-value from the following code. If I make a
histogram of my resampled distribution, I find the difference between
by groups to be significant. I've ranked the data since I have
outliers in one of my groups.
mange= c(35, 60, 81, 158, 89, 130, 90, 38, 119, 137, 52, 30,
27,
2008 Jan 13
1
Fedora Frog (Nice to have tool to mange multiple repo)
Hello,
While doing usual search on sf.net I came across this nice little
utility Fedora Frog to mange packages from multiple repositores.Though
it is written for Fedora it can be used for CentOS as well.
http://sourceforge.net/projects/fedorafrog
Joy
2009 May 16
3
converting numeric to integer
Hello,
Suppose I have x, which is a variable of class numeric. The calculations
performed to yield x imply that mathematically it should be an integer ,
but due to round-off errors, it might not be (and so in either
direction). The error is however small, so round(x) will yield the
appropriate integer value. Moreover, this integer values is guaranteed
to be representable by an
2008 Feb 02
9
deep test with rspec?
All,
Has anyone on this list tried to use DeepTest[1] with rspec? My initial
attempts have failed so I would be really interested if someone has
figured it out. Thanks.
-Ben
1. http://www.somethingnimble.com/bliki/deep-test
2007 Dec 21
1
User manging via puppet
Hi,
We are managing user access to servers via puppet based on the
groups from LDAP.
What we would further like is if any users which are created apart from
puppet ie if puppet adds user1 & someone who has created a xyz user on
the server.
We need to remove that user from that server bcos puppet never pushed it
its created by someone apart from puppet. And we can maintain
2004 Apr 17
3
Couldnot open MS power point from Samba share
Hi every one,
i have the problem opening MS Powerpoint 97 from samba share. the ms ppt
always shows:
<file name> is not correct
where the file name is manged.
i tried to disable manged name in samba, but the problem still happens
thank you for advice.
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
2007 Jul 21
3
manging rescues
What''s the recommended way to catch errors like this:
NoMethodError in Register#confirm
Showing app/views/register/confirm.rhtml where line #4 raised:
undefined method `namen'' for nil:NilClass
I get this error when someone does somethinh like:
http://.........../register/confirm?email=jkdsfadslkjflksd
If I make:
remail = params[:email]
@user = Request.find(:first,
2004 Aug 23
3
newb question regarding DTMF
Hello all - I'm just starting to play around w/ asterisk, and I've run
into a seemingly simple problem that has really manged to frustrate
me...
I'm running the latest cvs version of *, and am trying to dial in to
the default extention 1000 demo using x-lite. I can dial and hear the
greeting no problem, but when I try and send any DTMF tones, I don't
get any response. Is there
2006 Dec 29
4
Remote API passing in parameter named 'action', routing loses it
I''m working with a remote API that calls a URL in my app, passing in a
parameter named action. So the request would look like:
http://localhost/my_controller?action=foo
Routing correctly interprets the controller action as index. However,
it sets params[:action] to index as well. I know that''s how it''s
supposed to work...but it means I lose the action parameter
2011 Jun 19
3
Could not find a default provider for package
Need some help here. I am using puppet to mange some Gentoo boxes, and
when working with packages I keep getting the following error:
Could not find a default provider for package
Version:
* app-admin/puppet
Latest version available: 0.25.0-r1
Latest version installed: 0.25.0-r1
Size of files: 592 kB
Homepage: http://reductivelabs.com/projects/puppet
2009 Feb 21
2
difference between assignment syntax <- vs =
Hi,
Both operators <- and = can be used to make an assignment. My question
is: Is there a semantic difference between these two? Some time ago, I
remember I have read that because of some reason, one should be given
preference over the other - but I cannot remember the source, nor the
argument, nor which operator the preferred was.
What is the present state ?
Is still one version better
2009 Mar 13
2
changing function argument
Hi,
I wonder if the following is possible in R:
Suppose a function takes an argument, and wants to modify this argument
so that the change is visible _at the call side_. It would be what is
for example known as pass-by-reference-to-non-const in C++.
test <- function(x)
{
x <- 10
...
return (somethingElse) # I do NOT want having to return x
}
number = 5
test(number)
2007 Aug 27
2
how to manage more and more file
hello,guys.
When use the file type,can only mange one file. but there I have
about more than 100 file need to be managed by puppet.
now,I use a exec type to check out all the file from a subversion
server,but there have a good solution?
please help me!
--
Huang Mingyou
2013 Dec 12
0
Dovecot as caching proxy
Hi.
I'm bin playing around with dovecot to try to setup it as a caching
imap proxy.
I manged to get dovecot to use both proxy=y and imapc: connections to
the master server, but i haven't manged to get dovecot to cache any
mails.
The remote imap server is a quite hostile one, that i don't have any
super/master user access to, and it only exposes imap.
I've used tried both with
2007 Jan 02
2
link_to method throws a url_for error
This error seems pretty bizarre. I''m using ActionMailer and am using
a template in app/views/welcome_mailer/join.rhtml which has this line:
<%= link_to :controller => ''group'', :action => ''join'', :group =>
@group.id, :ic => @code.code %>
The error is: undefined method `url_for'' for #<WelcomeMailer:
0x2aaaad4fb470>
2007 Jul 22
3
Retrieving validation messages without making errors
I would like to inform the users about attribute validation conditions
for form fields using title as in <span title= "cannot be blank" >.
The simplest way would be to use the validation error messages already
defined in the models, but I cannot find any way to retrieve these
messages, when no error has been made. The methods I have tried as
errors.full_messages only returns the
2005 Mar 21
3
US pstn => voip
Hi
I believe this is due to the way US phone systems work, however I'm going to
ask anyway. In the UK there are several providers who provide national rate
PSTN => Voip gateways which are free to receive calls on, (for the
recipient), the caller pays the cost of calling. E.g 0844 0870 etc.
I am looking for a US provier who offers the same sort of system. I don't
call the US but I
2009 May 26
3
ruby and MySql
Hi there - new to RoR but very excited about it indeed -
I have just manged to install everything.
However, when I browse to http://localhost:3000/ then click the "About
your application’s environment" - from the console I get :
Status: 500 Internal Server Error
no such file to load -- mysql
Perhaps someone can tell from my configuration what is wrong ??? What I
may be missing ??
2006 Oct 13
2
loop, pipe connection, output objects
Hi all,
I have the following -newbye- problem.
Inside R, I am trying to process a file and creating from it many files.
The file is organized in different columns, the second containing a code. I want to create as output objects, which contain only entries in a certain code range, and whose name contain the code itself.
Here is my attempt
indice <- (201:399)
for(i in indice){
data.i <-
2011 Mar 18
2
[LLVMdev] Text or Data symbol
I am again calling for help from LLVM developers ;)
For my DSP backend, at the lowering stage and also at the AsmPrinter stage,
I need to know if a GlobalAddress is a code or a data address.
So I tried at the lowering stage to use:
GlobalAddressSDNode *GSDN = cast<GlobalAddressSDNode>(Op);
const GlobalValue *GV = GSDN->getGlobal();
GV->hasSection() and GV->getSection()
But the