search for: deng

Displaying 20 results from an estimated 90 matches for "deng".

Did you mean: den
2020 Sep 14
2
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
On Mon, Sep 14, 2020 at 05:48:07PM +0300, Dan Carpenter wrote: > Hi Jie, > > url: https://github.com/0day-ci/linux/commits/Jie-Deng/i2c-virtio-add-a-virtio-i2c-frontend-driver/20200911-115013 > base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next > config: parisc-randconfig-m031-20200913 (attached as .config) > compiler: hppa-linux-gcc (GCC) 9.3.0 > > If you fix the issue, kindly ad...
2020 Sep 14
2
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
On Mon, Sep 14, 2020 at 05:48:07PM +0300, Dan Carpenter wrote: > Hi Jie, > > url: https://github.com/0day-ci/linux/commits/Jie-Deng/i2c-virtio-add-a-virtio-i2c-frontend-driver/20200911-115013 > base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next > config: parisc-randconfig-m031-20200913 (attached as .config) > compiler: hppa-linux-gcc (GCC) 9.3.0 > > If you fix the issue, kindly ad...
2020 Sep 14
0
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
Hi Jie, url: https://github.com/0day-ci/linux/commits/Jie-Deng/i2c-virtio-add-a-virtio-i2c-frontend-driver/20200911-115013 base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next config: parisc-randconfig-m031-20200913 (attached as .config) compiler: hppa-linux-gcc (GCC) 9.3.0 If you fix the issue, kindly add following tag as approp...
2020 Sep 14
0
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
On Mon, Sep 14, 2020 at 06:24:55PM +0300, Andy Shevchenko wrote: > On Mon, Sep 14, 2020 at 05:48:07PM +0300, Dan Carpenter wrote: > > Hi Jie, > > > > url: https://github.com/0day-ci/linux/commits/Jie-Deng/i2c-virtio-add-a-virtio-i2c-frontend-driver/20200911-115013 > > base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next > > config: parisc-randconfig-m031-20200913 (attached as .config) > > compiler: hppa-linux-gcc (GCC) 9.3.0 > > > > If y...
2020 Sep 11
6
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
...se refer to https://projectacrn.org. The virtio device ID 34 is used for this I2C adpter since IDs before 34 have been reserved by other virtio devices. Co-developed-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- The device ID request: https://github.com/oasis-tcs/virtio-spec/issues/85 Changes in v2: - Addressed comments received from Michael,...
2020 Sep 11
6
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
...se refer to https://projectacrn.org. The virtio device ID 34 is used for this I2C adpter since IDs before 34 have been reserved by other virtio devices. Co-developed-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- The device ID request: https://github.com/oasis-tcs/virtio-spec/issues/85 Changes in v2: - Addressed comments received from Michael,...
2013 May 26
6
Anything else for Flac 1.3.0?
On 26-05-13 14:20, Martijn van Beurden wrote: > On 26-05-13 11:33, Erik de Castro Lopo wrote: >> Hi all, >> >> In my latest commit I have updated all version strings and copyright >> dates. > > Here are two patches for the website, updating the copyright as well > and copying the changelog. I would like to propose copying the > contents of flac-website.git
2007 Mar 17
1
What function in R is to estimate the marginal denstiy from bivarate samples?
I have 10000 bivarate samples (x1, x2), and I want to estimate the marginal density of x2. I searched the R manual but couldn't find a function that can do this job. It seems "density" only works for single-variate samples. Can anybody help me with it? Thanks a lot! Best, J. Deng
2015 Apr 24
1
Centos7 Samba 4.1.12 -> Centos 5.11 Samba 3.5.2 = Rejecting auth request
...ndows7 clients. I can join the domain with net rpc join, which seems to work on client side but the log of the DC already shows the error rpc_server/srv_netlog_nt.c:714(_netr_ServerAuthenticate3) _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting auth request from client DENG machine account DENG$ I created the machine account on the DC with a LAM web interface. The connection with the machine worked already before, I do not know what happened, maybe an update for samba on the machines lead to this. I did not change any configuration files, so the configuration work...
2017 Jun 23
4
Execute R codes without installing R environment
Hi, I have some issues with running R in our server and hope you would like to help me. My Target: Running R codes without installing R environment in our server. Server OS: windows my attempts: I tried to build the R codes into a Binary package with R studio, but I don't how to execute the binary package(*.zip file). My questions: 1. Is this a correct solution, which builds the R
2020 Sep 03
1
[PATCH] i2c: virtio: add a virtio i2c frontend driver
On 2020/9/3 14:12, Jason Wang wrote: > > On 2020/9/3 ??1:34, Jie Deng wrote: >> Add an I2C bus driver for virtio para-virtualization. >> >> The controller can be emulated by the backend driver in >> any device model software by following the virtio protocol. >> >> This driver communicates with the backend driver through a >>...
2017 Mar 10
3
kernel memory accounting
...t of date and further down it indicates it refers to 2.6 > kernels and we are now at 4.9. > > So now my question boils down to - what is it that you are trying to do > that makes you think you have to disable kernel memory accounting? > > > > On 03/10/2017 02:25 PM, Wensheng Deng wrote: > >> Hi CentOS experts, >> >> I am using CentOS 7. Trying to disable kernel memory accounting: >> according to https://www.kernel.org/doc/Documentation/cgroup-v1/memory. >> txt, >> passing cgroup.memory=nokmem to the kernel at boot time, should be abl...
2017 Jun 24
0
Execute R codes without installing R environment
...age the R interpreter and a program into an executable file. It looks pretty complicated and would only be worth the effort if you _must_ run your script this way and you _can't_ install R. https://www.r-bloggers.com/deploying-desktop-apps-with-r/ Jim On Sat, Jun 24, 2017 at 5:26 AM, xianda deng <dengxianda2007 at hotmail.com> wrote: > Hi, > > > I have some issues with running R in our server and hope you would like to help me. > > > My Target: Running R codes without installing R environment in our server. Server OS: windows > > > my attempts: I tried t...
2020 Sep 03
9
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...se refer to https://projectacrn.org. The virtio device ID 34 is used for this I2C adpter since IDs before 34 have been reserved by other virtio devices. Co-developed-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- drivers/i2c/busses/Kconfig | 11 ++ drivers/i2c/busses/Makefile | 3 + drivers/i2c/busses/i2c-virtio.c | 276 +++++++++++++++...
2020 Sep 03
9
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...se refer to https://projectacrn.org. The virtio device ID 34 is used for this I2C adpter since IDs before 34 have been reserved by other virtio devices. Co-developed-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- drivers/i2c/busses/Kconfig | 11 ++ drivers/i2c/busses/Makefile | 3 + drivers/i2c/busses/i2c-virtio.c | 276 +++++++++++++++...
2006 Jun 01
1
Question about speex_preprocess
Hi, While most of the native functions take float[] array as input, why the function speex_preprocess(...) can only accept short[] array? How do I call this function if I have float[] array inputs? Do I need to convert the floats to Integers back and forth? Thank you in advance. Long Deng -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20060601/283dfefc/attachment.html
2013 May 26
0
Anything else for Flac 1.3.0?
On Sun, May 26, 2013 at 5:54 AM, Xiyue Deng <manphiz at gmail.com> wrote: > On Sun, May 26, 2013 at 5:41 AM, Martijn van Beurden <mvanb1 at gmail.com> wrote: >> On 26-05-13 14:34, Xiyue Deng wrote: >>> >>> Also I have a patch fixing bootstrap on Mac OS X that may also be on >>> moderation queue...
2005 Dec 28
2
Which cluster function can be used to cluster a correlaiton matrix?
Hi, I'd got a matrix of correaltion values. Which cluster method can I use to cluster it? Best Regards...
2006 Jan 04
2
Questions about cbind
Dear R-helpers I have a stupid question about cbind function. Suppose I have a dataframe like this Frame: A 10 C 20 B 40 and a numeric matrix like this Matrix: A 1 B 2 C 3 cbind(Frame[,2],Matrix[,1]) simply binds these two columns without checking the order, I mean, the result will be A 10 1 B 20 2 C 30 3 rather than A 10 1 B 30 2 C 20 3 So my problem is: Is there any solution for R to bind
2006 Apr 23
1
help! A quetion about the Elasticnet package in R
...my data, it always reture a error, but i can't settle that problem. I consider if there is any constrant of the data to that package? Can anyone help me to run the elasticnet and check my data as you convenient? I put the data in attachment. Thank you very much! Best regards -- Richard, DENG Min Department of Nankai University Tianjin, 300071, P. R. China P: +86 22 2350 0091 M: +86 1375 235 2719 EMAIL: ricahrd.dengmin at gmail.com -- Richard, DENG Min Department of Nankai University Tianjin, 300071, P. R. China P: +86 22 2350 0091 M: +86 1375 235 2719 EMAIL:ricahrd.dengmin at gmail....