From 6228bb0e3bbeaf9782358a0d212c4f04ea1d3fe0 Mon Sep 17 00:00:00 2001 From: Vlad <79169736+curiousvlxd@users.noreply.github.com> Date: Sun, 30 Oct 2022 07:44:49 +0200 Subject: [PATCH] Added Sourcegraph to Tools section #hacktoberfest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce920ca6..2570d2fb 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ When learning CS, there are some useful sites you must know to get always inform - [PullRequest](https://www.pullrequest.com/) : Code review as a service from vetted, professional reviewers - [Python Visualizer](http://pythontutor.com/visualize.html) : Watch the execution of basic Python, Java, C++, etc. code step-by-step. Recommended for new programmers and the Canadian Computing Competition. - [Extends Class](https://extendsclass.com/) : Online developer tools: REST and SOAP clients, SQLite browser, testers (Regex, XPath, JSONPath) and other tools (Encoders, Converters and formatters) +- [Sourcegraph](https://sourcegraph.com/search) : Online tool for searching millions of open source repositories. - [SVG Path Editor](https://yqnn.github.io/svg-path-editor/) : Online and open source SVG Path editor. - [EmailDrop](https://www.emaildrop.io/): Emaildrop is a free disposable email provider. - [Replit.com](https://replit.com): Free, collaborative, in-browser IDE to code in 50+ languages.