Skip to content

A collection of code cheatsheets that I've written to easily remember the commonly used syntax of a language or software.

License

Notifications You must be signed in to change notification settings

karloespiritu/cheatsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Cheatsheets

This is a collection of code cheatsheets that I've written to easily remember the commonly used syntax of a language or software. This is not meant to be a complete reference, but a quick guide to easily write code. I'll be constantly updating this list as I learn new stuff.

Quick Setup

To view this site locally, just download the cheatsheets GitHub repo and run it locally.

Download the zip file or clone the cheatsheets GitHub repo. Then, open your terminal and navigate to the directory using the cd command.”

$ git clone [email protected]:karloespiritu/cheatsheets.git cheetsheets
$ cd mysite

Make sure you have Ruby 3.3.5 or higher installed.

$ ruby --version
ruby 3.3.5

Install bundler and jekyll.

$ gem install bundler
$ gem install jekyll

Build and run your Cheetsheets site.

~ bundle install
~ jekyll serve
# => Now browse to http://localhost:4000

If you have questions or suggestions, feel free to open an issue on GitHub or ask me on Twitter.

About

A collection of code cheatsheets that I've written to easily remember the commonly used syntax of a language or software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published