Finding and Reproducing Old Code: A Personal Script

  • Use GitHub search to find old code by keyword.
  • Create a repository of examples for easy access.
  • Use a bash script to quickly install and launch the project locally.
  • Use sqlite for convenience during local installation.

via Find and Reproduce Old Code: My Personal Script