search for: 2331

Displaying 20 results from an estimated 94 matches for "2331".

Did you mean: 233
2013 Jan 10
1
how to generate a matrix by an my data.frame
...62 0.046478 2353 2292 0.036369 2353 2405 0.036369 2353 2543 0.053413 2353 2557 0.058151 2353 2583 0.081512 2353 2322 0.044373 2353 2535 0.04847 2353 2536 0.035538 2353 2581 0.035538 2353 2570 0.07711 2353 2476 0.047081 2353 2534 0.047081 2353 2280 0.088264 2353 2316 0.073608 2353 2339 0.067307 2353 2331 0.061172 2353 2343 0.060425 2353 2352 0.041153 2353 2293 0.040764 2353 2338 0.045128 2353 2449 0.040764 2353 2296 0.061333 2353 2453 0.046074 2353 2460 0.060387 2353 2474 0.060387 2353 2603 0.060387 2353 2282 0.048065 2353 2313 0.05584 2353 2538 0.050873 2353 2522 0.065727 2353 2489 0.041023 2353 2...
2015 Jan 06
10
[Bug 2331] New: ssh-copy-id -i id_new.pub fails to copy that id, also: wrong error msg
https://bugzilla.mindrot.org/show_bug.cgi?id=2331 Bug ID: 2331 Summary: ssh-copy-id -i id_new.pub fails to copy that id, also: wrong error msg Product: Portable OpenSSH Version: -current Hardware: All OS: Linux Status: NEW Severity: ma...
1999 Dec 06
0
SAMBA digest 2331
Return Receipt Your SAMBA digest 2331 document: was received Lorenzo Rondelli/G.D SpA by:...
2012 Feb 27
2
compare two data frames of different dimensions and only keep unique rows
...rames, unique. Here are an example of these data frame. reported <- structure(list(Product = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 3L, 4L, 5L, 5L), .Label = c("Cocoa", "Coffee C", "GC", "Sugar No 11", "ZS"), class = "factor"), Price = c(2331, 2356, 2440, 2450, 204.55, 205.45, 17792, 24.81, 1273.5, 1276.25), Nbr.Lots = c(-61L, -61L, 5L, 1L, 40L, 40L, -1L, -1L, -1L, 1L)), .Names = c("Product", "Price", "Nbr.Lots"), row.names = c(1L, 2L, 3L, 4L, 6L, 7L, 5L, 10L, 8L, 9L), class = "data.frame") expor...
2010 Feb 13
4
UPS connection established, lost, established, etc.
...However, after a short period of time, the UPS connection is lost and then regained, so I get a sequence of messages like this (from syslog): Any suggestions for debugging this? Feb 12 14:10:38 fin8344 upsmon[2336]: Communications with UPS apc at localhost established Feb 12 14:11:48 fin8344 upsd[2331]: Data for UPS [apc] is stale - check driver Feb 12 14:11:50 fin8344 upsd[2331]: UPS [apc] data is no longer stale Feb 12 14:12:58 fin8344 upsd[2331]: Data for UPS [apc] is stale - check driver Feb 12 14:13:00 fin8344 upsd[2331]: UPS [apc] data is no longer stale Feb 12 14:16:56 fin8344 upsd[2331]:...
2004 Aug 23
1
Possible Latex problem in R-devel?
I'm getting this error when installing packages w/ a checkout of R from a a little bit ago (23-Aug-2004, approx 1pm eastern US time): ** help Bareword found where operator expected at /usr/home/jgentry/R/share/perl/R/Rdconv.pm line 2331, near "$latexout latex_link_trans0" (Missing operator before latex_link_trans0?) It isn't obvious to me what the error is, although commenting out line 2331 definitely causes the error to go away. -J
2004 Jun 15
1
Cant create in a subdirectory...
...nd testdir and touch "newtest"######### [2004/06/15 01:26:29, 3] smbd/process.c:process_smb(890) Transaction 36 of length 80 [2004/06/15 01:26:29, 3] smbd/process.c:switch_message(685) switch message SMBtrans2 (pid 22982) [2004/06/15 01:26:29, 3] smbd/trans2.c:call_trans2qfilepathinfo(2331) call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512 [2004/06/15 01:26:29, 3] smbd/trans2.c:call_trans2qfilepathinfo(2362) call_trans2qfilepathinfo . (fnum = -1) level=512 call=5 total_data=0 [2004/06/15 01:26:31, 3] smbd/process.c:process_smb(890) Transaction 37 of length 80 [2004/06/...
2012 Feb 27
1
compare two data frames with same columns names but of different dimensions
...the same dimensions. Here are one example of my df: reported <- structure(list(Product = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 3L, 4L, 5L, 5L), .Label = c("Cocoa", "Coffee C", "GC", "Sugar No 11", "ZS"), class = "factor"), Price = c(2331, 2356, 2440, 2450, 204.55, 205.45, 17792, 24.81, 1273.5, 1276.25), Nbr.Lots = c(-61L, -61L, 5L, 1L, 40L, 40L, -1L, -1L, -1L, 1L)), .Names = c("Product", "Price", "Nbr.Lots"), row.names = c(1L, 2L, 3L, 4L, 6L, 7L, 5L, 10L, 8L, 9L), class = "data.frame") e...
2017 Apr 06
4
Question about LLVM Building Error with "-DLLVM_ENABLE_DUMP" and "RelWithDebInfo"
...llvm After running 'make', I have got error messages like below. llvm/lib/CodeGen/MachineRegisterInfo.cpp:462:67: error: no ‘void llvm::MachineRegisterInfo::dumpUses(unsigned int) const’ member function declared in class ‘llvm::MachineRegisterInfo’ llvm/lib/CodeGen/MachineScheduler.cpp:2331:57: error: no ‘void llvm::SchedBoundary::dumpScheduledState()’ member function declared in class ‘llvm::SchedBoundary’ ... It seems the "defined(LLVM_ENABLE_DUMP)" is needed on several locations. How do you think about it? I have attached the diff file about the locations for refere...
2010 Sep 01
2
Rd-file error: non-ASCII input and no declared encoding
...o fractions. The second number is longitude (negative values are West).} } } \source{ Franck, P., E. Cameron, G. Good, J.-Y. Rasplus, and B. P. Oldroyd (2004) Nest architecture and genetic differentiation in a species complex of Australian stingless bees. \emph{Mol. Ecol.} 13, 2317?2331. Rousset, F. (2010) Genepop 4.0 for Windows and Linux. \url{http://kimura.univ-montp2.fr/~rousset/Genepop.pdf} } \details{ Reads from example data file \code{Heterotrigona_indoFO.txt}. } \examples{ data(tetragonula) } \keyword{datasets} *** --- *** Christian Hennig University College...
2002 Sep 23
1
Samba-LDAP with custom object class
...tag=97 err=0 text= Sep 23 12:08:44 therese slapd[2330]: conn=268 op=1 SRCH base="id=1.3.3,id=1.3,id=1" scope=2 filter="(&(login=ted)(objectClass=sambaAccount))" Sep 23 12:08:44 therese slapd[2330]: conn=268 op=1 SEARCH RESULT tag=101 err=0 text= Sep 23 12:08:44 therese slapd[2331]: conn=164 op=53 SRCH base="id=1.3.3,id=1.3,id=1" scope=2 filter="(&(objectClass=posixAccount)(login=FR750034))" Sep 23 12:08:44 therese slapd[2331]: conn=164 op=53 SEARCH RESULT tag=101 err=0 text= Sep 23 12:08:44 therese slapd[1745]: conn=268 op=2 UNBIND Sep 23 12:08:44 th...
2004 Sep 26
1
Problems with roaming profiles // Samba 3.0.7 from Sernet
...(though it works well for 3.0.4). Here is a snippet of the error messages in log.smb with log level 4: ++++++ snip ++++++++ [2004/09/27 00:40:15, 4] smbd/uid.c:change_to_user(186) change_to_user: Skipping user change - already user [2004/09/27 00:40:15, 3] smbd/trans2.c:call_trans2qfilepathinfo(2331) call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004 [2004/09/27 00:40:15, 3] smbd/trans2.c:call_trans2qfilepathinfo(2353) call_trans2qfilepathinfo: SMB_VFS_STAT of cmd.exe failed (Datei oder Verzeichnis nicht gefunden) [2004/09/27 00:40:15, 3] smbd/error.c:error_packet(94) error str...
2014 Oct 09
2
dumping using tftp
...a/fr/> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.zytor.com/pipermail/hdt/attachments/20141009/45e51c8d/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2331 bytes Desc: image001.jpg URL: <http://www.zytor.com/pipermail/hdt/attachments/20141009/45e51c8d/attachment.jpg>
2010 Apr 21
2
Sparseby Problems
...5 3 0 0.0000000 20 2293 6 1 0 16.0592270 21 2293 6 2 0 30.1383426 28 2298 5 1 0 0.9741067 29 2298 5 2 0 9.6641018 30 2298 6 2 0 8.6533828 31 2309 5 2 0 85.9781303 32 2325 6 1 0 110.8892153 35 2331 6 1 0 26.7335562 44 2390 7 2 0 7.1690620 45 2390 8 2 0 44.1109897 46 2390 8 3 0 503.9074898 47 2390 9 2 0 8.4393660 54 2416 7 3 0 48.6910907 58 2418 8 2 0 5.7951139 Sparseby works fine when I try to calculat...
2019 Jan 14
2
mdbox + zlib performing less than just mdbox
...0 0 2308 ms/cmd avg Logi Sele Appe Logi Sele Appe 100% 100% 100% 100% 100% 100% 0 0 7 1/ 1 0 0 4 1/ 1 0 0 1583 ms/cmd avg 0 0 4 1/ 1 0 0 2331 ms/cmd avg Totals: Logi Sele Appe Totals: 100% 100% 100% Logi Sele Appe 1 1 1978 100% 100% 100% 1 1 1145
2004 Nov 03
1
File case sensitivity
...(fnum = -1) level=1004 call=5 total_data=0 [2004/11/04 09:34:02, 3] smbd/process.c:process_smb(890) Transaction 8253551 of length 154 [2004/11/04 09:34:02, 3] smbd/process.c:switch_message(685) switch message SMBtrans2 (pid 14455) [2004/11/04 09:34:02, 3] smbd/trans2.c:call_trans2qfilepathinfo(2331) call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004 [2004/11/04 09:34:02, 3] smbd/trans2.c:call_trans2qfilepathinfo(2361) call_trans2qfilepathinfo user/mysite.co.nz/htdocs/foo (fnum = -1) level=1004 call=5 total_data=0 [2004/11/04 09:34:02, 3] smbd/process.c:process_smb(890) Transact...
2007 Dec 03
1
difficulties getting coef() to work in some lmer() calls
...bia University 1016 Social Work Bldg (Amsterdam Ave. at 122 St.) New York, NY 10027 Assistant Professor Department of Political Science George Washington University Monroe Hall 2115 G Street, NW Washington, D.C. 20052 http://home.gwu.edu/~dkp/ <http://home.gwu.edu/%7Edkp/> Direct: (202) 994-2331 Dept: (202) 994-6290 Fax: (202) 994-7743 "The great tragedy of Science - the slaying of a beautiful hypothesis by an ugly fact." -- Thomas H. Huxley [[alternative HTML version deleted]]
2007 Jul 25
2
Is FLAC__stream_decoder_seek_absolute working for OggFlac?
...ed, assuming it was past EOF... OK #7:seek(7)... seek failed, assuming it was past EOF... OK #8:seek(8)... seek failed, assuming it was past EOF... OK #9:seek(9)... seek failed, assuming it was past EOF... OK #10:seek(2332)... seek failed, assuming it was past EOF... OK #11:seek(2331)... seek failed, assuming it was past EOF... OK #12:seek(2330)... seek failed, assuming it was past EOF... OK #13:seek(2329)... seek failed, assuming it was past EOF... OK and so on. The test file is here: http://www.mega-nerd.com/tmp/flac_char.ogg Erik -- -------------------------...
2017 Jun 12
0
issues in plm using random effect model
...0:01 CET 2013 You can find the posts in the archive by rseek.org. Kind regards, Nina Sch?nfelder ----- FernUniversit?t in Hagen Fakult?t f?r Wirtschaftswissenschaft Lehrstuhl f?r Volkswirtschaftslehre, insbes. Makro?konomik 58084 Hagen E-Mail: Nina.Schoenfelder at FernUni-Hagen.de Telefon: +49 2331 987 - 2379 Fax: +49 2331 987 - 391 Hausanschrift: Informationszentrum (IZ, ehemals TGZ) Universit?tsstr. 11 Raum B110 Am 06.06.2017 um 12:00 schrieb r-help-request at r-project.org: > Message: 1 > Date: Mon, 5 Jun 2017 15:41:23 +0530 > From: Kailas Gokhale<kls.gokhale at gmail.com>...
2005 Feb 04
3
FIX YOUR AUTO-RESPONDERS!!!
..... Vielen Dank f?r Ihre Email! Ich bin vom 02.02.05 bis einschlie?lich 13.02.05 ausser Haus. Ihre Email wird bis dahin nicht bearbeitet oder weitergeleitet. Bei dringenden Fragen wenden Sie sich bitte an meinen Kollegen Herrn R?diger Hoog Email: r.hoog@posservice.de Telefon: 02331/473101-11 Telefax: 02331/473101-19 F?r weitere Fragen stehe ich Ihnen gerne zur Verf?gung und verbleibe mit freundlichem Gru?, Stefan Speckenheuer Technische Leitung POS Service, Logistik & Handels GmbH Auf dem Graskamp 2 D-58099 Hagen Tel. +49 2331 473101-21 FAX +49 2...