similar to: Website Updates

Displaying 15 results from an estimated 15 matches similar to: "Website Updates"

2009 Feb 07
1
fixed effects regression
Hi everyone, I am running this fixed effects model in R. The thing is, my own code and the canned routine keep returning different estimates for the fixed effects factors and intercept. (The other variables' estimates and R^2 are the same!!! weird!!) I attach my own code, just in case. I am pretty sure this would not have any fundamental error. Well, hopefully. I have been using this code
2004 Sep 10
2
[Flac-users] CD archival best practices?
Goals: 1. Store meta data 2. Be able to recreate and burn bit-for-bit accurate audio CDs from archive. 3. Be able to "generate" lossy format files (OggVorbis,MP3,etc) with meta info intact when needed. 4. One file per song. 5. Files playable in XMMS and WinAMP3. Questions: Q1. OGG vs FLAC container? Q2. Meta data format? Q3. In detail, how does one do goal 2? Q4. What ripping/encoding
2002 Jul 24
2
wav/raw normalization
Hey all. I was an "early" adopter of mp3 (1994-1995), and I took great pains to use digital audio extractors and avoid jitter and whatnot thru proper hardware - back then, this was no mean feat. Well, I'm starting to switch to Ogg (dragging out all the CD's, starting over) and I want to know if anyone has an informed opinion on the merits or demerits of "normalization"
2006 Apr 22
1
2 questions on flac files with internal cue sheet.
Hi, I made backup-copies of several CDs. First I used eac (exactaudiocopy) for exact ripping to a single wav-file with cue sheet. Then I used flac --cuesheet=<cuefile> <wavfile> to get a flac file with internal cue sheet. I am on a linux system. eac is running in a vmware-windows (actually, eac is the only reason that I have a windows version running). At this point I have two
2004 Jun 28
3
Help!!!
Hi! I heard many things over ogg, but all what i can see is shit. O.K. The oggdrop.exe play with me, have this tool a version number? I can't see it. Every other tool don't run under my system (Win98; Athlon1,5GHz; 768MB RAM). For example every version of oggenc produce the error: "OGGENC.EXE kann nicht ausgef?hrt werden"! There are a german mailing list? An how can i register
2002 Jun 20
3
OggEnc - command line... (& getting Audiograbber to work)
> You can ask. A bug report with priority 'enhancement' is probably the > best way to do that. I'd consider it. Thanks for your help, Michael. I have entered this as an enhancement request. <p>Also, for the record, I originally made this comment: > I am actually trying to get OggEnc up and running nicely with > AudioGrabber, but so far I no joy I
2006 Sep 26
7
FLAC CD Archive
I see that this was the right place to fire off this question. Thanks for your feedback. It has given me a base to start some trials. I used to use EAC on Windows, but I tend to only use open source software as much as possible and I don't use Windows any more. I gave a brief look at abcde, but it is clear I need to look at this some more. It looks like it has the potential to do everything I
2004 Jan 22
3
Ogg artifacts
I'm having some difficulty getting into Ogg. Being my first time encoding to Ogg, I am left doubtful of the quality in reproduction. Hopefully, it is merely something that I am doing. My original intentions were to go through my CD collection and rip everything out at 224kps VBR. I began with an album I was relatively familiar with. I used FreeRip 2.53 initially, but found that I had
2005 Jul 10
5
Indices and totals
Hi all! I've read http://reactor-core.org/ogg-tagging.html and http://www.vorbis.com/ot/20030303.html#id2726753 about the goals and non-goals of vorbis comments, but I'm still unsure: 1) Is it by purpose to forget about CDA's index feature because it's so rarely used or did nobody here ever thought about it? -> Add an INDEXNUMER field? 2) If "Vorbis comments are the
2015 Jul 29
2
[PATCH] ssh: Add option to present certificates on command line
Allow users to specify certificates to be used for authentication on the command line with the '-z' argument when running ssh. For successful authentication, the key pair associated with the certificate must also be presented during the ssh. Certificates may also be specified in ssh_config as a CertificateFile. This option is meant the address the issue mentioned in the following
2006 Sep 26
4
FLAC CD Archive
I have read some posts about using FLAC to archive CD collections and would like to get some feedback. I am torn between creating a bin and cue file with CDDB info and compressing that down with FLAC as a single file or the second method of ripping all the files out to wav and converting to FLAC and maybe saving the cue file in attempt to use it later. The first method I believe will pretty much
2012 Dec 21
0
File Attachments for previous bug report
I have renamed all of the patch files to .txt, which should be acceptable for the mailer daemon at mindrot, per Angel's suggestion. I am attaching the patch files to the email, with the extra space removed and a minor correction made. Bill Parker (wp02855 at gmail dot com) -------------- next part -------------- --- port-linux.c.orig 2012-12-19 17:40:53.231529475 -0800 +++ port-linux.c
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML
2012 Dec 20
4
Deprecated calls to bzero() and index() found in OpenSSH 6.1p1
Hello All, In reviewing source code for OpenSSH-6.1p1, I found instances of deprecated library calls still within various source code files. Examples of deprecated calls are: bzero() (replaced with memset() which is ANSI compliant), index() (replaced with strchr() which is also ANSI compliant). In file 'auth2-jpake.c', I've replaced all the bzero() calls with the equivalent
2018 Mar 22
16
Call for testing: OpenSSH 7.7
Hi, OpenSSH 7.7p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a bugfix release. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at