Displaying 20 results from an estimated 106 matches for "crib".
Did you mean:
cri
2012 Jan 11
2
(no subject)
...d string management functions, but it doesn't feel
like a win to try to convert the existing code. It's small, completely
isolated, and well reviewed -- I'd be more afraid of using the new (to
me) Dovecot API incorrectly than I am that the existing code has bugs in
buffer handling.
By cribbing from other plugins and editing appropriately, I've also
created the skeleton for my plugin: Makefile, docs, conf snippet, .spec
(I'll be deploying the plugin as an RPM), and so on. I've got the
beginnings of the .h and .c written, just enough to init and deinit the
plugin by callin...
2006 Sep 21
3
newie help needed
...ow do we use it ? R --gui just gets us
to the command line.
2. how do we do unix commands like cd ?
3. can we define default directories - eg for data files ?
4. we want to use this mainly in batch mode once we get our act
together - are there any good examples of batch scripts we can use as
crib sheets.
5. I installed some packages earlier - but now I am obviously doing
something wrong
> install.packages(gnomeGui)
Error in install.packages(gnomeGui) : object "gnomeGui" not found
thanks,
Julie
--
Escience Support Team, ITCS
Unix Support ENV (please contact envcs.unix a...
2006 Jun 07
3
Including scriptaculous.js causes page to "hang"
...says "Transfering data from ...... "
I''m just including the js like this:
<script src="/js/prototype.js" type="text/javascript"></script>
<script src="/js/scriptaculous.js" type="text/javascript"></script>
which I cribbed from the demo pages anyway.
If I remove the 2nd line, and just have prototype loaded, the page
loads Ok.
I''m only interested in the Blind[Up|Down] functions, so I''ve also
tried :
<script src="/js/scriptaculous.js?load=effects" type="text/
javascript&qu...
2018 Mar 24
4
Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
Yes it works if I use force_tcg env variable
On Sat, 24 Mar 2018 at 4:37 AM, Richard W.M. Jones <rjones@redhat.com>
wrote:
>
> On Fri, Mar 23, 2018 at 05:35:38PM +0000, Tanmoy Sinha wrote:
> > Thanks. Reading the defect and the associated thread in
> > https://bugs.launchpad.net/qemu/+bug/1661386, I enabled performance
> > counters in VMWare guest settings. Now the
2008 Jun 20
2
The Green Book and its relevance to R
...it became increasingly difficult to understand how some of the
ideas related to R, as opposed to S (which I have not used). Does any
reader know whether there is a document that points out differences
between S and R that would be helpful in reading the Green Book?
Ideally, perhaps, I need a "crib sheet" to help relate "Programming with
data" to R, as opposed to S. And, incidentally, in the opinion of those
who have read all three, which of the books, blue, green, or white (or
maybe V & R "S programming"?), would be most recommended as the next
book for one who...
2010 Jul 12
2
a small puzzle?
...g to compare the
numbers in both and initiate a new vector s as 1 or 0 depending on if the
elements in the arrays are greater or lesser than each other. When I do a
simple s=(news1o>s2o) I get the values of S as a string of TRUEs and FALSEs
but when I try to override using the if statements this cribs. I get only
one element in s and that is a puzzle. Any ideas on this please? Many
thanks.
if(news1o>s2o)(s<-1) else
+ (s<--1)
[1] -1
Warning message:
In if (news1o > s2o) (s <- 1) else (s <- -1) :
the condition has length > 1 and only the first element will be used
> s...
2018 Feb 13
2
Setting up sieve with spam learning
Cribbing from the dovecot site I recently added the following lines to my dovecot.conf:
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body...
2014 Oct 10
3
[LLVMdev] Stange behavior in fp arithmetics on x86 (bug possibly)
...3-01/817-5477/817-5477.pdf>. It contains no mention of retl.
This seems to be the commit that added support for it <http://lists.cs.uiuc.edu/pipermail/llvm-branch-commits/2010-May/003229.html>.
I'm not sure I understand the distinction between retl/retq. x86 has 4 return instruction (cribbing from the Intel manual):
C3 RET Near return
CB RET Far return
C2 iw RET imm16 Near return + pop imm16 bytes
CA iw RET imm16 Far return + pop imm16 bytes
(And I think that's been true since the 8086.)
Distinguishing between near and far (e.g., ret vs. lret in AT&T or retn vs. retf wi...
2016 Jun 28
0
[BUG] 3.8 alignment/struct padding
...rrently running 3.8, and did not see
> this bug in 3.5.
LLVM needs to be provided with a datalayout to calculate correct
struct offsets, and for historical reasons the default alignment
requirement for i64 is only 32-bits. I suspect you're just relying on
this default, you should be able to crib the correct layout from a
Clang-compiled C file and use Module::setDataLayout to fix it.
Cheers.
Tim.
2005 Sep 05
1
[PATCH] fix gcc 3.4 warnings
...ce not everyone uses gcc!).
FWIW, configure is already checking to see whether the compiler is gcc
or not. There's an if clause in the configure scripts for ogg, vorbis,
theora, and other of our packages that uses this to add for example
'-O2 -Wall' to CFLAGS iff $CC is gcc. You can crib from there if you
want.
-r
2005 Feb 08
1
How do I match a "D"? (Was: RE: In-band disconn ect problem (legacy PBX) - asterisk doesn't hear the touchtone?)
...@mail.interclean.com]
> Okay, the problem appears to be that I'm tone deaf. ;)
>
> I finally thought to turn on debugging on the channel. The
> PBX is sending
> "D", not "*". The programmer of the previous voice mail system (whose
> configuration I was cribbing from) seems to have made the
> same mistake.
Is there some trick for matching the "letter" tones? I added this
extension:
exten => D,1,Goto(bye,s,1)
But it doesn't trigger, even though I see this debugging output when I hang
up:
<< [ TYPE: DTMF (1) SUBCLASS: D (68)...
2006 Jul 22
1
VmBuilder released
...es quickly and easily to the same specification as the commercial VMs
so that you can see how your app works in the limited VM environment.
A lot of the tool deals with handling things like PKI infrastructure and
managing the Debian APT system via Capistrano/Rake. These should in theory
be easy to crib and get working separately for those struggling to get
Mongrel working on Debian.
Feedback gratefully received.
--
Neil Wilson (neil at aldur.co.uk)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060722/e...
2007 Jun 07
3
Removing files appends "puppet" to filename
I expect that there is something simple that I am missing, but if I set a file to "ensure => absent", puppet is actually just renaming it to "${ORIGINALNAME}puppet" (i.e., appending puppet to the name).
Did I forget to turn off a debug flag somewhere?
The file definition that I am using is just:
file { "/usr/lib/xen-tools/debian.d/55-create-dev": ensure =>
2008 Jun 08
1
Auto creating client folders on the IMAP server after installing client.
...ird and adding the required data (smtp server and auth info, imap/pop server and auth info) I am able to view mail in my TBird Inbox BUT Trash and Sent don't work - it pops up saying folder doesn't exist on the server - can't the darn thing, auto create a folder on the server instead of cribbing to me???
Is there a painless (automatic way) to auto create client directories on the Dovecot server (in the users home dir on the server - i am using maildir/). I don't want to maintain a list of clients(TBird, outlook, eudora..) with their directory structure and then remember what user...
2016 Jun 28
2
[BUG] 3.8 alignment/struct padding
Hi,
I have what appears to be an alignment/struct padding bug. An i64 is not
correctly aligned to the 8-byte boundary, and this results in a mismatched
struct size between C and LLVM. We are currently running 3.8, and did not see
this bug in 3.5.
Please advise.
Ram
--
%int128m_T = type { [2 x i64] }
%cint32_T = type { i32, i32 }
%creal_T = type { double, double }
%struct0_T = type { float,
2008 Apr 20
1
Attempting to sync x-axis labels with grid lines in lattice bwplot
...http://www.lychnobite.org/images/bsf.png
As you can see, the x axis labels are a mess. :(
This is the code I used to generate the plot:
bsf.plot = bwplot( fitness ~ Gen | Crossover * Rules,
data = bsf.df,
panel = function(...) {
panel.grid(v = -10, h = -1)
panel.bwplot(...)
# cribbed some lines from lattice grid function
limits <- current.panel.limits()
print( limits$xlim )
# maybe add x axis plotting here? ... and suppress it elsewhere?
},
subset = Gen %in% filtered.gen, # mask for plotting only some generations
par.settings = list(plot.symbol = li...
2013 Mar 07
1
systemd unit files for NSD launch in chroot?
Hi,
I'm starting to migrate a number of authoritative nameservers on small
VMs from bind9 to NSD.
At the same time, I'm switching all inits from sysvinit to systemd.
Cribbing systemd unit files from Fedora for NSD
(http://pkgs.fedoraproject.org/cgit/nsd.git/tree/), they're
straightforward enough -- but seem to ignore proper chroot
setup/startup.
I've poked in current NSD 3x source, as well as 4x from trunk, and so
far see no example/doc of systemd init for...
2005 Jan 18
2
Realtime Voicemail ...
...------------
uniqueid 1
customer_id 201
mailbox 201
password 201
fullname Mailbox 201
stamp 20050118164309
CLI>
When I try to log into the Voicemailmain, it cribs for incorrect login
as shown below.
Where am I going wrong ?
Jan 18 17:49:12 DEBUG[5502]: MySQL RealTime: Retrieve SQL: SELECT * FROM
extensions_table WHERE exten = '8500' AND context = 'default' AND
priority = '1'
Jan 18 17:49:12 DEBUG[5502]: MySQL RealTime: Everything is...
2018 Mar 24
2
Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
...n though force_tcg works, I intend not to run it on emulation. Is there
> way I can run it over kvm? The other observation is, without force_tcg if I
> use the machine type as *pc-i440fx-2.**1*,accel=kvm it works fine. The
> default machine type for my host *pc-i440fx-2.8, *which seems to crib.
I don't know, but this is basically a bug in VMware, so you need
to ask them to fix their nested KVM-on-ESXi use case.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs le...
2015 Mar 27
2
[LLVMdev] LLVM fails for inline asm with Link Time Optimization
Ah , I thought that there is issue while parsing inline asm in function
bodies , here are some of instruction where it cribs . Can you make out
something of it ?
I am going to try out -no-integrated-as option . Not sure if it will help ?
*LLVM ERROR: Error parsing inline asm*
1><inline asm>:1:17 : error 0: unexpected token in argument list
1> mov ebx, dword ptr 16(%esp)
1>...