Author Topic: Search feature on our forum  (Read 3181 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Search feature on our forum
« on: December 21, 2013, 06:12:11 am »
It looks too bad.

For example, I just want to search the keyword "git", and select the user by "ollydbg", I get no results.

In this case, Google gives more good results, I just want to search my own post, by something like:
Code
"git log -S" ollydbg site:forums.codeblocks.org
Then, Google can find only one result, and it is what I wanted, nice!
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.