search for: recomposing

Displaying 20 results from an estimated 21 matches for "recomposing".

Did you mean: decomposing
2008 Jun 14
1
Unhandled page fault on prefix creation on osx 10.5
Cesar Izurieta wrote: > I just deleted my .wine directory and run wineboot. The .wine > directory is recreated but I get: > > wine: created the configuration directory '/Users/cesar/.wine' > wine: Unhandled page fault on read access to 0x008cc65f at address > 0xffff0eb8 (thread 000b), starting debugger... > couldn't load main module (2) > Unhandled exception:
2005 Dec 13
0
Fwd: Re: Wavelet reconstruction
...d, 19 Oct 2005 08:04:02 -0700 (PDT) From: Elizabeth Lawson <lizzylaws@yahoo.com> Subject: Re: [R] Wavelet reconstruction To: Amir Safari <amsa36060@yahoo.com> Using wavethresh you can recompose a decompose signal using wr. Here is an example of decomposing, thresholding and recomposing a signal. library(wavethresh) brain<-c(0,0,0.5,1,-0.75,-0.25,1.833333333,-3,0.416666667,1.083333333,-1.833333333, -0.583333333,2.166666667,-4.083333333,5.75,9.75,1.583333333,0.75,15.83333333, 16.66666667,7.666666667,8.166666667,1.333333333,-3.333333333,-2.75,-2.083333333, -1.75,0.4166666...
2018 Jul 25
2
Search requests should ignore accents (C++ API)?
Hi, I am using libxapian in a C++ project (hence I am using Xapian's C++ API) and some user has requested that search requests should ignore accents. E.g. when the user searches for "Herr Müller" he expects that "Herr Muller" is also a search hit. Is this possible in Xapian? Do you have any links to the documentation of that feature? Thanks for your help, Kim
2015 Sep 24
2
Trying to create bootable USB flash drive WITHOUT persistence
I've got an embedded x86 system built with Yocto, which boots from a USB flash drive. It uses a loop mount to give access to an ext3 root file system contained within a FAT16 file, which means it has persistent storage. What I want is something that boots from the flash drive, but copies everything into a large RAM disk, and runs from there, so that it doesn't touch the flash drive once
2005 Feb 16
0
Oggcodecs 0.69.8924 release.
A new version is out after a long wait. http://www.illiminable.com/ogg/ These will let you encode or decode vorbis, speex, theora, and flac with both ogg and annodex in any directshow based media player (most commonly windows media player) Changes to the binary package... # Removed several major memory leaks in encoders and decoders # More intelligent buffer sizing, reduces memory footprint by
2008 Nov 05
1
slow aggregate function
Een ingesloten tekst met niet-gespecificeerde tekenset is gescrubt ... Naam: niet beschikbaar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081105/cffde8e4/attachment.pl>
2005 Feb 16
0
Oggcodecs 0.69.8924 release.
A new version is out after a long wait. http://www.illiminable.com/ogg/ These will let you encode or decode vorbis, speex, theora, and flac with both ogg and annodex in any directshow based media player (most commonly windows media player) Changes to the binary package... # Removed several major memory leaks in encoders and decoders # More intelligent buffer sizing, reduces memory footprint by
2005 Feb 16
0
Oggcodecs 0.69.8924 release.
A new version is out after a long wait. http://www.illiminable.com/ogg/ These will let you encode or decode vorbis, speex, theora, and flac with both ogg and annodex in any directshow based media player (most commonly windows media player) Changes to the binary package... # Removed several major memory leaks in encoders and decoders # More intelligent buffer sizing, reduces memory footprint by
2018 Jul 25
0
Search requests should ignore accents (C++ API)?
...o heavy a hammer for normalising text for search though as you really don't want pure ASCII out in every case (particularly for languages which don't use the Latin alphabet). ICU is another option - there's an example of removing accents by decomposing, removing non-spacing marks, then recomposing here: http://userguide.icu-project.org/transforms/general But again, that would just drop the umlaut. Cheers, Olly
2019 Feb 16
1
drm/nouveau/bios/ramcfg, setting of RON pull value
Hi, Static Analysis with CoverityScan as detected an issue with the setting of the RON pull value in function nvkm_gddr3_calc in drm/nouveau/bios/ramcfg.c This was introduced by commit: c25bf7b6155cb ("drm/nouveau/bios/ramcfg: Separate out RON pull value") CoverityScan reports the issue as follows: 84 case 0x20: 85 CWL = (ram->next->bios.timing[1] &
2015 Sep 24
0
Trying to create bootable USB flash drive WITHOUT persistence
On Wed, Sep 23, 2015 at 9:29 PM, Paul D. DeRocco via Syslinux <syslinux at zytor.com> wrote: > I've got an embedded x86 system built with Yocto, which boots from a USB > flash drive. It uses a loop mount to give access to an ext3 root file > system contained within a FAT16 file, which means it has persistent > storage. What I want is something that boots from the flash drive,
2005 Feb 14
0
libannodex 0.6.0 Release
libannodex 0.6.0 Release ------------------------- libannodex is a C library providing a simple programming interface for reading and writing Annodex media. Annodex is an open standards based technology that extends the World Wide Web's hyperlinking, searching, and compositing infrastructure to time-continuous data, enabling video surfing, searching for clips of audio and video files using
2005 Feb 14
0
mod_annodex 0.2.0 Release
mod_annodex 0.2.0 Release ========================= mod_annodex is a module for Apache httpd, and provides server-side support for annodex media. Parallel versions are available for Apache versions 1.3 and 2.0. Annodex is an open standards based technology that extends the World Wide Web's hyperlinking, searching, and compositing infrastructure to time-continuous data, enabling video
2005 Mar 04
0
mod_annodex 0.2.1 Release
mod_annodex 0.2.1 Release ========================= mod_annodex is a module for Apache httpd, and provides server-side support for annodex media. Parallel versions are available for Apache versions 1.3 and 2.0. Annodex is an open standards based technology that extends the World Wide Web's hyperlinking, searching, and compositing infrastructure to time-continuous data, enabling video
2001 Oct 11
2
large dataframes to ascii
Hi R-users, I want to convert a large dataset (from stata format) to an ascii table. The resulting table should be a human-readable table (like CSV, or tab-separated file or something similar). R reads the stata-file quite easily (with some problems which are discussed here earlier), but so long I have not found a suitable way to write it in ascii format. Sure, there exists write.table, which
2005 Aug 31
5
"best" c++ matrix library?
Hi folks, I am planning to write some more time-consuming matrix manipulations in c++. What is the experience with the existing c++ matrix libraries? Do you have some recommendations? Are some libraries more compatible with R than the others? All suggestions welcome! Best, Ott
2006 May 31
0
CT unit to drill on Mars, Revenue Up 200% - Ref. jh010 (PR#8918)
esteeming Coiled tubing units are so compact and have such great potential, the Mars Drilling Project is evaluating a coiled tubing unit to drill for water on Mars. fells disseverance SPRING, TX--(MARKET WIRE)-- Coil Tubing Technology, Inc. (CTBG) announces the delivery of the first group of 8 Rotating Tools to oil and gas well service companies operating in Mexico and Oklahoma. Designed for use
2020 Sep 24
1
How to use `[` without evaluating the arguments.
Hello R-devel, I am currently attempting to implement an API similar to data.table wherein single bracket subsetting can accept an unquoted expression to be evaluated in the context of my object. A simple example from the data.table package looks like this: DT <- data.table(col1 = c('a', 'b', 'c'), col2 = c('x', 'y', 'z')) DT[col1 ==
2019 Dec 30
24
[Bug 1392] New: nft stalls on EGAIN upon repeatedly flushing and populating a set
...own machine, I found that nft appeared to sporadically hang. Upon further investigation, I found that the process - which entails one "flush" and one "add element" command - was being carried out rapidly at first, only to encounter difficulties if repeated without flushing and recomposing the underlying table entirely. The attached script acts as a reproducer. Here is some sample output from my machine: [0]: Iteration #1 [1]: Iteration #2 [429]: Iteration #3 [845]: Iteration #4 This means that the set was populated in a second or less (good), only to take approximately 428...
2008 Feb 22
0
Wine release 0.9.56
This is release 0.9.56 of Wine, a free implementation of Windows on Unix. What's new in this release: - Proper handling of OpenGL/Direct3D windows with menu bars. - Stubs for all the d3dx9_xx dlls. - Several graphics optimizations. - Many installer fixes. - Improved MIME message support. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you