From a0a3c269a14b8d730b64eef9c9cef6ac248a6622 Mon Sep 17 00:00:00 2001 From: Abishek Sriram G Date: Wed, 20 Oct 2021 19:01:13 +0530 Subject: [PATCH] Updated Cheatsheets with New sources (#6191) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated Cheatsheets with New sources 2 Links added. 1. C++ - Cheatsheet Greg Book 2002 2. MongoDB codecentric Cheatsheet * Updated Commit - alphabetical order * Updated and corrected space as per Guidelines * Rollbacked incorrect Space Mistake * Removed C++ cheatsheet, for which proper attribution source not available * use correct title Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: Eric Hellman Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 52fdc61a..08e9d8a7 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -173,6 +173,7 @@ ### MongoDB * [MongoDB Cheat Sheet](https://www.mongodb.com/developer/quickstart/cheat-sheet) - MongoDB (HTML) +* [MongoDB Cheat Sheet](https://blog.codecentric.de/files/2012/12/MongoDB-CheatSheet-v1_0.pdf) - codecentric (PDF) * [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet