search for: uci

Displaying 20 results from an estimated 408 matches for "uci".

Did you mean: pci
2004 Sep 10
2
UCI Project Announcement
...interested in the following. If this is not the case (or this is not an appropriate forum for this sort of thing) I apologize in advance.. Project Announcement and Call for Participation ----------------------------------------------- The Universal Codec Interface (UCI) Project is aiming to create a consistent, well-designed, portable set of programming interfaces for multimedia applications and codecs to interface to one another on unix-like (and potentially other) operating systems. The UCI system is intended to provide an interface which is both consistent en...
2002 Sep 24
3
UCI Project Announcement
Greetings all.. I'm sending this message out here because I suspect that some folks involved in the vorbis codec might be interested in the following (we'd certainly like to make vorbis work well with UCI, and welcome any help in this area). If this is not the case (or this is not an appropriate forum for this sort of thing) I apologize in advance.. <p> Project Announcement and Call for Participation ----------------------------------------------- The Universal...
2004 Sep 10
0
Re: UCI Project Announcement
...owing. If this > is not the case (or this is not an appropriate forum for this sort of thing) I > apologize in advance.. > Project Announcement and Call for Participation > ----------------------------------------------- > The Universal Codec Interface (UCI) Project is aiming to create a consistent, > well-designed, portable set of programming interfaces for multimedia > applications and codecs to interface to one another on unix-like (and > potentially other) operating systems. > The UCI system is intended to provide an interface which is...
2002 Sep 24
0
UCI Project Announcement
...in working with us). If this is not the case (or this is not an appropriate forum for this sort of thing) I apologize in advance.. <p> Project Announcement and Call for Participation ----------------------------------------------- The Universal Codec Interface (UCI) Project is aiming to create a consistent, well-designed, portable set of programming interfaces for multimedia applications and codecs to interface to one another on unix-like (and potentially other) operating systems. The UCI system is intended to provide an interface which is both consistent en...
2002 Nov 12
0
Re: [vorbis-dev] ACM codec
My concern is primarly the 'marketing' aspect. If UCI, or MCF, or any other interface, is adopted by the toolmakers, then that's a perfectly good solution. <p>-----Original Message----- From: Christian HJ Wiesner [mailto:christian.hj.wiesner@web.de] Sent: Tue 11/12/2002 10:10 AM To: theora-dev@xiph.org Cc: Subject: [theora-dev] Re: [vorbis...
2002 Nov 12
0
Re: [vorbis-dev] ACM codec
...ted as a distinct file type. Perhaps we can somehow make this scenario unlikely, and encourage <people to use the proper tools, I dunno. Now we're into the psychology of marketing rather than the capabilities of various API's. < <- dbm <p>You could simply decide to support UCI ( http://uci.sf.net ) from both Vorbis and Theora, very much like the XviD people are considering now, once its ready to be used. There is a first ( Linux ) version of libuci now in the CVS tree on sf.net , it can be used to test UCI interfaces in codecs or also serve as a basis for apps calling co...
2007 Aug 02
2
plot to postscript orientation
...in the main window, they appear correctly - their orientation is landscape (i.e., horizontal). However, when I open the .ps file with GSview, the whole page appears vertically, and the plot appears horizontally, which means that the plot is only partially visible (example here https://webfiles.uci.edu/mpetresc/postscript.files/default.ps ). I searched the R-help mailing list archive and found 2 suggestions: setting the width and height and setting horizontal = FALSE. I have tried setting the width and height but it makes no difference. I have also tried using "horizontal = FALSE&quo...
2005 Dec 06
3
Coefficient of association for 2x2 contingency tables
Hi, Found no measure of association or correlation for 2x2 contingency tables in fullrefman.pdf or google. Can someone point to a package that implements such calculations? Thanx. -- Alexandre Santos Aguiar - consultoria para pesquisa em sa??de - R Botucatu, 591 cj 81 tel 11-9320-2046 fax 11-5549-8760 www.spsconsultoria.com
2004 Sep 10
2
ACM for FLAC.
...Sorry, I sent my reply to engdev privately (because there's no good reply to). In short I haven't worked on it due to limitations on AVI and since then I've worked on MCF to get rid of these problems and be able to use good VBR codex. Hopefully when MCF is working I'll work on a UCI codec for FLAC (probably not an ACM).
2004 Sep 10
0
Re: ACM for FLAC.
...reply to engdev privately (because there's no good > reply to). In short I haven't worked on it due to limitations on AVI and > since then I've worked on MCF to get rid of these problems and be able > to use good VBR codex. > Hopefully when MCF is working I'll work on a UCI codec for FLAC > (probably not an ACM). AVI sux. MCF and UCI are the answers ( IMHO ). I really hope we can find anybody else as a volunteer to implement a UCI interface into FLAC once Alex Stewart is about to fix the specs and has a stable libuci running to allow testing of the codec interface...
2010 Nov 11
10
[PATCH 0/3] Xen Microcode update driver for 2.6.38
From: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Hi all, This series adds a new microcode driver for Xen. The Xen hypervisor can deal with all the low-level details of doing a microcode update (Intel vs AMD, doing all the physical CPUs present on the system, current and future, etc), so all the driver has to do is make a hypercall to upload the microcode into Xen. This only
2005 Mar 22
2
Error: Can not handle categorical predictors with more than 32 categories.
...est.default(m, y, ...) : Can not handle categorical predictors with more than 32 categories." This is generated from the command line: > credit.rf <- randomForest(V16 ~ ., data=credit, mtry=2, importance = TRUE, do.trace=100) The data set is the credit-screening data from the UCI respository, ftp://ftp.ics.uci.edu/pub/machine-learning-databases/credit-screening/crx.data. This data consists of 690 samples and 16 attributes. The attribute information includes: A1: b, a. A2: continuous. A3: continuous. A4: u, y, l, t. A5: g, p, gg. A6: c, d, cc, i, j, k...
2005 Aug 29
4
ttda on R 2.1.1: error
...own data about answers in a company survey. I've installed it, as well as ispell, but when trying to use an example: > zz <- file("stupid.txt", "w") # build a data file > cat("{comment - stupid data file} \n" , file = zz) > cat("<uci=1> Hush-a-bye, baby, \n" , file = zz) > cat(" in the tree top. \n" , file = zz) > cat("<uci=2> When the wind blows, \n" , file = zz) > cat(" the cradle will rock. \n" , file...
2004 Sep 10
2
Unified codec interface
...if not available char **parameters == get_frunick_codecs_parameters(); //get a list of the tuneable params of the selected codec specify_frunick_parameter(my_encoder, "quality", "7"); //set a parameter of the codec ....and so on. I have not yet looked into nor gstreamer nor uci ( http://uci.sourceforge.net/ ), so I don't know whether this thing already exists ... but I hope once it will! -- Csillag Krist?f <fenwick@freemail.hu>
2004 Sep 10
2
Unified codec interface
...if not available char **parameters == get_frunick_codecs_parameters(); //get a list of the tuneable params of the selected codec specify_frunick_parameter(my_encoder, "quality", "7"); //set a parameter of the codec ....and so on. I have not yet looked into nor gstreamer nor uci ( http://uci.sourceforge.net/ ), so I don't know whether this thing already exists ... but I hope once it will! -- Csillag Krist?f <fenwick@freemail.hu>
2015 Jan 29
2
Tinc and OpenWRT
...netname=`basename $network` > echo Tinc Network Name: $netname > > for host in /etc/tinc/$netname/hosts/* > do > hostname=`basename $host` > echo Tinc Network $netname Host: $hostname > > if [ ! `uci get tinc.$hostname` ] > then > uci set tinc.$hostname=tinc-host > uci set tinc.$hostname.net=$netname > uci set tinc.$hostname.enabled=1 > uci commit > >...
2015 Jun 13
2
Tinc and OpenWRT
...nc Network Name: $netname >>> >>> for host in /etc/tinc/$netname/hosts/* >>> do >>> hostname=`basename $host` >>> echo Tinc Network $netname Host: $hostname >>> >>> if [ ! `uci get tinc.$hostname` ] >>> then >>> uci set tinc.$hostname=tinc-host >>> uci set tinc.$hostname.net=$netname >>> uci set tinc.$hostname.enabled=1 >>>...
2012 Oct 12
3
about samba 4 rc2
.../private/named.conf the provision step is not creating this file can you help me please? I don't speak english, Please, apologize for my language, Regards, Amaury. 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS... CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION http://www.uci.cu http://www.facebook.com/universidad.uci http://www.flickr.com/photos/universidad_uci
2012 Oct 18
4
Help with
Hi, I downloaded a dataset from UCI repositories named Bag of Words: http://archive.ics.uci.edu/ml/machine-learning-databases/bag-of-words/readme.txt The dataset is in a text file with the following structure: --- docID1 wordID1 count docID1 wordID2 count docID1 wordID3 count docID1 wordID4 count ... docID2 wordID2 count docID2 wo...
2001 Apr 05
2
CI for wilcoxon test (PR#895)
..., where he optimization interval is set as (mumin,mumax) with mumin <- min(y) - max(x) mumax <- max(y) - min(x) I didn’t go through other aspects, although I believe that the continuity correction should be checked if some changes are made, and also that some closer look onto definitions of uci and lci in the exact CI computations should be made (here it depends on your definition of the CI for exact distributions, i.e. whether the CI = {uci<=mu<lci} (then I think it’s OK) or CI = {uci<=mu<=lci} (then I think lci= diffs[ql] and not diffs[ql + 1]). Could this be specified in th...