Displaying 20 results from an estimated 10000 matches similar to: "Dec. 1, 2009 tip of the day"
2011 Jan 21
1
Reading gz compressed csv file - 'incomplete line found'
Hi all,
I am trying to download, decompress and read a csv file. My code:
myurl <-
"ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE24729/GSE24729_MitoNuclear_suppl_male_stats.csv.gz"
#
myfile <- "GSE24729_MitoNuclear_suppl_male_stats.csv.gz"
#
download.file(myurl, destfile=myfile, mode="w")
#
mycon <- gzcon(gzfile(myfile,
2014 May 19
0
error in files after removing padding
Oh, I forgot to tell (but you probably had that figured out
anyway) that those 2 steps were for a file that you didn't strip
of padding before.
Would it be possible you send me a part of a file that is
affected? I'd like to know what happened, so this can be fixed.
I presume the FLAC__STREAM_DECODER_END_OF_STREAM errors occur
right after the album art? In that case, if the files are
2000 Sep 02
1
R INSTALL *.tgz fails (minor docs/feature bug) (PR#652)
R Team,
I was attempting to install Lindsey's rmutil.tgz and other
non-CRAN packages using 'R INSTALL', for example 'R INSTALL rmutil.tgz'
after downloading 'rmutil.tgz' from Lindsey's page (as linked from
r-project.org page).
Directly using the compressed file as 'R INSTALL rmutil.tgz'
failed, though the shell help from 'R INSTALL --help'
2001 Jul 29
0
A small DIY test for 2.4.7 and 0.9.4
Hello all.
I am using plain 2.4.7 with ext3-2.4-0.9.4-247,
compiled with gcc-2.96-85 on a RH7.1 distribution with the relevant
changes, i.e. e2fsprogs-1.22-1, mount-2.11g-4 and
util-linux-2.11f-3 taken from rawhide.
I am using sometimes my /usr/local partition for ext3 testing:
/dev/hdc2 3842408 738176 2909044 21% /usr/local
For my DIY testing, I am timing this trivial
2002 Sep 25
0
samba 2.2.3a "Connection reset by peer" problem
Hi!!
I have 4 boxes with RH7.3 and Samba 2.2.3a, and since we put them in a
production enviroment we are having a lot of problems, 90% of the clients are win2k sp2.
Sometimes when I try to copy a little file (20k) it lasts abot 30
seconds, and if I try to copy multiple files (about 200) or a bigger
file (about 100Mb) start copying but in a few seconds it freezes and
after about 2 minutes, ends
2013 Nov 20
1
Xen Project Documentation Day for Nov & Dec
Greetings,
Normally, we hold the Xen Project Documentation Day on the fourth
Monday of the month. However, for the next two months, there are some
issues:
- Next Monday is the beginning of Thanksgiving week in the US. This
is historically a very hard time to accomplish anything (other than
shop for the holidays which occur in December), so if we hold
Documentation Day on Monday, it is likely
2014 Nov 09
0
EPEL bug squashing day 2 Dec 2014
Leading up to the upcoming orphan removal in EPEL, the EPEL Steering
Committee is organizing a Bug Squashing Day.
There are 3 main purposes to this day:
1. Identifying owners willing to take over orphaned packages
2. Bug triage, feedback, or fixing various bugs through patch
submission, etc.
3. Last but not least, we'll be covering the testing of various packages
which need feedback.
2007 Aug 04
2
2.6.22 x86_64 : kernel initial decompression hangs on vmware
Gabriel Barazer wrote:
> Hi,
>
> After upgrading kernel to 2.6.22 on a Vmware workstation guest version =
> 5.5 and 6 , the kernel decompression stage ("Decompressing Linux...") =
> is hanging for a very long time (~5 minutes) before finally =
> succeeding (displaying "done.\nBooting the kernel.\n"). During this =
> time, the VM process is eating all
2007 Aug 04
2
2.6.22 x86_64 : kernel initial decompression hangs on vmware
Gabriel Barazer wrote:
> Hi,
>
> After upgrading kernel to 2.6.22 on a Vmware workstation guest version =
> 5.5 and 6 , the kernel decompression stage ("Decompressing Linux...") =
> is hanging for a very long time (~5 minutes) before finally =
> succeeding (displaying "done.\nBooting the kernel.\n"). During this =
> time, the VM process is eating all
2013 Feb 25
0
Bug#701672: xen-utils-4.1: add xfs support to pygrub
Package: xen-utils-4.1
Version: 4.1.4-2
Severity: wishlist
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear Maintainer,
Please consider adding xfs support to pygrub in xen-utils-4.1. The
version from xen-utils-4.2 from upstream supports xfs and the required
changes are minimal. I am attaching a patch which was constructed by
squashing the following commits together:
2013 Jan 29
1
points rejected as lying outside the specified window
Hello,
I am using the following code to create ppp files from csv data and map shape files, but I am getting some errors which I have been unable to fix by searching them online:
library(spatstat)
library(maps)
library(maptools)
NYC2<-readShapePoly("nybb.shp") # this is a map of the NYC boroughs without waterways and no census tract divisions (but it does include lines separating
2003 Apr 25
2
Open an r+b file connection on Windows
I am trying to open an existing binary file, seek to a position in the
middle, and then write one byte, while keeping the already existing data
after that byte. It seems to me that I am unable to open a connection to a
binary file in both read and write mode. I can open the "r+b" binary file
connection and seek around, but I can't write to the file. And looking at
the function
2006 Aug 17
1
newbie tries to call windows dll function
Dear list,
I (running fedora core 5 linux) have a native Windows (actually do not
know which windows version) dll file, in which are functions I want to
call in my Linux program. That is why I installed wine, to see whether I
could make this work :)
I know exactly what functions are in the dll, what their prototypes are,
but I do not have the source, only the myfile.dll.
Now, what I don't
2011 Feb 16
0
[LLVMdev] verbosity while invoking clang
On Feb 16, 2011, at 11:08 AM, Damien Vincent wrote:
> I am working on implementing a new target for llvm.
> So far (to make debugging easier), I was compiling a C code into 2 steps:
> 1) generate the llvm file:
> clang -ccc-host-triple mytarget -emit-llvm -S myfile.c -o myfile.ll
> 2) generate the assembly file using
> llc -march=mytarget myfile.ll
>
> Sometimes, I add
2008 Oct 03
1
Problems with Share Modes "fill_share_mode_lock failed"
Hi, my details:
Server: 3.2.3
Client: win2k8
When I try list contents of a shared directory through an ASP script
(win2k8 is the client), it's take much time and on samba I saw many
times (4 times for each file) the same error: "fill_share_mode_lock
failed"
I tried "shares mode = No" but no success
It's the log:
...:49, 3]
2003 Nov 10
3
Reading an upper triangular matrix
Hola!
I have data in the form of a symmetric distance matrix, in the file I
have recorded only the upper triangular part, with diagonal. The
matrix is 21x21, and the file have row and col names, and some other
information. I am trying to read with the following code (I tried
many variations on it, but all give the same error). The items in the
data file is delimited by white space.
(Part
2007 Nov 29
2
Overriding resources in a define in a module - can''t get syntax right
Maybe it works, maybe it doesn''t, but I sure as hell can''t make it work.
I get stuck with
"Could not find object(s)" whatever I do
This is my module init.pp
class ztest::setup {
notice "MAIN SETUP CLASS"
file { directfile:
path => "/etc/directfile",
owner => root, group => root, mode => 0644,
content
2009 Jun 18
1
Problem reading from a file
Hi all,
I have written a function
cluster_compare(myfile, mclfile)
I called it giving names of files in the working directory (I see them with
dir()). I get
Error in file("myfile", "r") : cannot open the connection
In addition: Warning message:
In file("myfile", "r") :
cannot open file 'myfile': No such file or directory
I tried even calling
2015 Oct 26
2
How to pass march flag to GCC Assembler arch64-linux-gnu-as
I am trying to build chromium and at this moment, They see some issues with
internal one so recommended to use the flag -fno-integrated-as.
Here is my exact build command (with -v and --save-temps):
$ clang -Igen -I../../include -target aarch64-linux-gnu
-march=armv8-a+crypto -fno-integrated-as
--sysroot=./debian_jessie_arm64-sysroot -O2 -c MyFile.S -o MyFile.o -v
--save-temps
clang version
2003 May 20
1
R in BATCH mode
Dear all,
In R<=1.6.2 I usually used the following code (in DOS prompt) to run R in
batch mode
C:\documents> Rcmd BATCH myfile.R
and I could see the results (including warning messages) in the file
myfile.Rout
In R.1.7.0 I'm experiencing the followings:
(1) even if I type "Rcmd BATCH myfile.R myfile.Rout",
no file myfile.Rout is created, but just a "&1" file