Re: Possible enhancement to find(1)

2016-06-11 Thread Paul Goyette
On Sat, 11 Jun 2016, Paul Goyette wrote: On Sat, 11 Jun 2016, Robert Elz wrote: ... If you were also to add { "-newerat", N_ASINCE, c_asince, 1 }, /* gnu find compat */ { "-newerct", N_CSINCE, c_csince, 1 }, { "-newermt", N_SINCE,c_since,1 },

Learning words from man pages

2016-06-11 Thread Abhinav Upadhyay
Hi All, I came across an interesting paper from Google on machine learning[1], where they came up with an efficient representation for words from a corpus. These representations are called word embeddings in general, and they have titled their method as word2vec. It is a two layer neural network

Re: Possible enhancement to find(1)

2016-06-11 Thread James K. Lowden
On Fri, 10 Jun 2016 14:18:16 +0800 (PHT) Paul Goyette wrote: > I'd like to suggest adding new primitives > > -asince "timestamp" > -csince "timestamp" I'd just like to suggest that, instead of adding new primitives, allow the existing primitives to take a parsable string. Rules:

Re: _SC_SIGQUEUE_MAX

2016-06-11 Thread Charles Cui
Please see my comments inline. 2016-06-10 16:29 GMT-07:00 Christos Zoulas : > On Jun 10, 2:37pm, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: Re: _SC_SIGQUEUE_MAX > > | Thanks, Christos, I will read FreeBSD related code carefully. > > In the meantime also: > > - there are no man

Re: TRE regex

2016-06-11 Thread James K. Lowden
On Wed, 8 Jun 2016 23:31:07 -0700 Alistair Crooks wrote: > On 6 June 2016 at 18:35, James K. Lowden > wrote: > > Back in 2009, Matthias-Christian Ott ported Ville Laurikari's regex > It was brought into base. The USE_LIBTRE definitions causes things to > happen in libc if it's defined. I'm not

Re: TRE regex

2016-06-11 Thread James K. Lowden
On Tue, 7 Jun 2016 03:37:33 + (UTC) chris...@astron.com (Christos Zoulas) wrote: > Awk implements its own (see b.c) (but that does not implement the > API). Thank you. A nice bit of code, too, btw. > >As far as I know, we have 3 regex definitions in base: GNU grep, > >NetBSD sed (with reg

Re: Possible enhancement to find(1)

2016-06-11 Thread Paul Goyette
On Sat, 11 Jun 2016, Robert Elz wrote: You added -since but documented -msince in the man page. I think I just fixed that in my local copy. wiz@ pointed it out. If you were also to add { "-newerat", N_ASINCE, c_asince, 1 },/* gnu find compat */ { "-

Re: Possible enhancement to find(1)

2016-06-11 Thread Robert Elz
You added -since but documented -msince in the man page. If you were also to add { "-newerat", N_ASINCE, c_asince, 1 },/* gnu find compat */ { "-newerct", N_CSINCE, c_csince, 1 }, { "-newermt", N_SINCE, c_since,1 },/* ung */ in the ap