Displaying 20 results from an estimated 3000 matches similar to: "best resolution detection"
2010 Aug 09
5
[XenARM] ARM support ?
Hello,
I would like to know if the ARM architecture is well supported. At
Xen.org it is mentionned in available architectures, but does it work
really well ?
I''m looking at CPU like "Tile64" from Tilera :
http://www.tilera.com/products/processors/TILE64
The wiki http://wiki.xensource.com/xenwiki/XenARM doesn''t seem to be up
to date. Is it ?
Any advice ?
Thanks,
2020 Mar 26
2
[PATCH 0/6] gpu: convert to use new I2C API
We are deprecating calls which return NULL in favor of new variants which
return an ERR_PTR. Only build tested.
Wolfram Sang (6):
drm/amdgpu: convert to use i2c_new_client_device()
drm/gma500: convert to use i2c_new_client_device()
drm/i2c/sil164: convert to use i2c_new_client_device()
drm/i2c/tda998x: convert to use i2c_new_client_device()
drm/nouveau/therm: convert to use
2009 Jul 18
1
[Fwd: snv_118 domu creation problem]
2008 May 02
2
mosaic plot of "vcd" package does not stretch with 2-dimension?
Hi,
I like mosaic function of "vcd" package. I have played around it. I
have found out that mosaic plot data table is 2-dimension does not
stretch when you enlarge a mosaic plot. It is okay when data table is
3 or more dimension. The first one is of 3-dimension table case, and
the second one is 2-dimension. With the first plot, you can drag
window to enlarge a plot. With the
2008 May 02
1
A horizontal or vertical line draw on mosaic plot?
Hi,
I want to have a horizontal line on a mosaic plot with "vcd" package.
This would give me an idea where is 0.5 proportion in a cell. Using
"mosaicplot" function of "graphics" package, I can draw a line using
"abline." But, with "mosaic" function of "vcd" package, I have tried
to use "abline" function, which complains
2009 Mar 06
1
frequency of subsequent events
Hello,
The example shows a sequence of songtypes a bird has sang.
The entire list contains several thousand songs which the bird has produced consecutively.
Is there any convenient way in R to produce a contingency table which shows how often a special song type was sang after a special other songtype? Or within a determined frame of e.g. 10 consecutively produced songs?
Example:
Nr Songtype
1
2012 Oct 19
4
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
> I'm a bit confused by this concept.
For the term byte, I use the "archaic" definition in the C (and C++) standard (section 3.6):
addressable unit of data storage large enough to hold any member of the basic character
set of the execution environment
/Patrik Hägglund
-----Original Message-----
From: Jakob Stoklund Olesen [mailto:stoklund at 2pi.dk]
Sent: den 19 oktober
2012 Oct 19
0
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
On Oct 19, 2012, at 2:24 AM, Patrik Hägglund H <patrik.h.hagglund at ericsson.com> wrote:
>> non-8-bit byte
I'm a bit confused by this concept. I'm aware of the archaic meaning of the word byte, but it has meant 8 bits for the last 30 years. There's even an ISO/IEC standard.
I know of architectures like Texas' C55x DSPs that address 16 bits at a time, but even their
2008 May 02
1
cor.test like cor?
Hi,
Is there a simple way to do correlation coefficient tests with
"cor.test" like I would do with "cor" function? I have a data frame
where each column is a list.
================================================
y <- data.frame(a=sample(30, 20), b=sample(30, 20), c=sample(30,20))
cor(y)
================================================
But, cor.test does not take y
2008 Jun 27
1
Xen + NAT + dhcp (static assignment using MAC)
Hi,
I am using Xen packages that came with CentOS 5.
I am a noob at Xen, so please bear with me.
I tried the tutorials I found on the internet, but none of them seem to work
for me.
GOAL: I want the domU machines to have local NATed network connection to the
internet via some fixed IP address.
I had no luck trying to get static IPs to work. (I can ping any machine on
the internet, but DNS
2007 Feb 10
3
Dell PowerEdge 2950 Sharing NIC IRQ with Digium Card
Hi folks.. just a few weeks ago I wrote this to someone else:
------------------------
We have several 2900s in production as VoIP servers.. no lockups.
On every server I go into the BIOS and:
* Disable USB
* Disabled uneeded things like Parallel, Serial
* Put ETH0 on a seperate IRQ from the Digium card
And everything's fine. Dell's do NOT have to share IRQs... go into your
BIOS and
2012 Oct 19
0
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
On Oct 19, 2012, at 11:43 AM, Patrik Hägglund H <patrik.h.hagglund at ericsson.com> wrote:
>> I'm a bit confused by this concept.
>
> For the term byte, I use the "archaic" definition in the C (and C++) standard (section 3.6):
>
> addressable unit of data storage large enough to hold any member of the basic character
> set of the execution environment
2009 Sep 02
4
Allowing multiple callers to join a public speaking session...?
Hi All,
As is obvious by my joining the list, I'm interested in learning more
about Asterisk. I have downloaded the PDF manual (for version 1.4)
and am beginning to go through it. What I'm looking for in the short-
term, however, is a more concise reference for common Asterisk
configurations and setups.
I currently have a non-profit client to which I am donating work.
They
2012 Oct 19
3
[LLVMdev] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
> Please start a thread on llvmdev about this functionality, and outline what other intrinsics will have to change to add non-8-bit byte support.
Well, memset is the only we have seen so far (our back-end is ~50% finished for an initial release). We have our own front-end as well (we are currently not using the clang front-end), and currently don't use many llvm intrinsics (only
2020 Jun 14
4
/etc/networks file
I am having some network connectivity issues that manifest itself through ping, wget, dnf, etc.
The symptoms are intermittent ability to ping, was wget, or connect to repositories.
Where this inquiry is going is: If your internal network is using 192.168.1 or 10..50.10, what
should be in /etc/networks.
My current file contains:
default 0.0.0.0
loopback 127.0.0.0
link-local 169.254.0.0
And
2012 Oct 19
2
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
On Fri, Oct 19, 2012 at 9:27 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>
> On Oct 19, 2012, at 2:24 AM, Patrik Hägglund H <patrik.h.hagglund at ericsson.com> wrote:
>
>>> non-8-bit byte
>
> I'm a bit confused by this concept. I'm aware of the archaic meaning of the word byte, but it has meant 8 bits for the last 30 years. There's even an
2006 Nov 10
2
R and Fortran 9x -- advice
Hi,
I found some bottlenecks in my R code with Rprof. First I wanted to
rewrite them in C, but a colleague keeps suggesting that I learn
Fortran, so maybe this is the time to do it...
I like to learn new languages and do it fairly quickly. I would
appreciate the advice of others about these questions:
1) I hear bad things about Fortran. Sure, F77 looks archaic, but
F90/95 seems nicer. Is it
2017 Nov 08
2
Samba 4.7.1 - ldap multi process - excessive processes
Hi,
with the change in Samba 4.7 that ldap is now running multiple processes
I'm having resource constraint issues.
Before it was fine to run any number of clients against samba, but now
the ldap clients are limited.
My server quickly ran out of memory!
1) Is there any solution exept adding more RAM?
2) One process should be able to handle more than 1 connection! This is
an archaic
2007 Apr 13
2
[LLVMdev] Wiki
TSG (our support group) is going to set up a Wiki on zion so that
access can be checked against a list of some sort. It should happen
by early next week, perhaps sooner (not likely).
They actually have a central departmental Wiki and created an LLVM
space there already, but that cannot be made accessible to non-UIUC
people without creating an account for each person. They have a
2007 Apr 13
2
[LLVMdev] Wiki
> We're now keeping track of the naming process, ideas, etc. on this page:
>
> http://llvm.org/Name.html
>
> (would someone PLEASE get us a wiki!!!) ;)
I can do a Media Wiki on our datacomms.net server for LLVM thats if :-
a) You can not host one at UIUC
b) Someone with prior Wiki experience cannot host one.
Otherwise I would be willing to do the learning to host