Displaying 20 results from an estimated 142 matches for "standart".
Did you mean:
standard
2005 Apr 14
2
Overload standart function
Hi all,
I try to develop my own R package. I have a couple of standart functions like dim() and length() overloaded.
#Example
dim.Model <- function(this) {
length(unique(this$.variables));
}
I built my package, but when I try to load it... This message appears:
Attaching package 'mudim':
The following object(s) are masked _by_ .GlobalEnv :...
2012 Feb 17
4
Gemfile location
When i am create new project "rails new newProject", ruby create rails
files and next automaticly launch bundle install and setup standart
gems:
C:\Sites>rails new demo
create README.rdoc
.
.
.
create vendor/plugins/.git
run bundle install
.
.
.
Where is standart gemfile location? Or how change standart set of gems?
--
Posted via http://www.ruby-forum.com/.
--
You...
2004 Dec 08
1
Non standart mbox path
Hi!
I need set to dovecot non standart mbox path. For example,
/var/service/mail/%u. How I can do it?
I see default_mail_env parameter, but I don't undestend how it used.
Thanks!
2012 Jun 11
1
director: non standart ports at backends
hello,
I'm trying to figure out how to proxy pop3 and pop3s that listens on non-standart ports at backends.
For example, pop3 is at 1110 and pop3s at 1995 (on backend side).
is it possible?
how should I separate this ports in director's config?
it's easy for one port:
for example lmtp - you just use passdb in protocol lmtp {}
2009 Sep 11
0
asterisk addons don't compile using non standart prefix
My system is Debian
I have successfully installed Asterisk 1.6.1.6 to a non standart
folder /opt/asterisk
Then for asterisk-addons-1.6.1.1 I run:
./configure --prefix=/opt/asterisk/
make menuselect
And then command "make" fails with following errors:
Generating embedded module rules ...
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1.1'
make[1]: Leaving...
2009 Sep 15
0
Bug#546771: logcheck fails to locate lockfile-progs at non standart location
Package: logcheck
Version: 1.2.69
Severity: normal
Tags: patch
-- System Information:
Debian Release: 5.0.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30.4-vs2.3.0.36.14-pre4 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages logcheck depends
2007 Apr 18
6
Bad network performance between VMs in a domain.
Hi!
I have got this problem aching in my head. The speed between my VM and
external machine is about 900Mb/s, but the speed between 2 VMs in one bridge
is just about 20 Mb/s. What can i do with this? Please, help me out.
I ve got a standart Xen configuration(bridge).
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Mar 30
2
library(): load library from a specified location
...ary on a remote machine where I
have no admin rights. Furthermore a library with the same name is
already installed on that machine. I have modified this library slightly
by modifying the source code and created a "personal" version of this
library that I now want to load instead of the standart one.
Running:
R CMD INSTALL 'path*/*packagename* --library=*path*/Software/R-packages
i managed to compile my modified version on the remote machine and save
the library in a folder on that machine.
When I now start R and run
library(packagename)
R still seem to load the version instal...
2010 Mar 30
2
library(): load library from a specified location
...ary on a remote machine where I
have no admin rights. Furthermore a library with the same name is
already installed on that machine. I have modified this library slightly
by modifying the source code and created a "personal" version of this
library that I now want to load instead of the standart one.
Running:
R CMD INSTALL 'path*/*packagename* --library=*path*/Software/R-packages
i managed to compile my modified version on the remote machine and save
the library in a folder on that machine.
When I now start R and run
library(packagename)
R still seem to load the version instal...
2013 Mar 14
1
error: object of type 'closure' is not subsettable
...s not subsettable
I am beginner with R, so I didn?t write this script myself. What is meant
with 'closure' and how can I solve this?
I started also another script (this time by myself) but for sure it is much
more work to do this in comparison to the other script:
# con (condition)
#1: Standart-hoch
#2: Standart-niedrig
#3: Standart-mittel
#4: Ringe-hoch
#5: Ringe-niedrig
#6: Ringe-mittel
#7: Fitness-hoch
#8: Fitness-niedrig
# dye
#A: Hoechst42
#B: Hoechst80
#C: Vio
#D: Vibrant Orange gating 1
#E: Vibrant Orange gating 2
#F: NID APC
#G: NID PerCP
#H: DraQ
#I: Syber Green 1000
#J: Syber...
2015 Jun 02
2
Samba AD with advance password policies
Hi everyone,
I need an active directory instance with some non-standart policies to
users passwords:
1) Group users minimal length is 6, Group Administrators 12
2) Should have special symbols (!#$) and numbers are required
3) Password must not be dictionary words or based on them ( no admin, user,
sysop etc)
4) Each new password must differ to the old one by 50%.
Can...
2009 Aug 25
3
LDAP: Connection lost to LDAP server, reconnecting
Hi! Sorry by my english. Set Postfix + dovecot + AD + ldap, everything works well, but appears in the logs, every 15 minutes:
auth(default): Error: LDAP: Connection lost to LDAP server, reconnecting
Standart limit ldap connect to AD 15 minutes.
Can somehow fix this problem without increasing the time of connection to the AD?
2006 Jan 30
3
webservice consumption over SSL
...cate, needed to authentificate for gettting data)
i need :
to consume that webservice without describing API''s for each method (i
mean use WSL to construct needed structures or objects).
condition:
use as litle lines of code as possible :)
btw, i would prefer solution, that would work on standart ruby
instalation (without additional installs, is that possible)
--
Posted via http://www.ruby-forum.com/.
2002 Aug 28
2
AIX 4.3.3. e rsync 2.5.5
Hi,
At Rs6000/AIX-4.3.3 the rsync-2.5.5 works ok when make local
connections or I use -e rsh or -e ssh for remote connections, like:
(OK) ./rsync -vacz . /user
(OK) ./rsync -vacz -e rsh . user@10.4.2.199:user
(OK) ./rsync -vacz -e ssh . user@10.4.2.199:user
but with standart remote rsync without -e
(NOK) ./rsync -vacz . user@10.4.2.199::user
returns:
rsync: failed to connect to 10.4.2.199: Addr family not supported by
protocol
rsync error: error in socket IO (code 10) at
clientserver.c(97)
I need users can sync files without have "real&q...
2020 Jun 08
3
[PATCH v3 0/5] Add a vhost RPMsg API
...order, is defined on a per-device type basis. RPMsg is
> > indeed included in the spec as device type 7, but that's the only
> > mention of it in both versions. It seems RPMsg over VirtIO isn't
> > standardised yet.
>
> Yes. And it would be very good to have some standartization before we
> keep adding things. For example without any spec if host code breaks
> with some guests, how do we know which side should be fixed?
>
> > Also it looks like newer interface definitions
> > specify using "guest native endianness" for Virtual Queue...
2020 Jun 08
3
[PATCH v3 0/5] Add a vhost RPMsg API
...order, is defined on a per-device type basis. RPMsg is
> > indeed included in the spec as device type 7, but that's the only
> > mention of it in both versions. It seems RPMsg over VirtIO isn't
> > standardised yet.
>
> Yes. And it would be very good to have some standartization before we
> keep adding things. For example without any spec if host code breaks
> with some guests, how do we know which side should be fixed?
>
> > Also it looks like newer interface definitions
> > specify using "guest native endianness" for Virtual Queue...
2007 Dec 13
10
Version naming to use in a RoR proyect
...y for version naming; I
mean, something like linux´s kernel does or similar.
For instance, kernel uses numbers separated in groups by dots (i.e.
pre 2.6 - AA.BB.CC). These groups mean differents fixtures, bugs
fixed...
I will start a big proyect from scratch with rails and I want to
choose now a standart to use and avoid future problems with versions.
Finally, what policies do you use or do you know that can you recommend me?
Thanks,
--
raul <rnaveiras@gmail.com>
/dev/null the ultimate in secure storage.
--~--~---------~--~----~------------~-------~--~----~
You received this message beca...
2005 May 21
10
pb with iptables snat script
hi list,
oh it''s not really a problem.
Each time i fire shorewall, i run a custom iptables script:
(for the openvpn machines to have route back from my bridge/fw -
$SOURCEIP is the ip of my OpenVPN/Fw/bridge)
iptables -A POSTROUTING -t nat -s 10.8.0.0/16 -j SNAT --to-source
$SOURCEIP
i wish to better integrate it within shorewall, so is there any config
files that could achieve the
2007 May 20
4
forcing codepage for non-unicode apps
Hello.
I've a problem running a few apps that are supposed to output some
text in Russian, but it's not displayed correctly (instead it looks
like text in the web browser when wrong charset is selected).
I think these applications try to use GDI or standart Windows
controls with non-unicode text in Windows-1251 Cyrillic codepage
and it doesn't work. AFAIK in Windows XP there was an option
somewhere, to set a "default codepage" for non-unicode apps - which
is probably what I need to make them behave correctly.
Can anybody explain how...
2002 Nov 29
1
KS for goodness of fit
Dear All,
I have two distributions which I don't their nature. I want to check whether they come from the same distribution. I know that I can use KS test however the standart function ks.test applies only the ks test for testing the difference of two samples (non-parametric). By the way the distribution are of Euclidean distances. One of observed and the other of shuffled data.
Thanks,
Ron
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...