search for: eww

Displaying 20 results from an estimated 65 matches for "eww".

Did you mean: ew
2012 Nov 26
3
Help in splitting the records
Hi I have set of records seperated by a separator say "$$$" i want to get the values in a dataframe. eq qwer$$12$$qwre ewrtr$7789$ewwe I want the output as\ V1 V2 V3 qwer 12 qwre ewrtr 7789 ewwwe Please help me ----- Thanks in Advance Arun -- View this message in context: http://r.789695.n4.nabble.com/Help-in-splitting-the-records-tp4650827.html Sent from the R help mailing list archive at Nabble.com.
2015 Sep 13
2
EFI: HP + syslinux = crash [ brown paper bag update ]
...e; I think this particular PNG issue is fixed. > > It's worth to mention that the replaced code looks valid to me; that's why I think > this is probably some sort of compiler bug. It was really hard to find. > We should keep an eye on this issue; it might appear somewhere else. Eww. The original code was merely an empty define. That's pretty nasty. Alternatively, we could void them -# define Assert(cond,msg) +# define Assert(cond,msg) ((void)0) -- -Gene
2004 Sep 14
0
[LLVMdev] Files to lib/System/Win32
On Sep 14, 2004, at 12:52 AM, Reid Spencer wrote: >> What >> does LLVM expect to keep in /etc/llvm and where would it keep it on >> Windows? > > I expect this would just be in the Windows directory (C:\WINNT or > C:\WINDOWS) Eww. Come now. C:\Program Files\Low Level Virtual Machine\Configuration :-) -Brian
2006 Jul 23
3
ANN: scoped_proxy plugin
ScopedProxy uses with_scope and proxy objects to make it easy to find and count different types of records. Example: class Person < ActiveRecord::Base scoped_proxy :minor, :conditions => ''age <= 17'' scoped_proxy :adult, :conditions => ''age >= 18'' scoped_proxy :old, :conditions => ''age >= 70'' scoped_proxy :male,
2004 Aug 21
0
[LLVMdev] More Encoding Ideas
...and SByteTyID constants in 1 byte which would then render -funsigned-char useless (as far as bytecode goes). > Okay, that's fine. When implementing that, we should take care to create > the pointer types lazily instead of eagerly to avoid creating pointer > types that are not used. Eww .. you just raised a really good point. I was planning on doubling the referent type's slot number to get the pointer type. But, if all the pointer types are not used in the program then this just serves to increase the numerical values of the slot numbers and it will actually bloat the size of...
2008 Jan 31
3
[PATCH] skeleton.c
Hi, not sure who to send this to, since it seems to be duplicated in both speex and liboggz, so I'm sending to the whole list. This fixes an off by one bug in the user of snprintf, and returns negative if writing the header returns negative (otherwise we'd just get a short write, losing the error). This patch isn't tested though, but I compiled it :) Also, I've not fixed this
2008 Jan 31
3
[PATCH] skeleton.c
Hi, not sure who to send this to, since it seems to be duplicated in both speex and liboggz, so I'm sending to the whole list. This fixes an off by one bug in the user of snprintf, and returns negative if writing the header returns negative (otherwise we'd just get a short write, losing the error). This patch isn't tested though, but I compiled it :) Also, I've not fixed this
2019 May 20
2
[PATCH 06/10] s390/cio: add basic protected virtualization support
...note: making the subchannel device 'own' the DMA stuff of a > > > ccw device (something that was discussed in the RFC thread) is tricky > > > because the ccw device may outlive the subchannel (all that orphan > > > stuff). > > > > Yes, that's... eww. Not really a problem for virtio-ccw devices (which > > do not support the disconnected state), but can we make DMA and the > > subchannel moving play nice with each other at all? > > > > I don't quite understand the question. This series does not have any > probl...
2019 May 20
2
[PATCH 06/10] s390/cio: add basic protected virtualization support
...note: making the subchannel device 'own' the DMA stuff of a > > > ccw device (something that was discussed in the RFC thread) is tricky > > > because the ccw device may outlive the subchannel (all that orphan > > > stuff). > > > > Yes, that's... eww. Not really a problem for virtio-ccw devices (which > > do not support the disconnected state), but can we make DMA and the > > subchannel moving play nice with each other at all? > > > > I don't quite understand the question. This series does not have any > probl...
2004 Jan 08
2
Sweave & xtable
...& 1130.00 & 43.44 \\ EWJ & 230.00 & 1924.00 & 8.32 \\ DIA & 48.36 & 4295.00 & 89.06 \\ EWH & 123.16 & 1095.00 & 8.79 \\ QQQ & 98.12 & 2991.00 & 31.22 \\ IWZ & 78.03 & 2475.00 & 31.70 \\ IVE & 47.44 & 2158.00 & 45.36 \\ EWW & 73.39 & 1079.00 & 14.50 \\ IBB & 24.28 & 1390.00 & 58.28 \\ EWG & 67.07 & 879.00 & 12.93 \\ C & 62.81 & 2015.00 & 33.17 \\ TYC & 80.61 & 1325.00 & 16.80 \\ RHAT & 223.92 & 1425.00 & 6.89 \\ \hline \end{tabular} \end{center} \...
2023 Jan 31
1
[libnbd PATCH v2 3/3] nbdsh: Improve --help and initial banner contents.
...ntation > > nbd> print(h) > Traceback (most recent call last): > File "/usr/lib64/python3.11/code.py", line 90, in runcode > exec(code, self.locals) > File "<console>", line 1, in <module> > NameError: name 'h' is not defined Eww. I didn't mean for that to happen, obviously. > > > I'm not sure what is the issue, but usually if you have a global > > variable created only in > > some flows, adding: > > > > thing = None > > > > At the start of the module makes sure t...
2023 Mar 24
2
[libnbd PATCH v3 19/19] socket activation: set LISTEN_FDNAMES
...; sd_listen_fds_with_names() in the nbd server will fail the "n_names > != n_fds" check, and return (-EINVAL). If LISTEN_FDNAMES happens to > have one element, then sd_listen_fds_with_names() will succeed, but > the returned name will confuse the nbd server. ... Eww - this may be a bigger systematic issue caused by systemd itself, and we should report it there (done by adding in cc here). They did not specify LISTEN_FDNAMES at the time LISTEN_PID was first documented, so the likelihood of libnbd not being the only application that happens to leak inherited LI...
2019 May 16
2
[PATCH 06/10] s390/cio: add basic protected virtualization support
...its are enough for that as well. > > A side note: making the subchannel device 'own' the DMA stuff of a ccw > device (something that was discussed in the RFC thread) is tricky > because the ccw device may outlive the subchannel (all that orphan > stuff). Yes, that's... eww. Not really a problem for virtio-ccw devices (which do not support the disconnected state), but can we make DMA and the subchannel moving play nice with each other at all? > > So the answer is: it is technically possible (e.g. see RFC) but it comes > at a price, and I see no obviously br...
2019 May 16
2
[PATCH 06/10] s390/cio: add basic protected virtualization support
...its are enough for that as well. > > A side note: making the subchannel device 'own' the DMA stuff of a ccw > device (something that was discussed in the RFC thread) is tricky > because the ccw device may outlive the subchannel (all that orphan > stuff). Yes, that's... eww. Not really a problem for virtio-ccw devices (which do not support the disconnected state), but can we make DMA and the subchannel moving play nice with each other at all? > > So the answer is: it is technically possible (e.g. see RFC) but it comes > at a price, and I see no obviously br...
2004 Sep 14
4
[LLVMdev] Files to lib/System/Win32
On Mon, 2004-09-13 at 22:38, Jeff Cohen wrote: > I don't know anything about Interix. > It may be best to defer a true Win32 port. It's not just the time it > would take to do it, it's the time to keep it up to date as LLVM > evolves. The Win32 port will constantly break, and I don't have the > time to keep fixing it. I've got my own time-consuming projects :)
1998 May 08
4
Lightning fast attacks?
...call (getpeername?) is failing on the connect, so it rejects the connection. My question, is the attacker learning anything? Are they able to "time" their connection requests so they know if you are trying to track them? eric -- - Eric Wampner Orlando Software Group, Inc. eww@kataent.com Software Engineer (407) 366-0909 wampner.e.w@orlsoftgrp.com Systems Administrator fax (407) 366-2721 eww@iag.net
2004 Aug 21
4
[LLVMdev] More Encoding Ideas
On Fri, 20 Aug 2004, Robert Mykland wrote: > >In any case, both signed and unsigned 8-bit constants can be written out > >in a single byte. Again, do you think it's worth special casing this > >though? Considering that we handle 8-bit strings specially already, there > >are not a ton of 8-bit constants with value >= 128. > > I'd rather that they not be
2015 Mar 19
5
[PATCH 1/1] Add virtio-input driver.
...o_le16(type); > + stsbuf->code = cpu_to_le16(code); > + stsbuf->value = cpu_to_le32(value); > + sg_init_one(sg, stsbuf, sizeof(*stsbuf)); > + virtqueue_add_outbuf(vi->sts, sg, 1, stsbuf, GFP_ATOMIC); > + virtqueue_kick(vi->sts); GFP_ATOMIC, eww. But everyone does that for input_event() callbacks.. we should fix that for user-space input one day. > + return 0; > +} > + > +static void virtinput_recv_status(struct virtqueue *vq) > +{ > + struct virtio_input *vi = vq->vdev->priv; > + struct virtio...
2015 Mar 19
5
[PATCH 1/1] Add virtio-input driver.
...o_le16(type); > + stsbuf->code = cpu_to_le16(code); > + stsbuf->value = cpu_to_le32(value); > + sg_init_one(sg, stsbuf, sizeof(*stsbuf)); > + virtqueue_add_outbuf(vi->sts, sg, 1, stsbuf, GFP_ATOMIC); > + virtqueue_kick(vi->sts); GFP_ATOMIC, eww. But everyone does that for input_event() callbacks.. we should fix that for user-space input one day. > + return 0; > +} > + > +static void virtinput_recv_status(struct virtqueue *vq) > +{ > + struct virtio_input *vi = vq->vdev->priv; > + struct virtio...
2015 Aug 11
2
EFI: HP + syslinux = crash [ brown paper bag update ]
On 11-08-15 10:07, Patrick Masotta wrote: > Please implement these new changes over your last non-debug > working build (multi-nic fix) and let's see how it goes. > > https://github.com/ppatpat/syslinux/compare/master...ppatpat:zlib?expand=1 > > Please report your results. Results are in. They are very good. No crashing even with the original config!