Displaying 20 results from an estimated 467 matches for "prominate".
Did you mean:
dominate
2010 Mar 19
2
I18n and Rails 2.3.5
Has anybody faced any problem to use i18n on Rails 2.3.5? Sometimes when I
call the *t* function, it works fine, but for some keys, it does not work
and I have no clue why it is going on.
I do have a .yml with correct keys and values. For example, in this (
http://dev.promine.com.br/promine) page, i18n is working properly, but in
this (http://dev.promine.com.br/servicos) one, it isn''t?
2010 Sep 23
3
superclass mismatch for class Tempfile
I''ve been facing a problem when generating a model (or controller, ...). I''m
using rails 2.3.8 and ruby 1.8.7.
Has anybody been facing anything like this?
script/generate controller test
/usr/lib/ruby/1.8/tempfile.rb:12: superclass mismatch for class Tempfile
(TypeError)
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
2015 Jun 15
2
[PATCH] resize: make available expand method warnings more prominent
When hitting a filesystem which we cannot or don't know how to expand,
instead of print a warning in verbose mode only, print it always when
showing the summary of the changes.
In the virt-resize documentation, add a paragraph about this warning.
---
resize/resize.ml | 30 +++++++++++++++++++++++-------
resize/virt-resize.pod | 39 +++++++++++++++++++++++++++++++++++++++
2 files
2007 May 22
1
redhat sources release time?
Hello.
Since CentOS is an Enterprise-class Linux Distribution derived from
sources freely provided to the public by a prominent North American
Enterprise Linux vendor, can that "prominent North American Enterprise
Linux vendor" delay the release of the source of a specific package? If
yes, for how long?
Thanks
2011 Jul 13
1
Effecting CentOS change
CentOS has a clear mission. It's the first paragraph on the centos.org
home page:
CentOS is an Enterprise-class Linux Distribution derived from
sources freely provided to the public by a prominent North American
Enterprise Linux vendor. CentOS conforms fully with the upstream
vendors redistribution policy and aims to be 100% binary compatible.
(CentOS mainly changes packages
2000 Oct 02
9
the underscore ("_") in variable name
At 14:35 02/10/00 +0800, mohd zamri wrote:
>new to R and starting to learn to program R. The underscore ("_") did some
>suprising result. e.g
>
>> c <- c(1,2,3,4,5)
>> mean(c)
>[1] 3
>> c_mean <- mean(c)
>> c
>[1] 3
>
>having some experience in C, I thought the underscore is "always" valid in
>variable name. totally confuse
2006 Jan 27
5
Volume of patches for CentOS vs Fedora
I'm trying to come to a decision between CentOS 4.2 and Fedora Core 4
for use on a server. One of the things the server will be serving is X
desktops so there are some advantages to Fedora.
However, one thing I can't help but notice is that the patch volume for
FC4 from Oct 11 2005 thru the present compared to CentOS 4.2 for the
same period is about 5 times greater. In fact, since
2010 Feb 25
3
Backuppc-updates on CentOS
Hi all,
I installed BackupPC on one of my Centos 5.4-machines following the wiki at
http://wiki.centos.org/HowTos/BackupPC#head-725ed151d366bcf182cea92f765c373900cfc9dc,
where BackupPC is installed from the c5-testing repo.
root at mach012 ~/ [0]# rpm -qa backuppc
backuppc-3.1.0-1.el5.centos
root at mach012 ~/ [0]#
Seeing how there's been some updates to BackupPC in the near past, I
2004 May 18
5
AArgh, * and the 7960
I've just had the most appalling performance from * ever. Dialling:
Cisco 7960 => asterisk => IAX
produces sound drop outs so extreme that the call is useless. I noted this
in an earlier post. Dialling:
Cisco ATA186 => asterisk => IAX
is fine.
Frankly, I think this is such a bad problem that it should be sorted in
advance of any of the new features that seem to be
2015 Mar 17
2
Docs strategy and tactics [RFC]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 03/16/2015 01:42 PM, Dave Neary wrote:
> Prominent wiki-like controls are important to getting drive-by
> edits, and I am personally a fan of the in-place editing experience
> you get from a good wiki.
I wonder if we can find a way to make the "Edit this page on GitHub"
more obvious then?
Because I agree, the [edit] link on
2009 Feb 25
2
exim4 + dovecot + SquirrelMail virtualhosted on Debian
Hello,
I have a Debian machine that is virtual-hosting 6 domains with exim4. I finally got exim4 working well enough where I can send and receive mail using the mail command on my machine. I would eventually like to have SquirrelMail (which requires IMAP) working on my website. For whatever reason, exim4 doesn't seem to support IMAP. I found out that Dovecot is a prominent IMAP server.
2014 Jun 11
3
[LLVMdev] [cfe-dev] [ADVERTISEMENT] open positions in Apple's Swift compiler team
Dear All,
Historically, we *have* permitted job announcements for jobs that
require or desire expertise with LLVM or one of it's sub-projects. To
the best of my knowledge, we've never required that the position
announcement state that the job will contribute directly to the LLVM
project (or its sub-projects) or that the code created by the position
be open source.
As an example,
2012 Jul 25
8
On Reproducible Code
We often refer requesters to the Posting Guide and chide them for not
reading it. Recently I had occasion to re-read the Posting Guide which is
for all R lists not just R-help. The word "reproducible" does not appear
anywhere in the guide. The closest it comes is the following suggestion:
"Sometimes it helps to provide a small example that someone can actually
run."
2017 Apr 10
2
133 kbps stereo killer sample
Hello! I found a sample I can ABX successfully when encoded at
133.333 kbps. I was targetting 1 MB/min.
https://drive.google.com/drive/folders/0B8KWShoIrA1kQzR1Z0FFRUlfcEU
floex.wav is 4:54–5:04 of a lossless copy of 'Forget-me-not' by
Floex, downloaded from http://store.floex.cz/album/zorya
floex-133.opus was created with `opusenc --bitrate 133.333333 floex.wav
floex-133.opus`,
2009 Aug 24
0
[LLVMdev] asmwriting times (was Re: LLVMContext: Suggestions for API Changes)
Albert Graef wrote:
> One thing I noticed is that writing LLVM assembler code (print()
> methods) seems to be horribly slow now (some 4-5 times slower than in
> LLVM 2.5). This is a real bummer for me, since Pure's batch compiler
> uses those methods to produce output code which then gets fed into llvmc.
Let me follow up with some concrete figures. Unfortunately, I don't have
2012 Jun 16
2
Adding title to colorkey
A recent paper on visualisation (in Neuron, a leading neuroscience
journal) surveyed how well previous articles in this journal labelled their
graphs (e.g. axis labelling and describing their error bars). Of
particular interest is that (only) 40% of plots labelled what their
colorkey was showing (variable and units).
The paper is at http://dx.doi.org/10.1016/j.neuron.2012.05.001
R is not yet
2020 Oct 16
1
[PATCH v4 09/10] dma-buf-map: Add memcpy and pointer-increment interfaces
Hi Thomas.
On Thu, Oct 15, 2020 at 02:38:05PM +0200, Thomas Zimmermann wrote:
> To do framebuffer updates, one needs memcpy from system memory and a
> pointer-increment function. Add both interfaces with documentation.
>
> Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
Looks good.
Reviewed-by: Sam Ravnborg <sam at ravnborg.org>
> ---
>
2019 Apr 16
4
Accept --long-option but not -long-option for llvm binary utilities
Many llvm utilities use cl::ParseCommandLineOptions()
(include/Support/CommandLine.h) to parse command line options. The cl
library accepts both -long-option and --long-option forms, with the single
dash form (-long-option) being more popular.
We also have many binary utilities (llvm-objcopy llvm-objdump llvm-readobj
llvm-size ...) whose names reflect what they imitate. For compatibility
with GNU
2006 Jan 17
2
Recommended GUI for Speex
Hi all,
I have recently added Speex support to my app (http://sbooth.org/Max/) and
am in the process of creating a GUI for the user to control the codec
parameters. I am new to Speex and as such I am not really sure which
parameters are more important than others, and deserve prominent
placement, etc. Is there a recommended GUI for people to follow or use as
an example?
Stephen
2012 Jul 11
3
[LLVMdev] mcjit
Does anyone know which projects rely on mcjit?
There is the oldjit too; it's still being used?
Thanks.
Reed