From 2dedb071f3f5af4d6a3762440ca9bfc3bfbf1e58 Mon Sep 17 00:00:00 2001 From: aunch <108364115+aunch@users.noreply.github.com> Date: Wed, 25 Jan 2023 10:39:53 -0800 Subject: [PATCH 1/2] Add Codeium (free code generation tool) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c508cfb5..b4db0588 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This list is the result of Pull Requests, reviews, ideas and work done by 1100+ * [CDN and Protection](#cdn-and-protection) * [CI and CD](#ci-and-cd) * [CMS](#cms) + * [Code Generation](#code-generation) * [Code Quality](#code-quality) * [Code Search and Browsing](#code-search-and-browsing) * [Crash and Exception Handling](#crash-and-exception-handling) @@ -448,6 +449,12 @@ This list is the result of Pull Requests, reviews, ideas and work done by 1100+ **[⬆ back to top](#table-of-contents)** +## Code Generation + + * [Codeium](https://www.codeium.com/) — Codeium is the modern coding superpower, a free AI-powered code completion tool. It supports over 20+ programming languages (Python, JavaScript, Java, TypeScript, PHP, C/C++, Go, etc) and integrates with your favorite IDEs (VSCode, JetBrains, Vim/Neovim, Jupyter, Colab, etc), with lightning fast speeds and state-of-the-art suggestion quality. + +**[⬆ back to top](#table-of-contents)** + ## Code Quality * [SoftaCheck](https://www.softacheck.com/) — An online tool that performs static analysis for C/C++ code using open source tools such as cppcheck and clang-tidy and automatically generates code documentation for users using doxygen. This tool is free for use. From eedcb68bad96fead9ed2d7bf89597d2135d51802 Mon Sep 17 00:00:00 2001 From: aunch <108364115+aunch@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:27:00 -0800 Subject: [PATCH 2/2] addressing comments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4db0588..b35d437d 100644 --- a/README.md +++ b/README.md @@ -451,7 +451,8 @@ This list is the result of Pull Requests, reviews, ideas and work done by 1100+ ## Code Generation - * [Codeium](https://www.codeium.com/) — Codeium is the modern coding superpower, a free AI-powered code completion tool. It supports over 20+ programming languages (Python, JavaScript, Java, TypeScript, PHP, C/C++, Go, etc) and integrates with your favorite IDEs (VSCode, JetBrains, Vim/Neovim, Jupyter, Colab, etc), with lightning fast speeds and state-of-the-art suggestion quality. + * [Codeium](https://www.codeium.com/) — Codeium is a free AI-powered code completion tool. It supports over 20+ programming languages (Python, JavaScript, Java, TypeScript, PHP, C/C++, Go, etc) and integrates with all major standalone and web IDEs. + * [tabnine.com](https://www.tabnine.com/) — Tabnine helps developers create better software, faster by providing insights learned from all the code in the world. Plugin available. **[⬆ back to top](#table-of-contents)** @@ -497,7 +498,6 @@ This list is the result of Pull Requests, reviews, ideas and work done by 1100+ ## Code Search and Browsing - * [tabnine.com](https://www.tabnine.com/) — Tabnine helps developers create better software, faster by providing insights learned from all the code in the world. Plugin available. * [libraries.io](https://libraries.io/) — Search and dependency update notifications for 32 different package managers, free for open source * [Namae](https://namae.dev/) - Search across various websites like github,gitlab,heroku,netlify and many more for availabilty of your project name. * [searchcode.com](https://searchcode.com/) — Comprehensive text-based code search, free for Open Source