summaryrefslogtreecommitdiff
path: root/old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Fri/codefetch.txt
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-04-28 10:24:02 -0400
committerluxagraf <sng@luxagraf.net>2020-04-28 10:24:02 -0400
commitf343ef4d92352f9fc442aeb9c8b1abee27d74c62 (patch)
tree4df5c497e7caeab1f8932df98ad3d00fef228a3e /old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Fri/codefetch.txt
parenta222e73b9d352f7dd53027832d04dc531cdf217e (diff)
cleaned up wired import
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Fri/codefetch.txt')
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Fri/codefetch.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Fri/codefetch.txt b/old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Fri/codefetch.txt
deleted file mode 100644
index c72ac66..0000000
--- a/old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Fri/codefetch.txt
+++ /dev/null
@@ -1 +0,0 @@
-Lately I've been trying to find a good book on Python, but I haven't had time to get to a bookstore and actually browse through the many similar offerings, which is what makes [Codefetch][2] invaluable. Codefetch is a search engine that lets you search inside programming books for phrases, words, or bits of code. Codefetch has been around for a while, we even mentioned briefly in [an article last year][1] on Wired.com, but this is the first time I've actually tested it. Codefetch lets you search by language (22 options) and supports a healthy amount of regular expression operators. There's also an option to search literal which means you can match programatic expressions, spaces and all. Results are displayed with your terms highlighted and showing the chunks of code were your search terms appear. At the top of each booking listing is a link to purchase the book from Amazon (which is how Codefetch generates some revenue). There may well be a way to perform this kind of search using the tools on Amazon, but I'm not aware of it. An entry on the [Codefetch blog][3] claims the site has considerably better search results than O'Reilly's paid Safari service. A word of warning, Codefetch made the front page of Digg this morning and was running somewhat slow. [1]: http://www.wired.com/news/technology/0,70219-0.html "Here Comes a Google for Coders" [2]: http://www.codefetch.com/ "CodeFetch.com" [3]: http://codefetch.blogspot.com/ "Code Fetch Blog" \ No newline at end of file