Abdul Rehaman
25e8027768
Added markdown cheatsheet ( #5971 )
3 years ago
Shahil Patel
76284ea5c7
Added respective authors to the links ( #5945 )
...
* Added respective authors to the links
* Update more/free-programming-cheatsheets.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
3 years ago
Roboam Casanova
33dcfc6ef4
Add cht.sh Go Cheatsheet entry ( #5769 )
...
* Add cht.sh Go Cheatsheet entry
- A quick tutorial/reference to learn Go.
* Add Go cheatsheet to correct place
- Add Go cht.sh entry to free-programming-cheatsheets.md
- Remove Go cht.sh entry from free-courses-en.md
* Fix blank-lines lint error
3 years ago
Eugene Goh
58c7f92a08
Add React cheatsheet ( #5580 )
...
* Add React cheatsheet
Add React cheatsheet and fix some misunderstandings. I think it would be better not to mix JavaScript or Python with HTML.
* update line
* fix issue
* fix issue
* Fix alphabetical order
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* Update to HTML
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
3 years ago
Shantanu Nighot
e6524c8bf2
Add Practical Python Course & MongoDB Cheat Sheet ( #5639 )
...
* Added Practical Python: An Immersive Python Course
* Added MongoDB Cheat Sheet
* Ordered Alphabetically
3 years ago
Abdul Rehaman
aece527069
Add GNU Emacs refcard to more/free-programming-cheatsheets.md file un… ( #5630 )
...
* Add GNU Emacs refcard to more/free-programming-cheatsheets.md file under ide/editors category
* Add alphabetical order and PDF indication for the adding emacs refcard
* Added PDF indication
3 years ago
Eugene Goh
930d6f9eb6
Add SQL cheatsheet ( #5623 )
...
* Update free-programming-cheatsheets.md
* Update free-programming-cheatsheets.md
* Update free-programming-cheatsheets.md
3 years ago
LIU JIE
d30fca11d6
fix: add more resources about rust ( #5584 )
3 years ago
Trevor Hunter
49833f5d11
Add matlab refernce sheet ( #5583 )
...
* Added MATLAB refernce sheet
Added a MATLAB basic functions reference sheet provided by MathWorks.
* Update free-programming-cheatsheets.md
3 years ago
David Ordás
08bf773883
Bump pr/felipe-cabrera/#5193: VS Code productividade infinita ( #5514 )
...
* Update free-courses-pt_BR.md
Add: VS Code Produtividade Inifinita.
It's a free e-book about how to improve your productivity using VS Code.
* Update free-courses-pt_BR.md
* Move from courses to books + join sections
- Go ahead with review EbookFoundation/free-programming-books#5193 @felipe-cabrera
- Apply suggested changes: https://github.com/EbookFoundation/free-programming-books/pull/5193#pullrequestreview-714392514
Co-authored-by: Felipe Cabrera Ribeiro dos Santos <48259448+felipe-cabrera@users.noreply.github.com>
* use https links on vim resources
* chore: Move aurelio.net cheatseets to right listing
See suggestion changes at: https://github.com/EbookFoundation/free-programming-books/pull/5514#pullrequestreview-746671067
Part of: EbookFoundation/free-programming-books#5514
* chore: fix linting errors
https://github.com/EbookFoundation/free-programming-books/pull/5514/checks?check_run_id=3518984887#step:8:1
/home/runner/work/free-programming-books/free-programming-books/more/free-programming-cheatsheets.md
79:46-81:1 warning Remove empty section: "<a name="ide--editores"></a>IDE / Editors" no-empty-sections remark-lint
See suggestion changes at: https://github.com/EbookFoundation/free-programming-books/pull/5514#pullrequestreview-746671067
Part of: EbookFoundation/free-programming-books#5514
Co-authored-by: Felipe Cabrera Ribeiro dos Santos <48259448+felipe-cabrera@users.noreply.github.com>
3 years ago
RITIK KAPOOR
c1aaf045de
fix: broken link ( #5402 )
...
* fix: broken link
Fixed the pdf link of broken C++ Cheat Sheet.
Issue No. #5378
* Update more/free-programming-cheatsheets.md
Co-authored-by: David Ordás <davorpatech@gmail.com>
Co-authored-by: Eric Hellman <eric@hellman.net>
Co-authored-by: David Ordás <davorpatech@gmail.com>
3 years ago
David Ordás
63743bb26f
Add Official Matplotlib cheat sheets ( #5468 )
...
Add link to official Matplotlib.org cheat sheets github repo.
Resolve EbookFoundation/free-programming-books#5467
3 years ago
David Ordás
d0ab3d96ec
Add Jan Kruger's Git cheatsheets ( #5458 )
...
* Fix some TOC anchors
- Markdown TOC anchors to headings goes in lowecase.
- Make compatible github markdown TOC with render html in C++.
* Add jan-krueger git cheatsheets
- link to latest version html page with sources
- sub links to pdf versions
3 years ago
David Ordás
254ece40f4
Add Malven's flexbox & grid cheatsheets ( #5446 )
...
* Add Malven's Flexbox & Grid cheatsheets
- Add "FLEX: A simple visual cheatsheet for flexbox" https://flexbox.malven.co
- Add "GRID: A simple visual cheatsheet for CSS Grid Layout" https://grid.malven.co
* Add Malven's Flexbox & Grid cheatsheets
- CI/CD: Restore new line at end of javascript section
3 years ago
Divyansh Singh
2c79e9c882
cpp cheatsheet fix ( #5440 )
3 years ago
David Ordás
6da9fbe3f9
Add R cheatsheets ( #5437 )
...
* Add R section to cheetsheets
Add R Studio section to cheetsheets page
* Add link to RStudio official cheetsheets resources
Resources website: https://www.rstudio.com/resources/cheatsheets
* Add R cheetsheet: Data Wrangling with dplyr, tidyr
Data Wrangling with dplyr and tidyr cheetsheet (U.1/15) english
Public Url: https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf
* Add R cheetsheet: Domar datos con dplyr y tidyr
Data Wrangling with dplyr and tidyr cheetsheet (U.1/15) spanish
Public Url: https://github.com/rstudio/cheatsheets/raw/master/translations/spanish/data-wrangling-cheatsheet_Spanish.pdf
Scrapped from: https://www.rstudio.com/resources/cheatsheets
* Add R cheetsheet: Domar datos con dplyr y tidyr
- Fix CI/CD errors.
- Data Wrangling with dplyr and tidyr cheetsheet (U.1/15) spanish
Public Url: https://github.com/rstudio/cheatsheets/raw/master/translations/spanish/data-wrangling-cheatsheet_Spanish.pdf
Scrapped from: https://www.rstudio.com/resources/cheatsheets
* Add R cheetsheet: Domar datos con dplyr y tidyr
- Fix CI/CD errors
- Data Wrangling with dplyr and tidyr cheetsheet (U.1/15) spanish
Public Url: https://github.com/rstudio/cheatsheets/raw/master/translations/spanish/data-wrangling-cheatsheet_Spanish.pdf
Scrapped from: https://www.rstudio.com/resources/cheatsheets
* Revert RStudio Data Wrangling cheatcheats (KISS)
- Keep It Simple / apply review suggestions. Thus, I remove "Data Wrangling" cheatsheets because it already are present in the RStudio portal that link points to.
- Fix grammar.
3 years ago
David Ordás
abf5969a1c
ADD cheetsheet: Data Wrangling with pandas ( #5430 )
...
* ADD cheetsheet: Pandas Data Wrangling
Add the official Python Pandas Data Wrangling cheetsheet
Source: https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf
Scrapped from: https://pandas.pydata.org/getting_started.html
* ADD cheetsheet: Data Wrangling with pandas
Fix CI- CD error: Alfabetical order
3 years ago
Jacob Strieb
cd8db63eb4
Add jstrieb/sytems-programming-cheat-sheet ( #5423 )
...
* Add jstrieb/sytems-programming-cheat-sheet
* Swap alphabetical order ("the" matters)
3 years ago
Seth
ff5a5dc324
Standize C++ Headings ( #5275 )
4 years ago
3IVIS
94c526414d
Added the Artificial Intelligence section ( #5242 )
...
* Added the Artificial Intelligence section
* Added an empty line on top
* Added more empty lines!
4 years ago
Eric Hellman
d703553631
reorganize files ( #5199 )
...
* reorganize files
1. make it easier to find files
2. reduce scrolling to get to README on main view of repo
* remove tr.txt again
4 years ago
SimonLariz
f19efa71e6
Cheatsheet revision ( #4944 )
...
Removal of "Learn Python in Y Minutes" from free-programming-books.md and addition to free-programming-cheatsheets.md
Co-authored-by: Eric Hellman <eric@hellman.net>
4 years ago
Eric Hellman
200105f38e
C Cheat Sheet from #4896 ( #5195 )
...
* C Cheat Sheet from #4896
* alphabetize
4 years ago
Ramona Saintandre
d692e894a6
added Python cheat sheets ( #5011 )
...
* added Python cheat sheets
Thanks for hosting this.
Just getting back into coding, and since I have been looking for resources for Python.
I thought I would add what I have found.
Happy hacking
* removed the spaces
Hi sorry, it took so long to resolve this conflict.
Actually took me a while to figure out how to do.
Thanks again so much for hosting this.
* alphabetize
* linespacing
* alphabetize
Co-authored-by: Eric Hellman <eric@hellman.net>
4 years ago
Guilherme Bordotti
029a151ebf
Including cheatsheet for python ( #4943 )
...
* Including cheatsheet for python
* alphabetize
Co-authored-by: Eric Hellman <eric@hellman.net>
4 years ago
Ashwin Kumar Ramaswamy
182ea18b4e
Added Perl Cheat Sheet ( #5035 )
4 years ago
Ashwin Kumar Ramaswamy
53e9734c11
Added C Cheat Sheet ( #4928 )
...
* Updated C++ Cheat Sheet
* Added C Cheat Sheet
4 years ago
Pratyush Patwa
493aad5e46
Added Python Crash Course Cheatsheet ( #4953 )
...
* Added Python Crash Course Cheatsheet(#4952 )
Added Python Crash Course Cheatsheet
* Update free-programming-cheatsheets.md
4 years ago
Ashwin Kumar Ramaswamy
ae9b948247
Updated C++ Cheat Sheet ( #4925 )
4 years ago
Ashwin Kumar Ramaswamy
3f87ae1901
Added Java Cheat Sheet ( #4884 )
4 years ago
Quang Tran
b17c01a58c
Add Bash Scripting Cheatsheet ( #4852 )
4 years ago
Quang Tran
68b6cdc982
Add Ruby Cheat Sheet ( #4851 )
4 years ago
Leksono Nanto P
56eddb7a64
Update free-programming-cheatsheets.md ( #4847 )
4 years ago
Zach Hoskins
137022929a
Cheatsheets ( #4797 )
...
* add link to cheatsheets
* fix ordering in courses-id
* Added git, CSS, HTML, and JS cheatsheets
* Update formatting and added to Table of Contents
Co-authored-by: eric <eric@hellman.net>
4 years ago
Eric Hellman
02820e85bc
fix build ( #4849 )
4 years ago
dcparga
08e32411dd
Added cheat sheet refence to swift and c# ( #4767 )
...
* Added cheat sheet refence to swift and c#
* Modified section from PR feedback
4 years ago
Himanshu
3bd13f4336
Added cheatsheets for SQL and Python ( #4768 )
...
* Added Python Regex Cheatsheet
* Added MySQL cheatsheet
* Added PostgreSQL cheatsheet
* Added SQL heading
* Fixed alphabetical order
* Fixed alphabetial ordering error
4 years ago
Jiri Adam Jr
763039d5e8
free-programming-cheatsheets.md ( #4752 )
...
* free-programming-cheatsheets.md
I have used both of these links during College and they have saved me from hours of searching for help, just by going too these websites.
* Update free-programming-cheatsheets.md
4 years ago
Himanshu
ba251e1bb1
Added js regex cheatsheet ( #4736 )
...
* Added js regex cheatsheet
* Update free-programming-cheatsheets.md
Co-authored-by: Seth <seth@elypia.org>
Co-authored-by: Seth <seth@elypia.org>
4 years ago
Akshama
5376f83a44
Added a Handy Cheat Sheet for Kubernetes ( #4641 )
...
* Update free-programming-cheatsheets.md
Added a Cheat Sheet for Kubernetes Beginners
* Update free-programming-cheatsheets.md
* Update free-programming-cheatsheets.md
Added Kubernetes Cheat Sheet with correct formatting
* Update free-programming-cheatsheets.md
* Update free-programming-cheatsheets.md
4 years ago
jamesgiu
7c520f7eb4
Add MongoDB cheatsheet ( #4571 )
...
* Add MongoDB cheatsheet
I couldn't find this covered in an existing PR, linked cheatsheet is my current go-to.
* Add new section to Index
* Appease linter
4 years ago
Yeren Kalibek
944566bdea
docs: transfer links for cheatsheets from books page to new cheatsheets page and add css/js cheatsheets ( #4557 )
...
* docs: add links for cheatsheets
* docs: remove links for cheatsheets from books page
4 years ago