欧美性猛交XXXX免费看蜜桃,成人网18免费韩国,亚洲国产成人精品区综合,欧美日韩一区二区三区高清不卡,亚洲综合一区二区精品久久

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費電子書(shū)等14項超值服

開(kāi)通VIP
Google 網(wǎng)上論壇 : comp.lang.c

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時(shí)44分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: gogod...@gmail.com - 查找此作者的帖子
日期:6 Aug 2005 14:44:23 -0700
當地時(shí)間:2005年8月7日(星期日) 上午5時(shí)44分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

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時(shí)05分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: sembia...@gmail.com - 查找此作者的帖子
日期:6 Aug 2005 15:05:57 -0700
當地時(shí)間:2005年8月7日(星期日) 上午6時(shí)05分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

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時(shí)32分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: "spring...@gmail.com" <spring...@gmail.com> - 查找此作者的帖子
日期:6 Aug 2005 17:32:32 -0700
當地時(shí)間:2005年8月7日(星期日) 上午8時(shí)32分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

really good engine it is. thanks for your effort.


Cong Wang  8月7日 下午7時(shí)18分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: "Cong Wang" <xiyou.wangc...@gmail.com> - 查找此作者的帖子
日期:7 Aug 2005 04:18:16 -0700
當地時(shí)間:2005年8月7日(星期日) 下午7時(shí)18分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

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時(shí)12分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: Netocrat <netoc...@membersat.dodo.com.au> - 查找此作者的帖子
日期:Mon, 08 Aug 2005 00:12:57 +1000
當地時(shí)間:2005年8月7日(星期日) 下午10時(shí)12分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

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時(shí)27分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: sembia...@gmail.com - 查找此作者的帖子
日期:7 Aug 2005 09:27:11 -0700
當地時(shí)間:2005年8月8日(星期一) 上午12時(shí)27分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

> 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時(shí)08分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: "ken" <ring...@gmail.com> - 查找此作者的帖子
日期:7 Aug 2005 21:08:15 -0700
當地時(shí)間:2005年8月8日(星期一) 下午12時(shí)08分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

It‘s wonderful! Thank you.


svenpaps...@yahoo.de  8月8日 下午1時(shí)34分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: svenpaps...@yahoo.de - 查找此作者的帖子
日期:7 Aug 2005 22:34:53 -0700
當地時(shí)間:2005年8月8日(星期一) 下午1時(shí)34分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為


Alex  8月11日 上午6時(shí)10分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: Alex <the_bearded_one...@yahoo.com> - 查找此作者的帖子
日期:Wed, 10 Aug 2005 22:10:21 GMT
當地時(shí)間:2005年8月11日(星期四) 上午6時(shí)10分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

- 顯示引用的文字 -

WOW that is really COOL. Thanks for all your hard work!!


sembia...@gmail.com  8月22日 上午7時(shí)42分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: sembia...@gmail.com - 查找此作者的帖子
日期:21 Aug 2005 16:42:30 -0700
當地時(shí)間:2005年8月22日(星期一) 上午7時(shí)42分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

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時(shí)53分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: CBFalconer <cbfalco...@yahoo.com> - 查找此作者的帖子
日期:Mon, 22 Aug 2005 03:53:35 GMT
當地時(shí)間:2005年8月22日(星期一) 上午11時(shí)53分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

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時(shí)55分     顯示選項
新聞?wù)搲?b>comp.lang.c
發(fā)件人: sembia...@gmail.com - 查找此作者的帖子
日期:22 Aug 2005 11:55:38 -0700
當地時(shí)間:2005年8月23日(星期二) 上午2時(shí)55分
主題:Re: New C/C++ Source Code Search Engine
答復作者 | 轉發(fā) | 打印 | 顯示個(gè)別帖子 | 顯示原始郵件 | 報告濫用行為

> 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
本站僅提供存儲服務(wù),所有內容均由用戶(hù)發(fā)布,如發(fā)現有害或侵權內容,請點(diǎn)擊舉報。
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
CSS基礎:text-overflow:ellipsis溢出文本顯示省略號的詳細方法 - ...
一看就懂==[html] 邊框組成、效果、分割線(xiàn)
推薦:合理使用Google Code,讓你擁有免費網(wǎng)盤(pán) - 52JOOMLA! – Joo...
Dealing with multiply defined symbols | Wandering Coder
Code Search
table
更多類(lèi)似文章 >>
生活服務(wù)
分享 收藏 導長(cháng)圖 關(guān)注 下載文章
綁定賬號成功
后續可登錄賬號暢享VIP特權!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服

欧美性猛交XXXX免费看蜜桃,成人网18免费韩国,亚洲国产成人精品区综合,欧美日韩一区二区三区高清不卡,亚洲综合一区二区精品久久