similar to: Encoding and Compression --- where is the nitpick?

Displaying 20 results from an estimated 1000 matches similar to: "Encoding and Compression --- where is the nitpick?"

2012 Jan 18
1
[LLVMdev] Pattern matching in a SelectionDAG
Hi, I'm trying to write an LLVM backend using LLVM's retargetable code generator, and I'm confused about how the SelectionDAG works. Let me give you an example from the SPARC backend (as this is what is often mentioned in the documentation). This is how the "branch always" instruction is defined: def BA : BranchSP<0b1000, (ins brtarget:$dst),
2007 Mar 13
2
flac fails encoding 88.2
I do the following to init flac: encoder = FLAC__stream_encoder_new(); e = FLAC__stream_encoder_set_do_mid_side_stereo (encoder, numChannels == 2); e = FLAC__stream_encoder_set_loose_mid_side_stereo (encoder, numChannels == 2); e = FLAC__stream_encoder_set_channels (encoder, numChannels); e = FLAC__stream_encoder_set_bits_per_sample (encoder, jmin (24,
2007 Jun 05
4
Refactor all factors in a data frame
Hi all, Assume I have a data frame with numerical and factor variables that I got through merging various other data frames and subsetting the resulting data frame afterwards. The number levels of the factors seem to be the same as in the original data frames, probably because subset() calls [.factor without drop = TRUE (that's what I gather from scanning the mailing lists). I wonder if
2012 Jun 21
2
Have download.packages consider non-CRAN repositories
Hi List, I've set up a CRAN-like repository (not a CRAN mirror) on the local filesystem (this will change to http in the future). R has been told about this repository using the following entry in R_HOME/etc/repositories: PMR2 PMR2 file:///Users/arbeit/Documents/clarin/Open_Science/PMR2/ TRUE TRUE FALSE FALSE Now I expected download.packages(), install.packages() etc. to look for
2008 Apr 21
2
Trend test for survival data
Hello, is there a R package that provides a log rank trend test for survival data in >=3 treatment groups? Or are there any comparable trend tests for survival data in R? Thanks a lot Markus -- Dipl. Inf. Markus Kreuz Universitaet Leipzig Institut fuer medizinische Informatik, Statistik und Epidemiologie (IMISE) Haertelstr. 16-18 D-04107 Leipzig Tel. +49 341 97 16 276 Fax. +49 341 97 16
2008 Nov 26
3
distro recommedation
Hi guys, what distribution do you recommend, if you want to run producive systems on it. i got a cluster with two sles10sp2 nodes - but i''m not that satisfied. The migration of my windows-systems are not working in an acceptable way and the pv-drivers for win of suse are not a speed boost at all. Well I could spend big money for Xen Enterprise or VirtualIron - but - do I really have to
2010 Jun 14
2
list command and shared folders
Hello, I try to setup shared folders with real unix users: user "test2": setacl t2_t4 test4 lrswi user "test3": setacl t3_t4 test4 lrswi Now I see entries in ~test2/Maildir/.t2_t4/dovecot-acl, ~test3/Maildir/.t3_t4/dovecot-acl and /var/lib/dovecot/acl_dict.db (see below) But "test4" don't see the shared folders in the list command :-( ---- 01 login test4
2010 Nov 03
1
dll problem with C++ function
Dear fellow R-users, I have the problem of being unable to repeatedly use a C++-function within R unless by dyn.unloading/dyn.loading it after each .C call. The C++-code (too large to attach) compiles without problem using R CMD SHLIB. It loads (using dyn.load("myfun.so")) and executes (via .C(myfun, ...) ) properly. The function returns no object, only reads files from disk,
2011 Apr 21
2
combining matrices
Heja, I hope someone is still there to help me: How can I somehow merge/combine matrices to get such a result: Matrix A A B x1 1 0 x2 1 1 Matrix B C D x3 1 0 x4 0 1 Resulting Matrix? A B C D x1 1 0 0 0 x2 1 1 0 0 x3 0 0 1 0 x4 0 0 0 1 Does anyone see this probably obvious solution with R how to do this? Sorry if this question is silly...it's too hot here to think properly ;O)
2017 May 24
3
Three new releases
Hi, I'm announcing two new releases of opus, along with the first release of the new libopusenc library. First for opus, we just fixed a bad bug in the surround encoding code that would cause very bad quality on signals beyond a certain amplitude. Thanks to Franziska Trojahn and others from HfT Leipzig for finding this issue through their listening test[1] (the quality of the two bad files
2003 Mar 11
1
objectname completion
Dear R users, is there any possibility to get an object-name completion within the R command line (UNIX-version of R). As I got to know from the FAQ that this is possible from within Emacs (ESS), but without using Emacs? Thank's Ingo -- ----------------------------------------------------------------- Ingo Roeder Institute for Medical Informatics, Statistics and Epidemiology
2005 Jun 09
2
when working with "admin users =" "inherit owner" does not work anymore
hi list, i'm using samba v3.0.14a when working with "admin users =" "inherit owner" does not work for me anymore the owner is set to "root" any ideas? will "inherit owner" solve this problem? thx in advance -- Michael Gasch Max Planck Institute for Evolutionary Anthropology Department of Human Evolution Deutscher Platz 6 D-04103 Leipzig Germany
2019 Jul 23
2
OVS / KVM / libvirt / MTU
Hey there, I hope anyone can bring some light in the following problem. <interface type='bridge'> <source bridge='cloudbr0'/> <mtu size='2000'/> <mac address='02:00:74:76:00:01'/> <model type='virtio'/> <virtualport type='openvswitch'> </virtualport> <vlan trunk='no'> <tag
2005 Jul 29
2
weird problem with smbldap-tools and usrmgr.exe
hi folks, i hope you can help me!!! i'm using samba v3.0.14a (sernet) on debian sarge. openldap v2 is my backend, smbldap-tools 0.8.4 (patched for our organization). when adding a user via usrmgr.exe to an existing domain group i get the following error: [in usrgmr] The following error occured changing the properies of the user xxx User does not belong to this group [in smbd.logs]
2004 Sep 17
6
IPP2P
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is there interest in ipp2p support in Shorewall? While the ipp2p code is not part of the standard kernel.org distributions, my experience is that it is very easy to install and I would be willing to provide support for it if there is interest. See http://rnvs.informatik.uni-leipzig.de/ipp2p/index_en.html for information about ipp2p. - -Tom - -- Tom
2018 Feb 12
2
[parallel] fixes load balancing of parLapplyLB
Dear R-Devel List, **TL;DR:** The function **parLapplyLB** of the parallel package has [reportedly][1] (see also attached RRD output) not been doing its job, i.e. not actually balancing the load. My colleague Dirk Sarpe and I found the cause of the problem and we also have a patch to fix it (attached). A similar fix has also been provided [here][2]. [1]:
2005 Jul 29
3
How to prevent users from deleting users from domain via usrmgr.exe ???
hi, weird thing: i thought when commenting out "delete user script" and "ldap delete dn" nobody is able to delete users from the domain. what happens: users are deleted, to be more specific their samba attributes are deleted but not their posix values. i won't let our admins delete users from our domain becaus we have another management to add/delete users to/from a
2014 Mar 24
2
installing extlinux on a fresh system. Why does it fail ?
Thanks I let GParted create the file system. It was done on a rescue disk of Ubuntu 12.04 (GParted 0.11.0) I think that the problem is in my command line. Mau On Mon, Mar 24, 2014 at 4:04 PM, Mattias Schlenker <ms at mattiasschlenker.de>wrote: > Am 24.03.2014 14:13, schrieb Mau Z: > > Hi All, >> >> I am trying to install extlinux on a fresh system. >>
2018 Feb 26
2
[parallel] fixes load balancing of parLapplyLB
Dear Christian and Henrik, thank you for spotting the problem and suggestions for a fix. We'll probably add a chunk.size argument to parLapplyLB and parLapply to follow OpenMP terminology, which has already been an inspiration for the present code (parLapply already implements static scheduling via internal function staticClusterApply, yet with a fixed chunk size; parLapplyLB already
2014 Sep 29
2
Determine from which device syslinux booted from
Am 29.09.2014 um 21:51 schrieb Don Cupp: > Renato, > > I don't think it would take that long to make a little script that even an XP user could use to generate GPT formatted thumb-drives. Win32DiskImage rulez. :-D Bonus: No more geometry problems on old BIOSes. Just create a nice GPT formatted image with a cool protective MBR. This can even expose the first partition via