Displaying 20 results from an estimated 258 matches for "783".
Did you mean:
  7,3
  
2008 Mar 26
1
generating a paired t-test with multiple levels of a factor
...l paired t-tests where a paired t-test
is run for every possible combination?
103cou     778     498.6250
104       nyc     778     494.5750
105       scr     778     419.7500
106       sub     778     526.2500
107       vie     778     483.7000
108       wtc     778     488.3000
109       cou     783     993.2571
110       nyc     783    1209.0000
111       scr     783     680.2000
112       sub     783    1177.9032
113       vie     783    1363.5946
114       wtc     783    1377.2581
	[[alternative HTML version deleted]]
2004 Jan 06
3
[Bug 783] __unused nit
http://bugzilla.mindrot.org/show_bug.cgi?id=783
           Summary: __unused nit
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: PAM support
        AssignedTo: openssh-bugs at mindr...
2006 Dec 12
0
[783] trunk/wxruby2: Tweak load error handling so failures with binary lib are reported correctly
...patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[783] trunk/wxruby2: Tweak load error handling so failures with binary lib are reported correctly</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>783</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt&g...
2012 Apr 26
2
[Bug 783] New: ipset fails to parse port names with hyphen for bitmap:port type
http://bugzilla.netfilter.org/show_bug.cgi?id=783
           Summary: ipset fails to parse port names with hyphen for
                    bitmap:port type
           Product: ipset
           Version: unspecified
          Platform: All
        OS/Version: Debian GNU/Linux
            Status: NEW
          Severity: normal
          Priority: P5...
2009 Oct 15
1
Sampling procedure
I would like to divide a vector in 9 groups in a way that each number is
present in only one group.
In a vector of 783 I would like to divide in 9 different groups of 87
Example <- matrix(c(1:783),ncol = 1)
s1 <- as.matrix(sample(Example,87, re = FALSE))
Example <- Example[-s1]
s2 <- as.matrix(sample(Example,87, re = FALSE))
#however I don?t know how to remove the second group from the "Example&qu...
2012 Nov 18
3
Replace <NA> with something else
...nest way to change the <NA>  values to something else. In
other words, get rid of the brackets ? Maybe convert <NA> to NAM. 
635     LA 201207  557329
636     LA 201208  683771
637     LA 201209  613851
638     LA 201210  764217
639     LA 201211  212897
782   <NA> 200701  875634
783   <NA> 200702  614856
784   <NA> 200703  521520
785   <NA> 200704 1406400
--
View this message in context: http://r.789695.n4.nabble.com/Replace-NA-with-something-else-tp4649974.html
Sent from the R help mailing list archive at Nabble.com.
2011 Dec 01
1
Fw: calculate mean of multiple rows in a data frame
NAME
ID
a
b
c
d
1
Control_1
probe~B01R01C01
381
213
345
653
2
Control_2
probe~B01R01C02
574
629
563
783
3
Control_1
probe~B01R09C01
673
511
521
967
4
Control_3
probe~B01R09C02
53
809
999
50
5
MM0289~RFU:11810.15
probe~B29R13C06
681
34
115
587
6
MM0289~RFU:9238.41
probe~B29R13C05
784
443
20
784
7
MM16597~RFU:36765.38
probe~B44R15C20
719
251
790
445
8
MM16597~RFU:41258.94
probe~B44R15C19
677
363...
2013 Jul 12
4
[LLVMdev] John the Ripper in the test suite?
I am looking at adding some tests based on John the Ripper to the test suite repository. 
http://www.openwall.com/john/
Does anyone have a problem with this?
Are there specific algorithms people would like to see benchmarked?
Thx
Chris Matthews
chris.matthews@.com
(408) 783-6335
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130711/f7b5f4b9/attachment.html>
2000 Dec 20
1
unlink() is not synchronized with existing connections (PR#783)
> # creating a file
> cat("sddfasdf", file="tempfile")
> showConnections()
     class description mode text isopen can read can write
> con <- file("tempfile", "r")
> readLines(con)
[1] "sddfasdf"
Warning message: 
incomplete final line in: readLines(con, n, ok) 
> showConnections()
  class      description mode text   isopen  
2013 Aug 27
1
[plyr] Moving average filter with plyr
Dear all,
I'm stuck with a problem using plyr to process a rather large junk of data. What I'm trying to do is applying a moving average to all the subparts of the dataframe (the example data can be found here https://dl.dropboxusercontent.com/u/2414056/testData.Rdata).
require(plyr)
load("testData.Rdata")
applyfilter<-function(x){
  return(filter(x,rep(1/5, times=5)))
}
2013 Jul 12
1
[LLVMdev] John the Ripper in the test suite?
Yes, it looks like the core is all GPL2.  But they go on a file-by-file basis.
Chris Matthews
chris.matthews at apple.com
(408) 783-6335
On Jul 11, 2013, at 5:29 PM, Reed Kotler <rkotler at mips.com> wrote:
> Be careful about license issues.
> 
> I.e. gpl.
> 
> 
> On 07/11/2013 05:00 PM, Chris Matthews wrote:
>> I am looking at adding some tests based on John the Ripper to the test
>> suite...
2004 Sep 22
0
Compiled 3.0.7-1 on Mandrake 7.2 -- Did it work?
.../usr --with-smbmount
make
    The following is a listing of the ../bin directory. Does it look like
all the pieces got built and are about the right size?? Any feedback before
doing the 'make install' would be appreciated.....
[root@Nemesis source]# ls -al bin/
total 23012
drwxrwxr-x    2 783      783          4096 Sep 22 16:33 ./
drwxrwxr-x   42 783      783          4096 Sep 22 16:28 ../
-rw-r--r--    1 root     root            0 Sep 22 16:25 .dummy
-rwxr-xr-x    1 root     root         7397 Sep 22 16:33 CP437.so*
-rwxr-xr-x    1 root     root         7273 Sep 22 16:33 CP850.so*
-rwxr...
2008 Mar 12
5
[Bug 752] New: zfs set keysource no longer works on existing pools
http://defect.opensolaris.org/bz/show_bug.cgi?id=752
           Summary: zfs set keysource no longer works on existing pools
    Classification: Development
           Product: zfs-crypto
           Version: unspecified
          Platform: Other
        OS/Version: Solaris
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: other
        AssignedTo:
2014 Sep 23
1
Replication Failure
...ainDnsZones,DC=cmh,DC=co,DC=za)
[2014/09/23 10:46:13.432985,  0]
../lib/ldb-samba/ldb_wrap.c:71(ldb_wrap_debug)
  ldb: No rDN found in replPropertyMetaData for CN=ZENTYAL,OU=Domain
Controllers,DC=cmh,DC=co,DC=za!
from dc2:
[2014/09/23 10:43:35.477878,  0]
../source4/dsdb/repl/replicated_objects.c:783(dsdb_replicated_objects_commit)
  Failed to apply records: replmd_replicated_apply_add: error during DRS
repl ADD: No objectClass found in replPropertyMetaData for
DC=CKSP-WRKSHPMNGR\0ADEL:2dae4daa-76af-46ee-bdfa-e18e72bc95a6,CN=Deleted
Objects,DC=DomainDnsZones,DC=cmh,DC=co,DC=za!
  : Object class...
2005 Feb 22
2
Corrupt Database and couldn't map SID.
...amba/var/locks/winbindd_idmap.tdb): rec_free_read bad magic 0x42424242 at offset=12816
[2005/02/22 12:27:53, 0] sam/idmap_tdb.c:db_set_mapping(463)
  idb_set_mapping: tdb_store 1 error: Corrupt database
[2005/02/22 12:27:53, 1] nsswitch/winbindd_user.c:winbindd_getpwuid(238)
  could not convert uid 783 to SID
[2005/02/22 12:27:53, 0] tdb/tdbutil.c:tdb_log(725)
  tdb(/usr/local/samba/var/locks/winbindd_idmap.tdb): rec_free_read bad magic 0x42424242 at offset=12816
[2005/02/22 12:27:53, 0] sam/idmap_tdb.c:db_set_mapping(463)
  idb_set_mapping: tdb_store 1 error: Corrupt database
[2005/02/22 12:27:5...
2013 Nov 28
1
Replicating failing after installing RODC
...main.adlab.netdirect.ca RODC 
--realm=main.adlab.netdirect.ca 
--username=administrator at main.adlab.netdirect.ca --dns-backend=BIND9_DLZ
but we get these errors right after startup:
Nov 28 12:35:27 sles-bree samba[3939]: [2013/11/28 12:35:27.824986, 0] 
../source4/dsdb/repl/replicated_objects.c:783(dsdb_replicated_objects_commit)
Nov 28 12:35:27 sles-bree samba[3939]: Failed to apply records: Conflict 
adding object 
'DC=6b51956f-604c-41a4-8366-6fb31664f468,DC=_msdcs.main.adlab.netdirect.ca,CN=MicrosoftDNS,DC=ForestDnsZones,DC=main,DC=adlab,DC=netdirect,DC=ca' 
from incoming replicati...
2013 Jul 12
0
[LLVMdev] John the Ripper in the test suite?
...sed on John the Ripper to the test
> suite repository.
>
> http://www.openwall.com/john/
>
> Does anyone have a problem with this?
>
> Are there specific algorithms people would like to see benchmarked?
>
> Thx
>
> Chris Matthews
> chris.matthews@.com
> (408) 783-6335
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
2004 Jan 04
5
Analyzing dendograms??
...*******************************************************************************
Johan Lindberg
Royal Institute of Technology
AlbaNova University Center
Stockholm Center for Physics, Astronomy and Biotechnology
Department of Molecular Biotechnology
106 91 Stockholm, Sweden
Phone (office): +46 8 553 783 45
Fax: + 46 8 553 784 81
Visiting adress: Roslagstullsbacken 21, Floor 3
Delivery adress: Roslagsv?gen 30B
2019 Jan 11
3
upgrade to 4.8.3 authentication not work without specifying domain
...3117
> >> /Fax: / +39 050 99 3396
> >> /mail:/alberto.fiaschi at estar.toscana.it
> >> <mailto:alberto.fiaschi at estar.toscana.it>
> >> /profilo suhttp://it.linkedin.com/pub/alberto-fiaschi/  
> >> <http://it.linkedin.com/pub/alberto-fiaschi/38/783/a5>
> >> --------------------------------------------------------------
> >> ----------
> >>
> >> /Le informazioni contenute nella presente comunicazione ed in ogni
> >> eventuale file allegato possono essere riservate e sono comunque
> >> de...
2016 Oct 17
3
Nouveau on a Jetson TK1 problems
...and I am trying to get the nouveau drivers running on it without 
success. I am using the following:
Nouveau linux kernel 4.8.0-rc4+
Nouveau DRM git master
xf86-video-nouveau git master
Gnurou xserver  git branch GK20A
My base system is Debian.
When I try to start X I get:  X: drmmode_display.c:783: 
drmmode_crtc_init: Assertion `ret == 0' failed. There is also a kernel 
log message: [drm] Cannot find any crtc or sizes - going 1024x768
lsmod shows:
Module                  Size  Used by
joydev                  8960  0
hid_generic              932  0
usbhid                 42969  0
hid...