Google 网上论坛 : comp.lang.c

来源:百度文库 编辑:神马文学网 时间:2024/04/28 07:14:07
New C/C++ Source Code Search Engine
关于此主题的全部 14 个帖子 -树式浏览
sembia...@gmail.com  8月7日 上午4时40分    显示选项
新闻论坛:comp.lang.c
发件人: sembia...@gmail.com -查找此作者的帖子
日期:6 Aug 2005 13:40:25 -0700
当地时间:2005年8月7日(星期日) 上午4时40分
主题:New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
Hi folks :)
I‘ve been working on a C/C++ Source Code search engine website for over
a year now, and just thought I‘d let you all know that I just put it
live a few minutes ago.
It searches 99 million lines of C/C++ code and allows you to choose
exactly what to search for (classes, function names, comments, called
functions, structs, unions, etc.)
Anyways, I hope some people fine it useful, you can find it at:
http://csourcesearch.net/
Oh, and it‘s just one little server, so it might be all that fast,
sorry, but it‘s all I can afford.
gogod...@gmail.com  8月7日 上午5时44分    显示选项
新闻论坛:comp.lang.c
发件人: gogod...@gmail.com -查找此作者的帖子
日期:6 Aug 2005 14:44:23 -0700
当地时间:2005年8月7日(星期日) 上午5时44分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
WOW....
This is AMAZING!!!!!
my host only gave me 500 MB, but if I had more, I‘d gladly mirror this
for you! that would put the load on the server WAY down.
(i don‘t think 88 million lines fit on that small of a space, if it
does though, please contact me and I‘ll do it!)
sembia...@gmail.com  8月7日 上午6时05分    显示选项
新闻论坛:comp.lang.c
发件人: sembia...@gmail.com -查找此作者的帖子
日期:6 Aug 2005 15:05:57 -0700
当地时间:2005年8月7日(星期日) 上午6时05分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
Thanks for the good words :)
The MySQL database is about 5GB and the Lucene indexes are another 6GB,
and the C/C++ code files are another 20GB or so.
So nope, it won‘t fit on your host.
In fact I have thousands of more packages I‘d like to add but I simply
don‘t have the hard drive space or CPU time to spare at the moment.
springzzz@gmail.com  8月7日 上午8时32分    显示选项
新闻论坛:comp.lang.c
发件人: "spring...@gmail.com" -查找此作者的帖子
日期:6 Aug 2005 17:32:32 -0700
当地时间:2005年8月7日(星期日) 上午8时32分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
really good engine it is. thanks for your effort.
Cong Wang  8月7日 下午7时18分    显示选项
新闻论坛:comp.lang.c
发件人: "Cong Wang" -查找此作者的帖子
日期:7 Aug 2005 04:18:16 -0700
当地时间:2005年8月7日(星期日) 下午7时18分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
sembia...@gmail.com wrote:
> Hi folks :)
> I‘ve been working on a C/C++ Source Code search engine website for over
> a year now, and just thought I‘d let you all know that I just put it
> live a few minutes ago.
> It searches 99 million lines of C/C++ code and allows you to choose
> exactly what to search for (classes, function names, comments, called
> functions, structs, unions, etc.)
> Anyways, I hope some people fine it useful, you can find it at:
>http://csourcesearch.net/>
> Oh, and it‘s just one little server, so it might be all that fast,
> sorry, but it‘s all I can afford.
Oh,very good!It is good for reading open source code.Advanced thanks to
you!!
Netocrat  8月7日 下午10时12分    显示选项
新闻论坛:comp.lang.c
发件人: Netocrat -查找此作者的帖子
日期:Mon, 08 Aug 2005 00:12:57 +1000
当地时间:2005年8月7日(星期日) 下午10时12分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
On Sat, 06 Aug 2005 13:40:25 -0700, sembiance wrote:
> Hi folks :)
> I‘ve been working on a C/C++ Source Code search engine website for over
> a year now, and just thought I‘d let you all know that I just put it
> live a few minutes ago.
> It searches 99 million lines of C/C++ code and allows you to choose
> exactly what to search for (classes, function names, comments, called
> functions, structs, unions, etc.)
> Anyways, I hope some people fine it useful, you can find it at:
>http://csourcesearch.net/>
> Oh, and it‘s just one little server, so it might be all that fast,
> sorry, but it‘s all I can afford.
Well done, the result of your effort is great.  It certainly beats hunting
around unzipping and searching manually through local archives, and the
ease of moving around within the source and comparing against files from
other packages is testament to the work you‘ve put into the site.
A couple of suggestions: firstly, there‘s no overview of what the database
contains.  I get the impression from the About link that all the source
has been derived from Gentoo‘s Portage.  It would be good to have a link
to a page describing how the source arrived in your database, and
on what basis source is included.  e.g. the database consists of "all
source in the Linux Gentoo distribution excluding package trees X, Y and
Z"; or "Gentoo‘s source as well as the packages trees A and B from
OpenBSD‘s ports collection, as well as the independently selected projects
C and D").
The uncluttered interface is very user-friendly - nice work.  You could
increase the default text size which is quite small on my Firefox browser.
Looking foward to the addition of the kernels of the various BSDs and
Linux if they‘re in the todo list.
sembia...@gmail.com  8月8日 上午12时27分    显示选项
新闻论坛:comp.lang.c
发件人: sembia...@gmail.com -查找此作者的帖子
日期:7 Aug 2005 09:27:11 -0700
当地时间:2005年8月8日(星期一) 上午12时27分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
> Well done, the result of your effort is great.  It certainly beats hunting
> around unzipping and searching manually through local archives, and the
> ease of moving around within the source and comparing against files from
> other packages is testament to the work you‘ve put into the site.
Thanks :)
> A couple of suggestions: firstly, there‘s no overview of what the database
> contains.  I get the impression from the About link that all the source
> has been derived from Gentoo‘s Portage.  It would be good to have a link
> to a page describing how the source arrived in your database, and
> on what basis source is included.  e.g. the database consists of "all
> source in the Linux Gentoo distribution excluding package trees X, Y and
> Z"; or "Gentoo‘s source as well as the packages trees A and B from
> OpenBSD‘s ports collection, as well as the independently selected projects
> C and D").
Yes, currently all the packages were scaped from the Gentoo Portage
database.
9,431 packages were found in the Gentoo database.
I‘ve only had time to process 4,917 of those though.
And of those only 3,204 actuallty contained any C/C++ code.
So that leaves another 4,514 packages that I need to scan.
However right now I‘m very very low on disk space, and it takes a LOT
of CPU time to process new packages.
I also have an additional 29,387 packages that I need to parse as well
that I scaped from other databases (freshmeat, sourceforge, etc)
I‘ve taken your advice and added a quick ‘stats‘ page that has some
general stats.
I‘ll add more specifics at a later time :)
ken  8月8日 下午12时08分    显示选项
新闻论坛:comp.lang.c
发件人: "ken" -查找此作者的帖子
日期:7 Aug 2005 21:08:15 -0700
当地时间:2005年8月8日(星期一) 下午12时08分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
It‘s wonderful! Thank you.
svenpaps...@yahoo.de  8月8日 下午1时34分    显示选项
新闻论坛:comp.lang.c
发件人: svenpaps...@yahoo.de -查找此作者的帖子
日期:7 Aug 2005 22:34:53 -0700
当地时间:2005年8月8日(星期一) 下午1时34分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
Alex  8月11日 上午6时10分    显示选项
新闻论坛:comp.lang.c
发件人: Alex -查找此作者的帖子
日期:Wed, 10 Aug 2005 22:10:21 GMT
当地时间:2005年8月11日(星期四) 上午6时10分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
- 隐藏被引用文字 -- 显示引用的文字 -
sembia...@gmail.com wrote:
> Hi folks :)
> I‘ve been working on a C/C++ Source Code search engine website for over
> a year now, and just thought I‘d let you all know that I just put it
> live a few minutes ago.
> It searches 99 million lines of C/C++ code and allows you to choose
> exactly what to search for (classes, function names, comments, called
> functions, structs, unions, etc.)
> Anyways, I hope some people fine it useful, you can find it at:
>http://csourcesearch.net/>
> Oh, and it‘s just one little server, so it might be all that fast,
> sorry, but it‘s all I can afford.
WOW that is really COOL. Thanks for all your hard work!!
sembia...@gmail.com  8月22日 上午7时42分    显示选项
新闻论坛:comp.lang.c
发件人: sembia...@gmail.com -查找此作者的帖子
日期:21 Aug 2005 16:42:30 -0700
当地时间:2005年8月22日(星期一) 上午7时42分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
Hi folks, just wanted to give you an update.
The site now works with ALL Browsers, including Opera, Safari,
Konqueror and even Lynx! (When the site first launched only IE and
Firefox worked).
I‘ve also added over 28 million new lines of code since launching.
The speed as also been improved upon and I‘m doing even more to improve
speed in the future.
Just wanted to give you all an update :)
CBFalconer  8月22日 上午11时53分    显示选项
新闻论坛:comp.lang.c
发件人: CBFalconer -查找此作者的帖子
日期:Mon, 22 Aug 2005 03:53:35 GMT
当地时间:2005年8月22日(星期一) 上午11时53分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
sembia...@gmail.com wrote:
> Hi folks, just wanted to give you an update.
> The site now works with ALL Browsers, including Opera, Safari,
> Konqueror and even Lynx! (When the site first launched only IE
> and Firefox worked).
> I‘ve also added over 28 million new lines of code since launching.
> The speed as also been improved upon and I‘m doing even more to
> improve speed in the future.
> Just wanted to give you all an update :)
Marvellous.  However, when I insert "the site" as a URL in Firefox,
it doesn‘t seem to reach anything.  It also fails in Netscape
4.75.  Could you have failed to include proper context?
--
"If you want to post a followup via groups.google.com, don‘t use
the broken "Reply" link at the bottom of the article.  Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
sembia...@gmail.com  8月23日 上午2时55分    显示选项
新闻论坛:comp.lang.c
发件人: sembia...@gmail.com -查找此作者的帖子
日期:22 Aug 2005 11:55:38 -0700
当地时间:2005年8月23日(星期二) 上午2时55分
主题:Re: New C/C++ Source Code Search Engine
答复作者 |转发 |打印 |显示个别帖子 |显示原始邮件 |报告滥用行为
> Marvellous.  However, when I insert "the site" as a URL in Firefox,
> it doesn‘t seem to reach anything.  It also fails in Netscape
> 4.75.  Could you have failed to include proper context?
Oops! The URL hehe.
You can find the site at:http://csourcesearch.net
_xyz