search for: 335

Displaying 20 results from an estimated 1339 matches for "335".

2009 Jun 02
2
Table of Summaries
Apologies for the novice question, but this is likely beyond my google searching range.. I am trying to create a table from the summaries of a file. The 2 column data table looks like; Harry 335/335 Harry 124/506 Harry 124/506 Dick 133 Tom 335/335 Tom 335/335 with 1000 unique values in col 1, 300 unique in col 2. The 'summary' doesn't seem to handle this many values well. I would like to summarise this data in a table that reads the n...
2011 Apr 28
2
got NTLMSSP command 1, expected 3
my problem with users getting popup auth windows randomly while surfing in Internet I am getting this log in my cache.log [2011/03/05 16:21:05, 1] libsmb/ntlmssp.c:335(ntlmssp_update) got NTLMSSP command 1, expected 3 [2011/03/05 16:21:06, 1] libsmb/ntlmssp.c:335(ntlmssp_update) got NTLMSSP command 1, expected 3 [2011/03/05 16:21:07, 1] libsmb/ntlmssp.c:335(ntlmssp_update) got NTLMSSP command 1, expected 3 Please help me for resolving this problem.
2006 Jun 10
3
sparse matrix, rnorm, malloc
...time() x <- round(rnorm(dims*dims),rnd) x[((abs(x) - p) < 0)] <- 0 y <- matrix(x,nrow=dims,ncol=dims) proc.time() - ptm } When trying to generate the matrix around 20,000 rows/cols on a machine with 32G of memory, the error message I receive is: R(335) malloc: *** vm_allocate(size=3200004096) failed (error code=3) R(335) malloc: *** error: can't allocate region R(335) malloc: *** set a breakpoint in szone_error to debug R(335) malloc: *** vm_allocate(size=3200004096) failed (error code=3) R(335) malloc: *** error: can't allocate region R...
2016 Apr 20
0
Data reshaping with conditions
Hi sri, As your problem involves a few logical steps, I found it easier to approach it in a stepwise way. Perhaps there are more elegant ways to accomplish this. svdat<-read.table(text="Count id name type 117 335 sally A 19 335 sally A 167 335 sally B 18 340 susan A 56 340 susan A 22 340 susan B 53 340 susan B 135 351 lee A 114 351 lee A 84 351 lee A 80 351 lee A 19 351 lee A 8 351 lee A 21 351 lee A 88 351 lee B 111 351 lee B 46 351 lee B 108 351 lee B",header=TRUE) # you can also do this with other r...
2014 Sep 16
1
Oplock break failed on sysvol share
...ed as a DC. I recently started noticing long startup times for the Windows clients, whenever multiple clients are started at the same time. For example, at 8:00 AM (when around 30 PCs get started simoultaneously, I get this in smbd.log: ### [2014/09/16 08:01:21.320944, 0] ../source3/smbd/oplock.c:335(oplock_timeout_handler) Oplock break failed for file mydomain.com/Policies/{95953CB2-46B9-4F52-A163-87232A8ED688}/GPT.INI -- replying anyway [2014/09/16 08:01:21.365313, 0] ../source3/smbd/oplock.c:335(oplock_timeout_handler) Oplock break failed for file mydomain.com/Policies/{FA5D59F2-50FD-4B...
2016 Apr 20
2
Data reshaping with conditions
Dear All, I am trying to reshape the data with some conditions. A small part of the data looks like below. Like this there will be more data with repeating ID. Count id name type 117 335 sally A 19 335 sally A 167 335 sally B 18 340 susan A 56 340 susan A 22 340 susan B 53 340 susan B 135 351 lee A 114 351 lee A 84 351 lee A 80 351 lee A 19 351 lee A 8 351 lee A 21 351 lee A 88 351 lee B 111 351 lee B 46 351 lee B 108 351 lee B >From the above data I am expecting an output like...
2011 Feb 07
2
Using Aggregate for Date
...9 4/29/09 8:44 AM 236 20082009 3/27/09 11:36 AM 310 20082009 4/1/09 10:43 AM 310 20082009 10/15/09 8:54 AM 310 20092010 10/22/09 8:54 AM 310 20092010 10/28/09 8:06 AM 310 20092010 11/19/09 9:06 AM 310 20092010 10/24/07 9:22 AM 335 20072008 12/13/07 9:26 AM 335 20072008 2/25/09 1:49 PM 335 20082009 3/5/09 2:13 PM 335 20082009 4/15/09 1:53 PM 335 20082009 10/24/07 12:14 PM 126 20072008 11/7/07 12:21 PM 126 20072008 3/19/09 8:45 AM 177 20082009 4/2/09 8:54 AM 177 200820...
2016 Apr 21
2
Data reshaping with conditions
...m Lemon <drjimlemon at gmail.com> wrote: > Hi sri, > As your problem involves a few logical steps, I found it easier to > approach it in a stepwise way. Perhaps there are more elegant ways to > accomplish this. > > svdat<-read.table(text="Count id name type > 117 335 sally A > 19 335 sally A > 167 335 sally B > 18 340 susan A > 56 340 susan A > 22 340 susan B > 53 340 susan B > 135 351 lee A > 114 351 lee A > 84 351 lee A > 80 351 lee A > 19 351 lee A > 8 351 lee A > 21 351 lee A > 88 351 lee B > 111 351 lee B > 4...
2010 Dec 19
3
how to install Linux on an IBM xserver 335 server without graphics card?
Hi All, I recently got some IBM Xseries 335 servers 2nd hand, and noticed they don't have any graphics card. Some google searched indicate they only have an uplink port, which you could connect to another (other model) IBM server and use that as the head node. But, I don't have one available. It has 2x GB NIC's, and what looks l...
2002 Jul 07
5
[Bug 335] OpenSSL headers do not match your library
http://bugzilla.mindrot.org/show_bug.cgi?id=335 dyw at iohk.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Keywords| |help-wanted OS/Version|Lin...
2016 Apr 21
0
Data reshaping with conditions
...you wanted a logical value for x and y. Looking more closely at your initial message, I see that you wanted _all_ values of A with respect to maxB in x and y. The error with maximum values was due to a typo. Perhaps this will do what you want: svdat<-read.table(text="Count id name type 117 335 sally A 19 335 sally A 167 335 sally B 18 340 susan A 56 340 susan A 22 340 susan B 53 340 susan B 135 351 lee A 114 351 lee A 84 351 lee A 80 351 lee A 19 351 lee A 8 351 lee A 21 351 lee A 88 351 lee B 111 351 lee B 46 351 lee B 108 351 lee B",header=TRUE) # you can also do this with other r...
2002 Jul 04
1
[Bug 335] Compile PROBLEM!!!!
http://bugzilla.mindrot.org/show_bug.cgi?id=335 ------- Additional Comments From dtucker at zip.com.au 2002-07-04 21:50 ------- Which distribution and release? What was the actual error message? (Generally you'll need to capture the last 10-15 lines.) And were all those exclamation marks really necessary? ------- You are receiving...
2020 Jul 11
0
[vhost:config-endian 33/36] drivers/vdpa/vdpa_sim/vdpa_sim.c:335:21: sparse: sparse: incorrect type in assignment (different base types)
...-9.3.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=parisc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp at intel.com> sparse warnings: (new ones prefixed by >>) >> drivers/vdpa/vdpa_sim/vdpa_sim.c:335:21: sparse: sparse: incorrect type in assignment (different base types) @@ expected restricted __virtio16 [usertype] mtu @@ got int @@ >> drivers/vdpa/vdpa_sim/vdpa_sim.c:335:21: sparse: expected restricted __virtio16 [usertype] mtu >> drivers/vdpa/vdpa_sim/vdpa_sim.c:335:21...
2019 Nov 01
4
[External] R C api for 'inherits' S3 and S4 objects
..._________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel > > > > -- > Luke Tierney > Ralph E. Wareham Professor of Mathematical Sciences > University of Iowa Phone: 319-335-3386 > Department of Statistics and Fax: 319-335-3017 > Actuarial Science > 241 Schaeffer Hall email: luke-tierney at uiowa.edu > Iowa City, IA 52242 WWW: http://www.stat.uiowa.edu
2017 Jul 11
0
[regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335
...8 > #8 [ffffc900039f7938] fixup_bug at ffffffff8101af85 > #9 [ffffc900039f7950] do_trap at ffffffff8101b0d9 > #10 [ffffc900039f79a0] do_error_trap at ffffffff8101b190 > #11 [ffffc900039f7a50] invalid_op at ffffffff8169063e > [exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335] > RIP: ffffffffa020af0f RSP: ffffc900039f7b00 RFLAGS: 00010086 > RAX: ffffffffa04fa100 RBX: ffff8803f9550800 RCX: 0000000000000001 > RDX: ffffffffa0228a58 RSI: 0000000000000001 RDI: ffffffffa022321b > RBP: ffffc900039f7b80 R8: 0000000000000000 R9: ffffffffa020...
2007 May 04
5
[ win32utils-Bugs-10589 ] Bug in win32-mmap
...ter to fail. This small script demonstrates the problem: require ''win32/mmap'' include Win32 mm = MMap.new(:size => 1024, :name => ''test'') mm.gvalue = 0 p mm.gvalue mm.close The result is: C:/ruby/lib/ruby/gems/1.8/gems/win32-mmap-0.2.0/lib/win32/mmap.rb:335:in `load'': marshal data too short (ArgumentError) from C:/ruby/lib/ruby/gems/1.8/gems/win32-mmap-0.2.0/lib/win32/mmap.rb:335:in `method_missing'' from mmap_test.rb:6 ---------------------------------------------------------------------- You can respond by visiting...
2011 Aug 26
0
R.oo inheritance with pass by reference
...;AgeMultiplier", function(this, ...) { a = this$.perobj; this$.WM = a$getWeight() * this$.m; a$setWeight(this$.WM); # a$wt = this$.WM; <- that does not work on an object that inheritance involved }) p1 <- PerMore(67,150) am1 = AgeMultiplier(5,p1) am1$doMultiplyAge() p1$age # 335 am1$AM # 335 am1$getAM() # 335 am1$doMultiplyWeight() p1$wt # doesn't work, I don't know why... p1$getWeight() # 750 am1$WM # 750 am1$getWM() # 750 am1$doMultiply() p1$age # 335 am1$AM # 335 am1$getAM() # 335 [[alternative HTML version deleted]]
2002 Jul 04
0
[Bug 335] New: Compile PROBLEM!!!!
http://bugzilla.mindrot.org/show_bug.cgi?id=335 Summary: Compile PROBLEM!!!! Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P1 Component: Build system AssignedTo: openssh-unix-de...
2005 Jan 18
3
Dropping a digit with scan() on a connection
R gurus, My use of scan() seems to be dropping the first digit of sequential scans on a connection. It looks like it happens only within a line: > cat("TITLE extra line", "235 335 535 735", "115 135 175", file="ex.data", sep="\n") > cn.x <- file("ex.data", open="r") > a <- scan(cn.x, skip=1, n=2) Read 2 items > a [1] 235 335 > b <- scan(cn.x, n=2) Read 2 items > b [1] 35 735 > c <- scan(cn....
2019 Sep 15
2
[External] REprintf could be caught by tryCatch(message)
..._________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel > > > > -- > Luke Tierney > Ralph E. Wareham Professor of Mathematical Sciences > University of Iowa Phone: 319-335-3386 > Department of Statistics and Fax: 319-335-3017 > Actuarial Science > 241 Schaeffer Hall email: luke-tierney at uiowa.edu > Iowa City, IA 52242 WWW: http://www.stat.uiowa.edu