Displaying 20 results from an estimated 60 matches for "enty".
Did you mean:
entry
2010 Jan 17
3
enty-wise closest element
Dear R-users,
i have a simple problem maybe, but i don't see the solution. i want to
find the entry-wise closest element of an vector compared with another.
ind1<-c(1,4,10)
ind2<-c(3,5,11)
for (i in length(ind2):1)
{
print(which.min(abs(ind1-ind2[i])))
}
for ind2[3] it should be ind1[3] 10, for ind2[2] it should be ind1[2] 4
and for ind2[1] it should be ind1[1] 1. but with the
2000 Aug 05
1
Making UseLogin yes requires a valid reverse DNS enty
Hi, I am using openssh 2.1.1pl4 on a Linux 2.2.16 box [RH 6.1
distribution], I was confused as to why when I telnet into that box, I
get /usr/local/bin in my PATH but when I ssh into my box, /usr/local/bin
is not in my PATH
I modified /etc/ssh/sshd_config to have UseLogin yes and then when I try
to ssh into that box, I couldn't. ssh -v showed the following
debug: Requesting shell.
debug:
2008 Jun 12
7
How to change the class of data?
Hi all,
I have some data x, which are actualy consisted of numerical enties. But the
class of this matrix is set to be "factor" by someone else. I used
"class(x)", it turns out to be "factor". So I can not calculate them.
How can I turn them into numerical data so that I can apply math operations
on them? Thanks a lot for your help.
Selina
[[alternative HTML
2002 Sep 02
3
starcraft.exe (again i guess :) )
hi everyone.
i've just compiled and configured wine and tried to play starcraft. but when i start it nothing happens. i mean really nothing. here's the poor output of wine, hopefully it says something to you guys:
fixme:console:SetConsoleCtrlHandler (0x4cf850,1) - no error checking or testing yet
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403b39a8)->(00020021,00000013)
2009 Jan 20
5
from matrix to data.frame
...)
> a
A B C D E
1 1 6 11 16 21
2 2 7 12 17 22
3 3 8 13 18 23
4 4 9 14 19 24
5 5 10 15 20 25
# -----------------------------------
This is an example on how my matrix looks like.
Now, I'd like to reshape the data that I get a data frame with three columns:
- the row name of the enty (X1)
- the column name of the entry (X2)
- the entry itself (X3)
like:
X1 X2 X3
1 A 1
2 A 2
3 A 3
....
1 B 6
2 B 7
....
5 E 25
How would you solve this problem in an elegant way?
Antje
2008 Jul 02
6
wine 1.1.0 crash and vcredist_x86.exe installation
warcraft 3 has been updated recently. since the update it stopped working for me. looking for a solution on appdb i found, that i had to install vc, BUT:
Code:
nt at eNTi $ wine vcredist_x86.exe
wine: Unhandled page fault on read access to 0x00000001 at address 0xb7ca8291 (thread 0014), starting debugger...
Unhandled exception: page fault on read access to 0x00000001 in 32-bit code (0xb7ca8291).
2006 Oct 23
3
Bug in file parsing of ups.conf
Version 2.0.4 on CentOS (RHEL 4)
I goofed on my original post and sent it to the bounce. Between then and now
I have done some further digging and found the real issue.
I was having an issue with the ups.conf file not being read after the 21st
entry. Turns out this was were the first error occurred. I could move the
entries around in the file and get them to load. What I did not realize is
where
2006 Oct 23
3
Bug in file parsing of ups.conf
Version 2.0.4 on CentOS (RHEL 4)
I goofed on my original post and sent it to the bounce. Between then and now
I have done some further digging and found the real issue.
I was having an issue with the ups.conf file not being read after the 21st
entry. Turns out this was were the first error occurred. I could move the
entries around in the file and get them to load. What I did not realize is
where
2002 Oct 14
3
Directory size display discrepency
Hi,
I would liek to ask the list if any one can explain why there should be
a discrepency in the directory sizes that are displayed when I use
explorer on Windows. This has been reported to me by a user, I have
never seen this before as I dont use windows if I can help it :-)...
When I slect properties of a directory it has two enties
Size and Size on disk
As an example size says 33 bytes, size
2009 May 19
9
Hang at 5:34 pm EST
Some at 5:34 pm EST DAILY, all my call get disconnect.
I tried RE-INSTALLATION, I tried Reinstallation on a virgin HDD, but its
same.
I tried changing VOIP provider I tried changing Internet Provider..But no
help..
What could be the reason ?
Here are my enties of crontab :
### recording mixing/compressing/ftping scripts
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * *
2016 Mar 08
7
Strange behaviour of iptables in centos 7
...i
strange behaviour of iptables on a centos 7.0 machine:
The following rule is in the iptables of said machine:
[root at myserver ~]# iptables -L -v -n --line-numbers |grep 175\.
9 9 456 DROP all -- * * 175.44.0.0/16
0.0.0.0/0
[root at myserver ~]#
The corresponding enty in /etc/sysconfig/iptables looks like:
[root at myserver ~]# grep 175 /etc/sysconfig/iptables
-A INPUT -s 175.44.0.0/16 -j DROP
[root at myserver ~]#
The rule must be there since ages, because it has number 9 out of 76
similar rules.
Today, on the same machine (I rechecked it to make sure not t...
2012 Jul 05
2
vector entry in matix
hi,
i'm trying to figure out if there's any possibility to write a whole vector
into a matrix or data.frame or something like that. i don't mean
transormation. Here an example:
[,1] [,2]
[1,] "a" "d"
[2,] "b" "e"
[3,] "c" "f"
where e.g. a is a<-c(0,1) vector of length 2, b a vector of length 4,... (i
know that
2005 Sep 06
1
CentOS 3 -> logins
Hi,
Since I upgraded CentOS from 3 to 4, I get those enties in logwatch.
It seems to be caused by cron, opening a session everytime it executes a
task. Is that normal?
crond:
Unknown Entries:
session closed for user root: 381 Time(s)
session opened for user root by (uid=0): 379 Time(s)
session closed for user user: 239 Time(s)
session opened for user user by (uid=0):
2002 Sep 12
1
Starcraft under wine-20020904
hi everyone.
again i have a problem running starcraft. when i start it up i can hear the music in the background and i can even doning stuff with the mouse, even though i do not see my mouse. nor do i see anything else. wine throws something like that at me:
fixme:console:SetConsoleCtrlHandler (0x4cf850,1) - no error checking or testing yet
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
2004 Mar 16
1
(3.0.2a) nsswitch/winbindd_user.c:winbindd_getpwnam(157)
After connecting to the samba server as a domain user without password
challenge, authenticating against a w2k DC (security = ADS), with
winbindd running, I can navigate the shares successfully but cannot
write to the share.
I have done "net groupadd ..." to map windoze-unix groups.
I am assuming from the log enties below that my access problem lies in
the given errors. How to
2004 Jun 03
1
smbldap-populate under debian woody fails
Hi,
I've tried the tgz from idealx, tried unofficial debs, triple checked
the config, but everytime I get the same error.
The script starts adding the enties but after
cn=Domain Guests,ou=Groups,dc=xyz,dc=com
which is successfull the following line show up
Can't call method "dn" on an undefined value at
/usr/sbin/smbldap-populate line 341, <GEN1> line 11.
Does anybody
2002 Sep 09
0
wine-users digest, Vol 1 #1244 - 7 msgs
-----Original Message-----
From: wine-users-request@winehq.com
[mailto:wine-users-request@winehq.com]
Sent: Monday, September 09, 2002 10:01 AM
To: wine-users@winehq.com
Subject: wine-users digest, Vol 1 #1244 - 7 msgs
Send wine-users mailing list submissions to
wine-users@winehq.com
To subscribe or unsubscribe via the World Wide Web, visit
http://www.winehq.com/mailman/listinfo/wine-users
2016 Mar 08
2
Strange behaviour of iptables in centos 7
...t; The following rule is in the iptables of said machine:
>>
>> [root at myserver ~]# iptables -L -v -n --line-numbers |grep 175\.
>> 9 9 456 DROP all -- * * 175.44.0.0/16
> 0.0.0.0/0
>> [root at myserver ~]#
>>
>> The corresponding enty in /etc/sysconfig/iptables looks like:
>>
>> [root at myserver ~]# grep 175 /etc/sysconfig/iptables
>> -A INPUT -s 175.44.0.0/16 -j DROP
>> [root at myserver ~]#
>>
>> The rule must be there since ages, because it has number 9 out of 76
> similar rules.
>&g...
2006 Nov 12
2
Problem in production enviroment 3.0.23c-1
Hi,
We use Samba as backend for an IIS webfarm (shared hosting). Some of our
customers are using Frontpage extentions to manage their site. Now when
uploading a new folder or file the users are getting:
Cannot read or set the permissions for file \\server\share\file:
initializing the SD failed
When you click OK (you can only click OK at this point) the folder or
file is created and the rights
2006 Jan 30
4
multiparameter assignment
I''m trying to figure out the rails why to break a single database field
out into multiple fields on a form, very similar to how rails does with
dates. How can I create my own object that mirrors the date objects
behaviur in how it accepts the multiparameter assignment from the form.
Example:
A phone number field (to force formating on the user) could be broken
into 3 form fields,