Displaying 18 results from an estimated 18 matches for "10481".
Did you mean:
1048
2007 Mar 26
4
Problem dropping rows based on values in a column
...83 15682 15617 15615 15212 14862 16539
[18] 12063 16755 16720 16400 16257 16209 16200 16144 11598 13594 15419 15589 15982 15825 15834 15491 15822
[35] 15803 15795 10202 15680 15587 15552 15588 15375 15492 15568 15196 10217 15396 15477 15446 15374 14092
[52] 14033 15141 14953 15473 10424 13445 14854 10481 14793 14744 14772
#Prepare to drop last two rows, rows that ahve 14744 and 14772 in the PID column
> delete<-c(14772,14744)
#Try to delete last two rows, but as you will see, I am not able to drop the last two rows.
> jdata[jdata$PID!=delete,"PID"]
[1] 16608 16613 16355 16378...
2007 Nov 30
1
dataframe does not expand as.Dates objects (PR#10481)
Full_Name: Adrian Dragulescu
Version: 2.6.0
OS: Windows
Submission from: (NULL) (216.99.178.65)
> data.frame(x=1:10, y="A") # expands fine
x y
1 1 A
2 2 A
3 3 A
4 4 A
5 5 A
6 6 A
7 7 A
8 8 A
9 9 A
10 10 A
>
> data.frame(x=1:10, z=as.Date("2007-01-01")) # get an error
Error in data.frame(x = 1:10, z = as.Date("2007-01-01")) :
2005 Feb 23
0
Memory error in Mac OS X Aqua GUI v1.01 with cluster pack age functions
It's trying to allocate about 850 MB. And that's just the "object that broke
the camel's back". You probably really are out of memory. You could increase
swap space and cross your fingers, but probably daisy creates the 10481 x
10481 distance matrix, which would be about 800 MB since each entry is 8
bytes. It may even create multiple copies.
You might try increasing RAM to 4 GB or a clustering routine that doesn't
need a distance matrix, like k-means (which is based on Euclinean distance
as well).
Reid Huntsinger...
2013 Jun 20
0
Reading a Vector into R
HI,
You could save it in a .txt file. (e.g. "vec1.txt")
?source("vec1.txt")
?length(drg_470)
[1] 4495
?head(drg_470)
#[1]? 7558? 9485 10481 10609 10650 10891
str(drg_470)
# num [1:4495] 7558 9485 10481 10609 10650 ...
A.K.
Hi there,
I am having trouble successfully reading this vector into R:
drg_470 <-
c(7558,9485,10481,10609,10650,10891,10909,11226,11265,11284,11342,11588,12044,12283,12355,12406,12465,12480,12553,12558,12574,...
2005 Feb 22
1
Memory error in Mac OS X Aqua GUI v1.01 with cluster package functions
...9;t find a solution to my
particular problem. I am running Mac OS X Aqua GUI v1.01 on a new G5
running os 10.3.8 with a 1.8Ghz processor and 1GB of sdram. I just
downloaded bioconducter a week ago and I'm trying to cluster a matrix
I created with a simulation with dimensions
dim(nca35)
[1] 10481 12
with size
> object.size(nca352)
[1] 1426204
I checked my ulimits variable on the unix terminal and it says it's
unlimited as does
> mem.limits()
nsize vsize
NA NA
But I'm still getting errors like the following with funtions in the
cluster package
> daisy(nca352...
2014 Apr 15
1
[Announce] Samba 4.0.17 Available for Download
...s call create_conn_struct with root privileges.
o Andreas Schneider <asn at cryptomilk.org>
* BUG 10472: pidl: waf should have an option for the dir to install perl
files and do not glob.
* BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
* BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
o Gustavo Zacarias <gustavo at zacarias.com.ar>
* BUG 10506: Make 'smbreadline' build with readline 6.3.
#######################################
Reporting bugs & Development Discussion
#############################...
2014 Apr 15
1
[Announce] Samba 4.0.17 Available for Download
...s call create_conn_struct with root privileges.
o Andreas Schneider <asn at cryptomilk.org>
* BUG 10472: pidl: waf should have an option for the dir to install perl
files and do not glob.
* BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
* BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
o Gustavo Zacarias <gustavo at zacarias.com.ar>
* BUG 10506: Make 'smbreadline' build with readline 6.3.
#######################################
Reporting bugs & Development Discussion
#############################...
2008 Dec 16
1
devicestate / inuse issue with 1.4.21.1
...ogging output and found
the following
[Dec 15 11:39:37] VERBOSE[10419] logger.c: -- Packet2Packet bridging
SIP/tel01-b6b09b18 and SIP/spa941_0027-09047cf8
[Dec 15 11:40:45] DEBUG[31007] app_queue.c: Device 'SIP/spa941_0027'
changed to state '3' (Busy)
[Dec 15 11:41:40] DEBUG[10481] app_queue.c: SIP/spa941_0027 in use,
can't receive call
[Dec 15 11:42:43] DEBUG[31007] app_queue.c: Device 'SIP/spa941_0027'
changed to state '3' (Busy)
[Dec 15 11:45:18] DEBUG[31008] chan_sip.c: Destroying user object from
memory: spa941_0027
[Dec 15 11:45:41] DEBUG[10619]...
2005 Feb 24
0
FYI from apple employee RE: Memory error in Mac OS X Aqua GUI v1.01 with cluster
...9;t find a solution to my
particular problem. I am running Mac OS X Aqua GUI v1.01 on a new G5
running os 10.3.8 with a 1.8Ghz processor and 1GB of sdram. I just
downloaded bioconducter a week ago and I'm trying to cluster a matrix
I created with a simulation with dimensions
dim(nca35)
[1] 10481 12
with size
> object.size(nca352)
[1] 1426204
I checked my ulimits variable on the unix terminal and it says it's
unlimited as does
> mem.limits()
nsize vsize
NA NA
But I'm still getting errors like the following with funtions in the
cluster package
> daisy(nca352...
2014 Apr 17
0
[Announce] Samba 4.1.7 Available for Download
...chneider <asn at cryptomilk.org>
* BUG 10467: s3-vfs: Fix stream_depot vfs module on btrfs.
* BUG 10472: pidl: waf should have an option for the dir to install perl
files and do not glob.
* BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
* BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
o Gustavo Zacarias <gustavo at zacarias.com.ar>
* BUG 10506: Make 'smbreadline' build with readline 6.3.
#######################################
Reporting bugs & Development Discussion
#############################...
2014 Apr 08
1
samba and cups printing.
Hai,
?
Im?working on the?print server, samba cups, and so fare, looks ok.
?
but im seeing messages like.
?
[2014/04/08 08:39:29.804575,? 0] ../source3/rpc_server/rpc_ep_register.c:136(rpc_ep_register_loop)
? Failed to register endpoint 'spoolss'!
?
[2014/04/07 16:52:12.100752,? 0] ../source3/printing/nt_printing_ads.c:116(nt_printer_guid_get)
? Failed to get GUID for printer
2014 Apr 17
0
[Announce] Samba 4.1.7 Available for Download
...chneider <asn at cryptomilk.org>
* BUG 10467: s3-vfs: Fix stream_depot vfs module on btrfs.
* BUG 10472: pidl: waf should have an option for the dir to install perl
files and do not glob.
* BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
* BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
o Gustavo Zacarias <gustavo at zacarias.com.ar>
* BUG 10506: Make 'smbreadline' build with readline 6.3.
#######################################
Reporting bugs & Development Discussion
#############################...
2004 Aug 06
1
capturing pid from command line
hello ;
can't recall where i got it from , but this should work .,
ps auxw | fgrep icecast | fgrep -v fgrep | awk '{print $2}'
a:/,
<p>On Mon, 3 Nov 2003, Dave St John wrote:
> Anyone know of or how to capture the pid via the command line in bash?
>
> i.e. i use this to capture shoutcast's process id
> #!/bin/bash
> SRV=`cat serverlst.txt`
>
> rm
2014 Apr 16
1
Samba 4.0.17 Available for Download
...privileges.
>
>
> o?? Andreas Schneider <asn at cryptomilk.org>
>???? * BUG 10472: pidl: waf should have an option for the dir to install perl
>?????? files and do not glob.
>???? * BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
>???? * BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
>
>
> o?? Gustavo Zacarias <gustavo at zacarias.com.ar>
>???? * BUG 10506: Make 'smbreadline' build with readline 6.3.
>
>
> #######################################
> Reporting bugs & Development...
2012 Sep 04
4
[LLVMdev] Clang/llvm performance tests on FreeBSD 10.0-CURRENT
...1449 1449.6667 2.4221203
msgsnd 6 115 115 115 115 0
msgrcv 6 0 0 0 0 0
nsignals 6 0 0 0 0 0
nvcsw 6 10481 12934 11049 11105.333 936.9249
nivcsw 6 975292 2383586 1633650 1615797.3 605542.76
Using gcc 4.2.1:
----------------
N Min Max Median Avg Stddev
real 6 1037.86 1047.78...
2004 Oct 14
10
HTB
...kernel: [<c0254960>] sys_socketcall+0x80/0x1a0
Oct 14 16:09:27 pototogorri kernel: [<c0105c79>] sysenter_past_esp+0x52/0x79
Oct 14 16:09:27 pototogorri kernel: Code: 8b 40 2c 0f 18 00 90 39 ca 75 e6 31 c0 5b 5e 5d c3 8d 74 26
Oct 14 17:23:30 pototogorri kernel: HTB: quantum of class 10481 is small. Consider r2q change.
Oct 14 17:23:30 pototogorri kernel: HTB: quantum of class 10482 is small. Consider r2q change.
Oct 14 17:23:30 pototogorri kernel: HTB: quantum of class 10483 is small. Consider r2q change.
Oct 14 17:23:30 pototogorri kernel: HTB: quantum of class 11041 is small. Cons...
2016 Jan 07
57
[Bug 93629] New: [NVE6] complete system freeze, PGRAPH engine fault on channel 2, SCHED_ERROR [ CTXSW_TIMEOUT ]
https://bugs.freedesktop.org/show_bug.cgi?id=93629
Bug ID: 93629
Summary: [NVE6] complete system freeze, PGRAPH engine fault on
channel 2, SCHED_ERROR [ CTXSW_TIMEOUT ]
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
2012 Oct 03
0
ggplot2 problem
...A NA
10477 48.25 28.00 0.7151472153 NA NA NA
10478 48.25 28.00 0.7155019510 NA NA NA
10479 48.25 28.00 0.7158566868 NA NA NA
10480 48.25 28.00 0.7162114225 NA NA NA
10481 48.25 28.00 0.7165661582 NA NA NA
10482 48.25 28.00 0.7169208939 NA NA NA
10483 48.25 28.00 0.7172756297 NA NA NA
10484 48.25 28.00 0.7176303654 NA NA NA
10485 48.25 28.00 0.7...