Displaying 20 results from an estimated 111 matches for "nicety".
Did you mean:
nicely
1999 Nov 04
1
Mathematical niceties
I'd like to make axis titles, chart titles, legends and the like
mathematically nice (e.g., have proper superscripts and subscripts,
variables in italics, and so on). Ideally, one could go into ``math mode"
a la LaTeX, and write something like
plot(blah, xlab="Methane in $\mbox{cm}^3$ / g", blah).
This is just an ideal, but it would be nice. Is some approximation of this
2011 Jul 11
8
6.0 text-mode installer broken?
(I'm doing tests in a VirtualBox instance, so take this with a grain of
salt.)
If you give the VM only 512 MB of RAM, the text-mode installer kicks in.
It does not prompt you to configure anything related to the network or
hostname. The system boots up without a network interface configured.
Also, it won't let you choose the install mode, I guess it defaults to
Minimal (which is fine
2004 Apr 20
2
Rank - Descending order
Dear All,
Is there any simple way to way to produce "rank", for a given
list, but in a descending order?
E.G:
x = list(a=c(1,5,2,4));
rank(x$a); produces 1,4,2,3
However I am looking for a way to generate (4,1,3,2).
It would be particularly nice if the proposed solution has all
the niceties of rank function (like NA handling and ties.method
functionality)
TIA
Manoj
2017 May 03
2
clang assembler keeps .Linfo_string symbols?
That was probably my fault - not sure of the niceties of the list. Also
not sure I understand why the integrated assembler behaves differently.
I guess gold is never used with object files produced this way?
Regards
Michael
> Tim Northover <t.p.northover at gmail.com> writes:
>
>> On 3 May 2017 at 08:01, Rafael Avila de Espindola via llvm-dev
>> <llvm-dev at
2000 Nov 08
1
vorbis module: Makefile cleaning
should tone barkmel and psytune be in vorbis or vorbis-tools?
and if you're going to leave them around, perhaps put in the compilation
rules as something like:
--- vorbis/lib/Makefile.am
EXTRA_PROGRAMS = psytune barkmel tone
CLEANFILES = psytune barkmel tone
psytune_SOURCES = psytune.c
psytune_LDADD = .libs/libvorbis.a
barkmel_SOURCES = barkmel.c
tone_SOURCES = tone.c
--- rather than just
2006 Apr 16
3
variable variables?
Hi everyone,
Does Ruby support variable variables like PHP
(http://www.php.net/manual/en/language.variables.variable.php)? Or do I have
to use eval, like
some_hash.each_pair{|key, pair|
eval "#{key} = #{value}"
}
Or is there some other way?
I''m actually trying to figure this out in order to use ez_where to create
its conditions from a hash, so if this isn''t even
2007 Jul 24
4
GemPlugin or Mongrel::HttpHandler subclass
Hey all
I am working with a technology standard (specific to the commercial
print industry) by which each element within the workflow has bi-
directional HTTP messaging. As each side needs a http server, I
thought I could either:
a) use a gem plugin to modify the behavior of mongrel
b) subclass Mongrel::HttpHandler
In short, its xml messaging between two points; each with a HTTP
client
2012 Sep 08
3
Can I make spss.get reencode from Windows-1252?
Hi all. I have an SPSS file that I'm loading into R with the Hmisc spss.get function. The trouble is that the SPSS file uses the Windows-1252 character set (which I think is the default for SPSS on Windows) instead of plain-ol' Latin-1, and since spss.get doesn't allow me to pass the "reencode" option to read.spss, any characters in Windows-1252 that are not a part of Latin-1
2011 Mar 26
2
Rails 3 + SSL
After reading tons of posts about buying certs, etc, I''m still
confused. Please point me in the right direction. Here''s the
question:
I have a rails3 site (www.mysite.com). I want to have some pages use
ssl, and some not. It appears the require_ssl approach is pre-Rails3
and there are other alternatives. Most of the posts I read talk about
using a diff domain for ssl
2011 Jun 26
1
Default values in control list of function
...rying to do the default replacement at a second or greater level
could give problems. A search through the language definition and some googling didn't
show up any obvious warning about this, but I'm sure there are some comments somewhere.
Can anyone suggest some URLs?
One gets used to the nicety of being able to specify defaults and forgets that even R has
some limits.
JN
2006 Jun 09
18
Is IRB the ruby console ?
I''m running script/console but keep getting the message that irb.bat is not
recognized as an internal or external command, operable program or batch
file.
If it means anything I am running instant rails. I can invoke irb straight
forward.
TIA
Stuart
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Aug 13
1
SqueezeBox, a new Mongrel handler
SqueezeBox is a simple file system based routing framework for erubis
templates.
It aims for a couple of niceties as well:
Instead of putting your logic inside your template, like you would
with PHP, SqueezeBox recognizes a separate logic file to be called
before it loads the template. This allows you room to load
ActiveRecord models or do calculations. These logic files return to
the webserver
1999 Aug 02
2
HTML Output from R
Task: To generate HTML output from R
Details: I am trying to serve up HTML output from R. That is analyses or
table of data from R saved as HTML output with formatted tables etc. This
file is then called in a CGI script to output to user browser. The CGI
script inspired by Mark J. Ray reads the HTML output, formats the header
and footer and any graphic output if necessary.
My question is: Has
2003 Nov 03
4
dovecot vs cyrus, uw, etc.
I've been doing research on switching our current e-mail server
(qpopper, sendmail) to imap. The decision on which server to use is
essentially down to Cyrus and Dovecot -- I like Cyrus' approach to a lot
of things, but the "blackbox" nature of it makes some niceties like
using spamassassin and procmail difficult, or at least counterintuitive.
Dovecot seems to play nicer with
2006 Mar 25
1
foreign keys on migration
I have reached a development plateau and now want to integrate some of
the rails niceties that I passed over to get the system online.
I am fooling with migrations. I am using postgresql. I put in my
migration script (at the end of the ''up'' method, the following raw sql
code...
# set up primary key restratints for PostgreSQL
execute ''ALTER TABLE ONLY
2006 Apr 03
11
Rails VPS Business Hosting
Greetings,
Does anyone have experience with Rails VPS hosting? I''m basically
looking for a hosting reseller option so I can have control of my
clients domains and hosting. I''m looking for something easy to use;
although I like learning it all, and am learning a lot, I am most
definitely not a command line linux user type as of yet.
The one that I''ve looked at
2008 Aug 08
0
[LLVMdev] Ideas for representing vector gather/scatter and masks in LLVM IR
This thread is already churning, so I apologize if by being late to the
party I have missed important information.
The "apply_mask" approach is very familiar to me, in that I spent a lot of
time thinking about how masking could be added pervasively to LLVM without
disrupting the currently nice property that most of the standard arithmetic
instructions are "overloaded" to work
2005 Feb 07
4
network drives
Another nicety may be handling network drives. I''ve been using a ruby
script which manipulate using the "net use" command to map network
drives, disconnect network drives, query to see what drives are
connected, etc..., but it''d be sweet if this type of functionality was
included i...
2007 Jan 12
1
compiling vs interpreting
So I thought I'd write this down, in case anyone has useful input to it or
wants to read up on the decisions later.
Currnetly swfdec compiles actions from a flash file into JSScript objects
and executes them using the standard Spidermonkey API. While this allows
all the niceties that are available with SpiderMonkey (most
important: a whole debugging framework with stack inspection etc - see
2000 Sep 03
2
cvs changes
I'm trying to clean up CVS, getting everything where it should be, because
pretty soon we're going to have to build SDK's and whatnot, and I want
that to be easy.
We're basically going to have 3 libraries:
1) libogg
2) libvorbis
3) libvorbisfile
I have separated libogg out from the rest of the code, cleaned it up, got
it doing 'make dist' and rpms and imported this into