Displaying 20 results from an estimated 22 matches for "newfangl".
Did you mean:
newfangled
2024 Jul 07
2
Can we reset CSI u mode on client disconnect? via
...of keystrokes, typically via
the Kitty keyboard protocol[1].
Program wishing to receive this encoding need
to send a sequence like "CSI > 5 u" to enable it.
Imagine a process tree like
xterm -> bash -> ssh -> foo
where foo is any program that enables CSI u mode (such as a newfangled shell
or text editor).
If the network connection drops, CSI u mode will remain active in xterm,
which means that keystrokes like Control+p will be sent to bash as CSI u
escape sequences, which bash will likely not be able to decode.
Can we make ssh reset CSI u mode when the connection drops? (b...
2006 Jun 20
1
Xen 3.0.2 FC5 Reboots
I just upgraded my Fedora Core 5 Xen server from 1 gig or memory to 2. When
I start the machine it begins to load the Xen kernel and then reboots. I can
boot the machine on straight FC5 without Xen. If I put it back to 1 gig of
memory Xen will boot fine. I looked in the xend.log and didn''t see anything.
I do see some kind of page_fault error on the screen before the server
reboots.
2008 Aug 26
2
Help installing large files - Dragon NaturallySpeaking 9.5 and 10.0
I have been trying to install Dragon NaturallySpeaking 9.5 and 10.0 using wine's most current git.
With 9.5, the install fails to install the largest files, which are quite huge.
With 10.0, the files are even larger, and the install just hangs and won't continue.
?? Wine 9.0, which has slightly smaller file sizes, installs and runs pretty well.
Oddly, I have also tried copying all
2007 Aug 15
1
[LLVMdev] Extending AsmPrinter
...tComment(current_column, "Place after instruction");
This means that every ::print/::dump/etc API that's used to print asm has to
track columns by parsing output strings and looking for newlines and tabs.
With a custom streambuf it's automatic.
There's value to this whole newfangled encapsulation thing. :)
As for performance, I guess I haven't seen a huge issue. The compilation
time is spent in the optimization, not in the asm output.
Right now the custom streambuf is only used to print asm. I don't see a
reason to use it elsewhere. Of course, other kinds of cu...
2007 Sep 16
10
I lost the RSpec fight
...using Test::Unit, I could just copy the equivalent tests from Rails
core, but using RSpec I had to roll my own.
* RSpec is BDD (hand-waving new different troublesome); we do TDD.
We''ve covered that ground on this list many times; BDD is an extension
and interpretation of TDD, not some newfangled crackpot theory. But
people don''t know that.
* The team had in fact investigated RSpec a few months ago, and decided
they didn''t like it. Some of what they didn''t like has been fixed in
1.0, but of course people aren''t going to come running to re-examine...
2013 May 21
1
Lattice, ggplot, and pointsize
Hi!
When inserting R plots into a document using odfWeave, I fought for a
while to get Lattice plots use the same text size as base plots. I
eventually discovered that specifying a point size via e.g.
svg(pointsize=10) has no effect on Lattice plots. One needs to adjust
the size manually via:
trellis.par.set(fontsize=list(text=10, points=8))
This is also developed for both Lattice and ggplot2 by
2010 Jan 09
0
[LLVMdev] Variable declarations vs. definitions
On Sat, Jan 9, 2010 at 12:57 PM, Dustin Laurence
<dllaurence at dslextreme.com> wrote:
> I have yet another question that I believe also stems from deep
> ignorance of the linkage types. How do you declare a global variable
> without defining it? The IR ref. clearly indicates that you can do
> this, but it looks like one of the many "too obvious to mention" things
2005 Dec 28
2
compaq r4000 and new kernel 2.6.14.5 (used to be sloowwwwr4000)
Jerry Geis wrote:
>/ I finally got the time to try the new kernel.
/>/ recompiled it and now the compaq r4000 seems like an amd 64 4000+.
/>/
/>/ THe issues of sloowww ness seemed to have gone away.
/
>Which kernel did you end up with?
>Cheers,
Chris,
The subject line mentioned 2.6.14.5, I downloaded it from kernel.org today.
Jerry
-------------- next part --------------
2012 Jun 11
0
hauteur tools in search traffic
...in the tool, put everybody achieve in the hose in the can of extra up to date paint and start showering.This is where it might get complicated.Plenty of new fresh describe arrives in the gun basically a hurry.,garden tools (http://www.tzbak.cn/) To have the ability to take with an methodical flip newfangled paint blur, you need to keep the gun a specific distance within the side of the clan too as with undeviating activity as extended since the trigger is depressed. Upsurge the gun in the encyclopaedic arc and you will-power be in force a thicker coat in the heart of your swing compared to the finis...
2004 Jul 27
1
test for difference between non-independent correlations
Hello,
I am wondering whether there is a way to
test whether two non-independent correlation
coefficients are significantly different, in R?
I have an experimentally measure variable Y,
and two different variables X1, and X2, which
are predictions of Y that were predicted using
two different computational models.
I would like to see whether the correlation
of Y and X1, and Y and X2 is
2007 Aug 15
0
[LLVMdev] Extending AsmPrinter
On Tue, 14 Aug 2007, David Greene wrote:
>> Yes, this is one advantage, another is that we wouldn't have to fix the
>> same bug in multiple places :)
>
> Right. I've figured out where I need to make the changes in AsmWriterEmitter
> given the current design.
Ok, cool.
> I'm trying out a few interesting things here based on custom streambufs.
> It requires
2024 Jul 08
2
Can we reset CSI u mode on client disconnect? via
...rd protocol[1].
>
> Program wishing to receive this encoding need
> to send a sequence like "CSI > 5 u" to enable it.
>
> Imagine a process tree like
>
> xterm -> bash -> ssh -> foo
>
> where foo is any program that enables CSI u mode (such as a newfangled shell
> or text editor).
>
> If the network connection drops, CSI u mode will remain active in xterm,
> which means that keystrokes like Control+p will be sent to bash as CSI u
> escape sequences, which bash will likely not be able to decode.
>
> Can we make ssh reset CSI u...
2001 Feb 23
2
Trouble with Wine-20010216
I've been using various versions of Wine for a year or so, and up
to 20001026 I've had no problems. However, I just tried building
20010216 and my lucky streak came to an end. Now when I try to
run anything, I get the following error messages:
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
user32.dll: /usr/local/lib/libkernel32.so: undefined symbol:
2007 Aug 15
3
[LLVMdev] Extending AsmPrinter
On Monday 13 August 2007 15:50, Chris Lattner wrote:
> > I also have a few questions on the general design of AsmPrinter. Why is
> > runOnMachineFunction implemented for each target AsmPrinter? I would
>
> Historical reasons that aren't very good. Over the years, I've taken
> several stabs at merging the asmprinters from various targets together.
> They used to
2016 Oct 14
2
RFC: Reducing the number of set classes in ADT
...d
let us focus our efforts on making one set of great set APIs, instead of adding
API improvements piecemeal across all of our classes. More wood, fewer arrows,
that sort of thing.
As another benefit, having one base hashtable implementation would mean that if
someone wanted to try implementing a newfangled hashtable algorithm (cuckoo or
Robin Hood hashing, anyone?), we'd reap the benefit across all of llvm's sets.
Obviously this is a large change, and I don't propose we make it quickly or all
at once. Here's how I currently imagine we'd do it:
1. Switch SmallSetVector to use...
2003 Jul 28
2
NForce2 + FreeBSD
Hello,
Is this possible to install drivers for this hardware under FreeBSD,
and begginig from which version?
Motherboard Epox 8RDA3+ (NForce2)
none0@pci0:0:1: class=0x050000 card=0x10001695 chip=0x01eb10de rev=0xc1 hdr=0x00 vendor = 'NVIDIA Corporation'
device = 'nForce2 Memory Controller 1'
class = memory
subclass = RAM
none1@pci0:0:2: class=0x050000
2010 Jan 09
7
[LLVMdev] Variable declarations vs. definitions
I have yet another question that I believe also stems from deep
ignorance of the linkage types. How do you declare a global variable
without defining it? The IR ref. clearly indicates that you can do
this, but it looks like one of the many "too obvious to mention" things
that I struggle with. It's easy with functions, of course: "declare
@foo" in the header and
2007 Aug 31
3
[LLVMdev] PATCH: Registry template
...ail = Prev;
+ if (Prev)
+ Prev->Next = Next;
+ else
+ ListenerHead = Next;
+ }
+ };
+
+
+ /// A static registration template. Use like such:
+ ///
+ /// Registry<TargetCollector>::Add<FancyGC>
+ /// X("fancy-gc", "Newfangled garbage collector.");
+ ///
+ /// Use of this template requires that:
+ ///
+ /// 1. The registered subclass has a default constructor.
+ //
+ /// 2. The registry entry type has a constructor compatible
with this
+ /// signature:
+ ///
+ /// entry(con...
2006 Jan 27
20
bundled_resource v.0.9
Original announcement at http://blog.inquirylabs.com/ [1]
== What is bundled_resource? ==
If your development is in any way similar to mine, there are a number
of useful resources out there that make web applications shine
beautifully. For example, there?s the Dynarch calendar and the
textarea tools. There are a number of others?too many, in fact. The
problem is that as a web developer,
2010 Nov 10
3
[LLVMdev] LLVM maintainers, code reviews
...intaining it. This was easy enough to let people just slam in any patches that they want, because it couldn't break anything important :)
The JIT is another interesting case. It is basically abandonware, suffers from poor design (because it was a very early component that didn't have the newfangled infrastructure to build on) and is very difficult to test (particularly for things like JIT debug or unwind info). Because of that, I personally have stayed away from reviewing patches to it. Your work on mc'izing the jit is a light at the end of this tunnel, which will hopefully allow us t...