Displaying 20 results from an estimated 2000 matches similar to: "Hmisc & pdflatex"
2020 Oct 28
1
[PATCH] fbcon: Disable accelerated scrolling
On Wed, Oct 28, 2020 at 8:02 PM Thomas Zimmermann <tzimmermann at suse.de> wrote:
>
> Hi
>
> Am 28.10.20 um 17:06 schrieb Daniel Vetter:
> > So ever since syzbot discovered fbcon, we have solid proof that it's
> > full of bugs. And often the solution is to just delete code and remove
> > features, e.g. 50145474f6ef ("fbcon: remove soft scrollback
2009 Jan 14
1
problems with Sweave and the function latex(HMISC)
latex(s6a2,title="",caption="Baseline vs
zonr",file="",label="Base",long=TRUE,landscape=F, middle.bold=TRUE,here=T,
+
,size="smaller[5]",outer.size="smaller",Nsize="smaller",midsize="smaller")
"latex" is not reconized \as a internalor external command ,
un programma eseguibile o un file batch.
Warning
2020 Oct 29
4
[PATCH 1/3] fbcon: Disable accelerated scrolling
So ever since syzbot discovered fbcon, we have solid proof that it's
full of bugs. And often the solution is to just delete code and remove
features, e.g. 50145474f6ef ("fbcon: remove soft scrollback code").
Now the problem is that most modern-ish drivers really only treat
fbcon as an dumb kernel console until userspace takes over, and Oops
printer for some emergencies. Looking at
2020 Oct 28
8
[PATCH] fbcon: Disable accelerated scrolling
So ever since syzbot discovered fbcon, we have solid proof that it's
full of bugs. And often the solution is to just delete code and remove
features, e.g. 50145474f6ef ("fbcon: remove soft scrollback code").
Now the problem is that most modern-ish drivers really only treat
fbcon as an dumb kernel console until userspace takes over, and Oops
printer for some emergencies. Looking at
2020 Oct 31
2
[PATCH] fbcon: Disable accelerated scrolling
Hi Daniel,
CC linux-fbdev
Thanks for your patch!
On Thu, 29 Oct 2020, Daniel Vetter wrote:
> So ever since syzbot discovered fbcon, we have solid proof that it's
> full of bugs. And often the solution is to just delete code and remove
> features, e.g. 50145474f6ef ("fbcon: remove soft scrollback code").
>
> Now the problem is that most modern-ish drivers really
2016 Aug 29
2
Publication
Hi,
Can you add the following two publications from our group to the LLVM
publications page.
-
*Alive-FP: Automated Verification of Floating Point Based Peephole
Optimizations in LLVM [pdf]
<http://www.cs.rutgers.edu/~santosh.nagarakatte/papers/alive-fp-sas16.pdf>
*David
Menendez, Santosh Nagarakatte, and Aarti Gupta
*To Appear in the Proceedings of the 23rd Static Analysis
2010 Jul 29
1
package xpose4 in Vista - Update
Dear R experts,
There seems to be a problem (please see the error messages below) with the
installation of the latest version of xpose4 (version 4.2.1) with the latest
R version.(2.11.1)... I didn't face such installation problems when using
version R.2.10.1
Would really appreciate your assistance in debugging installation of xpose
4..2.1 with R.2.11.1
Thanks again..
-Santosh
On Wed, Jul
2004 Apr 13
1
mts
Hi!
I am new to R. I need your help.
I have got the time series of fifteen variables in data file. I would like
to plot it in R in separate ps pages, not in same ps page.
I was reading about mts, but I could not figure out how to do it.
Can anyone help me out?
with regards;
Santosh
--------------------------------------------------------------------------
Santosh Kumar
2012 Jul 13
4
R-squared with Intercept set to 0 (zero) for linear regression in R is incorrect
Hi,
I have been using lm in R to do a linear regression and find the slope
coefficients and value for R-squared. The R-squared value reported by R
(R^2 = 0.9558) is very different than the R-squared value when I use the
same equation in Exce (R^2 = 0.328). I manually computed R-squared and the
Excel value is correct. I show my code for the determination of R^2 in R.
When I do not set 0 as the
2017 Nov 26
1
installing "rgl" package
Hi Rxperts,
I tried with r-cran-rgl (based on the default installation of Ubuntu) with
reinstalled rgl package from R-forge.. I get the missing GL/gl.h header.
Didn't reinstall Mesa libraries per recommendations of Duncan.
* installing *source* package ?rgl? ...** package ?rgl? successfully
unpacked and MD5 sums checkedchecking for gcc... gcc -std=gnu99
checking whether the C compiler
2011 Dec 07
2
[LLVMdev] Help with libLTO and clang
Hi all,
I am testing link time optimizations with clang on linux x86_64
machine running Ubuntu Maverick.
I am using clang with llvm release-3.0
I followed the instructions on http://llvm.org/docs/LinkTimeOptimization.html
However, when I try to compile with one file being bitcode and other
being native code exactly as shown in the documentation, I get the
following errors
clang a.o main.o -o
2012 May 12
2
[LLVMdev] Info on byval attributes
LLVM developers,
I was wondering if the program would still be safe if I strip the
byval attributes from the parameters in the entire bitcode.
LLVM language reference manual states that "The attribute implies that
a hidden copy of the pointee is made between the caller and the
callee, so the callee is unable to modify the value in the callee.
This attribute is only valid on LLVM pointer
2017 Nov 24
0
installing "rgl" package
On 24/11/2017 5:24 PM, Santosh wrote:
> Hi Duncan, and others..
>
> Yes, below are the search results. it is linked to mesa/libGL.so and is
> again point to libGL.so -> libGL.so.1.2.0?. However, I could not find
> libGL.so.1.2.0 or its source. Where is libGL.so.1.2.0 expected to be
> located?
Mine was in /usr/lib/x86_64-linux-gnu/mesa/.
Duncan Murdoch
>
>
>
2017 Nov 24
0
installing "rgl" package
Hi Duncan,
Thanks for the suggestions. How do I uninstall mesa related installations?
Do I need to uninstall all of "mesa" or only the specific ones?
Santosh
On Fri, Nov 24, 2017 at 3:05 PM, Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:
> On 24/11/2017 5:45 PM, Dirk Eddelbuettel wrote:
>
>>
>> On 24 November 2017 at 11:30, Santosh wrote:
>> | Hi
2013 Jun 25
1
[LLVMdev] Publication
LLVM developers,
Can you add the following paper to the publication list?
"Formal Verification of SSA Optimizations for LLVM"
Jianzhou Zhao, Santosh Nagarakatte, Milo M K Martin and Steve Zdancewic
Proceedings of the 34th ACM SIGPLAN Conference on Programming Language
Design and Implementation (PLDI) 2013
link to ACM DL:
2011 Apr 07
2
Selecting data from list object
Hello Group,
Is there a simpler way to get data out of a list object? (like in data
frame without using the apply functions)
I have the following dataset
> dput(d)
list(c("20110405", "092102"), c("20110405", "092538"), c("20110405",
"093458"), c("20110405", "101124"), c("20110405", "102041"),
2020 Oct 28
0
[PATCH] fbcon: Disable accelerated scrolling
Hi
Am 28.10.20 um 17:06 schrieb Daniel Vetter:
> So ever since syzbot discovered fbcon, we have solid proof that it's
> full of bugs. And often the solution is to just delete code and remove
> features, e.g. 50145474f6ef ("fbcon: remove soft scrollback code").
>
> Now the problem is that most modern-ish drivers really only treat
> fbcon as an dumb kernel console
2009 Jul 15
2
Correlation question (from a newbie)
Hi R-users,
Was wondering if there is a way to quickly compute correlations between
continuous variables grouped by some categorical variables?
What function do I use?
Thanks much in advance.
Regards,
Santosh
[[alternative HTML version deleted]]
2013 Mar 26
2
suggestions about import SAS Transport files to R.
Dear Rxperts!
My colleagues used SAS PROC COPY to generate the xpt files that could be
read by the available "xpt" file reading packages in R. However, I am
unable to use the R packages for reading SAS transport files generated
through SAS PROC CPORT. I have tried SASxport, Hmisc, and foreign.
Any ideas/suggestions are more than welcome!
Thanks so much!
Santosh
[[alternative HTML
2011 Mar 17
3
Flexible rbind
Dear All,
I am trying to create a empty structure that I want to fill gradually
through the code.
I want to use something like rbind to create the basic structure first.
I am looking for a possibility to do an rbind where the columns names
dont match fully (but the missing columns can be defaulted to either
zero or n/a) (my actual data has a lot of columns).
Please see the data frames below
I