Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2008 04:06:28 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Gary Kline <kline@thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: how can i be certain that a file has copied exactly?
Message-ID:  <87myehvysb.fsf@kobe.laptop>
In-Reply-To: <20081228014903.GA82585@thought.org> (Gary Kline's message of "Sat, 27 Dec 2008 17:49:03 -0800")
References:  <20081227011335.GA29354@thought.org> <87ocyy2you.fsf@kobe.laptop> <20081227015634.GB29639@thought.org> <8763l61gbd.fsf@kobe.laptop> <20081227094012.GA39306@thought.org> <87zlihixlt.fsf@kobe.laptop> <20081227213551.GA75428@thought.org> <87k59lgu0k.fsf@kobe.laptop> <20081228014903.GA82585@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 27 Dec 2008 17:49:03 -0800, Gary Kline <kline@thought.org> wrote:
> I also have some very simple and efficient string-matching
> functions [[ for SHORT lines!! ]] and other thing we do very often.
> It was (is?)  throw-away code.  Does it made sense to have a place
> on the web where you can get these kind of canned functions?  I
> have perhaps 20 of these functions named and tagged.  This was, I
> believe, at least one idea behind C++, but at least I have never
> seen any sites that offer C or C++ functions to do ``X''.

There have been efforts in the past to do something like this.

For example, I still remember discovering 'clib' at

  http://mapage.noos.fr/emdel/clib.htm

a few years ago.

It seems a nice idea to build a "personal toolset", but my impression
is that dumping a bunch of functions on a web page is not enough
anymore.  The world has been `spoiled' by open source projects, so if
an effort like this expects to be taken seriously from the world, it
should at least have:

  * A public source repository, with full history, readable from
    everyone and compatible with one of the Open Source SCM tools.

  * At least one mailing list for questions & announcements of new
    releases.

  * At least one visibly active maintainer, who is willing to fix
    bugs, reply to email questions, and perform other `benevolent
    dictator' tasks.

  * Up to date manpages for all the functions in the collection.

This sounds like a lot of work, because it *is*.  That's the price of
writing something that others may want to use though.  Otherwise
everyone can use the GNU glib and their system libc.so library :)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87myehvysb.fsf>