Displaying 20 results from an estimated 42 matches for "punits".
Did you mean:
units
2016 Jun 23
1
[RFC PATCH] drm/nouveau/fb/nv50: set DMA mask before mapping scratch page
Ard Biesheuvel <ard.biesheuvel at linaro.org> writes:
> The 100c08 scratch page is mapped using dma_map_page() before the TTM
> layer has had a chance to set the DMA mask. This means we are still
> running with the default of 32 when this code executes, and this causes
> problems for platforms with no memory below 4 GB (such as AMD Seattle)
>
> So move the dma_map_page()
2007 Nov 16
2
Re: Odd number of samples in a stereo wave file
On 16/11/2007, Brian Willoughby <brianw@sounds.wa.com> wrote:
> It would actually be punitive to expect the flac code to expect and
> adapt to nonsensical WAVE files.
You say "punitive". I say it would be "reliable".
One missing byte is a huge burden and nonsensical?
People post on this list looking for solutions. They don't want to
become experts in the WAV
2007 Nov 21
1
Help Required in using cast (reshape package) function
Hello everyone,
I am new to R. I have data in the form of excel pivot table format and I
want to cast it into a format which can make it compatible with
computation.
Since I already have the package in pivot format; I avoid melt function
and use the cast directly.
I inspect the
dataread <- read.csv(".....", header=TRUE)
Data in the format
Id Region Country Industry
2007 Nov 15
2
Odd number of samples in a stereo wave file
I'm new to the mailing list but am interested in picking up a thread from earlier in the month but which I thought had become
confusing so I am starting again. I should admit from the beginning that I am a colleague of Alex Brims who started the original
thread.
The thread in question related to a wav file with an extra two bytes at the end causing a partial sample error in the reference
2016 Jun 20
2
[RFC PATCH] drm/nouveau/fb/nv50: set DMA mask before mapping scratch page
The 100c08 scratch page is mapped using dma_map_page() before the TTM
layer has had a chance to set the DMA mask. This means we are still
running with the default of 32 when this code executes, and this causes
problems for platforms with no memory below 4 GB (such as AMD Seattle)
So move the dma_map_page() to the .init hook, and set the streaming DMA
mask based on the MMU subdev parameters before
2016 Jun 23
0
[RFC PATCH] drm/nouveau/fb/nv50: set DMA mask before mapping scratch page
On 23 June 2016 at 11:55, Punit Agrawal <punit.agrawal at arm.com> wrote:
> Ard Biesheuvel <ard.biesheuvel at linaro.org> writes:
>
>> The 100c08 scratch page is mapped using dma_map_page() before the TTM
>> layer has had a chance to set the DMA mask. This means we are still
>> running with the default of 32 when this code executes, and this causes
>>
2009 May 07
3
authentication to IMAP
HI All,
Is there a way to do admin authentication for a normal user in dovecot IMAP ? I have a user using PAM to store password in /etc/shadow file. I need to authenticate the user in IMAP using that password. I tried using : -
I tried all combinations as below
[root at mail ~]# cat /etc/shadow| grep -i ajay
ajay.lal:CM730q8foSA9A:13545:0:99999:7:::
[root at mail ~]# telnet 0 143
Trying
2005 May 18
2
FREE music for downloading
Need new Music on Hold for your PBX?
Signate is happy to make a variety of classical music selections available,
sampled at rates that are appropriate for telephony. There is no charge.
The selections feature Elena Kuschnerova, pianist, and Lev Guelbard, violinist,
playing public domain pieces that will give callers a classic impression of you
or your company . Click on the link to see a list
2013 Mar 01
7
Conditional Weighted Average (ddply or any other function)
Hello R community,
I am computing weighted average statistic by using ddply function:
My data set is:
N1 T1 S1 I1 C1 FY-4 ROE11 EPS11 MKT11
N1 T1 S1 I1 C1 FY-3 ROE12 EPS12 MKT12
N1 T1 S1 I1 C1 FY-2 ROE13 EPS13 MKT13
N1 T1 S1 I1 C1 FY-1 ROE14 EPS14 MKT14
N1 T1 S1 I1 C1 FY0 ROE15 EPS15 MKT15
N1 T1 S1 I1 C1 FY1 ROE16 EPS16 MKT16
N1 T1 S1 I1 C1 FY2 ROE17
2012 Apr 30
1
Hmisc::pstamp, mfcol, and spacing
I am trying to make a nice 2x1 plot and add a timestamp with comment.
The pstamp function from Hmisc works nicely when mfcol=c(1,1),
but when mfcol=c(2,1), the stamp winds up in the wrong place:
> require('Hmisc')
> opar <- par(mfcol=c(2,1))
> plot(1:10)
> title(main="MAIN Title")
> plot(1:20)
> title(main="Another Title")
> pstamp("normal
2016 Aug 15
1
v4.8-rc2 crashes while probing nvidia graphics card on arm64
Hi,
While trying out v4.8-rc2 on Juno r2 (arm64), I ran into the following
crash when probing the nvidia graphics card attached to the PCIe
slot. So I tried rc1 and got the same crash. The card probes without any
errors on v4.7.
Anybody familiear with the recent changes knows what might have led to
the below crashlog?
Thanks,
Punit
------------->8-------------
[ 2.996678] [drm]
2007 Nov 16
0
Re: Odd number of samples in a stereo wave file
This topic is possibly more appropriate on the flac-dev list, since
most flac users are not going to be interested in the details of WAVE
format errors. Assuming it's ok to keep talking about it here...
Ben, you've stumbled upon one of the common shortcomings of
specifications. There are often assumptions which are not spelled
out, or there are pieces which are vague. In some
2009 Jun 24
1
how to undo automatic loading of packages?
I wanted to try out package distrMod, so I did
> install.packages('distrMod')
> library(distrMod)
and played around, saved and quit.
Now whenever I start up in this directory, I get distr and lots of other
stuff loaded and lots of messages.
How do I keep it from automatically loading, other than starting over in
another directory?
I read ?Startup, but I couldn't suss out
2009 Aug 03
3
Help with reshaping data.frame
I'm having trouble reshaping a data.frame from long to wide.
(I think that's the right terminology; feel free to educate me.)
I've looked at the reshape function and package and plyr package,
but I can't quite figure out how to do this after a dozen variations.
I have a data.frame with more levels than this, but similar to:
> tst
K1 K2 K3 V1 V2 V3
1 10 D a 0.08 99
2012 Sep 05
2
using sqldf's read.csv.sql to read a file with "NA" for missing
I'm trying to use sqdf's function read.csv.sql to read CSV files in which the missing values are represented by NA's.
Plain old read.csv works fine on these files, but they are rather large and I'd like to filter using sql-like statements.
However, even if I specify field.types correctly and nrows=-1, it still turns the columns with NA's into chars or 0.
I'm trying to make
2007 Nov 15
0
FW: Odd number of samples in a stereo wave file
I'm new to the mailing list but am interested in picking up a thread from earlier in the month but which I thought had become
confusing so I am starting again. I should admit from the beginning that I am a colleague of Alex Brims who started the original
thread.
The thread in question related to a wav file with an extra two bytes at the end causing a partial sample error in the reference
2010 Mar 12
1
Exporting animation of a series of plots
Hi All,
Thank you in advance for your help.
I made an agent-based model in R and I plot it using image() each
timestep creating a nice animation. I can't seem to find in any of the
R codes a means to export the series of images so that they can be
played as a movie or animation.
Thank you again.
Flana
2012 Jul 29
1
Enable ACL for master user
Hi Team,
I have dovecot setup and I have enabled master User login in dovecot.conf file as below :-
auth_master_user_separator = *
passdb {
driver = passwd-file
args = /etc/dovecot/passwd.masterusers
master = yes
pass = yes
}
passdb {
driver = shadow
}
userdb {
driver = passwd
}
and craeted file. I can login to the user but what I see after login is : -
Trying 0.0.0.0...
Connected
2013 Jun 20
0
C symbol name "psmirnov2x" not in load table
I'm working with some old code that worked under R 2.15.3 but gives an error under 3.0.0 and 3.0.1 :
> 1.0 - .C("psmirnov2x", p = as.double(10.0), as.integer(1000), as.integer(1000))$p
Error in .C("psmirnov2x", p = as.double(10), as.integer(1000), as.integer(1000)) :
C symbol name "psmirnov2x" not in load table
I don't understand why that function would
2010 Aug 09
1
"regression" line of 2 independent variables
Hi, I would like to a draw a scatterplot of x1 and x2 (plot (x1, x2)), and also
want to draw a sort of "regression" line across the data points. But x1 and x2
are just 2 independent variables, so in this case a regression of x1 over x2, or
vice versa, is not appropriate per se. What would be an appropriate way to do
this? Thanks for any suggestions.
John