Displaying 20 results from an estimated 4000 matches similar to: "Email adress change"
2001 Jul 01
4
Questions about bitrates
If I understand correctly, Ogg Vorbis is a lossless format. But then why
does it support bitrates?
Ogg Vorbis does not delete any information. When I encode a 128 kbit MP3
file to 32 kbit OggVorbis,
the resulting file has a bitrate of about 110 kbit.
And when I encode it to 320 kbit, the file will be bigger, but the quality
won't improve because
of the quality of the original.
So what purpose
2011 Jun 06
2
[PATCH] Document the method for building the Unicorn gem
>From dcd47a609f4489bb37ce33ea1ce975bb2b3ab160 Mon Sep 17 00:00:00 2001
From: Hongli Lai (Phusion) <hongli at phusion.nl>
Date: Mon, 6 Jun 2011 13:36:57 +0200
Subject: [PATCH] Document the method for building the Unicorn gem.
Signed-off-by: Hongli Lai (Phusion) <hongli at phusion.nl>
---
HACKING | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git
2001 Jul 27
6
A killer clip
Check this clip (it's small, 373kb)
http://www.geocities.com/jdxss/udialwav.zip
It left oggenc, lame and MP+ encoders choking in dust.
--
Vorbis Xtreme | http://solair.eunet.yu/~aldov/
Ogg Vorbis is the free, open source alternative to MP3
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a
2008 Jul 20
1
[LLVMdev] generating a shared object from a single *.ll (LLVM) source?
Hello
(my machine is a Debian/Sid/x86-64/Core2)
Assuming I have one C source file chello.c, to compile it into a
dynamically loadable thru dlopen shared object, I can run
gcc -fPIC -shared -O chello.c -o chello.so
I thought that, assuming I have one llvm source ehello.ll, the
equivalent would be
llvmc2 -opt ehello.ll -o ehello.so
but it is not that simple.
Any clues ?
May I also
2010 Jun 04
8
unicorn_rails cleanup (possible fix for Rails3) pushed
Hi all,
I''ve pushed the following patch out go git://git.bogomips.org/unicorn
along with a few other Rails-related test updates. This is more of a
shotgun fix (but less code is better :) since I haven''t been able to
reproduce the brokeness people have been seeing with "unicorn_rails"
and Rails 3 betas.
Even though "unicorn" works perfectly well for Rails3,
2001 Aug 15
8
Serious GCC/EGCS 2.91 bug found (bites rc2)
Hi folks,
The folks on RedHat who have been complaining of poor-quality encodes
prompted us to track down the trouble, and it's a compiler bug. We
have the asm .s files to prove it :-)
The summary: EGCS (gcc) versions through March 1999, including up to
at least gcc/egcs 2.91.66 have a serious floating point optimization
bug that hits Vorbis. This is a fairly old gcc version, but RedHat
2001 Aug 15
8
Serious GCC/EGCS 2.91 bug found (bites rc2)
Hi folks,
The folks on RedHat who have been complaining of poor-quality encodes
prompted us to track down the trouble, and it's a compiler bug. We
have the asm .s files to prove it :-)
The summary: EGCS (gcc) versions through March 1999, including up to
at least gcc/egcs 2.91.66 have a serious floating point optimization
bug that hits Vorbis. This is a fairly old gcc version, but RedHat
2004 Jan 31
1
problems with wine on laptop
I can't get anything to run using wine on my new laptop. I have slackware 9.1,
kernel 2.6.0, and XFree86 4.4 RC2. I am running 2 programs on my desk top
machine that won't run on the laptop. THe desktop has slackware 9.0, kernel
2.4.22 and XFree86 4.3.0.
Can anybody help?
Also the laptop has an installation of windows xp which is not found by the
wineinstall script.
Thanks,
Tom
2001 Oct 16
7
Performance tests
I did some testing of vorbis codec (Winamp plugin) on a Pentium 166 MMX, and
found that the performance is pretty good. I got 3 % cpu utisization if I
turned dithering off, and 5 % otherwise. This was with a 138 kbit song. It's
pretty long to mp3 performance that was 0 to 1 % on that machine for a 128
kbit song.
Also vorbis seems to have a larger working set, because if I play two songs
at
2002 Jan 10
8
How to make Vorbis popular
Ogg Vorbis is still not known by the mainstream and not widely used
these days.
I've been thinking about this... MP3 is so popular because people can
download music for free (and thus pirating music).
I recommend Vorbis to everybody I know, but most of them refuse to even
try it because it's not popular (or because they are hardcore MP3
zealots), which results in a circle (little people
2001 Jul 28
3
Patch for bitrate information in ogginfo
With this patch, ogginfo will display bitrate information
(upper/lower/nominal/average bitrate).
It is patched against today's CVS code (main branch).
I am also working on true VBR support in oggenc (the user
can specify the minimum & maximum bitrate) and will send
a patch when it's done.
<HR NOSHADE>
<UL>
<LI>application/x-gzip attachment: ogginfo-diff.gz
2010 Jun 17
3
RDoc 2.2.0 requirement
Looks like Rails 3 currently depends on RDoc 2.2.0 exactly, even
though the latest version is 2.5.x. Why this specific version?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com.
To unsubscribe from this group, send email to
2010 Oct 03
4
Error Running Rails 3 Application under Phusion Passenger
I have a rails 3 application that runs without problems under WebRick
(on Ubuntu) that generates the following error in the browser when I run
under Apache2 with Phusion Passenger:
Ruby (Rack) application could not be started
Error message:
no such file to load -- bundler
Exception class:
LoadError
I have googled and found one or two posts with this problem but none
with solutions.
2003 Apr 19
7
sfq limit
The limit parameter for SFQ qdiscs isn''t listed in the howto. Based on
a mail from this list from 4 may 2002 ("SFQ queue lengths -
generalization"), I''d guess it limits the number of packets/bytes in
in the queue, but wether it does so by number of bytes, packets, or
time spent in the queue I don''t know. Perhaps someone in the know
could add a line to the
2007 Dec 07
9
Merb-style development exception pages for Mac OS X
I like the merb-style exception pages where there''re links to open the
files listed in the stack trace in TextMate and the source around each
line a lot so I stole the idea (and the code!) and made a patch for
Rails: http://dev.rubyonrails.org/ticket/10401
Here''s how it looks like in Merb: http://yehudakatz.com/wp-content/uploads/stacktrace.gif
What do you guys think?
2012 Apr 12
8
Background jobs with #fork
Hi
I''ve migrated from Passenger to Unicorn about a week ago. It''s great.
Great transparency and management, thanks for this great software!
A few of my Rails applications start background jobs using
Kernel#fork. Of course, the ActiveRecord connections are closed and
reopened again in the parent and child processes. The child process
also does its job.
Unfortunately, it seems
2007 Nov 04
3
Searching different fields based on document permissions
I''m currently writing a system that stores user-created documents. Each
user belongs to a specific group, and the system supports multiple
groups. The thing is, my users want to be able to hide pieces of a
document from other groups. So for example, lets say Joe of team A has
written this document:
"Hello all, our secret plan is finally complete! <private>We will
begin
2008 Feb 27
8
ActiveRecord validation messages not I18N-friendly and enforces grammar
ActiveRecord validation messages are currently not I18N-friendly.
Specifically, I''m referring to the fact that it enforces a certain
grammar, namely the beginning of the message must consist of the field
name. For example:
validates_presence_of :name, :message => "can''t be blank."
...generates the message "Name can''t be blank". This grammar
2011 May 16
0
Fwd: adding GPLv3 to unicorn license
Hi Ian, I also found this address in the git history, hoping this works
since ian at inspir.es doesn''t.
----- Forwarded message from Eric Wong <normalperson at yhbt.net> -----
From: Eric Wong <normalperson at yhbt.net>
To: mongrel-unicorn at rubyforge.org
Cc: Hongli Lai <hongli at phusion.nl>, Augusto Becciu <augusto at jadedpixel.com>,
I?aki Baz Castillo
2010 Jun 16
2
passenger and apache mpm's
Hi!
Is it safe to run phusion passenger with all apache kinds of MPM?
regards
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to