search for: 57353

Displaying 2 results from an estimated 2 matches for "57353".

Did you mean: 57343
2007 Jun 16
0
CEBA-2007:0331 CentOS 5 x86_64 conga Update
CentOS Errata and Bugfix Advisory 2007:0331 Upstream details at : http://rhn.redhat.com/errata/RHBA-2007-0331.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 113b6d4a2e250ffda73a7a4183bdeb62 luci-0.9.2-6.el5.x86_64.rpm 930f26422ebac8cc0b88d00f5fe9a916 ricci-0.9.2-6.el5.x86_64.rpm Source:
2017 Sep 08
1
Optimize code to read text-file with digits
On 8 September 2017 at 11:25, PIKAL Petr <petr.pikal at precheza.cz> wrote: > > Moller Skarbiniks Pedersen > My program which is slow looks like this: > > > > filename <- "digits.txt" > > lines <- readLines(filename) > > why you do not read a file as a whole e.g. by > > lines<-read.table("digits.txt") > Good idea.