Re: are the are C [or C++] src sites ....

2010-04-20 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Mon Apr 12 21:05:40 2010 > Date: Mon, 12 Apr 2010 19:05:04 -0700 > From: Gary Kline > To: Alejandro Imass > Cc: FreeBSD Mailing List > Subject: Re: are the are C [or C++] src sites > > On Mon, Apr 12, 2010 at 12:34:32P

Re: are the are C [or C++] src sites ....

2010-04-15 Thread Gary Kline
On Wed, Apr 14, 2010 at 10:03:24PM -0400, Karl Vogel wrote: > > >> On Sun, 11 Apr 2010 15:39:16 -0700, > >> Gary Kline said: > > G> what i am thinking of is functions that work in any of several venues: > G> math, [every] science, strings, filenames, queues, stacks, arrays, > G> . > >Have

Re: are the are C [or C++] src sites ....

2010-04-14 Thread Karl Vogel
>> On Sun, 11 Apr 2010 15:39:16 -0700, >> Gary Kline said: G> what i am thinking of is functions that work in any of several venues: G> math, [every] science, strings, filenames, queues, stacks, arrays, G> . Have a look at the Apache runtime library: http://en.wikipedia.org/wiki/Apache_P

Re: are the are C [or C++] src sites ....

2010-04-12 Thread Gary Kline
On Mon, Apr 12, 2010 at 12:34:32PM -0400, Alejandro Imass wrote: > On Sat, Apr 10, 2010 at 11:19 AM, Gary Kline wrote: > > [[ ... ]] > > When you install a lib in FBSD (and many other FLOSS OSs) it usually > installs a man page, so apropos and of course man will have it: man > sprintf,

Re: are the are C [or C++] src sites ....

2010-04-12 Thread Alejandro Imass
On Sat, Apr 10, 2010 at 11:19 AM, Gary Kline wrote: > >        Sites of parts of websites that have example C functions? >        [continuing from the ^Subject. > >        I have googled around and found practically nothing; yet, wen >        I was looking for a math function I found at least two

Re: are the are C [or C++] src sites ....

2010-04-12 Thread Andreas Maechler
Also consider http://www.google.com/codesearch which lets you search through public code in many different ways. Andy On Mon, Apr 12, 2010 at 4:18 AM, Charlie Kester wrote: > > 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 wro

Re: are the are C [or C++] src sites ....

2010-04-11 Thread Charlie Kester
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 seve

Re: are the are C [or C++] src sites ....

2010-04-11 Thread C. P. Ghost
On Mon, Apr 12, 2010 at 12:39 AM, Gary Kline wrote: > >        what i am thinking of is functions that work in any of >        several venues: > >                math, For maths, I'm particularly fond of GiNaC (+CLN) FreeBSD ports: math/GiNaC, math/cln WWW: http://www.ginac.de/ and http://www

Re: are the are C [or C++] src sites ....

2010-04-11 Thread Gary Kline
On Sat, Apr 10, 2010 at 12:45:15PM -0700, Charlie Kester wrote: > On Sat 10 Apr 2010 at 08:19:38 PDT Gary Kline wrote: > > > > Sites of parts of websites that have example C functions? > > [continuing from the ^Subject. > > > > I have googled around and found practically nothing; yet, w

Re: are the are C [or C++] src sites ....

2010-04-10 Thread Charlie Kester
On Sat 10 Apr 2010 at 08:19:38 PDT Gary Kline wrote: Sites of parts of websites that have example C functions? [continuing from the ^Subject. I have googled around and found practically nothing; yet, wen I was looking for a math function I found at least two

Re: are the are C [or C++] src sites ....

2010-04-10 Thread C. P. Ghost
On Sat, Apr 10, 2010 at 5:19 PM, Gary Kline wrote: >Rather than re-inventing the wheel over and again, wouldn't >it be nice to have a library of all kinds of functions? >--For kernel use, yes, they would need to be BSD specific... > Not sure what you're meaning here, but

Re: are the are C [or C++] src sites ....

2010-04-10 Thread Chad Perrin
On Sat, Apr 10, 2010 at 08:19:38AM -0700, Gary Kline wrote: > > Sites of parts of websites that have example C functions? > [continuing from the ^Subject. > > I have googled around and found practically nothing; yet, wen > I was looking for a math function I found at lea

are the are C [or C++] src sites ....

2010-04-10 Thread Gary Kline
Sites of parts of websites that have example C functions? [continuing from the ^Subject. I have googled around and found practically nothing; yet, wen I was looking for a math function I found at least two places. Rather than re-inventing the whe