Displaying 20 results from an estimated 312 matches for "cute".
Did you mean:
cut
2010 Sep 22
1
Sieve autoreply woes on test setup
...liver on a LAN
with an artificial domain name. Everything seems to be working as expected,
except in cases when autoreplies (vacation, reject messages) need to be
tested.
The domain name is vmint, and dawnone is the hostname on which mail server
is setup, so a users have address like cot at vmint, cute at vmint and dove at vmint
* LDA Log* *cot is the user with the sieve vacation filter enabled*
2010-09-22 16:47:55 deliver(cot): Info: Loading modules from directory:
/usr/lib/dovecot/modules/lda
2010-09-22 16:47:55 deliver(cot): Info: Module loaded:
/usr/lib/dovecot/modules/lda/lib10_quota_plugi...
2006 Mar 29
1
Query a timetable (cute solution?)
...e I have at the moment, which finds two stations in the
same run, and does not take in to account either the start_time or
end_station coming after start_station. It works but is *very* database
intensive, and that with only a small amount of sample data. This stikes
me as a problem which has a cute solution.
# params[:search][:start_station].class => string
# params[:search][:end_station].class => string
# params[:search][:start_time].class => time
# Do actual search
@matches = Array.new
@start_station = Station.find(:first, :conditions => ''name = "'' +...
2011 Apr 19
0
OT: Cute penguin video
Looks like a distro mascot in the making:
<http://www.youtube.com/watch?v=0GILA0rrR6w>
2002 Sep 22
0
[LLVMdev] Cute LLVM feature that may be useful for 426 people
...Reporter.h file makes available a macro named DEBUG()
that is a much nicer solution [yes, this should be moved to a
different header file in the future, but that's irrelevant for this
MP]. Basically, you can put arbitrary code into the argument of the
DEBUG macro, and it is only executed if 'opt' is run with the '-debug'
command line argument:
... DEBUG(std::cerr << "I am here!\n"); ...
$ opt < a.bc > /dev/null -mypass
<no output>
$ opt < a.bc > /dev/null -mypass -debug
I am here!
$
Anyway, hopefully you...
2003 Nov 01
0
[LLVMdev] Cute profiling toy for LLVM
...because
using gprof with the C backend has some limitations, I wrote a little
"llvm-prof" utility. Here's a synopsis of how to use it if you're
interested:
Basic usage:
llvm/utils/profile.pl <program.bc> <program arguments>
This instruments the bytecode file, executes it with the JIT (_appending_
information into an llvmprof.out file), then runs the llvm-prof utility to
format it into a human readable report (llvm-prof is documented here:
http://llvm.cs.uiuc.edu/docs/CommandGuide/llvm-prof.html ) Running this
on the em3d Olden benchmark produces this output:...
2001 Nov 12
3
Plotting symbols
Has anyone got a cute way of compiling a table of the available plotting
symbols?
I've been repeatedly pasting in
cno <- cno + 1
cno
plot(x,y,pch=cno)
which is tedious, and besides I have to note down the symbols by hand.
Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html
Department of S...
2014 Aug 22
4
[LLVMdev] Addressing const reference in ArrayRef
...case, the name "Temp" makes it more clear that the ArrayRef
> shouldn't be named. For my case, since the caller is forced to use
> `foo(makeTempArrayRef("string"))`, it's easier to make safe API changes.
Yep - the convenience of one-element->ArrayRef is "cute" at best, I
think. Having to wrap it doesn't seem detrimental. Would have to look
at some numbers, though (if we could easily gather the number of
instances of this - I'm not sure of the easiest way to do that, given
the build system likes to stop after it sees an error).
I'm not...
2015 Apr 01
8
Centos 7 License???
...amiliar, and b) hard to understand.
As I recall, I had to read the EULA - a worrisomely Microsoftian
demand - and accept it. Of course, the terms were pretty benign.
Then I had to continue. I can't remember the exact language.
Of course, now when I reboot, all this cruft is gone.
Is this a cute April Fool joke?
If not, WTF is going on?
--
David A. De Graaf DATIX, Inc. Hendersonville, NC
dad at datix.us www.datix.us
A: Because people read from top to bottom
Q: Why is top posting bad?
2012 Aug 18
5
Quiz: How to get a "named column" from a data frame
Today, I was looking for an elegant (and efficient) way
to get a named (atomic) vector by selecting one column of a data frame.
Of course, the vector names must be the rownames of the data frame.
Ok, here is the quiz, I know one quite "cute"/"slick" answer, but was
wondering if there are obvious better ones, and
also if this should not become more idiomatic (hence "R-devel"):
Consider this toy example, where the dataframe already has only
one column :
> nv <- c(a=1, d=17, e=101); nv
a d e
1 1...
2003 Jun 05
4
counting missing values
Hello R lovers
I have written a little cute function to count the number of missing value
per row in a matrix and return the percentage of missing value
it takes a lot of time to run with a 1000 rows matrix
I'd like to know if there is a function already implemented to count the
number of occurence of a given values in a vector
For i...
2019 Aug 09
7
Underscores in package names
...ile also
insuring continuity of compliance for already existing package names.
Fabien GELINEAU alias Neonira
Le ven. 9 ao?t 2019 ? 18:40, Kevin Wright <kw.stat at gmail.com> a ?crit :
> Please, no. I'd also like to disallow uppercase letters in package names.
> For instance, the cuteness of using a capital "R" in package names is
> outweighed by the annoyance of trying to remember which packages use an
> upper-case letter.
>
> On Thu, Aug 8, 2019 at 9:32 AM Jim Hester <james.f.hester at gmail.com>
> wrote:
>
> > Are there technical reason...
2019 Aug 09
0
Underscores in package names
Creeping code complexity ...
I like to think that the cuteR names will have a Darwinian
disadvantage in the long run. FWIW Hadley Wickham argues (rightly, I
think) against mixed-case names:
http://r-pkgs.had.co.nz/package.html#naming. I too am guilty of picking
mixed-case package names in the past. Extra credit if the package name
and the standard functio...
2012 Jan 20
2
Regarding Pubkey Enumeration
...found in authorized_keys), he can
determine if he'd be able to log into an account.
It's a small thing, but he's using it for very interesting
recon/deanonymization. He'll be releasing a paper shortly, not overplaying
the characteristic, but certainly showing it can be used to do cute things.
I expect this is easily fixable -- simply provide the challenge for a
pubkey whether or not it'd actually be able to log in successfully. But
it's worth exploring this space -- perhaps some clients behave badly.
--Dan
2019 Sep 03
4
Dovecot and Apple's Mail.app not playing nicely?
Hi all,
Is there anything cute one has to take into account when using Dovecot with users of Apple?s Mail.app?
Behavior I?m seeing is that if I delete or move messages via Webmail (Roundcube, Horde, or even ActiveSync
via Mail.app on my phone), they do get moved or deleted. However, if I take the same actions in the desktop
ma...
2007 Jul 21
2
Remove the word "Alpha" from anywhere near Theora
Howdy,
I'm proposing to change the version state of Theora from Alpha to
Beta, or better yet to remove any mention that it isn't ready. Theora
is ready. Saying it's an Alpha version is cute in the eyes of a
developer who likes versioning numbers, but it's a nightmare in
regards to marketing.
Nobody wants to support something that's labeled Alpha. Like it's
unstable and will explode and kill your puppie. No, no. Let's have
none of this anymore.
Do it on the next re...
2011 Aug 08
1
Centos6 Migration glitch - ZFS-FUSE
...on a 32-bit machine. I use it because of its
deduplication facility.
In Centos 5.6, the facility worked as advertised.
In Centos 6, however, the system "hung" in initialization upon the
first reboot after installing ZFS-FUSE and creating a pool. By
"hung", I mean that the cute sliding blue bar that progresses during
bootstrap got to nearly complete and then stood there for at least 20
minutes. The identical computer, configured without ZFS-FUSE,
completed the system initialization within normal time.
Following some clues found by googling the bug, I suspected that...
2006 Mar 24
9
Escaping characters
Hi,
I am writing some help about post formatting. I am using redcloth to
format the text, and in a FAQ, also formatted with redcloth, I explain
what to type to what to obtain.
So, how could I escape ''*'', ''#'' & Co, to have an output like
<redcloth>
Type *word* to obtain <strong>word</strong>
</redcloth>
I tried "Type
2007 Dec 21
5
[LLVMdev] Status of Elsa->LLVM
I'm a little further along now. I've started to put together a simple
driver for Elsa and LLVM that I'm calling "ellsif" (cute name, I think
it works).
The file being compiled is a "printf" function. Here are timing results
for optimized and unoptimized runs:
[~/elsa/ellsif] dev% ./ellsif -v test/ofmt.i -time-actions
Adding test/ofmt.i as a preprocessed C file
Phase: Preprocessing
test/ofmt.i is ignored du...
2014 Aug 22
2
[LLVMdev] Addressing const reference in ArrayRef
On Fri, Aug 22, 2014 at 11:22 AM, Duncan P. N. Exon Smith
<dexonsmith at apple.com> wrote:
>
>> On 2014-Aug-22, at 10:43, David Blaikie <dblaikie at gmail.com> wrote:
>>
>> Yep - the convenience of one-element->ArrayRef is "cute" at best, I
>> think. Having to wrap it doesn't seem detrimental. Would have to look
>> at some numbers, though (if we could easily gather the number of
>> instances of this - I'm not sure of the easiest way to do that, given
>> the build system likes to stop af...
2008 Apr 03
12
Web page to show online extensions?
Hello
Has someone written a web page (preferably PHP) that simply shows what
extensions are currently online?
Thank you.