search for: demonstrate

Displaying 20 results from an estimated 4738 matches for "demonstrate".

Did you mean: demonstrated
1996 Mar 23
0
No subject
...Contains a utility library for Motif demos. uil Contains UIL header files for the Xmd utility library. 2.0 demonstration programs Containing the source code for several demonstration programs that exercise the OSF/Motif toolkit. airport Contains a C application that demonstrates drag and drop. animate Contains a UIL application that demonstrates animation of pixmaps drag_and_drop Contains another C application that demonstrates drag and drop. draw Contains a C applica...
2017 Aug 25
4
NHW Project - news with Xiph.org
...n 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 codec are the neatness advantage, NHW pictures have more neatness (and a little less precision), so it's a choice if you prefer more neatness or more precision, but according to my visual tests, neatness is quite pleasing... and there is also speed, comp...
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
...In addition to supporting hosting clients, the Systems Administration team also does quite a bit of work improving our infrastructure. This involves researching and testing new products and systems and deploying those that will do the most good for our infrastructure. Your Responsibilities: * Demonstrate ability to analyze and provide recommendations to improve performance. * Demonstrate ability to sniff network traffic to debug problems. * Demonstrate ability to apply caching strategies and optimize Plone system for fast delivery e.g. CacheFu, memoization, memcached. * Provide training reg...
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 minu...
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", &qu...
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: erinm.hodgess at gmail.com
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
...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 experience shaving the infinite herd of SelectionDAG yaks. I am happy to recommend Justin take over the SelectionDAG code ownership, pending the approval of the community. —Owen
2017 Sep 04
0
NHW Project - fast discrete wavelet transform
...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' is the wrong word... I'd >> say the project needs to have a story, and a demonstration of the >> technology is part of what makes t...
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' is the wrong word... I'd say the project needs to have a story, and a demonstration of the technology is part of what makes the story concrete. > But it is not so ev...
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 on my 7.2 install. Help, and thanks in advance! Steve in Texas
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
...cript /mnt/matrixIssue.R This runs in under two minutes, first installing the older Matrix, next installs SeuratObject, and then by removing the older Matrix making the (already installed) current Matrix version the default. This simulates a package update for Matrix. Which, as the final snippet demonstrates, silently breaks SeuratObject as the cached S4 method Csparse_validate is now missing. So when SeuratObject was installed under Matrix 1.5.1, it becomes unuseable under Matrix 1.6.0. What this shows is that a call to update.packages() will silently corrupt an existing installation. We understand...
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 (and there had been quite a few minor fixes throughout the codebase to make it...
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 lar...
2014 Oct 01
1
Trouble getting listescape plugin to work with "$" separator (as demonstrated in Wiki) in Dovecot 2.2.9
...separator must be only one character long Ultimately, I have two questions: 1.) Is the nesting structure that I've employed correct? The Wiki 2 page is not clear with regard to the nesting; is it correct to put the "namespace" block inside the "protocol imap" block, as I demonstrated above? 2.) Is it possible to escape the dollar sign so that it can be used as the separator? Full "doveconf -n" output is included below. Thanks for any assistance, -Ben # doveconf -n # 2.2.9: /etc/dovecot/dovecot.conf doveconf: Fatal: Error in configuration file /etc/dovecot/dove...
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