Displaying 20 results from an estimated 23 matches for "cdd".
Did you mean:
cd
2013 Jul 12
4
simplify a dataframe
...uot;, "CDI commun",
"CDI commun", "CDI commun", "CDI commun", "CDI commun", "CDI commun",
"CDI commun", "CDI commun", "CDI commun", "CDI commun", "CDI commun",
"CDI commun", "CDD d?tach? ext. Cirad", "CDD d?tach? ext. Cirad",
"CDD d?tach? ext. Cirad", "CDD d?tach? ext. Cirad", "CDD d?tach? ext.
Cirad",
"CDD d?tach? ext. Cirad", "CDD d?tach? ext. Cirad", "CDD d?tach? ext.
Cirad",
"CDD d?tach? e...
2005 Jul 11
2
[ win32utils-Bugs-2093 ] unable to open existing shortcut
...up: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: unable to open existing shortcut
Initial Comment:
#
## My RUBY version
#
C:\>ruby -v
ruby 1.8.2 (2004-12-25) [i386-mswin32]
#
## Shortcut execution log with error
#
C:\>ruby M:\CDD\ruby\win32\shortcut\bug.rb
Version: 0.1.3
Link C:/test.lnk created
M:/CDD/ruby/win32/shortcut/bug.rb:22:in `open'': The system cannot find the file
specified. (Win32::ShortcutError)
from M:/CDD/ruby/win32/shortcut/bug.rb:22
#
## Test script
#
=== M:\CDD\ruby\win32\shortcut\bug.rb =...
2005 Aug 04
1
Where the error message comes from?
...- data.frame(s = c(rep(1,k),rep(2,k)),
i = c(1:k,1:k), n =rep(m,2*k),
mc=c(mc1,mc2),me=c(me1,me2))
mmc1 <- mean(d[1:k,4])
mmc2 <- mean(d[(k+1):(2*k),4])
mme1 <- mean(d[1:k,5])
mme2 <- mean(d[(k+1):(2*k),5])
cnn <- (vc1m+vc2m)/(mmc1-mmc2)^2
cdd <- (ve1m+ve2m)/(mme1-mme2)^2
cnd <-
(r1*(vc1m*ve1m)^0.5+r2*(vc2m*ve2m)^0.5)/((mmc1-mmc2)*(mme1-mme2))
R <- (mmc1-mmc2)/(mme1-mme2)
seR <- R*(cnn+cdd-2*cnd)^0.5
f1 <-
R*((1-3.8416*cnd)-1.96*((cnn+cdd-2*cnd)-3.8416*(cnn*cdd-cnd^2))^0.5)/(1-
3.8416*cdd)
f2 <-
R*((1-3.841...
2014 May 19
0
Samba How to kill the locked files from a useraccount by multiple smbd pids
...x charset = ISO8859-15
display charset = ISO8859-15
dos charset = cp850
map readonly = permissions
socket options = TCP_NODELAY SO_KEEPALIVE
deadtime = 15
interfaces = caxhhpnfs05/255.255.248.0
bind interfaces only = Yes
name resolve order = host wins bcast
#
# Samba directories
#
pid directory = /CCDDB.admin/samba/config/caxhhpnfs05/var/locks
log file = /CCDDB.admin/samba/config/caxhhpnfs05/logs/log.%m
smb passwd file = /CCDDB.admin/samba/config/caxhhpnfs05/private/smbpasswd
private dir = /CCDDB.admin/samba/config/caxhhpnfs05/private
lock dir = /CCDDB.admin/samba/config/caxhhpnfs05/var/locks...
2008 Jun 23
2
Adding Printer drivers with rpcclient
...nt -U root -c 'adddriver "Windows NT x86"
"dellcolor:dlxcrzim.dll
:dlxcrzp.ddd:dlxcrziu.dll:dlxcrz.hlp:NULL:RAW:dlxcrjdm.dll,dlxcrzir.xrs,dllzjnie.dll,dlzddmif.dll,dlzdhb32.dll,dllznie1.dll,dlzpmc2.dll,dlzadcmn.dll,dlzarl32.dll,dlzc5102.dll,dlxcrz.cfg,dlxcrz.cnt,dlxcrz.xrs,dlxcrz.cdd"
' lxtrfs03 -d 100
Any help would be greatly appreciated.
--Kyle
2011 Aug 24
2
Regression by factor using "sapply"
...ies for the elementary nature of the question (yes, I'm another
newbie)...
I'd like to perform a multiple regression on a single data set containing a
representation of energy consumption and temperatures containing account
number, usage (KWh), heating degree days (HDD) and cooling degree (CDD)
days. I want to get the coefficients back from the following equation:
lm(AvgKWh ~ AvgHDD + AvgCDD, data=usage)
Given that the data set contains the usage of different accounts (e.g. some
large energy users and some small energy users) I do not want to perform the
equation just one time....
2007 Jun 29
2
flac car stereos
i'ld just like to have a car unit that you can put a USB stick in, a friend has
one for mp3 and it is just what i want (but w/ flac support)- now that
4GB USB sticks are around
you can get a lot on there in flac!
> --- Brian Willoughby <brianw@sounds.wa.com> wrote:
>
> > are there any car stereo flac players?
2007 Nov 02
1
Understanding the install kernel command line arguments
Hi,
I've been meandering through Google searches, simple-cdd source
and debian-cd code trying to figure it out. No luck. Can I get a
pointer to some documentation, please? :) Thank you.
Regards, Bruce
(viz., I'm trying to answer _all_ installation questions in a "preseed"
file, but it is not being seen, so I get all these questions when wh...
2007 Nov 19
0
Natural Microsystems AG Quad
...cs) | marcoacarvalho(a)gmail.com
Maceio - Alagoas - Brazil
Debian GNU/Linux AMD64 unstable (Sid)
GNU-PG ID:08D82127 - Linux Registered User #141545
Not?cias Semanais do Debian em Portugu?s: http://www.debian.org/News/weekly
Alertas de Seguran?a Debian (DSA): http://www.debian.org/security
Debian-BR-CDD - O seu Debian ? brasileira: http://cdd.debian-br.org
2007 Jun 18
7
Testing for cross site scripting, etc.
Being new to testing and ruby, are there "standard" tests that can be
done that test for things like cross site scripting and friends?
If not, anyone have ideas on what I might do about testing those sorts
of things?
I''ll be using rails, also.
Mike B.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging
2003 Jan 14
1
Samba 2.2.7a & CUPS 1.1.18, Win2k is not downloading cups windows drivers
...0C'
cmd = setdriver 660C 660C
Succesfully set 660C to driver 660C.
Only installing the printer on a W2K Pro SP3 machine is not working.
According to the W2K the drivers are not on the server. Which is very
strange because I am able to copy the specific files from the server with
4NT by using a cdd \DELTAFLYERprint$W32X862 and then copy the file to a temp
dir.
To examine what is happening I switched to debug level 20 and found the
following error :
[2003/01/14 13:52:35, 10] smbd/trans2.c:call_trans2setfilepathinfo(2883)
call_trans2setfilepathinfo: file W32X86/2/cupsdrvr.dll : setting dos mod...
2008 Jan 04
1
Cisco 79xx XML services
hi guys.
i'm writing some simple applications for the cisco 7970
services button. i read the asterisk wiki and it mention
there's a CMXML_App_Guide.pdf file but there's nowhere
can i find a link for it. does anybody know where can
i find it?
regards.
--
Edwin Lam <edwin.lam at officegeneral.com>
Systems Engineer, Office General, Inc.
Ph: +1 415 439 4988 Fax: +1 415 283 3370
2003 Apr 29
2
make -DNOCLEANDEPENDS distclean
every time I execute make -DNOCLEANDEPENDS distclean I get this error...
is it a freebsd bug, or is it something that just happened on my system?
I've tried deleting parts of ports and updating the structure with cvs but
the error always happens.
===> audio/zinf
"Makefile", line 72: UPGRADE print/freetype TO CURRENT VERSION!
*** Error code 1
Stop in /usr/ports/audio.
*** Error
2006 Dec 22
0
Build a matrix using JRI
...,] 0 0 0
[7,] 0 0 0
[8,] 0 0 0
[9,] 0 0 0
[10,] 0 0 0
Is possible to obtain this format above using java and jri ? if yes,
what i have to use in the jri package ?
Thank you very much to all
Cheers
Fran?ois
--
Fran?ois Ehrenmann - IE cdd
Equipe IMGT (Marie-Paule LEFRANC),
the international ImMunoGeneTics information system?
http://imgt.cines.fr
IMGT, LIGM, IGH, UPR CNRS 1142, 141 rue de la Cardonille
34396 Montpellier Cedex 5 FRANCE
Tel: +33 (0)4 99 61 99 28 - Fax: +33 (0)4 99 61 99 01
e-mail: Francois.Ehrenmann at igh.cnrs.fr
2011 Nov 16
1
Possible issue with virt-v2v writing to wrong Windows registry control set
I may have stumbled across a virt-v2v bug.
I just did a successful virt-v2v migration of a Windows 2008 server from
an ESXi host to a RHEV environment. While the VM was still on the ESXi
side, I removed its VMWare tools and rebooted it just make sure it was
still functional. Then I shut it down and V2V'd and imported it into
RHEV.
When I first powered up the new RHEV copy, it
2007 May 29
0
Fw: [RFC] makedumpfile: xen extraction
...+ MSG("The dumpfile is saved to %s.\n", info->name_dumpfile);
+
+ return COMPLETED;
+out:
+ return FALSE;
+}
+
int
main(int argc, char *argv[])
{
@@ -4152,7 +4571,7 @@
vt = &info->vm_table;
info->block_order = DEFAULT_ORDER;
- while ((opt = getopt(argc, argv, "b:cDd:EFg:hi:Rvx:")) != -1) {
+ while ((opt = getopt(argc, argv, "b:cDd:EFg:hi:RvXx:")) != -1) {
switch (opt) {
case ''b'':
info->block_order = atoi(optarg);
@@ -4191,6 +4610,9 @@
case ''v'':
info->flag_show_version = 1;
break;
+...
2007 Jul 12
0
No subject
...o IP Phone Services Application Development Notes (Cisco IP
Phone
XML Objects)". So I Googled for "Cisco IP Phone XML Objects"
which
turned up several results for a 2002 O'Reilly book, followed by
the doc
itself at
=09
http://www.cisco.com/univercd/cc/td/doc/product/voice/vpdd/cdd/5_0/5_0_1
/ipphsv/ip503ch2.htm . Along the way there were several other docs and
examples, including differences between SIP/SCCP version of the service.
=09
I'm interested to see how well the feature works on the 7970s
with
Asterisk instead of CallManager. Please keep me posted on your
progr...
2004 Apr 21
9
Cisco 7940/7960 SIP functionality questions
Hello,
I'm considering using Asterisk with some type of Cisco phone, and currently
considering either the 7940 or 7960 because of its more-complete functionality
(compared to the 7905).
I'm currently wondering:
Do all the expected functions (transfer, conference, voice mail, message
waiting indicator, etc.) work normally with Asterisk over SIP?
What caveats are known about using
2007 Jul 12
0
No subject
...Cisco IP =
Phone<br>
XML Objects)". So I Googled for "Cisco IP Phone XML =
Objects"
which<br>
turned up several results for a 2002 O'Reilly book, followed by the =
doc<br>
itself at<br>
http://www.cisco.com/univercd/cc/td/doc/product/voice/vpdd/cdd/5_0/5_0_1/=
ipphsv/ip503ch2.htm
. Along the way there were several other docs and examples, including
differences between SIP/SCCP version of the service.<br>
<br>
I'm interested to see how well the feature works on the 7970s with<br>
Asterisk instead of CallManager. Please ke...
2001 Dec 06
12
(Classical) Request for Standardization of expanded TAGS
A month or two ago I sent an email to this list proposing to expand
the list of "standard" tags for Ogg Vorbis. No tag would be required,
but if you wanted to encode certain types of information about a file,
you could use a standard tag.
I went through the whole discussion, and revised my proposal in light
of all the comments from everyone. Here is the updated proposal.
This