search for: 314

Displaying 20 results from an estimated 1073 matches for "314".

Did you mean: 14
2013 Feb 13
3
date and matrices
Hi Elisa, Try this: date1<-format(seq.Date(as.Date("1991.1.1",format="%Y.%m.%d"),as.Date("1996.12.31",format="%Y.%m.%d"),by="day"),"%Y.%m.%d") ?length(date1) #[1] 2192 mat1<-matrix(c(.314,.314,.273,.273,.236,.236,.236,.236,.273,.314,.403,.314),ncol=1) res1<- as.data.frame(do.call(rbind,lapply(split(date1,((seq_along(date1)-1)%/%12)+1),function(x){if(length(x)!=12) cbind(x,head(mat1,length(x))) else cbind(x,mat1)})),stringsAsFactors=FALSE) res1[,2]<- sapply(res1[,2],as.numeric)...
2005 Sep 08
3
can't update msaccess mdb file
...ile(245) ginny opened file database/EACM & ECC Reports Secure.mdb read=Yes write=No (numopen=5) [2005/09/08 12:14:36, 2] smbd/close.c:close_normal_file(272) ginny closed file database/EACM & ECC Reports Secure.mdb (numopen=4) [2005/09/08 12:21:13, 2] smbd/service.c:make_connection_snum(314) guest user (from session setup) not permitted to access this share (EACM) [2005/09/08 12:21:13, 2] smbd/service.c:make_connection_snum(314) guest user (from session setup) not permitted to access this share (EACM) [2005/09/08 12:21:13, 2] smbd/service.c:make_connection_snum(314) guest user...
2003 Nov 10
4
predict.lm with (logical) NA vector
I was surprised by the following (R 1.8.0): R> lm.fit = lm(y~x, data.frame(x=1:10, y=1:10)) R> predict(lm.fit, data.frame(x = rep(NA, 10))) 1 2 3 4 5 -1.060998e-314 -1.060998e-314 -1.060998e-314 -1.060998e-314 -1.060998e-314 6 7 8 9 10 0.000000e+00 1.406440e-269 6.715118e-265 4.940656e-323 1.782528e-265 R> predict(lm.fit, data.frame(x = as.numeric(rep(NA, 10)))) 1 2 3 4 5 6 7 8 9...
2009 Jun 18
3
filtering number of values in a data frame
...___________________________________________ Technische Universit?t Berlin Institut f?r Land- und Seeverkehr Fachgebiet Schienenfahrwege und Bahnbetrieb Prof. Dr.-Ing. habil. J?rgen Siegmann Post Sekretariat SG 18 Salzufer 17-19 D-10587 Berlin Telefon +49 (0)30 314 - 23 314 Internet http://www.railways.tu-berlin.de ______________________________________________________ Dipl.-Verk.wirtsch. Ren? Sch?nemann - Wissenschaftlicher Mitarbeiter - Telefon +49 (0)30 314 - 22 710 Telefax +49 (0)30 314 - 25 530 E-Mail RSchoenemann at railways.tu-berl...
2012 Nov 23
1
Adding a function with default parameters into the Rcmdr menu
Hi everyone, I made some tests with Rcmdr, to add a function with default parameters : For example (very simple): myfunction<-function(var="314"){ print("hello") print(var) } if I run myfunction() directly i see : > myfunction() [1] "hello" [1] "314" it's ok. But if i edit de Rcmdr-menu.txt (in C:\Users\myname\Documents\R\win-library\2.15\Rcmdr\etc) and add : menu MyMenu topMenu &quo...
2013 Oct 25
2
Mounting Linux Samba Shares on Windows when Active Directory Server is down
Hi, I am running Samba 3.6.19 and making my way through all the Active Directory documentation. I have joined various Linux boxes to a Windows Server 2008 R2 Active Directory domain. Windows 7 users who log on with their domain accounts can mount the correct shares exported by the Linux boxes without having to supply any additional credentials. All working perfectly! However, I have a
2007 Oct 23
1
Strange dataframe behavior
Hello, I have a question regarding the following output: > database <- read.delim(file=path.input.file, header=TRUE, dec=".", sep="\t", na.strings = "#NV") > str(database) 'data.frame': 314 obs. of 13 variables: $ S : Factor w/ 314 levels "307073","400212",..: 147 72 299 137 162 62 189 236 134 307 ... $ A : Factor w/ 314 levels "Alfa",...: 285 258 197 3 81 162 183 272 73 301 ... $ M: Factor w/ 19 levels "@NA","A",..: 18 10...
2012 Jun 24
2
[LLVMdev] Problems building LLVM under Visual Studio
...a member of 'llvm::IntegersSubset' 1>        F:\Documents and Settings\Mason\My Documents\VC\llvm\include\llvm/Support/IntegersSubset.h(458) : see declaration of 'llvm::IntegersSubset' 1>F:\Documents and Settings\Mason\My Documents\VC\llvm\include\llvm/Support/IntegersSubset.h(314) : error C2065: 'e' : undeclared identifier 1>F:\Documents and Settings\Mason\My Documents\VC\llvm\include\llvm/Support/IntegersSubset.h(314) : error C2039: 'end' : is not a member of 'llvm::IntegersSubset' 1>        F:\Documents and Settings\Mason\My Documents\VC\llvm...
1999 Oct 10
1
Using metric scaling
...RNE .549 .549 .549 .549 .000 6 HAROTO BAY .510 .120 .120 .141 .549 .000 7 HOUHORA HARBOUR .165 .510 .510 .510 .549 .510 .000 8 PORANGAHAU .549 .549 .549 .549 .072 .549 .549 .000 9 RAWENE .510 .314 .314 .314 .549 .314 .510 .549 10 LAKE ROTOITI .510 .314 .314 .314 .549 .314 .510 .549 and so on down to 38 WHANGANUI INLET .788 .788 .788 .788 .788 .788 .788 .788 then beginning again with the next 8 columns 9 RAWENE .000 10...
2002 Oct 21
1
[Bug 314] switch to READPASSPHRASE_H to avoid conflicts with exiisting headers
http://bugzilla.mindrot.org/show_bug.cgi?id=314 ------- Additional Comments From djm at mindrot.org 2002-10-21 10:40 ------- What existing headers? If the system provides its own readpassphrase() we should need the local copy. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assi...
2015 Mar 13
0
eFax message from "unknown" - 1 page(s), Caller-ID: 1-314-427-3300
[1] JOIN THE eFax COMMUNITY [2] [3] [4] [5] You have a new eFax message. To view your message, see your fax attached or LOGIN HERE [6]. FAX DETAILS Caller Id: Received: Type: Number of pages: Reference #: 1-314-427-3300 [7] 2015-03-13 05:29:26 CDT Attached in pdf 1 atl_did9-1426242519-18479294585-167 WITH EFAX, DID YOU KNOW YOU CAN: * Send faxes from your desktop or mobile device * Sign and edit faxes with no printing required * Send large files by email (up to 1 GB) LEARN...
2006 Mar 09
1
changing password on samba bdc
...MOD dn="cn=John Doe,ou=People,o=example,c=xx" conn=313 op=1 MOD attr=sambaPwdCanChange sambaPwdCanChange sambaLMPassword sambaLMPassword sambaNTPassword sambaNTPassword sambaPwdLastSet sambaPwdLastSet conn=313 op=1 RESULT tag=103 err=0 text= conn=313 op=2 UNBIND conn=313 fd=26 closed conn=314 fd=26 ACCEPT from IP=10.1.2.7:2264 (IP=10.1.2.4:389) conn=314 op=0 BIND dn="cn=Sambaroot,o=example,c=xx" method=128 conn=314 op=0 BIND dn="cn=Sambaroot,o=example,c=xx" mech=SIMPLE ssf=0 conn=314 op=0 RESULT tag=97 err=0 text= # # why it happens so that there is no id=... like ab...
2006 Aug 15
8
AGAIN: file object treated as string
...thing, or this has to do with my ruby version or the fact that I''m running this on Apache... Any help would be greatly appreciated. . . . . . . . . . . . . . . . . . . . Eduard V. Kotysh Appistry | The Fabric of Business ed@appistry.com <mailto:ed@appistry.com> direct. 314 336 2859 cell. 314 518 0408 http://www.appistry.com <http://www.appistry.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060815/ff3de144/attachment-0001.html
2003 Oct 17
2
Problems with crossprod
...5, 5) > i <- c() > a <- A[i, ] ; crossprod(a) [,1] [,2] [,3] [,4] [,5] [1,] 6.578187e-313 NaN NaN NaN NaN [2,] NaN 1.273197e-313 NaN 1.485397e-313 NaN [3,] NaN 4.243992e-313 2.121996e-314 NaN NaN [4,] NaN 1.697597e-313 NaN 4.880590e-313 NaN [5,] 5.941588e-313 NaN NaN 1.697597e-313 NaN > a <- A[i, ] ; crossprod(a) [,1] [,2] [,3] [,4] [,5] [1,] 2.121996e-314 5.729389e-313...
2015 Oct 20
2
getent passwd not showing domain users at boot
...eitswissenschaft > > Biological Psychology and Neuroergonomics > Department of Psychology and Ergonomics > > Postanschrift/Mail to: > > TU Berlin > Sekr. MAR 3-2 > Marchstr. 23 > 10587 Berlin > GERMANY > > Zimmer/Office: MAR 3.052 > Telefon/Phone: (+49) 030 314 22721 > Fax: (+49) 030 314 25274 > > E-Mail: ole.traupe at tu-berlin.de > www.bpn.tu-berlin.de > > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
2002 Jun 28
0
[Bug 314] New: switch to READPASSPHRASE_H to avoid conflicts with exiisting headers
http://bugzilla.mindrot.org/show_bug.cgi?id=314 Summary: switch to READPASSPHRASE_H to avoid conflicts with exiisting headers Product: Portable OpenSSH Version: -current Platform: Other OS/Version: FreeBSD Status: NEW Severity: normal Priority...
2006 Jan 10
1
eigen()
...0.000000e+00i [9] -1.878758e-18+5.031259e-17i -1.878758e-18-5.031259e-17i > The same command gives different results in the development version: > eigen(matrix(1:100,10,10),FALSE,TRUE)$values [1] 3.903094e-118 -3.903094e-118 -2.610848e-312 -2.995687e-313 -2.748516e-313 [6] -1.073138e-314 -1.061000e-314 -1.060998e-314 4.940656e-324 0.000000e+00 > R.version() Error: attempt to apply non-function > R.version _ platform powerpc-apple-darwin8.3.0 arch powerpc os darwin8.3.0 system powerpc, darwin8.3.0 status Under...
2020 Jun 19
2
SegFault when using TunnelServer=yes
...zed out>         request = <optimized out>         inlen = 0         inbuf = "a\354\357\063J\363{\346d\177\271\371;+\212\371zFDt\271\061\370\ao\373\326\035\255=Α\254\257:\245\322ү\vƦ\205\035\336?1\234\372\001\004\063\323\t\004-\b8\367\f\201\342\304g\332\361jL76C\340-\t\006\210\214\314,C\352)ͺa\314\fAe\260\226\313\337\360|\256\236\263\344\205\061\207\303\t<\016\351\360\222\343[\317o\377\065<Ή?b(\267\321\356\360\242p$\314`\325ʆ\001|\036\204'\\\205i\314W\356#N4\000q\320\300\344\071\060\236w\016\306[\323X]\237\321\347\177\313KU\367ޚ\b}\307\374\367\032c\036\332:\307\367\265...
2006 Mar 14
1
Codec Issue
...block [providerIP] type=peer user=phone host=providerIP port=6060 fromdomain=providerIP fromuser=username secret=password username=username insecure=very context=incomingpstn authname=username allow=gsm allow=ulaw allow=alaw ;allow=g729 ;NBNB This is where the issue is [314] type=friend username=314 canreinvite=no context=from-provider insecure=very host=dynamic nat=yes dtmfmode=rfc2833 mailbox=314 disallow=all allow=alaw allow=ulaw allow=g723.1 allow=g729 [2092] type=friend username=2092 canreinvite=no context=from-provider insecure=very host=dynamic nat=yes dtmfmo...
2006 Jan 02
0
SUMMARY--Getting Cannot compute sizeof (int) on rsync-2.6.6
I ended up installing a newer version of GNU gcc and this time it worked. Thanks, Jim Naylor Unix/Storage Systems Administrator Schnuck Markets, Inc. * Direct (314) 994-4784 ))( Cell (314) 691-0186 Fax (314) 994-4684 * E-Mail jnaylor@schnucks.com -----Original Message----- From: rsync-bounces+jnaylor=schnucks.com@lists.samba.org [mailto:rsync-bounces+jnaylor=schnucks.com@lists.samba.org]On Behalf Of Naylor, Jim Sent: Monday, January 02, 2006...