Displaying 20 results from an estimated 300 matches similar to: "Need to Run Multiple Winapps At The Same Time"
2005 Feb 08
2
batch jobs question
Hi,there
I'm doing some R batch jobs in Unix.
Something like
R <prog1> output1 --save &
R <prog2> output2 --save &
prog1 and prog2 are running at the same time and they are essentially same except it contains different parameter values.
I was wondering if two processes will affect each other? Hopefully they are two independent jobs.
It's a beginner's question
2002 Aug 25
0
External file-attributes plugin for rsync
Recently, with LSM (linux security modules) interface growing stable, it
is becoming easier to implement different access-control systems for
linux. There are already several projects using different approaches to
the access-control problem. Each of them has its own meta-info for each
file. When syncing two hosts which use some security module, one needs to
sync this meta info for each file
2015 Aug 22
2
a lld linker script bug
Hi,
Thanks for your patch, Huang. It looks good to me. Just one comment:
can you write a testcase, similar to the others used for linker script
testing, with your example? Alternatively, you can modify
lld/test/elf/linkerscript/sections-with-wildcards.test to test your
case. This will make your patch complete and ready for commit, and
will ensure we do not regress on this bug if this code is ever
1997 Oct 23
0
R-beta: why restart()
Martyn, you write
> I don't think restart() is necessary - it just seems like an invitation to
> bad programming to me.
It's needed when comparing, say, the time to convergence (if at all) of various
iterative processes, for each of a few hundred simulated values. For example one
wants basically
function(data){
summary<-rep(NA,1000)
for(i in 1:1000){
2008 Jan 28
1
R command line usage
Hello,
Usually if I want to run R code from another program, I generate an
R script and run R BATCH. However, I have been wanting to access R's
command line from another program. In other words, I want the std output
from another program to feed into R (command line). Is there any way to
do that? I would also like to collect R's response using std input.
Thanks
2011 Jun 16
1
Merging rows in a dataframe
Hi R Help list
I'm looking to visualise US foreign aid 1946-2009 and I have the dataset for this. The trouble is it's a bit too complex and I need to simply it
I want to merge all of the rows with the same country together and add up the individual totals to make one total figure per country per year
Below is an example of the kind of data. The real dataset has 2447 rows and covers 63
2010 Nov 17
5
n00b, how to uninstall wine completely and reinstall, Ubuntu.
I installed wine on my desktop running ubuntu 10.04. All was working fine until I installed battlefield 1942. I had an issue so decided to uninstall wine and try again.
When I reinstalled wine, I get no Programs item in the menu. I can browse to the folder when browsing the c drive.
I started to uninstall BF1942 to try again and had a power cut during the process.
Is there any way to completely
2005 Jan 01
2
New Year Wish List
Congrats to all those who have contributed to R over the
past year. As with last year, for New Year I would like to
list the top 10 features I would like to see in R. The first
three are the most important.
1. Scripting
With this feature it would be possible to call R like
this as a filter:
R -f myprog.R infile1.txt infile2.txt > outfile.txt
or
prog1 | R -f myprog.R | prog2
2007 Oct 13
1
Error Message from R
Hi,
I am trying to calculate the descretionary accruals using the bootstrapping technique with the R program, but I keep getting an error message.
Previously, after typing in the command on the front sreen, R would return the output without any problems. I am now using a different dataset, and am getting the following error:
Error in solve.default(t(X) %*% X) : system is
2007 Mar 19
2
TaxAct 2006 Problem
TaxAct 2006 installed perfectly, and at the end of the install I was
given the option to start the program. I said yes, and the program ran
just fine.
However, when I tried to run the program separately, I got this error:
root@PC1:~/.wine/drive_c/Program Files/2nd Story Software/TaxACT 2006#
./TaxAct06.exe
run-detectors: unable to find an interpreter for ./TaxAct06.exe
Any idea how I can help
2006 Apr 11
1
Migrating corporate WinApps using Wine Question
Hello,
I have finally decided to move my Windows apps to Linux.
I have a question I hope someone can answer.
Do I create folders (anywhere) in Wine and place the app there
or do I need to use the 'INSTALL' program that comes on the CD of the app.
I have read man pages, but I don't see it nor do I 'get-it' (yet)
My brain has become so 'windowized' that I cannot figure
2011 Feb 03
0
R: mpirun .C and R
hello all
i am busy testing some code that will be used for parallel computations
on a Moab cluster. I have written a C++ program and am linking it with R
using the .C command - this works correctly.
Extracts of the r code (as well as the *.sh file) is included below. I
am able to run the code successfully if I remove all of the doMPI
commands. i.e. outs=.C("prog1", all of the
2010 Nov 17
0
R Project for measurement of earnings management
Hello there,
My name is Alireza. I am interested in utilizing R-program for measurement of earnings management (accounting related issue). However, there are two source programs which should be used simultaneously with the R-program to be able to measure earnings management. Previously (i.e. in year 2006) I could obtain these two source programs off the R-Project website (i.e.
2002 Sep 21
2
Setup.exe Hides Dialogues
I'm new on here, so I hope this has not been answered too many times
already. I searched the knowledge base at the Wine site without finding
a solution.
I just switched from Mandrake to Lindows, which seems to have a capable
version of Wine running. However, with two Winapps I've tried to
install, the initial setup window (fullscreen, borderless, no controls)
completely hides the
2001 Mar 06
2
wine+window2000
When I tried to run calc.exe (Window 2000 version) under wine and I got
the following error:
err:module:fixup_imports Module (file) MSVCRT.dll needed by
Y:\winapps\calc.exe not found
Any idea????
2001 Feb 13
1
wine & codeweaver wine
Hi,
there are 2 wines: wine and codeweaver wine. What's the difference?
Which is better (if I can use the word)?
Which on runs more winapps?
Thank you
2000 Mar 18
0
Samba 2.0.6 and Windows 95 logon
Hello
I have just updated from Samba 2.0.5 to 2.0.6, and have found that the path
to the user profile does not seem to work properly.
I am using:
Win95 OSR2 on PCs
Solaris 2.5.1 on a Sun Ultra 2/200
Samba 2.0.6 (compiled with gcc 2.7.2)
My smb.conf file includes the following lines:
Domain logons = yes
Logon script = mount.bat
Logon home = \\%N\%U
Logon path = \\%N\%U\winapps\win95
All of
1999 Jan 25
1
Problems running apps from Samba 2.0.0 share on NT 4.0
Ever since I upgraded from Samba 1.9.18 to 2.0.0, I've been
having problems with applications started from a Samba share dying
silently, or with an Illegal Instruction message, on NT 4.0
Workstation. Since the only configuration change has been the Samba
upgrade, that would seem to be the orgin of the problem. Below is my
smb.conf file, in case I have something configured (or not configured)
2001 Apr 30
1
OpenGL causes assertion failure.
Hello,
I've done all the 'Right Things(tm)' in order to get opengl to
work under wine.
Here's my checklist:
-1- I checked the proper working of libGL.so
gears runs just nicely under linux
-2- I retrieved the latest and greatest wine src from CVS
-3- I did a ./configure --enable-opengl
-4- Built the sources, installed the binaries.
-5- Tried dll configs
Now, when
2001 Oct 22
1
Wine & CD-Record
Hi !
(sorry for my english but I hope you understand what i mean :) )
Does CD-Record programms works with wine ?
Can i use CloneCD and WinOnCD with it ?
I have a windows PC only to burn CD's here and i want to do it with linux
For "normal" things i can use cdrecord but i cant copy all cd's with it,
sometimes i need clonecd
and WinOnCD is better for CD-Text than the GUI's