From owner-freebsd-questions@FreeBSD.ORG Mon Apr 12 02:18:58 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E8E0106566C for ; Mon, 12 Apr 2010 02:18:58 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from qmta07.westchester.pa.mail.comcast.net (qmta07.westchester.pa.mail.comcast.net [76.96.62.64]) by mx1.freebsd.org (Postfix) with ESMTP id B0FDE8FC17 for ; Mon, 12 Apr 2010 02:18:57 +0000 (UTC) Received: from omta20.westchester.pa.mail.comcast.net ([76.96.62.71]) by qmta07.westchester.pa.mail.comcast.net with comcast id 4HUG1e0071YDfWL57SJx7s; Mon, 12 Apr 2010 02:18:57 +0000 Received: from comcast.net ([98.203.142.76]) by omta20.westchester.pa.mail.comcast.net with comcast id 4SN01e0091f6R9u3gSN1Qg; Mon, 12 Apr 2010 02:22:02 +0000 Received: by comcast.net (sSMTP sendmail emulation); Sun, 11 Apr 2010 19:18:53 -0700 Date: Sun, 11 Apr 2010 19:18:53 -0700 From: Charlie Kester To: freebsd-questions@freebsd.org Message-ID: <20100412021853.GD96745@comcast.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20100410151842.GA99692@thought.org> <20100410194515.GA96745@comcast.net> <20100411223916.GB17162@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20100411223916.GB17162@thought.org> X-Mailer: Mutt 1.5.20 X-Composer: Vim 7.2 User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: are the are C [or C++] src sites .... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2010 02:18:58 -0000 On Sun 11 Apr 2010 at 15:39:16 PDT Gary Kline wrote: >On Sat, Apr 10, 2010 at 12:45:15PM -0700, Charlie Kester wrote: > > i used more strict search terms and found around 30 sites. > none seemed that promising. > > what i am thinking of is functions that work in any of > several venues: > > math, > [every] science, > strings, > filenames, > queues, > stacks, > arrays, > . > > thanks for your insights. i used something like > "c-language functions" :-) > > gary Try searching for 'algorithms'. One of my favorite sites for that is the Stony Brook Algorithms Repositor: http://www.cs.sunysb.edu/~algorith/ The Algorithm Design book associated with that site is also quite good. But most good algorithms sites and books will have something on the topics you list.