search for: donnas

Displaying 20 results from an estimated 35 matches for "donnas".

Did you mean: donna
2005 Mar 08
1
To convert an adjacency list model into a nested set model
Dear R-help I am wondering if somebody wrote some code to convert an adjacency list model into a nested set model. In principal I want to do the same as John Celko mentioned it here with SQL: http://groups.google.co.uk/groups?hl=en&lr=lang_en&selm=8j0n05%24n31%241 %40nnrp1.deja.com Assume you have a tree structure like this Albert / \ /
2002 Nov 28
1
IP address change
A while back samba was installed on a machine with IP address 10.1.0.19, default router 10.1.0.1. The IP address was recently changed to 10.2.0.57, default router 10.2.0.1. The share used to be available across our network as specified by hosts allow. However, since the IP Address change ONLY 10.2 machines can see the share. It is no longer available to the whole network. The server itself can be
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
2008 Mar 23
2
(no subject)
Is there any way to use more than one color or shape in the same plot. I would like to make the points different colors for various levels of a variable. I have tried a simple 'if' statement in the plot command, but I get an error message. Here is what I have tried and the error message I get: > plot(test, if(test[,1]<8) col="steelblue2" else col="wheat2")Error
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:
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
2008 Mar 08
1
counting specific elements in a column of a matrix
Hello, I would like to know how to count the number (cardinality) of a specific element in a single row of a matrix. At this time I have 30X3 matrix. The first column is the treatment 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
2015 Jun 10
7
curve25519
I have developed a compact at the same time high performance library for curve25519/ed25519 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
2013 Nov 02
3
[PATCH] curve25519-sha256@libssh.org key exchange proposal
It should be compatible with the original patch. However I think that the shared secret should be encoded as a string, too. What does libssh 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,
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
Hi, i'm making this speex recorder and player for PocketPC (it's 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
http://bugs.freedesktop.org/show_bug.cgi?id=15377 Summary: unable to watch 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
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
if I understand http://git.libssh.org/projects/libssh.git/commit/?id=4cb6afcbd43ab503d4c3d3054b96a1492605ea8d correctly, then the shared secret is encoded as a bignum, probably because the rest of the code assumes it's a bignum (e.g. for key derivation, etc). however, the DH public keys are always encoded as strings (both in my patches and in the libssh.org code). Am 02.11.2013 um 07:57
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 not
2004 Aug 23
0
boot.cat
I'm trying to make a boot disk with reiser4progs on it. I can't seem to find any documentation on the boot.cat file. Is this something I create or does it get generated? The documentation at http://syslinux.zytor.com/iso.php says: << To create an image, create a directory called "isolinux" (or, if you prefer, "boot/isolinux") underneath the root directory of
2010 Mar 16
1
Whether need to run CentOS Certification test suite to get the CentOS logo
Howdy, I have searched related information on the CentOS website, and only get the answer "Except for CentOS CD/DVD ISOs, you may not use CentOS logos on merchandise without an individual agreement with the CentOS Project.We need to approve the use of the logos and will require that you donate a percentage of your total sales on items using the CentOS logos in this manner". But I'm
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)
Forwarded to samba@#samba.org.... ---------- Forwarded message ---------- Date: Tue, 12 Feb 2002 07:57:08 -0800 From: "Szymanek, Greg" <GSzymanek@columbiaforestproducts.com> To: "'samba-docs@lists.samba.org'" <samba-docs@lists.samba.org> Subject: (no subject) Samba Experts, I hope you don't mind me sending you an email about Samba, however I am
2004 Feb 10
1
FW: problems with samba 2.2.7 installed on Tru64 with OS 5.1
Hi Is there anyone who can answer to my question below? I'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