Displaying 20 results from an estimated 35 matches for "donna".
Did you mean:
gonna
2005 Mar 08
1
To convert an adjacency list model into a nested set model
...%40nnrp1.deja.com
Assume you have a tree structure like this
Albert
/ \
/ \
Bert Chuck
/ | \
/ | \
/ | \
/ | \
Donna Eddie Fred
in an adjacency list model:
> emp=c("Albert", "Bert", "Chuck", "Donna", "Eddie", "Fred")
> boss=c(NA, "Albert", "Albert", "Chuck", "Chuck", "Chuck")
> pri...
2002 Nov 28
1
IP address change
...the whole network,
either using the new IP address or the hostname. It can also be seen thru NT
as a sharable machine but when you try to connect to it from anywhere other
than 10.2 you get a 'Network path was not found' message.
Does samba support changing the IP address in this way?
> Donna
>
> Donna Tombs
> IT Manager OST
> Information Technology Section
> East Renfrewshire Council
> Phone: 0141 577 3456
> Fax: 0141 577 3421
> mailto:donna.tombs@eastrenfrewshire.gov.uk
>
>
>
>
****************************************************************...
2013 Nov 01
1
[PATCH] curve25519-sha256@libssh.org key exchange proposal
Here are three versions (patch against openbsd cvs)
1) repace nacl w/libsodium, so i could test
2) curve25519-donna
3) Matthew's public domain reference implementation.
i'd vote for #3
-------------- next part --------------
Am 30.10.2013 um 07:27 schrieb Damien Miller <djm at mindrot.org>:
> On Tue, 24 Sep 2013, Aris Adamantiadis wrote:
>
>> Dear OpenSSH developers,
>>...
2008 Mar 23
2
(no subject)
...age:In if (test[, 1] < 8) col = "steelblue2" else col = "wheat2" : the condition has length > 1 and only the first element will be usedI know 'x' and 'y' lenghths do NOT differ. If I just do plot(test), it works perfectly. Is there any way to this?Thanks,Donna
_________________________________________________________________
How well do you know your celebrity gossip?
[[alternative HTML version deleted]]
2012 Oct 18
2
How to import data from text file using scan() Function?
Hi....
I have one text file which containing 4 variables with 10 observations.
I would like to import with scan() function. Please give some
suggestion............
Thanks...
Mydata set is.
id name sex age
111 HELEN f 22
112 DONNA f 22
113 ERIC m 21
114 LINDA f 23
115 AXEL m 27
116 Madhuri f 32
117 Tarun m 39
118 Aashirya f 23
119 Nachik m 24
120 Leena f 32
--
View this message in context: http://r.789695.n4.nabble.com/How-to-import-data-from-text-file-using-scan-Function-tp4646611.html
Sent from the R help mailing list a...
2001 May 10
1
Samba binary on AIX
Hi,
I was searching for a version of Samba (2.0.7) but I've not found any
compiled version for IBM AIX 4.3.3... Are there any issues on that platform?
Are you planning to relaesa a binary version?
Thanks,
Michele Donna
____________
GE Global eXchange Services
Product Specialist
GE Global eXchange Services
Via San Gregorio 34
20124 Milano, Italia
Tel. +39 02 66705.1 - Fax +39 02 6694496
Web: http://www.gegxs.com
GE Global eXchange Services e' una divisione della General Electric
Information Services S.p.A
La...
2008 Mar 08
1
counting specific elements in a column of a matrix
...atment number for each data point. I would like to know how many of each treatments are in this matrix. i.e. I want to know how many 1's are in column 1, how many 2's are in column 1, etc. I found a couple references to the length function, but I could not make any of them work.
Thanks,
Donna
_________________________________________________________________
[[elided Hotmail spam]]
[[alternative HTML version deleted]]
2015 Jun 10
7
curve25519
...d25519 and I have placed it in the public domain. It support DH
key exchange as well as ed25519 keygen, sign and verify. The implementation
is constant-time, supports blinding, bulk-verify and more.
The library is available as portable-C as well as ASM for Intel-x64 CPUs.
It outperforms curve25519-donna by a factor of 3.6 to 11 depending on the
target.
You may have a look at the source code hosted at:
https://github.com/msotoodeh/curve25519.
I was wondering if OpenSSH is a suitable home for this library?
Thanks, Mehdi.
2013 Nov 02
3
[PATCH] curve25519-sha256@libssh.org key exchange proposal
...h do?
> Am 02.11.2013 um 05:46 schrieb Damien Miller <djm at mindrot.org>:
>
>> On Fri, 1 Nov 2013, Markus Friedl wrote:
>>
>> Here are three versions (patch against openbsd cvs)
>>
>> 1) repace nacl w/libsodium, so i could test
>> 2) curve25519-donna
>> 3) Matthew's public domain reference implementation.
>>
>> i'd vote for #3
>
> Yes, me too.
>
> One thing: this patch will be incompatible with Aris' since we calculate
> the hash over the DH values encoded as strings rather than (as he does)
>...
1997 Oct 03
67
SAMBA
On Fri, 3 Oct 1997, Daniel Feenberg wrote:
> Gosh, you are doing well at a project that I gave up on about a year
> ago. I only wish you were close enough to do some consulting for us.
I guess so do I ;-)
Using the new approach I posted to samba-list earlier today, it is not
really all that tricky any more. Watch for my reports on the list, you
may be able to implement what I've done
2004 Nov 30
1
speex player for PPC
...for
school) and i was wondering if anyone here could tell me what i'd need
to create the player... it has to be a stand-alone program, not a
plug-in for windows media player etc. i'd need the speex decoder
right? do i need to make any changes? i really have no idea, thanks
for any help =)
Donna
2008 Apr 06
6
[Bug 15377] New: unable to watch DoctorWho
...atch DoctorWho
Product: swfdec
Version: unspecified
Platform: Other
URL: http://www.bbc.co.uk/doctorwho/s4/episodes/?episode=S4_0
1&action=iplayer&pid=b009w049&title=Partners%20In%20Crim
e&summary=Donna%20is%20determined%20to%20find%20the%20Do
ctor%20again%20-
%20even%20if%20it%20means%20braving%20the%20villainous%2
0Miss%20Foster%20and%20her%20hordes%20of%20sinister%20Ad
ipose
OS/Version: All
Statu...
2013 Sep 24
9
[PATCH] curve25519-sha256@libssh.org key exchange proposal
Dear OpenSSH developers,
I've worked this week on an alternative key exchange mechanism, in
reaction to the whole NSA leaks and claims over cryptographic backdoors
and/or cracking advances. The key exchange is in my opinion the most
critical defense against passive eavesdropping attacks.
I believe Curve25519 from DJB can give users a secure alternative to
classical Diffie-Hellman (with fixed
2013 Nov 02
0
[PATCH] curve25519-sha256@libssh.org key exchange proposal
...um 05:46 schrieb Damien Miller <djm at mindrot.org>:
>>
>>> On Fri, 1 Nov 2013, Markus Friedl wrote:
>>>
>>> Here are three versions (patch against openbsd cvs)
>>>
>>> 1) repace nacl w/libsodium, so i could test
>>> 2) curve25519-donna
>>> 3) Matthew's public domain reference implementation.
>>>
>>> i'd vote for #3
>>
>> Yes, me too.
>>
>> One thing: this patch will be incompatible with Aris' since we calculate
>> the hash over the DH values encoded as string...
2011 Jun 02
0
Using SQLDF to pick values based on word count
I have a data frame in R with the following values.
cars
autocar
cars info
what is that
donna drive
car
telephone
i need car...
I want to select all values which contain 'car', values with three
words, and those keywords with car that contain three words.
The first part is done with :
sqldf("SELECT Keyword FROM dat WHERE Keyword like '%car%'")
However, I'm n...
2004 Aug 23
0
boot.cat
...files' part? ;)
Do I need to make a directory structure for the reiser4 programs, do I need an
init file? Links to more docs are appreciated.
_________
Stephen
If your desktop gets out of control easily,
you probably have too much stuff on it that
doesn't need to be there.
Donna Smallin, "Unclutter Your Home"
2010 Mar 16
1
Whether need to run CentOS Certification test suite to get the CentOS logo
...es on items using the CentOS logos in this
manner".
But I'm still not sure whether CentOS have certification test suite and we
need to run it first, such as we can get Redhat "hardware certified logo" if
we pass the RedHat Certification test suite,eg V7.
Thanks for your attention
Donna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100316/f4d6142b/attachment-0002.html>
2004 Jun 22
2
Samba 3 as Both PDC and File Server
Can Samba 3 be configured to serve simultaneously as as a Primary Domain Controller and as a file server? I just installed SuSE Linus 9.1 Pro and its Samba setup system allows only a choice of EITHER a PDC or file server but not both.
If it can serve as both, does either your "Guide" or "How-To" document show how to set up the Samba configuration file?
Thank you very much
2002 Feb 12
0
(no subject) (fwd)
...e dot files = no
[homes]
comment = Home Directories
writable = yes
browswable = no
[Qiang]
comment = Qiang's Share
path = /home-/qsun
valid users = qsun
writeable = yes
[Greg]
comment = Greg's Share
path = /home0/szymanek
valid users = szymanek
writeable = yes
[Donna]
comment = Donn'a Share
path = /home1/dvansant
valid users = dvansant
writeable = yes
[Bob]
comment = Bob's Share
path = /home1/rvansant
valid users = rvansant
writeable = yes
[public]
comment = Public Share
path = /home/public
writeable = yes
guest only = no...
2004 Feb 10
1
FW: problems with samba 2.2.7 installed on Tru64 with OS 5.1
...ve received an autoreply from Tan Feng with a message that he'll be on vacation until the 6th of Feb.. I've tried to go on the site mentioned by him without success...
Please help.
Regards,
Dona Mihut
HP, Managed Services, Asia Pacific
> -----Original Message-----
> From: Mihut, Donna
> Sent: Tuesday, January 27, 2004 11:39 AM
> To: 'samba@samba.org'
> Subject: problems with samba 2.2.7 installed on Tru64 with OS 5.1
>
> Hi,
>
> I have installed samba (v.2.7) on a Tru64 server (OS 5.1) and the file transfer is about 6 time slower that on another...