similar to: File listing problem

Displaying 20 results from an estimated 500 matches similar to: "File listing problem"

2008 Jan 11
0
Re-Casting
R-experts, I have a bunch of files (by date) that I can read into dataframes as below. df$today: identifier rtgmdy rtgmdy_dt rtgmdy_watch rtgmdy_nowatch rtgmdy_watch_dt rtgsp rtgsp_dt 310000031 Aa3 20050701 Aa3 NA AA- 20050510 310000086 B1 20070920 B1 NA B+ 20070828 310000106 Baa2 20040326 Baa2 NA BBB 20051003 310000170 Baa3 20070601 Baa3 NA BBB+ 20051024 310000225 Ba2 20070601 Ba2 NA
2008 Jan 08
1
Error with rbind and zoo
Hi all: I have a directory of files as in -------------> bunchafiles <- list.files(path="/data/2.3/2006", pattern="returns", full.names=T,recursive=T) .... Each file is a bunch of returns for a particular date (unique). There are like 252 files or so. With a custom function myread (below), I define a vector ----- res <-
2007 Dec 26
2
Rbind-ing a list into one item
Hi, I am doing the following: 1. I have a list of files.. Files1=list.files("some directory",pattern="some pattern") 2. I define a list as res=vector("list", length(files1)) 3. I read all the files into this list: res=lapply(files1, read.csv) I now want to rowbind all the items in the list into one big mass (all files have same number of columns). I tried
2007 Dec 19
3
Aggregating by a grouping
Suppose I have: Book Value A 10 B 11 C 9 D 8 A 12 C 4 D 5 B 7 I want to summarize above not by Book but by groupings of Books as in (below) I have a list ... basic_map <- list(c("A",B"),c("C,D")) Big_names <- c("A1", "A2") Names(basic_map) <- big_names So I want to get : A1 40 A2 26 How do I use tapply AND the list to get my
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003! Let it be prosperous for both you and me! Below you see a very short version of my CV as of January 2003 for your kind consideration and update. Word, TXT, and PDF version of the complete CV are available upon request. Enjoy the economic recovery! Make it a great day: ZAR ================================================================= ZAR PETKOV,
2008 Jan 10
5
Extracting last time value
I have a dataframe as follows: Date time value 20110620 11:18:00 7 20110620 11:39:00 9 20110621 11:41:00 8 20110621 11:40:00 6 20110622 14:05:00 8 20110622 14:06:00 6 For every date, I want to extract the row that has the greatest time. Therefore, ending up like: 20110620 11:39:00 9 20110621 11:41:00 8 20110622 14:07:00 6 I am using for loops (for every date, find largest time value) to do
2012 Mar 02
1
Strange behaviour during file rename
http://stackoverflow.com/questions/9535653/file-rename-on-ext3-appears-to-break-posix-spec I posted the above to stackoverflow - I am running a test does repeated file renames to a target file in one thread, and repeatedly reads that target file in another thread. This works fine except when there is a hard-link to the file being renamed to the target file. In this case the reading thread hits
1998 Dec 07
0
HDF or netCDF
Hi, I saw some ref to R on HDF site and found some e-mails regarding them on Feb. Has there ben any developement on either of these software (HDF or netCDF)? I am primary interested in NT side, but Unix side will help to some degree. Thanks much in advance, ************************************************************** S. Hoon Yoon (Quant) Merrill Lynch
2011 Feb 17
1
Kerem Erciyes wants to stay in touch on LinkedIn
I'd like to add you to my professional network on LinkedIn. - Kerem Erciyes Kerem Erciyes Founder at Kerem Erciyes - Systems Consultant Confirm that you know Kerem Erciyes https://www.linkedin.com/e/458g9e-gk9r6mx4-1u/isd/2349073602/c9W4Eipx/EML-invite_guest_snackified_59/ ------------------------------------------------------------------------------- After connecting with Kerem, check
1998 Nov 24
1
Loess & Tar file
Hi, First time on this list. Here it goes I am trying to find Loess. I could not find it on the windows version. Is there one in either Unix version of R or some C program somewhere? I tried one from http://netlib.bell-labs.com/netlib/a/, but I cannot get it to compile due to problem with missing lib (I think): cc -o gas.x gas.o loessc.o loess.o predict.o misc.o loessf.o -llinpack -lcor -lm
2006 Jan 04
0
Installing opensshd on Sun Cobalt Linux, shell interpreter issue
I have just installed openssh on my Sun Cobalt Qube, running Linux. The shell interpreter for the rc script forces /sbin/sh. This is defined in opensshd.init.in. This shell does not exist on this implementation of Linux. I have written about this in (much more) detail at http://blogs.sun.com/roller/page/DaveLevy/20060104. NB This would seem to me to be a common problem but I havn't found
2005 Oct 06
0
Will these Shares Go higher?
Undiscovered Gem St0ck_Report Company Profile: +++++++++++++++++++++++++++++++++++++++++++++++++ CEO AMERICA INC. Symbol: CEOA . pk Recent Price: $3.00 Expected Trading Range: $5.50 - $6.00 (post split) Shares Outstanding: 35M (est.) Float (est.): 5M ++++++++++++++++++++++++++++++++++++++++++++++++++ This st0ck has just started a Major PR Campaign!! How will it react to th0usands of investors
1998 Dec 09
1
R.dll
Hi, Is there any docs on R.dll? Or is it "use the source Luke" time? (The NT 0.63.1) Can anyone give me pointers on where to look? I am trying to wrap it under a GUI. The bdr release has examples, but it seems to be limited in scope. Has anyone compiled R under VC++. I see that the older version has been compiled under VC++ at some point. Is this best place to start to see how to
1998 Nov 25
1
Connect to Visual? and Bench Mark
Hi, Is there any possible way to connect to VB, VC++, Delphi, Python, etc... to R? I am trying to put some nice GUI using something like VB and use R as a back end for computations. I search through the FAQ and help archive, but could not find any. I am willing to look at any tools on Sun/Solaris environment as well (Like C or Python or Perl). If anyone can share some examples, pls let me
1999 Sep 29
2
Automatically locating domain controller
I apologise for not knowing the answer to this, especially as I saw it was discussed on the mailing lists but can't find the original article (even searching the archives). Our support teams would like a single smb.conf that can be used as a default world-wide. (allowing for a minimal modification of the "workgroup=" field) This means that you're stuck for what to put in your
2002 Mar 14
1
Encrypted file transfers
<FONT face="Default Sans Serif, Verdana, Arial, Helvetica, sans-serif" size=2><DIV>I''m getting requests in increasing regularity for secure file transfers.&nbsp; We''ve been a happy wu-ftpd user for a couple of years, and although wu-ftpd offers a rock solid ftp server, it doesn''t appear to have hooks for secure/encrypted transfers.&nbsp;
2020 Oct 15
0
setlmasterrole in config
Hi Jeremy, and Martin, Digging in the code I think I figured it out (though untested). Here is my Ansible fragment. Is this correct for the property names? ... [legacy] realtime scheduling = false {% if ctdb_lmaster_capability is defined %} lmaster capability = {{ ctdb_lmaster_capability }} {% endif %} {% if ctdb_recmaster_capability is defined %} recmaster capability = {{
1998 Dec 01
1
Benchmark
Hello: I modified benchmark used in http://www.informatik.uni-frankfurt.de/~stst/benchspl.txt now the attached code will work with R, except for last test for some reason (Sorry ran out of time to play with this). Immediate problem is that R does not show fraction of seconds. So, that kinda makes comparison some what hard. I also looked at memory and CPU usage on NT console. R seems to go
1999 Jun 30
2
Compile on NT
Hi, I am getting following error messages while trying to compile: cp -p man/*.Rd ../../library/base/man rm -f ../../library/base/man/BATCH.Rd ../../library/base/man/COMPILE.Rd ../.. /library/base/man/INSTALL.Rd ../../library/base/man/REMOVE.Rd ../../library/ba se/man/RHOME.Rd ../../library/base/man/SHLIB.Rd echo done > fixRd cp -p bin/fwf2table bin/helpPRINT.bat ../../../bin echo
2003 Oct 08
1
AW: Skipping Directory
the rsync command is build by the PHP-Script Here an example of a command with the "Skipping directory" failure: rsync -az -e ssh /cygdrive/F/web/workstation/mediadb/europe shoptv@192.168.8.111: The OS on both machines is Windows2000. rsync is running under cygwin. thanks Michael __________________________________________ moltomedia GmbH - Multimediale Konzepte Michael Clivot -