Displaying 20 results from an estimated 1125 matches for "bites".
Did you mean:
sites
2016 Mar 26
2
Bite-size project
Hello devs,
I would like to take up the bite sized project on adding a match command to
omega script to perform a regex match.
I would just like to know whether the way I am approaching this is right or
wrong.
The way I am planning to approach it is:
1. Add a new command in query.cc and write the implementation for this
command
2. Inside implementation, we will use pcre library in a similar way
2015 Jun 15
1
Libvirt bite sized tasks
...ed new wiki page which aim is to summarize small and
trivial tasks, that starting contributors can take, investigate and
implement. The aim is to give them something easy to start with while
not scaring them out about complexity of our code. The page can be found
here:
http://wiki.libvirt.org/page/BiteSizedTasks
The name is copied from qemu wiki:
http://wiki.qemu.org/BiteSizedTasks
Please, feel free to extend the list. I plan to use it in the future
when interviewing GSoC candidates.
Michal
2016 Mar 29
2
Bite-size project
On Tue, Mar 29, 2016 at 06:20:21AM +0100, Olly Betts wrote:
> > Can I start with trying to implement this?
>
> Sure - there's really no need to ask permission to work on something.
It's probably helpful to create a ticket and claim it (and update the
project ideas list to link to it), so other people don't try to work
on it as well. (I have a feeling that it might have
2016 Mar 29
2
Bite-size project
On Mar 28, 2016 3:01 PM, "Olly Betts" <olly at survex.com> wrote:
> That's where a new command needs to be hooked up, but in this case I'd
> put the actual implementation into transform.cc alongside the
> implementation of $transform - then it can share $transform's regex
> cache (which avoids recompiling a regex if it's used multiple times,
> either
2013 Jan 11
13
Profiles, Hiera, and create_resources('class','...')
Hi all,
We''ve recently started exploring the role / profile / component module
described by Craig Dunn in his blog here:
http://www.craigdunn.org/2012/05/239/ and discussed on the list the other
day. As I was implementing this for
a profile using the apache module, I realized that I could make another
refinement to our approach by using
2011 Apr 05
2
KILL THIS THREAD ( Centos 6 Update?)
----- Original Message -----
> From:Kai Schaetzl <maillists at conactive.com>
> To:centos at centos.org
> Cc:
> Sent:Tuesday, 5 April 2011, 13:21
> Subject:Re: [CentOS] KILL THIS THREAD ( Centos 6 Update?)
>
> +100 !!!!
>
> Kai
Anybody that thinks this thread can be "killed" is so badly mis-understanding the situation. This thread or others like it
2001 Aug 15
8
Serious GCC/EGCS 2.91 bug found (bites rc2)
Hi folks,
The folks on RedHat who have been complaining of poor-quality encodes
prompted us to track down the trouble, and it's a compiler bug. We
have the asm .s files to prove it :-)
The summary: EGCS (gcc) versions through March 1999, including up to
at least gcc/egcs 2.91.66 have a serious floating point optimization
bug that hits Vorbis. This is a fairly old gcc version, but RedHat
2001 Aug 15
8
Serious GCC/EGCS 2.91 bug found (bites rc2)
Hi folks,
The folks on RedHat who have been complaining of poor-quality encodes
prompted us to track down the trouble, and it's a compiler bug. We
have the asm .s files to prove it :-)
The summary: EGCS (gcc) versions through March 1999, including up to
at least gcc/egcs 2.91.66 have a serious floating point optimization
bug that hits Vorbis. This is a fairly old gcc version, but RedHat
2016 Mar 29
2
Bite-size project
On Mar 29, 2016 4:49 PM, "Olly Betts" <olly at survex.com> wrote:
>
> On Tue, Mar 29, 2016 at 11:41:02AM +0100, James Aylett wrote:
> > It's probably helpful to create a ticket and claim it (and update the
> > project ideas list to link to it), so other people don't try to work
> > on it as well. (I have a feeling that it might have been among the
2010 Aug 21
4
graphing plots of plots
I want to make a graph where each element plotted is itself a graph. I can
see how to use par(fig=) and viewport to do that, but they require (i think)
me to do my own scaling as they are scaled to the graphics window. any
advice on which approach I should take (just bite the bullet and do my own
scaling), or is there something else I should try, or any examples I should
look at. many thanks
2020 Oct 22
1
UID/GID CentOS 6 to CentOS 7
On Thu, 2020-10-22 at 15:13 +0200, Thomas Plant wrote:
> Am 22.10.2020 um 14:11 schrieb Thomas Plant:
> > Hi,
> >
> > we are upgrading some servers from C6 to C7 with a lot of user
> > accounts on them (UID>=500).
> > CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs.
> >
> > Can I change in /etc/login.defs MIN_UID/MIN_GID to 500
2004 Jul 08
1
Bug in Make or configure: spaces in path (PR#7068)
>>>>> "williams" == williams elliot <williams.elliot@bls.gov>
>>>>> on Thu, 8 Jul 2004 01:50:16 +0200 (CEST) writes:
williams> Full_Name: Elliot Williams Version: 1.9.1 OS:
williams> Linux Submission from: (NULL) (146.142.53.18)
williams> Hi,
williams> The usual configure/make procedure hangs when
williams>
2009 May 22
2
Fixing to bite the dust?
...ide from huge log files, and
lots of other fluff, numerous problems of other nature have started
cropping up. Anyone have any suggestions as to what to do besides make
a boat anchor out of it? It's all greek to me, so I'm totally at the
mercy of those folks who understand the bits and bites (lit) that have
run amok in things. Any suggestions as a possible fault other than the
cpu just becoming more toasty brown? :)
Thanks...
Sam
Begin log snip
--------------------- Kernel Begin ------------------------
1 Time(s): PROTO=TCP SPT=388 DPT=53395 WINDOW=1448 RES=0x00 ACK URGP=0...
2023 Dec 24
3
bind crashes after samba upgrade
Finally biting the bullet and upgrading some old Samba servers.
This particular server is running 4.10.16 and as a first step I'm
attempting to upgrade it to 4.12.15 (I think I remember something
about 4.11.x not handling the upgrade properly).
Samba seems to run OK but bind9 will crash when loading the dns with dlopen:
==================
named[25566]: sizing zone task pool based on 0 zones
2014 Mar 05
2
Re: Hivex3: Saving values - always string
Hello,
thanks for answer, it works pretty good.
I'm still little bit confused about saving binary values. I understand
that there can be risk, to write wrong sequence of bites to hive but in
regular MS Regedit this posibility is and when someone really know what
he does, it should be able to change bites directly.
So how achieve that with hivex? I noticed that hivex return binary data
in hex string, function - "\xa5\xc6", but how to save this data back?...
2016 Apr 21
3
Refactor BitcodeWriter into classes?
I am currently making some BitcodeWriter changes that involve some
refactoring, and am thinking for the Nth time that it would be much nicer
to have a class instead of passing around a long list of parameters. I am
thinking of biting the bullet and doing that - any objections?
I assume the reason why there is no existing class wrapping the bitcode
writing process is just legacy code and nothing
2013 Apr 06
0
[LLVMdev] Integer divide by zero
On Saturday, April 6, 2013, Jeff Bezanson wrote:
>
> Presumably the optimizer benefits from taking advantage of the
> undefined behavior, but to get a consistent result you need to check
> for both zero and this case, which is an awful lot of checks. Yes they
> will branch predict well, but this still can't be good, for code size
> if nothing else. How much performance can
2018 Feb 07
4
retpoline mitigation and 6.0
On Tue, Feb 6, 2018 at 2:56 PM David Woodhouse <dwmw2 at infradead.org> wrote:
> On Tue, 2018-02-06 at 22:08 +0000, Chandler Carruth wrote:
>
> So, I was waiting to hear a definitive response on whether using aliases
> is hard, and didn't see one here, which is why I haven't responded further.
>
> However, a colleauge pointed me at an LKML thread where it seems
2020 Sep 30
4
Logitech C922 webcam
On 09/29/2020 09:09 PM, John Pierce wrote:
> do other USB 3 (XHCI) devices work on this system ?
>
> On Tue, Sep 29, 2020 at 5:27 PM H <agents at meddatainc.com> wrote:
>
>> On 09/29/2020 02:11 PM, Bruce Ferrell wrote:
>>> Try
>>>
>>> lsusb -v
>>>
>>> and
>>>
>>> sudo dmesg
>>>
>>> ... Be
2016 Apr 08
2
Bite-size project
On Fri, Apr 08, 2016 at 09:57:16AM -0400, Richhiey Thomas wrote:
> Sorry to take so much time on this. Was down with coursework because the
> semester end is nearing.
Not a problem -- that sort of thing is affecting a lot of people at
the moment!
> I used the latest development version which is 1.3.5 for this patch.
> I have implemented the $match function and it works fine when I