Displaying 20 results from an estimated 4760 matches for "demonstrating".
1996 Mar 23
0
No subject
Announcing Moo-Tiff for FreeBSD 2.1.
Sender: owner-freebsd-announce@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk
Moo-Tiff is a 100% compatible port of OSF/Motif 2.0 for FreeBSD 2.1, built
from the official OSF sources and run through the OSF VTS (Validation Test
Suite). If it works with OSF/Motif 2.0 on any platform, it can now work
on FreeBSD 2.1 with Moo-Tiff ! Moo-Tiff is priced at
2017 Aug 25
4
NHW Project - news with Xiph.org
Hello,
These last 2 months, I have talked again with Monty Montgomery about the
NHW Project and he told me that Xiph.org would like to encourage the NHW
Project development.That's just great!
I'll see what Monty will do on his side (and when he has time), but he also
told me that the NHW codec has merits but there must be an effort to
demonstrate them.
The advantages, merits of the NHW
2007 Dec 04
2
Learning to do randomized block design analysis
We just studied randomized block design analysis in my statistics class,
and I'm trying to learn how to do them in R. I'm trying to duplicate a
case study example from my textbook [1]:
> # Case Study 13.2.1, page 778
> cd <- c(8, 11, 9, 16, 24)
> dp <- c(2, 1, 12, 11, 19)
> lm <- c(-2, 0, 6, 2, 11)
> table <- data.frame(Block=LETTERS[1:5], "Score
2011 May 16
0
Six Feet Up - In Search of Systems Administrators
Six Feet Up is currently looking for two Systems Administrators. The
Systems Administration Team is responsible for installing, maintaining
and supporting servers for all of Six Feet Up's hosting clients and for
Six Feet Up's own uses.
--Typical Day
In this job, you are not likely to have a typical day. Your time won't
be spent just answering phones, watching server logs, and
2001 Jan 10
1
Auto Demonstration...
Dear List,
Suppose I want to do a demonstration with R, which I will be showing a couple of different graphs (e.g. demo(graphics) ). However I want R to run through each graphics automatically. I can achieve this by changing the line in demo(graphics):
opar <- par(ask = interactive() &&
(.Device %in% c("X11", "GTK", "windows",
2003 Dec 17
1
R demonstration ideas?
Dear All!
Tomorrow morning I will have to demonstrate R to a professor here at the
Semmelweis University. He uses Windows and Statistica. I will have 20
minutes and I would like to convince him that R is powerful, and it even
could be used in teaching the students basic medical statistics.
Could you give me some ideas what to show him in this 20 minutes?
This night I will have about 1.5 hours
2010 Sep 24
2
why I could not reproduce the Mandelbrot plot demonstrated on R wiki
I am trying to reproduce the nice looking of Mandelbrot demonstrated by R
wiki page by the following code:
library(caTools) # external package providing write.gif function
jet.colors = colorRampPalette(c("#00007F", "blue", "#007FFF", "cyan",
"#7FFF7F",
"yellow", "#FF7F00",
2009 Apr 08
1
demonstrate multiple core use
Hi all!
I have a quad core computer and I'd like to run some Rmpi code.
However, I would like to be able to demonstrate that all 4 cores are running.
Is there a way to do that, please?
Also, would it be better to run snow for such a demo, please?
thanks,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto:
2010 Jun 25
1
Call for Demos and Exhibition: The 7th International Conference on Autonomic and Trusted Computing (ATC 2010)
Call for Demos and Exhibition
The 7th International Conference on Autonomic and Trusted Computing (ATC
2010)
Xi'an China, October 26-29, 2010
http://www.nwpu.edu.cn/atc2010/
The ATC 2010 demo/exhibition program provides researchers and engineers
with opportunities to show their cutting-edge work presented in an
interactive fashion. The live demonstrations and exhibitions may include
2010 Jun 25
1
Call for Demos and Exhibition: The 7th International Conference on Autonomic and Trusted Computing (ATC 2010)
Call for Demos and Exhibition
The 7th International Conference on Autonomic and Trusted Computing (ATC
2010)
Xi'an China, October 26-29, 2010
http://www.nwpu.edu.cn/atc2010/
The ATC 2010 demo/exhibition program provides researchers and engineers
with opportunities to show their cutting-edge work presented in an
interactive fashion. The live demonstrations and exhibitions may include
2016 May 19
7
Transferring SelectionDAG code ownership
As I’m sure many of you have noticed, I no longer have the time to be a proper code owner for SelectionDAG. In the interest of the project and to keep development running smoothly, I am resigning my code ownership. Justin Bogner has graciously volunteered to take it up. He has a strong history of LLVM contributions, a demonstrated commitment to good community development practices, and has
2017 Sep 04
0
NHW Project - fast discrete wavelet transform
Hello,
I forgot in my last reply that my DWT implementation can be speed up, for
example I'm doing for now:
for (;_X1<_E_;_X1++,_RES+=2) //dilatation
{
_RES[0]=_X1[0]<<3;
_RES[1]=(_X1[1]+_X1[0])<<2;
}
then
for (;_X2<_E_;_X2++,_RES+=2) //details
{
_RES[0]-=(_X2[1]+_X2[0])<<1;
_RES[1]+=6*_X2[1]-_X2[2]-_X2[0];
2017 Aug 30
0
NHW Project - news with Xiph.org
Hi Raphael,
On Fri, Aug 25, 2017 at 2:30 PM, Raphael Canut <nhwcodec at gmail.com> wrote:
> I'll see what Monty will do on his side (and when he has time), but he also
> told me that the NHW codec has merits but there must be an effort to
> demonstrate them.
Well, if you want to pursue a collaborative project, you need to
attract others to work on it. Perhaps 'demo'
2002 May 12
3
ext3 .journal location?
Forgive my novice question, but I am a new student of Linux working on presenting the ext3 journaling filesystem to my class. I seek any advice on how to visibly demonstrate (including a purposeful crash of a Linux box) the benefits of ext3 over ext2. I am not worthy to lick the bootstraps of this group, but I beg for any help! The problem I am having extends to even locating the .journal file
2016 Dec 29
0
Modernizing LLVM Coding Style Guide and enforcing Clang-tidy
>
>
> From yesterday discussion, Daniel Berlin proposed using emplace_back
> everywhere to make code easier to maintain. I think it is valid argument,
> but I believe it would reduce readability.
>
Just to be clear; I proposed not trying to switch uses back and forth
without real data, and to come to some agreement about what should be
written in the first place, preferably
2023 Aug 06
3
A demonstrated shortcoming of the R package management system
CRAN, by relying on the powerful package management system that is part of R,
provides an unparalleled framework for extending R with nearly 20k packages.
We recently encountered an issue that highlights a missing element in the
otherwise outstanding package management system. So we would like to start a
discussion about enhancing its feature set. As shown below, a mechanism to
force
2018 May 21
2
Showcase of the Windows/ARM64/MinGW target
Hi,
At the Build conference recently, Microsoft had a session about Windows on
ARM(64), [1]. As case example of a large, nontrivial app rebuilt for this
arch, they demonstrated VLC.
The presentation claimed that this was built with MSVC, with zero changes
to the source.
This actually isn't true; the app that was demonstrated was actually built
with Clang and LLD with mingw-w64 as SDK
2016 Aug 27
2
Use case to test Clock skew on SAMBA4 (4.4.5)
Hi Experts ,
I have a situation where I have to demonstrate that if the time
difference between Samba4 (AD) and Windows Client is more that 5 Min (
as per Kerbrose ) , the user should note be allowed to login via that
windows PC .
When I simulate it I get Clock skew in the logs ( as shown below ) but
the user is allowed to login .
/ Kerberos: Too large time skew, client time
2014 Oct 01
1
Trouble getting listescape plugin to work with "$" separator (as demonstrated in Wiki) in Dovecot 2.2.9
Hello,
I'm attempting to install the listescape plugin so that IMAP users are
able to include periods (.) and forward slashes (/) in IMAP directory names.
I'm following the instructions at
http://wiki2.dovecot.org/Plugins/Listescape , which imply that this can
be accomplished by enabling the listescape plugin and using the dollar
sign ($) as the separator.
With regard to my dovecot
2019 Oct 30
1
[PATCH V6 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
On Wed, Oct 30, 2019 at 02:44:44PM +0800, Jason Wang wrote:
> This sample driver creates mdev device that simulate virtio net device
> over virtio mdev transport. The device is implemented through vringh
> and workqueue. A device specific dma ops is to make sure HVA is used
> directly as the IOVA. This should be sufficient for kernel virtio
> driver to work.
>
> Only