Displaying 20 results from an estimated 200 matches similar to: "unused argument(s) (Header = True) help!"
2015 Jun 01
2
Dynamic monitoring of virtual machine disk by libguestfs
Hi all ,
By using function : guestfs_ls() , I have realized ls -l commond
with libguesfs . I am wondering how to inspect the virtual disk
dynamically, such as monitor mkdir commond inside the virtual machines,
I mean if I create a directory in virtual machine , how can I detect it
?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Oct 09
3
ANOVA from imported data has only 1 degree of freedom
Hi,
I'm trying to analyse some data I have imported into R from a .csv file but
when I carry out the aov command the results show only one degree of freedom
when there should be 14. Does anyone know why? I'd really appreciate some
help, the data is pasted below.
/The imported table looks ike this this:/
Order Transect Sample Abundance
1 Coleoptera 1 1 13
2
2012 May 03
1
AMI disconnects
Hi all.
I've got a perl script that connects to Asterisk's management interface using Asterisk::AMI. So far, its proven to be very useful.
I'm hoping to use this to detect and respond to asterisk restarts and sip reloads.
However, my script gets disconnected quite frequently, causing false alarms in my monitoring.
Here's what the code looks like:
2008 Sep 12
4
reading in results from system(). There must be an easier way...
Hello,
I am currently using R to run an external program and then read the results
the external program sends to the stdout which are tsv data.
When R reads the results in it converts it to to a list of strings which I
then have to maniuplate with a whole slew of commands (which, figuring out how
to do was a reall challenge for a newbie like myself)--see below.
Here's the code I'm
2007 Jun 05
3
Outlook dialing
The bar is getting raised yet again
http://www.voipmonitor.net/2007/06/05/New+Features+And+Services+For+Pack
et8+Virtual+Office.aspx
I personally use Snapanumber $30 or there abouts (after trialing a few
other TAPI solutions and finding them sub-par) and think it's a great
product but interesting to see how more people are expecting
desktop/phone integration applications.
Does anyone
2007 Jan 25
6
NOT FOUND error
I''ve been hunting the web and reading the mailing lists all day but
I''m not finding any guidance on this problem. When I try to talk to my
mongrel it simply responds with NOT FOUND and nothing else. I can''t
find anything on google because this has to be the second most commond
phrase in existence.
Any help or guidance would be greatly appreciated.
Sincerely,
Chuck Vose
2002 Oct 17
1
matrix input
Hey, all
Will u please tell me how to input a matrix (n x m) A
in R?
I cannot find such commond in the manual.
Thanks a lot.
Fred
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the
2007 Jul 17
3
two acts_as_ferret questions!
hi, guys:
two acts_as_ferret questions!
1, ruby script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret
sh: svn: command not found
i can not install acts_as_ferret to my Rails project.
what''s wrong? i''m useing rhel 4!
2, i downloaded the acts_as_ferret-0.4.0.tgz at
http://rubyforge.org/frs/?group_id=2916&release_id=10617
and uploaded to
2019 Jul 14
1
Prelease now available
Janne Hyvärinen wrote:
> Minor changes needed for Visual Studio as the version is defined in the
> project files.
>
> Replace 'PACKAGE_VERSION=\"1.3.2\"' with
> 'PACKAGE_VERSION=\"1.3.3rc1\"' in
> src/libFLAC/libFLAC_dynamic.vcproj and libFLAC_static.vcproj. And
> replace 'PACKAGE_VERSION="1.3.2"' with
2015 May 13
2
about libguestfs 'AVAILABILITY'
Hi all:
I installed libguestfs-1.29.40 on both ubuntu 12.04 and ubuntu
14.04. Both of them have the same problems,It is about the 'AVAILABILITY'
. I build libguestfs by tarball , everything is ok except the commond :
make check .
on ubuntu 12.04 the error is
md_create: feature 'mdadm' is not available in this
build of libguestfs. Read 'AVAILABILITY' in the
2011 Oct 19
5
Instalation of lastest version of Shorewall in Debian
I want to use lastest version of Shorewall in my fresh debian squeeze
instalation,
so I follow http://www.shorewall.net/Install.htm#Debian
but, modify preferences file was not enough for me,
I have to modify/add some other files in /etc/apt/ directory:
1.) include testing repo to source.list
2.) add APT::Default-Release "stable"; to apt.conf
and pinning all other packages to stable
2004 Mar 30
1
force user not working
Hello.
I am making a new samba server. My old samba server was a RedHat machine
(6.2) with samba 2.0.7 on it. My new samba server is a Gentoo machine with
Samba 3.0.2a.
Aside from the fact that I am now using ADS instead of a traditional NT4
domain -- everything else is the same. I am keeping all the shares the same,
I have synced all the gid's and uid's between the two machines,
2012 Aug 27
2
[LLVMdev] where can I find out the documents of how to write a llvm regression test case?
Hi,
thanks for your letter,but i have read it several times,and now i am
confused still.because i do not know how the test work.
for a simple sample:
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
@addr = external global i64
define i64 @add_unsigned(i64 %x, i64 %y) {
; CHECK: %z = add nuw i64 %x, %y
%z = add nuw i64 %x, %y
ret i64 %z
}
1.FileCheck verify the file that llvm-dis output and
2009 Feb 09
2
meetme application
hi guys:
recently I want to buinding a meeting confence on asterisk and use the meetme application.
I have a ztdummy kernel
afteri the lsmod commond:
ztdummy 5768 0
zaptel 182660 28 zttranscode,ztdummy
crc_ccitt 3008 1 zaptel
I also configure the meetme.conf
conf => 1000;
my extensions.conf
[default]
exten =>
2008 May 05
1
how to plots two pairwise data sets into a same graph
Dear all:
I fitted "Observed" into a distribution as frequency. The predicted values are calculated as "predicted" for frequency. bins is "x". I plot observed, predicted against x in a graph. the commond is here.
2005 Sep 22
1
Rf_initEmbeddedR in Windows
Hi All
My C++/linux program uses Rf_initEmbeddedR to start R and then calls some
R functions. Now I try to port it to Windows. Give the fact that
Rf_initEmbeddedR is missing in Windows, I try to use the implmentation in
Rserve by Simon Urbanek. When I build in MS Visual Studio, I get the
following linking error
error LNK2019: unresolved external symbol __imp__putenv referenced in
function
2007 Jul 17
2
acts_as_ferret 0.4.1
Hi folks,
I just released version 0.4.1 fixing several bugs and bringing the
DRb server''s index versioning feature to the stable branch.
Please see [1] for more changes.
Cheers,
Jens
[1] http://projects.jkraemer.net/acts_as_ferret/query?status=closed&milestone=0.4.1
--
Jens Kr?mer
http://www.jkraemer.net/ - Blog
http://www.omdb.org/ - The new free film database
2004 Feb 02
1
Robust nonlinear regression - sin(x)/x?
You reall have only one parameter in your model, c = a/b. You can't
identify both a and b from your model, therefore, you should fit the
linear model: lm(z ~ c* sin(x)/x)
Ravi.
----- Original Message -----
From: cstrato <cstrato at aon.at>
Date: Monday, February 2, 2004 2:28 pm
Subject: [R] Robust nonlinear regression - sin(x)/x?
> Dear all
>
> Since I did not receive any
2006 Nov 09
1
porting numbers away from packet 8?
Does anyone know if it's possible to port a number AWAY from packet8?
I've been with them for 2 years and really want to move to an IAX based
service so I can have more than 1 incoming line at a time.
Cheers,
Dean
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
1999 Oct 21
1
finding a compiled version of samba
Samba Techs,
I started compiling 2.0.5a yesterday and someone came by and told me I could
get a version of samba that has already been compiled. The problem is, I don't
know where to find it. Is there any way someone could please send me a copy of
one of the most recent "compiled" versions of samba. If not, could you please
direct me to the location on the internet where I can