Merge pull request #3150 from rajputpritesh1/patch-1

Six IDE and Code Editing Resources Added
This commit is contained in:
R.I.Pienaar 2023-10-24 09:45:12 +02:00 committed by GitHub
commit 2ca1492e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -629,7 +629,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1100+ peo
## Security and PKI
* [alienvault.com](https://www.alienvault.com/open-threat-exchange/reputation-monitor) — Uncovers compromised systems in your network
* [alienvault.com](https://www.alienvault.com/open-threat-exchange/reputation-monitor) — Uncovers compromised systems in your network
* [atomist.com](https://atomist.com/) — A quicker and more convenient way to automate various development tasks. Now in beta.
* [Bridgecrew](https://bridgecrew.io/) — Infrastructure as code (IaC) security powered by the open source tool - [Checkov](https://github.com/bridgecrewio/checkov). The core Bridgecrew platform is free for up to 50 IaC resources.
* [cloudsploit.com](https://cloudsploit.com/) — Amazon Web Services (AWS) security and compliance auditing and monitoring
@ -1581,6 +1581,7 @@ Update Time, five active automations, webhooks.
* [Binder](https://mybinder.org/) - Turn a Git repo into a collection of interactive notebooks. It is a free public service.
* [BlueJ](https://bluej.org) — A free Java Development Environment designed for beginners, used by millions worldwide. Powered by Oracle & simple GUI to help beginners.
* [Bootify.io](https://bootify.io/) - Spring Boot app generator with custom database and REST API.
* [Brackets](http://brackets.io/) - Brackets is an open-source text editor specifically designed for web development. It is lightweight, easy to use, and highly customizable.
* [cacher.io](https://www.cacher.io) — Code snippet organizer with labels and support for 100+ programming languages.
* [Code::Blocks](https://codeblocks.org) — Free Fortran & C/C++ IDE. Open Source and runs on Windows,macOS & Linux.
* [codiga.io](https://codiga.io/) — Coding Assistant that lets you search, define, and reuse code snippets directly in your IDE. Free for individual and small organizations.
@ -1610,6 +1611,7 @@ Update Time, five active automations, webhooks.
* [Replit](https://replit.com/) — A cloud coding environment for various program languages.
* [SoloLearn](https://code.sololearn.com) — A cloud programming playground well-suited for running code snippets. Supports various programming languages. No registration is required for running code, but it is necessary when saving code on their platform. Also offers free courses for beginners and intermediate-level coders.
* [stackblitz.com](https://stackblitz.com/) — Online/Cloud Code IDE to create, edit, & deploy full-stack apps. Support any popular NodeJs-based frontend & backend frameworks. Shortlink to create a new project: [https://node.new](https://node.new).
* [Sublime Text](https://www.sublimetext.com/) - Sublime Text is a popular, versatile, and highly customizable text editor used for coding and text editing tasks.
* [Visual Studio Code](https://code.visualstudio.com/) - Code editor redefined and optimized for building and debugging modern web and cloud applications. Developed by Microsoft.
* [Desktop](https://code.visualstudio.com) - (Windows, macOS and Linux).
* [Online](https://vscode.dev) - (Browser)
@ -1617,7 +1619,7 @@ Update Time, five active automations, webhooks.
* [VSCodium](https://vscodium.com/) - Community-driven, without telemetry/tracking, and freely-licensed binary distribution of Microsofts editor VSCode
* [wakatime.com](https://wakatime.com/) — Quantified self-metrics about your coding activity using text editor plugins, limited plan for free.
* [WebComponents.dev](https://webcomponents.dev/) — In-browser IDE to code web components in isolation with 58 templates available, supporting stories, and tests.
* [PHPSandbox](https://phpsandbox.io/) — Online development environment for PHP.
* [PHPSandbox](https://phpsandbox.io/) — Online development environment for PHP
**[⬆️ Back to Top](#table-of-contents)**