Searching inside a large project of source code can be a challenge
In my codebase there's lots of "delete" methods, but only a few "_delete_" methods. If I search for "delete", I'll get zillions of false positives. By using the super-fast Git Grep and also "\W" for matching non-word-characters, I can find all references of the target string "_delete_":
$ git grep '\W_delete_\W'
app/looks_services.py:390: order._delete_()
app/models.py:2634: def _delete_(self, **kwargs):
Monday, July 4, 2016
Subscribe to:
Post Comments (Atom)
iDealshare VideoGo is just the right AVI to Roku Converter which has both Mac and Windows version! It helps to convert various AVI files whatever encoded with DivX, Xvid, etc to Roku more supported MP4 or MKV. https://www.idealshare.net/video-converter/roku-avi.html
ReplyDelete