Displaying 20 results from an estimated 2000 matches similar to: "MySQL support for LOAD DATA LOCAL"
2004 Aug 06
0
icecast-2.0-kh34
In message "[icecast] icecast-2.0-kh34"
on 24.04.2004, Wild Karl-Heinz <kh.wild@wicom.li> writes:
WKH> In message "[icecast] icecast-2.0-kh34"
WKH> on 24.04.2004, Karl Heyes <karl@xiph.org> writes:
WKH> [snip]
>>> ... but it coredumps every 10 secs.
KH>> There is a segv bug in kh34 triggered when clients move from one mount
2011 Aug 18
3
Speeding nested loops up
Hi I'm trying to speed my loop up. Any Suggestions?? At the moment it takes a
few days to run.
THE CODE
---------------------------------------------------------------------------------------------------
for(i in 1:11) {
for (j in 3:12) {
for (k in 1:273107) {
y[k,1] <- x[i,j,k]
print(y)
Rainfall_dataset <- read.table("1km_grid_nzmg.csv",
2007 Jul 08
1
Writing Excel (.xls) files on non-Windows OSs using Perl
Hi all,
There have been quite a few threads in the recent months pertaining to
the ability to directly write native Excel (.xls) files from R. For
example, exporting R matrices and/or data frames to an Excel file, with
perhaps the ability to create multiple tabs (worksheets) within a single
file, with one tab/sheet per R object.
There exists the xlsReadWrite package on CRAN by Hans-Peter Suter,
2007 Jun 21
2
segfault during cbind
The following code results in a seg fault.
> sessionInfo()
R version 2.6.0 Under development (unstable) (2007-06-21 r42013)
x86_64-unknown-linux-gnu
locale:
LC_CTYPE=en_US;LC_NUMERIC=C;LC_TIME=en_US;LC_COLLATE=en_US;LC_MONETARY=en_US;LC_MESSAGES=en_US;LC_PAPER=en_US;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US;LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics
2012 Sep 14
1
Any way to get read.table.ffdf() (in the ff package) to pass colClasses or comment.char parameters through to read.fwf() ?
Hi everyone, my apologies if I'm overlooking something obvious in the
documentation. I'm relatively inexperienced with the (awesome) ff package.
My goal is to use the read.table.ffdf() function to call the read.fwf()
function and pass through the colClasses and comment.char arguments. The
code below shows exactly what doesn't work for me.
If the colClasses and comment.char
2012 Jul 25
3
ff package: reading selected columns from csv
*Dear R users, Ive just started using the ff package.
There is a csv file (~4Gb) with 7 columns and 6e+7 rows. I want to read only
column from the file, skipping the first 100 rows.
Below Ive provided different outcomes, which will clarify my problem
*
> sessionInfo()
R version 2.14.2 (2012-02-29)
Platform: x86_64-pc-mingw32/x64 (64-bit)
locale:
...
attached base packages:
[1] tools
2014 Jan 27
4
Perl Search::Xapian
Hi,
Trying to learn Search::Xapian and be better at perl at the same time,
I'm stuck, at the DB_CREATE_OR_OPEN error. Perl says this:
~/dev/sandbox/Xapian-perl$ ./Index1-Xap.pl 100-objects-v1.csv db
"db" is not exported by the Search::Xapian module
Can't continue after import errors at ./Index1-Xap.pl line 7.
BEGIN failed--compilation aborted at ./Index1-Xap.pl line 7.
What I
2013 Nov 29
0
Formatting output of plotKML
Hello,
I previously submitted the below query to r-sig-geo, but have had no
response. Before I start bothering individual maintainers, I wonder
if anyone on this list has any experience with the package and (or!)
can diagnose my problems?
Thanks,
Calum
Hello,
I am having a little trouble with plotKML and I am not sure whether to
ascribe it to my incompetence (most likely), incomplete
2010 Oct 05
3
[LLVMdev] problems configuring LLVM with gold plugin
When I build LLVM 2.6 after configuring it with the
--with-binutils-include option so it points to the gold plugin
src/include directory, I get the errors below. I used "cvs -z 9 -d
:pserver:anoncvs at sourceware.org:/cvs/src co src" to check out the
gold-plugin, as is documented on llvm.org.
--------------------------
make[2]: Entering directory
2012 Jul 12
3
Maildir messages
Hi all,
Hopefully, I'm sending this to the right place...
Can someone guide me on changing the Maildir messages files
back to the single file format I used to have instead of the
dovecot.index /cur /tmp /new format my newer server currently
has. I'm running dovecot v1.2.9 postfix v2.7 on Ubuntu v10.4
2010 Jul 22
2
[LLVMdev] the generation of getelementptr instruction
Hi all,
I'm reading the language reference of LLVM here: http://llvm.org/docs/LangRef.html#i_getelementptr
In the first example, it shows that the generated IR is supposed to be something like:
%reg = getelementptr %ST* %s, i32 1, i32 2, i32 1, i32 5, i32 13
But when I copied the code and compile it myself (using v2.7), I got five getelementptr instructions, which are just like the equivalent
2012 Sep 17
1
How to filter information from a big .csv table into a new table
Hi,
I have big .csv file. I would like to filter that file into a new table.
For example, I have .csv file as below:
f1 f2 f3 f4 f5 f6 f7 f9 f10 f11
t1 1 0 1 0 1 0 0 0 0 1
t2 1 0 0 0 0 1 1 1 1 1
t3 0 0 0 0 0 0 0 0 0 0
t4 1 0 0 0 1 0 0 0 0 0
t5 0 0 0 0 0 0 0 0 0 0
t6 0 0 0 0 0 0 0 0 0 0
2009 Apr 01
1
itemized option (-ii) with --log-file and --log-file format
Hi,
I am using rsync3.0.5 both side. I have been using below rsync command to
get the sync info.
rsync -av --stats -ii --log-file-format='CONTENTS: %i %f %l %o %b'
--log-file='/tmp/rsync-test' src/ dest/
I noticed that the output format for this command is different from rsync
V2.6.* . Is there any way I can make this output similar to rsync V2.6.*?
Thanks,
Jignesh
2010 Oct 21
3
importing csv gets me all 16,000 columns with "NA"
I'm new to R. I have a mac (OS10.6). I have converted an Excel file to a csv
to import into R. I have used many methods to import the file, most do not
work, the best so far is:
filename <- read.csv(/Users/Desktop/csvfile.csv", header=T, sep=","). I have
also tried taking out the header and sep lines and it still imports fine.
Regardless of what I do, it always brings in
2008 Oct 29
2
behavior of "by"
Any insight into the behavior of "by" in the following case would be
appreciated. There is a note in the help details for "by" about
documenting behavior since v2.7 but I don't entirely understand what it
is saying. I'm using R2.7.2 Windows. I'm interested if the following
behavior was a change or whether it has always worked this way. I
looked at
2012 Sep 18
1
chunk row to new table/file
I have big .csv file. I would like to filter that file into a new table.
For example, I have .csv file as below:
f1 f2 f3 f4 f5 f6 f7 f9 f10 f11
t1 1 0 1 0 1 0 0 0 0 1
t2 1 0 0 0 0 1 1 1 1 1
t3 0 0 0 0 0 0 0 0 0 0
t4 1 0 0 0 1 0 0 0 0 0
t5 0 0 0 0 0 0 0 0 0 0
t6 0 0 0 0 0 0
2004 Aug 20
1
[LLVMdev] Re:About the address of Basic Block
I really appreciated for you guys' help and thanks all you guys, Misha Brukman, Vikram S. Adve, Michael McCracken, Chris Lattner and Brian R. Gaeke .
I hope I can make it clear :-). I am trying ...
There is application i.e decoder.c . I compile it using llvm and get excutable file/object file ( named decoder.out/decoder.o ) and decoder.s. And I wrote another code loader.c which is trying to
2006 Feb 22
0
Make mkpatches fails in tip of xen-unstable; solution suggested
Hello,
I hope that this is an appropriate for this list - please educate me if
not.
Having cloned the unstable repository and attempted to run
"make mkpatches"
I found that it failed because it couldn''t download
linux.2.6.16-rc4.tar.bz2 from kernel.org.
This is because it''s looking for it in /pub/linux/kernel/v2.6 when in
fact it is to be found in
2012 Dec 05
4
[LLVMdev] how to get and modify a global variable inside a module
recently, i use LLVM API to write a program to read *.ll and excute it
automatically.
Further more, i want to change some global variables inside a module.
i tried some functions provided by Module.h and ExecutionEngine.h but none
were seemed to match my need.
did someone have the experience or some advices?
thank you ;)
--
View this message in context:
2010 May 14
1
is my PHPAGI Soap code right?
Hello,
i try to use soap in the phpagi.
i want to call a function from a web service
when a user call a telephne failed.
this is my phpagi script, Could you show me what's wrong ? becasue i
can't excute it successfully.
please open the following url to see my code:
http://pastebin.com/uzvWSxPy
Thanks!
--
Thanks for your supporting,
have a nice day.
Sucan