awesome-cheatsheets icon indicating copy to clipboard operation
awesome-cheatsheets copied to clipboard

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

Results 130 awesome-cheatsheets issues
Sort by recently updated
recently updated
newest added

Same content as vim.txt; just new formatting

Found this gem today. http://cheatsheet.codeslower.com/CheatSheet.pdf Would love to see a minified version of this pdf for the Haskell programming language.

https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/node.js#L77 should be more like ```js const foo = require('./subfolder/foo.js') console.log('foo "%s"', foo) // "foo" // now grab the "module" wrapper around './foo.js' const fooModule = require.cache[require.resolve('./subfolder/foo.js')] console.log('foo module', fooModule)...

I have added some new commands and corrected the syntax. I also removed some commands that are deprecated.

Fixed the bug due to which the favicon was missing and added a new favicon.

1. adds command * opens previously closed tab 2. rm extra spaces at end of lines (one at the beginning on line 9)