Displaying 20 results from an estimated 68 matches for "jog".
Did you mean:
joe
2008 Jan 04
7
1.6 cheatsheet
Hey has anyone seen a 1.6 cheatsheet around?
Johnathan Snook did a nice 1.5 one but I''ve been working with 1.6 for a
while and while I can use prototypejs.org, cheatsheets are handy for jogging
memories..
I checked his blog, nothing there for 1.6.
Gareth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JY...
2015 Jul 09
2
[LLVMdev] llvm jit acting at runtime, like libgccjit ?
...nedocs/jit/
My needs are : create functions, conditions, loops at runtime. libgccjit does the job pretty well but I would like to test llvm too (licence issue).
Is it possible ?
Is there a resource that helps in that regard ? Kaleidoscope doesn't seems to be what I expect.
Thanks
Bye
--
Jog
2015 Jul 13
5
[LLVMdev] Poor register allocations vs gcc
...56, %ebx
cmovne %eax, %ebp
call _puts
addq $8, %rsp
leal 0(%rbp,%rbx), %eax
popq %rbx
popq %rbp
ret
As we can see, llvm makes poor register allocations (ecx and r14), leading to more instructions for the same result.
Are there some optimizations I can bring on the table to avoid this ?
--
Jog
2008 Dec 30
3
system config report
...if we had
problems.
I'm looking to do something similar for my CentOS boxes. Or better
yet, see if someone has already done something similar. I've poked
around google and sourceforge on and off for a couple of months but
haven't found much. The discussion lately about 'hwinfo' jogged my
memory. Anyone know of something like this? A template, even? An old
project that hasn't been updated but could be brought up to date?
Thanks for any suggestions.
Dave
2024 Sep 05
2
BUG: atan(1i) / 5 = NaN+Infi ?
Perhaps
> Inf*1i
[1] NaN+Infi
clarifies why it is *not* a bug.
(Boy, did that jog some long dusty math memories :-) )
-- Bert
On Thu, Sep 5, 2024 at 2:48?PM Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:
> On 2024-09-05 4:23 p.m., Leo Mada via R-help wrote:
> > Dear R Users,
> >
> > Is this desired behaviour?
> > I presume it's a bug...
2006 Sep 07
1
labeling graphs
I am trying to add text at specific location on my graph. I know this
can be done in R but I can't recollect.
I was trying using locator() to identify the position and use identify()
but I can get it to work. Can someone jog my memory?
Thanks ../Murli
[[alternative HTML version deleted]]
2011 Aug 14
1
compiling r from source on Windows 7 (64 bit)
...People:
Hope you're having a nice Saturday.
I'm trying to compile R-2.13.1 from source on Windows 7 (64 bit).
I've been able to compile on a 32 bit without any problems.
I changed my BINPREF64, WIN, DEFS_W64 in MkRules.local and did the
usual stuff with the jpeg, etc.
But things are jogging along and I get the following:
Makefile.win:28: ../../../../etc/x64/Makeconf: No such file or directory
Has anyone run across this, please?
Should I possibly just switch back to 32 bit, do you think, please?
I need to compile from source because I'm building packages.
Thanks for any he...
2014 Nov 02
1
lss broken when upgraded 4.05 to 6.03
...release (although, the
> lss16 problem is present in both).
>
> About the lss16 issue, we all would welcome patches, really. Any
> volunteers?
>
> @Barry, see http://www.syslinux.org/archives/2014-October/022734.html
>
Ady,
Thanks very much for the information.
My memory got jogged, and I recalled the Puppy developers trying 5.x
and encountering problems, including the LSS16 one, and deciding to
stay with 4.0x:
http://murga-linux.com/puppy/viewtopic.php?t=85619&start=30
The reason that I am keen to move up to 6.0x is I want to support UEFI
for Quirky Linux (and to pa...
2002 Feb 07
1
[Fwd: Re: meaning of "IO Error: skipping the delete...."]]
...aks in between and gives
> us the error message: "readerror: connection reset by peer"
I know that there's a patch someone submitted a while back that
may (or may not) fix that one. I don't remember where it is, so I'm
sending this to the list also in hopes that this will jog someone's memory ;-)
> 2) sometimes it shows error message: "Erroring writing 4092 bytes - exiting".
It may be related to (1) above (that's what I'd guess first, anyway).
Again, hopefully someone on the list (probably the patch author) will chime
in with the info.
> T...
2015 Jul 09
2
[LLVMdev] llvm jit acting at runtime, like libgccjit ?
...e tutorial page of the libgccjit is very helpful in that regard (how to create a function, a condition, a loop..)</div><div>š</div><div>I will keep doing my homework, but a bit of help is very welcome :)</div><div>š</div><div>--š</div><div>Jog</div><div>š</div>
2024 Sep 05
1
BUG: atan(1i) / 5 = NaN+Infi ?
...2024 1:12 AM
To: Duncan Murdoch <murdoch.duncan at gmail.com>
Cc: Leo Mada <leo.mada at syonic.eu>; r-help at r-project.org <r-help at r-project.org>
Subject: Re: [R] BUG: atan(1i) / 5 = NaN+Infi ?
Perhaps
> Inf*1i
[1] NaN+Infi
clarifies why it is *not* a bug.
(Boy, did that jog some long dusty math memories :-) )
-- Bert
On Thu, Sep 5, 2024 at 2:48?PM Duncan Murdoch <murdoch.duncan at gmail.com<mailto:murdoch.duncan at gmail.com>> wrote:
On 2024-09-05 4:23 p.m., Leo Mada via R-help wrote:
> Dear R Users,
>
> Is this desired behaviour?
> I presum...
2013 Feb 09
0
[LLVMdev] Deleting LiveVariables
...rvals work on anything that has virtual registers - it can handle all the sub-register fun.
>
> I don't think you will see any problems with sub-registers in phi-elim because PHI instructions never have sub-register operands. (And this version of phi-elim just inserts a million copies).
Jogging my memory some more, the problem wasn't with values in phis, it was just that the change in pass ordering broke subregister liveness in some other ways. StrongPhiElimination goes after the 2-address pass rather than before it, but it looks like you are preserving the existing ordering.
Cam...
2019 Apr 26
2
UEFI and PXE
...er instead of the TFTP server. Of course that got ICMP
unreachable, but it isn't a firewall problem.
To the OP: can you post a full tcpdump decode of the DHCP offer? I
seem to remember having some issue with ISC DHCP in the past not getting
the next server set correctly - maybe a packet will jog some memory (and
I'll go try to grab the same from my dnsmasq DHCP for comparison).
--
Chris Adams <linux at cmadams.net>
2024 Sep 05
1
BUG: atan(1i) / 5 = NaN+Infi ?
...il.com>
> *Cc:* Leo Mada <leo.mada at syonic.eu>; r-help at r-project.org <
> r-help at r-project.org>
> *Subject:* Re: [R] BUG: atan(1i) / 5 = NaN+Infi ?
>
> Perhaps
>
> > Inf*1i
> [1] NaN+Infi
>
> clarifies why it is *not* a bug.
> (Boy, did that jog some long dusty math memories :-) )
>
> -- Bert
>
> On Thu, Sep 5, 2024 at 2:48?PM Duncan Murdoch <murdoch.duncan at gmail.com>
> wrote:
>
> On 2024-09-05 4:23 p.m., Leo Mada via R-help wrote:
> > Dear R Users,
> >
> > Is this desired behaviour?
> &g...
2017 Sep 21
2
Revocation with CRL doesn't work for smartcards
Thanks but I've actually tried that too. Not sure I put it in [kdc] section
though, I can try again.
Den 21 sep. 2017 20:54 skrev "Andrew Bartlett" <abartlet at samba.org>:
> On Thu, 2017-09-21 at 13:01 +0200, Peter L via samba wrote:
> > Hi,
> > I have a smartcard which is revoked in the Certificate Revocation List
> > (CRL) but I can still login. Seams
2024 Sep 06
1
BUG: atan(1i) / 5 = NaN+Infi ?
...ting R*Z, Z*R, and Z/R
as if they were
the same as W*Z, Z*W, and Z/W where W = complex(1,R,0).
On Fri, 6 Sept 2024 at 10:12, Bert Gunter <bgunter.4567 at gmail.com> wrote:
>
> Perhaps
>
> > Inf*1i
> [1] NaN+Infi
>
> clarifies why it is *not* a bug.
> (Boy, did that jog some long dusty math memories :-) )
>
> -- Bert
>
> On Thu, Sep 5, 2024 at 2:48?PM Duncan Murdoch <murdoch.duncan at gmail.com>
> wrote:
>
> > On 2024-09-05 4:23 p.m., Leo Mada via R-help wrote:
> > > Dear R Users,
> > >
> > > Is this desire...
2024 Sep 05
2
BUG: atan(1i) / 5 = NaN+Infi ?
...ada at syonic.eu>; r-help at r-project.org <
>> r-help at r-project.org>
>> *Subject:* Re: [R] BUG: atan(1i) / 5 = NaN+Infi ?
>>
>> Perhaps
>>
>> > Inf*1i
>> [1] NaN+Infi
>>
>> clarifies why it is *not* a bug.
>> (Boy, did that jog some long dusty math memories :-) )
>>
>> -- Bert
>>
>> On Thu, Sep 5, 2024 at 2:48?PM Duncan Murdoch <murdoch.duncan at gmail.com>
>> wrote:
>>
>> On 2024-09-05 4:23 p.m., Leo Mada via R-help wrote:
>> > Dear R Users,
>> >
>>...
2013 Feb 09
3
[LLVMdev] Deleting LiveVariables
On Feb 8, 2013, at 4:03 PM, Cameron Zwarich <zwarich at apple.com> wrote:
> How much of the work is done here? I'd be happy to do the phi elimination part, since I basically did that for StrongPhiElimination (RIP).
Any help would be appreciated.
I did a bit of the easy stuff in 2-addr, it has a LIS = getAnalysisIfAvailable<LiveIntervals>() member that it sometimes updates. It
2004 Jan 11
5
BSD-licensed IDS/IDP Software?
I seem to remember seeing somewhere (on this list/on the web -- don't
remember) that there was some ``Snort-like'' software that was available under
the BSD license. Unfortunately, I'm unable to find any information about such
software. Was I dreaming, or can anybody else jog my memory? :)
Kind regards,
Devon H. O'Dell
2018 Dec 05
4
Missing 'glusterfs.so' in Ubuntu
Hi, guys. I'm new to all of this and need some help with a problem
I've been banging my head against for a while. (Tried
troubleshooting, checking logs, and lots of Googling for a few weeks
now, but just keep hitting dead ends.)
SYMPTOM:
Missing file `/usr/lib/x86_64-linux-gnu/samba/vfs/glusterfs.so`, as
evidenced by error messages like these:
[2018/11/18 07:56:42.551587, 0]