Displaying 20 results from an estimated 136 matches for "kuns".
Did you mean:
kunst
2015 Sep 25
4
VLIW support
Kun,
Thanks for the reply. I looked at it, but wasn't able to find where actual
instruction bundling takes place, i.e. where exactly in the code they pack
instruction into a single bundle. Do you know where it is done? I would
really appreciate any pointers.
Thanks.
On Fri, Sep 25, 2015 at 4:37 PM, Kun Ling <kunling at lingcc.com> wrote:
> Hi Rail,
> For the VLIW support,
2005 Aug 10
2
app_voicemail.c still looking for config file even I try to configure the voicemail from database.
Hi
I am trying to make asterisk load config from database, so far I get the
sip, extension working, but voicemail seems still looking for config file,
not from the database.
the extconfig.conf looks like
...
sipusers => mysql,asterisk,sip_buddies
sippeers => mysql,asterisk,sip_buddies
extensions => mysql,asterisk,extensions_table
voicemail => mysql,asterisk,voicemail_users
..
the
2015 Sep 25
3
VLIW support
Is there a VLIW support in LLVM? I found this,
https://groups.google.com/forum/#!searchin/llvm-dev/VLIW, but it looks like
it is not completely implemented. Specifically I'm interested in how
instructions are bundled together. I can't seem to find it anywhere in the
source code.
Any help in resolving he issue is appreciated.
-------------- next part --------------
An HTML attachment was
2014 Jul 18
22
[Bug 81485] New: dmesg spam on startup
https://bugs.freedesktop.org/show_bug.cgi?id=81485
Priority: medium
Bug ID: 81485
Assignee: nouveau at lists.freedesktop.org
Summary: dmesg spam on startup
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: fry.kun at gmail.com
Hardware: Other
2013 Oct 22
2
VBR conflicts filesystem?
In my usb drive with EXT3 filesystem in /dev/sda1 partition, syslinux uses
the first sector on /dev/sda1 but EXT3 filesystem doesn't?
On Mon, Oct 21, 2013 at 4:49 PM, Ferenc Wagner <wferi at niif.hu> wrote:
> Kun Huang <gareth at unitedstack.com> writes:
>
> > For a bootable usb drive, syslinux seems use MBR and VBR
>
> (and some files on the partition)
>
2013 Dec 12
5
How to use syslinux(isolinux, etc.) for EFI?
Hi,
When we meet UEFI or EFI firmware, lots of linux os release use
GRUB bootloader. But I wanna use isolinux to boot the installation
environment and also the linux os installed. Some question puzzled me. Now,
I look for your help:
1. I didn't found information about how to use
syslinux(isolinux,etc.) in uefi. I wanna know that are there some
differences of the isolinux configuration
2000 Jul 13
2
Programming puzzle...
Dear R guru's,
I'd like to sort the columns of a matrix according to the elements in the
first row, and in case of a tie according to the second row, etc.
In case of a 3xn matrix woppa, something like
colorder _ order(woppa[1,], woppa[2,], woppa[3,])
I just cannot seem to find a way to do this for a variable number of rows,
e.g. if woppa has 10 or 15 rows I now manually cut and paste to
2005 Aug 10
1
where the debug log stored?
Hi;
I was trying to load config from database. I got the "Failed to query
database error. Check debug for more info."
The problem is where is debug log stored? I don't see it under
/var/log/asterisk.
Thanks
Kun
2001 Nov 13
2
r-gnome: plots go blank directly after R is finished plotting (PR#1167)
Full_Name: Dirk Eddelbuettel
Version: 1.3.1
OS: Linux
Submission from: (NULL) (65.184.214.9)
[ This bug report has previously been filed as #116701 in the
Debian Bug Tracking System. --edd ]
From: Egon Willighagen <egonw@sci.kun.nl>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: r-gnome: plots go blank directly after R is finished plotting
Date: Mon, 22 Oct
2018 May 19
1
Bug on qr.coef when qr is created by a zero matrix with colnames and all y equals zero
Dear maintainers,
I'm reporting a bug in qr.coef that mishandles the colnames of matrix. A minimal reproducible example is as follows:
x <- cbind(rep(0, 10), rep(0, 10))
y <- rep(0, 10)
q <- qr.default(x)
qr.coef(q, y)
[1] NA NA
If x has colnames, then qr.coef will end up with an error:
x <- cbind(x1 = rep(0, 10), x2 = rep(0, 10))
y <- rep(0, 10)
q <- qr.default(x)
2000 Jul 17
0
Réf. : image legend
I would also be very much interested in having the image.legend function in R.
The Splus image.legend uses the subplot function, which doesn't seem to be
available in R, so one can't copy the Splus function to R (otherwise it would
probably have been done already).
I greatly appreciate the flexibility of the Splus image.legend function since it
allow you to put the legend where
2005 Aug 07
1
mysql sock location
Hi;
In case your * and mysql are running on the same machine, and you get error
"Failed to connect to mysql database server ..." when using Asterisk with
Mysql database, check the location of mysql.sock
not /tmp/mysql.sock, but /var/lib/mysql/mysql.sock
Regards
Kun
2005 Aug 18
0
Asterisk configuration from database
Nope, I got the stable 1.08 release from cvs.
Frank
From: "Wei Kun" <wei-kun@mediaring.com>
Subject: RE: [Asterisk-Users] Asterisk configuration from database
withres_config
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
<asterisk-users@lists.digium.com>
Message-ID: <00a301c5a3c5$93384370$6f01010a@corp.mediaring.com>
Content-Type:
2005 Aug 10
1
asterisk query mysql problem or bug?
Hi;
I have entries as below in DB,
mysql> select * from sip_buddies;
+----+------+----------+------------+---------+------------+--------+-------
-----+------------+----------+------+
| id | name | context | defaultip | host | mailbox | type |
regseconds | ipaddr | username | port |
+----+------+----------+------------+---------+------------+--------+-------
2010 Jul 02
0
[LLVMdev] Qualitative comparisons between Open64 and llvm
Hi, Arvind Sudarsanam:
I know some of Open64. Above all, Open64 is designed for a high
performance compiler. It is now supported by AMD, HP, ICT Chinese
Academy of Science, etc. and has been ported to X86, Itanium, Loongson
CPU etc.
And to your questions
1, Open64 already have some main optimization phases, Inline for
aggressive inline opt. LNO for loop opt, WOPT for machine independent
opt(
2020 Jun 23
2
from field encoding
Good day.
I have a dovecot 2.3.4.1 on debian 10 as an imap server. I found there are emails where the header field From has no encoding even if there is a name with special characters like ?lut? K??. The header looks like:
From: "?lut? K??" <zluty.kun at domain.tld>
In this case the email client - roundcube, outlook etc. will show the From with wrong characters. This behaviour is
2010 Jul 01
2
[LLVMdev] Qualitative comparisons between Open64 and llvm
Hi,
I have been working towards developing compiler optimization tools
targeting multi core processors while using LLVM IR as the starting
point and building on top of the analysis and optimization passes
available in the llvm source.
Recently, I looked into Open64 and its intermediate representation
WHIRL. Documentation for developers to use Open64 seems to be inadequate
(when compared to LLVM
2002 Mar 14
4
KDE frontend (PR#1384)
Full_Name: Egon Willighagen
Version: 1.4.x
OS: Linux/Solaris
Submission from: (NULL) (131.174.179.30)
I would like to have an gui for KDE (like gnome).
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2010 Apr 30
3
3D Surface plot
Dear All,
I want to create a surface plot from the data. My data set is consists of x,
y and z data.
I plotted in very easy way by Excel worksheet as shown in the attached
picture.
I did some steps in R, but I cannot have the same plot as in Excel
worksheet's figure.
the R code is
x <- c(-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1)
y<- c(-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1)
z<-
2009 Mar 31
1
[LLVMdev] 转发: Re: Dear Evan Chang, Re: help: about how to use tblgen to constraint operand.
Dear Evan Chang:
I register incorrect Register class for MVT::f64. I have fixed it. Thanks your advice.
"-view-legalize-dags" is very good option.
But I don't know why my LLC do not know " -view-legalize-type-dags" option.
By the way, I use llvm 2.5 merged from llvm2.4.
Best Regards,
Ren Kun
--- 09年3月31日,周二, Evan Cheng <echeng at apple.com> 写道:
发件人: Evan Cheng