Displaying 20 results from an estimated 7000 matches similar to: "binary copies vs ascii copies"
2003 Aug 12
1
Recuperar: binary copies vs ascii copies
Carniado Rodr?guez Claudia desea recuperar el mensaje "binary copies vs ascii copies".
2003 Aug 08
1
performance of rsync
My name is Claudia Carniado.
I have a question about rsync, which is new for me. Hope you can help me:
I have copied a binary file whose size is about 100 MB using rsync and I noticed that it takes a lot of time.
The same size with a text file wasted really much less time.
That binary file is incremental, i.e. it started with a size of 2 kb and then it grew.
But now I am confused
2010 May 24
1
high-dimensional contingency table
Dear Friends.
I am just starting to use R. And in this occasion I want to construct a
high-dimensional contingency table, because I want to crate a mosaic plot
with the vcd package.
My table is in this format:
año ac.rep cat.gru conteos
1 2005 R parejas 253
2 2005 N parejas 23
3 2006 R parejas 347
4 2006 N parejas 39
5 2007 R
2008 Oct 01
9
time segments intersection
Hi all,
Please, how could I calculate the time that two time segments has in
common? Is there any function to perform this calculation?
For instance, given four POSIXlt objects...
endPeriod<-as.POSIXlt("2008-09-30")
startPeriod<-as.POSIXlt("2007-10-01")
endProject<-as.POSIXlt("2007-05-31")
startProject<-as.POSIXlt("2006-12-01")
that limit
2008 Jul 07
11
[Bug 16634] New: swfdec-0.7. 2 not able to play audio in the following Flash file: http://randomfoo.net/ oscon/2002/lessig/free_culture.swf.
http://bugs.freedesktop.org/show_bug.cgi?id=16634
Summary: swfdec-0.7.2 not able to play audio in the following
Flash file:
http://randomfoo.net/oscon/2002/lessig/free_culture.swf.
Product: swfdec
Version: 0.7.x
Platform: Other
URL: http://randomfoo.net/oscon/2002/lessig/free_culture.swf
2008 Oct 19
6
adding a second extension
I'm trying to add a second extension to my setup. The second device is
able to successfully connect to the Asterisk server. I am unable to
contact extension 101 from 102 and vise-versa. Also are my context
setup logically or is there a better fashion to organize them? My
error is at the bottom.
Here is the extension.conf
[default]
;
; By default we include the demo. In a production system,
2008 Apr 15
6
looking for a string
Hi all,
I have not been able to find an answer to what is a simple question:
conaguaMexicoSub <- subset(conagua, unidad == "Jalapa", select =
c(equipo,X101:X309))
This subset gives me all the rows from conagua where unidad is Jalapa.
But, please, how do I get all the rows where unidad contents Jalapa?
I've been looking at regex, but I didn't find how pass one to unidad
2012 May 04
4
Git branch with compiling fixes for win32
El 03/05/12 12:19, Miroslav Lichvar escribi?:
> It makes the C function faster than the corresponding asm routine, so
> if it's included I'd suggest to just drop the asm function to not keep
> around more asm code than is necessary.
With current compilers it is very likely that those routines are already
superflous.
2012 Jan 11
3
Command completion of the R binary / Ubuntu
Dear Deepayan and dear list,
I notice a small inconsistency with the command completion of the R CMD
check. --no-latex is deprecated sincs R 2.12.0 and defunct since 2.13.0
but the command line completion still suggests it:
cb at cbdesktop:~/r-devel$ bin/R CMD check --no-<here I hit tab>
--no-clean --no-examples --no-latex --no-vignettes
--no-codoc --no-install
2012 Jan 11
3
Command completion of the R binary / Ubuntu
Dear Deepayan and dear list,
I notice a small inconsistency with the command completion of the R CMD
check. --no-latex is deprecated sincs R 2.12.0 and defunct since 2.13.0
but the command line completion still suggests it:
cb at cbdesktop:~/r-devel$ bin/R CMD check --no-<here I hit tab>
--no-clean --no-examples --no-latex --no-vignettes
--no-codoc --no-install
2008 Oct 10
2
Asterisk SIP calls stop working having more than 300 calls (more than 600 channels)
After getting some ERRORS like this:
[Oct 8 21:42:49] ERROR[31903] rtp.c: No RTP ports remaining. Can't setup
media stream for this call.
[Oct 8 21:42:49] ERROR[2485] rtp.c: No RTP ports remaining. Can't setup
media stream for this call.
[Oct 8 21:42:49] ERROR[31903] rtp.c: No RTP ports remaining. Can't setup
media stream for this call.
[Oct 8 21:42:49] ERROR[2489] rtp.c: No RTP ports
2008 Feb 19
2
change NA values
Hello, I'm sure that this question is too simple, but, I'm begining with R and I'm not able to change the NA values in a matrix by 0 values, and it's necessary for my work, how can I do It? Thank you.
Alfonso Pérez Rodríguez
Instituto de Investigaciones Marinas
C/ Eduardo Cabello nº 6
C.P. 36208 Vigo (España)
Tlf.- 986231930 Extensión 241
e-mail: fonsilei@iim.csic.es
2006 Dec 31
3
tabulate: switching columns and rows
Hi all,
Please, is there any way of controlling factors in row/columns when using ftable/xtabs? As far as I can see, the last cross-clasifing variable in the formula will appear in columns. The previous ones, in rows. For instance, is it possible to make tension and replicate appear in columns?
ftable(xtabs(breaks ~ wool + tension + replicate, data = warpbreaks))
After some years using SAS
2009 Aug 06
3
using cat()
Please, could you give me an example about how to use cat() to read the
value of a variable in a function? Any other way?
I've found how to make it globally available, thus printing it, but I
don't know how to read out the value of any variable within the function.
Thanks for your help,
Ricardo
--
Ricardo Rodr?guez
Your XEN ICT Team
2008 Feb 13
5
passing username and password to source()
Please, is it possible to pass an username and a password to source() to
access code stored in restricted access web server?
I know I can use commands like...
> source("http://mire.environmentalchange.net/~webmaster/R/3Dsurface.r")
but I am not able to find if it is possible to pass authorization
parameters together with the link.
Thanks you for your help,
Ricardo
--
Ricardo
2009 Nov 29
4
sequence of commands in R
Dear all,
I would like to know how could I execute a sequence or orders with just a function, i.e, that just typing the function name, R gives me all the parameters I want (for instance, if I want to see the summary, the standard deviation, the number of valid cases, etc of a dataframe just with one function). I have tried with the following, but just compute the second argument of the body, i.e.,
2006 Nov 24
2
axis in an image() plot
Hi all,
I've found quite usefull colored-grid created by image() but I'm facing a doubt I am not able to solve.
Given the following data rectangle...
1 2 3 4 5 6 7 8 9 10 11 12 13 14
1 12 22 0 7 2 1 0 2 0 2 6 -3 0 3
2 0 -1 0 9 3 -4 0 0 0 0 3 0 0 0
3 29 45 6 12 16 85 -2 0 -3 -4 89 -1 -1 1
4 2 9 3 6 17 3 -2 -9 -2 8
2008 Feb 20
3
Specaccum
Se ha borrado un texto insertado con un juego de caracteres sin especificar...
Nombre: no disponible
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080220/4ba85b57/attachment.pl
2007 Sep 20
5
Ferret DRB, UTF-8, Mongrel
I have spent days trying to figure out how to get UTF-8 working with my
site.
Here''s my environment:
Linux version 2.6.16.29-xen_3.0.3.0
Ruby 1.8.4 (2005-12-24 [i386-linux]
Rails 1.2.3
mongrel (1.0.1)
mongrel_cluster (1.0.2, 0.2.1)
ferret (0.11.4)
acts_as_ferret stable plugin
Ferret DRB server
When I don''t use an analyzer with my acts_as_ferret declaration,
everything works
2012 May 07
3
[PATCH] Optionally, allow distros to use openssl for MD5 verification
El 07/05/12 06:23, Miroslav Lichvar escribi?:
> On Sat, May 05, 2012 at 05:34:31PM -0400, Cristian Rodr?guez wrote:
>> This has the advantage of being more efficient than the included
>> routines and allows distros to centralize crypto mainteniance on
>> a few libraries.
>
> Isn't the OpenSSL license incompatible with GPL? IANAL, but I think
> the flac and