A Whole New Code Search
51–60 of 113 posts
Re: A Whole New Code Search
#52Re: A Whole New Code Search
#53Re: A Whole New Code Search
#54Interesting: https://github.com/search?p=4&q=gmail_password&ref=s... https://github.com/search?p=4&q=secret_token&ref=sea...
Re: A Whole New Code Search
#55Interesting: https://github.com/search?p=4&q=gmail_password&ref=s... https://github.com/search?p=4&q=secret_token&ref=sea...
Re: A Whole New Code Search
#56This just reminds me of Google code search and makes me miss it more. Searching by regex was pretty useful.
Here's an interesting article describing how it worked: http://swtch.com/~rsc/regexp/regexp4.html
Re: A Whole New Code Search
#57Interesting: https://github.com/search?p=4&q=gmail_password&ref=s... https://github.com/search?p=4&q=secret_token&ref=sea...
Re: A Whole New Code Search
#58Re: A Whole New Code Search
#59Re: A Whole New Code Search
#60very nice. one bad setting (perhaps a default that never got overridden) is that searching for foo_bar searches for foo and bar separately, rather than treating foo_bar as an indivisible token.
Just search for '"foo_bar"' rather than 'foo_bar'.