Displaying 20 results from an estimated 400 matches similar to: "Help needed to get the application work for native linux editors"
2004 Nov 03
2
How to make C drive to point to /usr/share/wine-c
Hello,
I want the C drive to be pointing to /usr/share/wine-c instead of
./drive_c by default, without modifying in the config file. That is on
typing the command "wine" itself , "dosdrives" in .wine directory
should contain the symlink to /usr/share/wine-c for "C" drive.
Where should I edit for that, so that i get the C drive pointing to
/usr/share/wine-c by
2004 Jan 13
3
How to create RPMs
Dear friends,
Do anybody know how to create a rpm file from a source program. I have the wine source program Wine-20030318.tar with me. I would like to create a rpm file for this program. How can i achieve it. Please kindly guide me.
Saravanan. V
______________________________________
Scanned and protected by Email
2004 Feb 21
1
Does wine supports database applications
Hai Fabian ,
Can you kindly describe me how you achieved this. In which way did
you connect to the database. Did you use the ADO method or ODBC DSN method
to connect to the database. Please kindly guide me.
Saravanan
----- Original Message -----
From: Fabian Cenedese <Cenedese@indel.ch>
To: saravanan
2008 Aug 28
2
Defining environments within functions
How can I define environments within a function so that they are visible
to calls to a sub-function?
I have defined an objective function,
ProfileErr = function(params,...)
which I would like to optimize using standard routines (optim,
nlminb,....) but which contains auxiliary variables which need to be
updated along with params. No optimization routine in R that I have
found has facilities
2006 Jun 03
1
plot.new, trellis and windows plot history (PR#8935)
Full_Name: Andrew Hooker
Version: 2.3.1
OS: windows xp sp2
Submission from: (NULL) (83.253.8.162)
Hi,
I think there is a bug in the windows graph history procedure, here is what
happens:
1. open R
2. 'library(lattice)'
3. 'xyplot(0~0)'
4. Turn on recording in the graphical window
5. Add plot to history
4. 'plot.new()'
5. 'xyplot(1~1)'
Try to 'pageup' to
2008 Aug 22
1
R CMD check problem
I have a query after finding an error running Rtools on a Windows machine.
I am trying to build an update to the R fda library using Rtools27 under
Windows XP Pro. This is the current fda library on RForge:
http://r-forge.r-project.org/projects/fda
Following R CMD build, R CMD check produces the following error in
00Install.out:
installing R.css in F:/work/RForge/fda.Rcheck
make: ***
2004 May 13
2
R 1.9.0 and pred.rpart
I have just upgraded from R 1.7.3 to R 1.9.0 and have found that the
predict function no longer works for rpart:
> predict(hmmm,sim3[1:10,])
Error in predict.rpart(hmmm, sim3[1:10, ]) :
couldn't find function "pred.rpart"
I have re-installed the rpart package to no avail. Any ideas?
Giles Hooker
2008 Dec 04
1
Changing 'record' option in open graphics device
Hi,
I am wondering if there is a way to change the value of the "record" option
in a graphics device that is already open (and accepts this option). I
don''t want to open a new device with, for example "dev.new(record=T)", but
just want to change the settings of the current device. This can be done by
pointing and clicking on the "history" tab of a
2009 Aug 28
2
R CMD check does not recognize S4 functions inside other functions?
I am developing a new R package and am now checking it for submission to
CRAN.
The some functions in the package make use of the sparse matrix routines
in the package 'Matrix'.
When these are loaded in R, they create no problems.
However, when running R CMD check, I run into the following error in
executing the examples in a .rd file:
> DD = Matrix(diag(1,200),sparse=TRUE)
>
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
please enjoy this week issue
A+
--
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle
-------------- next part --------------
Wine Weekly News
All the News that Fits, we print.
Events, progress, and happenings in the Wine
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
please enjoy this week issue
A+
--
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle
-------------- next part --------------
Wine Weekly News
All the News that Fits, we print.
Events, progress, and happenings in the Wine
2006 Mar 09
0
Get width of an element using javascript
I need to get the width of an element into a ruby variable.
I have tried using various methods to call a javascript function that''s
in the prototype library called getDemensions. I''m just not sure how to
perform the call.
document.GetElementById(id).offsetWidth works fine with and onClick
event, but I need to get the width value at various time during the page
load. I also
2008 Nov 30
1
normal-bracket50bracket-normal?
Hello:
I've found structures like "normal-bracket50bracket-normal" in
help files for R packages including the following:
* "mergeprepare" and "mergematrices" in a document dated
March 3, 2004 by Richard Mott; the second contains
"normal-bracket30bracket-normal".
* "Fperm.fd" and "tperm.fd" in the
2020 Sep 04
4
Acls
Hi I have some problems with setting permissions on my share. I think it has to do that I didn?t configure this
If you use the winbind 'ad' backend on Unix domain members and you add a gidNumber attribute to the Domain Admins group in AD, you will break the mapping in idmap.ldb. Domain Admins is mapped as ID_TYPE_BOTH in idmap.ldb, this is to allow the group to own files in Sysvol on a
2010 May 30
1
IRC telling you to go to mailing list - it's for good reason ....
Just to answer the aspect of why people in IRC tell you to go to a mailing list ? because mailing list answers are more permanent that IRC, and also, it spreads the knowledge of the question, and the answer over a much wider time frame rather than just the two to three sentences that are involved in fixing your situation. It also notifies the mailing list which is generally watched by the
2017 Oct 31
0
Wine release 2.20
The Wine development release 2.20 is now available.
What's new in this release (see below for details):
- Improved event support in MSHTML.
- Preloader support on ARM64.
- Interpolation modes in Direct3D.
- Improved metafile support in GdiPlus.
- Initial version of Kerberos5 Authentication Package.
- OLE clipboard cache improvements.
- Various bug fixes.
The source is available
2011 Mar 09
1
Javascript call from view.
Hello All,
I am working on a Microblogging application.(majorly written in Ruby
on Rails).(the application is similar to twitter) .There is a timeline
showing messages by the logged-in user and his/her
followers.
Each message has a reply link which has been coded as follows
<%=link_to "Reply" ,{},:href=>"#",:class => "replyMessage
noBackgroundImage" ,:title
2020 Sep 04
0
Acls
On 04/09/2020 17:28, Philip Offermans via samba wrote:
> Hi I have some problems with setting permissions on my share. I think it has to do that I didn?t configure this
>
> If you use the winbind 'ad' backend on Unix domain members and you add a gidNumber attribute to the Domain Admins group in AD, you will break the mapping in idmap.ldb. Domain Admins is mapped as ID_TYPE_BOTH in
2012 May 17
0
new version of fda fixes bug in pca.fd and supports library(Matrix)
Hello, All:
fda_2.2.8 (functional data analysis) is now available on CRAN. This
revision includes the following improvements:
1. A bug in pca.fd has been fixed.
2. Many functions have a new argument "returnMatrix", which if
TRUE allows the function to use the sparse matrix representations in
library(Matrix). This should allow users to solve some larger
2012 Aug 24
0
diagonal matrix, array attributes and how to keep from setting an attribute on "NULL"
Hello,
I've put the short version here and if anyone wants to run the code with
CollocInfer, I've given the full version in the file "analysis".
I come at the question of array attributes and dimnames
to try to simplify.
In a CollocInfer LS.profile analysis using this array 'Y' constructed
as follows:
w=rnorm(41,.05)
z=rnorm(41,.06)
yX<-cbind(w,z)