All Projects β†’ github β†’ Training Kit

github / Training Kit

Licence: cc-by-4.0
Open source courseware for Git and GitHub

Programming Languages

HTML
75241 projects
SCSS
7915 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Training Kit

Python Cheatsheet
Basic Cheat Sheet for Python (PDF, Markdown and Jupyter Notebook)
Stars: ✭ 1,334 (-61.47%)
Mutual labels:  hacktoberfest, cheatsheet, cheatsheets
Training
🐝 A fast, easy and collaborative open source image annotation tool for teams and individuals.
Stars: ✭ 2,615 (-24.47%)
Mutual labels:  hacktoberfest, training
Training Material
A collection of Galaxy-related training material
Stars: ✭ 184 (-94.69%)
Mutual labels:  hacktoberfest, training
html-cheatsheet
See the basic syntax of HTML and the terminologies around it
Stars: ✭ 146 (-95.78%)
Mutual labels:  cheatsheet, cheatsheets
Css Flexbox Cheatsheet
VS Code extension that lets you open a CSS Flexbox cheatsheet directly in the editor.
Stars: ✭ 87 (-97.49%)
Mutual labels:  hacktoberfest, cheatsheet
Lab Workshops
Materials for workshops on text mining, machine learning, and data visualization
Stars: ✭ 112 (-96.76%)
Mutual labels:  hacktoberfest, training
systems-programming-cheat-sheet
Cheat sheet for x86-64 Unix systems programming
Stars: ✭ 328 (-90.53%)
Mutual labels:  cheatsheet, cheatsheets
Tldr
πŸ“š Collaborative cheatsheets for console commands
Stars: ✭ 36,408 (+951.65%)
Mutual labels:  hacktoberfest, cheatsheets
memo-dev
Knowledge base, Today I Learned, Cheatsheet ... Call this as you want ...
Stars: ✭ 13 (-99.62%)
Mutual labels:  cheatsheet, cheatsheets
react-cheatsheets
Create and generate cheat sheets using React
Stars: ✭ 21 (-99.39%)
Mutual labels:  cheatsheet, cheatsheets
cheat-sheet
collection of cheat sheets
Stars: ✭ 150 (-95.67%)
Mutual labels:  cheatsheet, cheatsheets
Navi
An interactive cheatsheet tool for the command-line
Stars: ✭ 10,055 (+190.44%)
Mutual labels:  hacktoberfest, cheatsheets
Kubernetes Cheatsheet
This is Kubernetes Cheatsheet based on Kubernetes API 1.19 version.
Stars: ✭ 53 (-98.47%)
Mutual labels:  hacktoberfest, cheatsheet
Training
Various Plone Trainings
Stars: ✭ 32 (-99.08%)
Mutual labels:  hacktoberfest, training
Awesome-Math-Learning
πŸ“œ Collection of the most awesome Math learning resources in the form of notes, videos and cheatsheets.
Stars: ✭ 73 (-97.89%)
Mutual labels:  cheatsheet, cheatsheets
Asciidots-Cheat-Sheet
My personal Asciidots Cheat Sheet in .jpg .odt .pdf .png and obviously in .txt
Stars: ✭ 17 (-99.51%)
Mutual labels:  cheatsheet, cheatsheets
React
Cheatsheets for experienced React developers getting started with TypeScript
Stars: ✭ 30,444 (+779.38%)
Mutual labels:  hacktoberfest, cheatsheet
Python
Python cheatsheet
Stars: ✭ 25 (-99.28%)
Mutual labels:  hacktoberfest, cheatsheet
dev-cheatsheets
A collection of code snippets and CLI guides for quick and easy reference while coding
Stars: ✭ 33 (-99.05%)
Mutual labels:  cheatsheet, cheatsheets
css-cheatsheet
Syntax, terminologies, selectors, and common properties of CSS
Stars: ✭ 114 (-96.71%)
Mutual labels:  cheatsheet, cheatsheets

Build Status

GitHub Training Kit: Cheatsheets

We ❀️ Contributors Like You!

We’re eager to work with you, our user community, to improve these materials and develop new ones. Please check out our CONTRIBUTING guide for more information on getting started.

Looking for a resource that was once housed in training-kit?

This repository currently contains the Git and GitHub Cheatsheets. If you're looking for a project that used to be housed here, such as On-Demand training, reading lists, videos, and book recommendations, see this commit in the repository's history.

Projects Used in Training-Kit

Packaging for Viewing Behind Your Firewall

If you'd like to have a copy of the files to be served from a web server inside of your firewall, start by running script/package.

  1. Run script/package to create a release tarball. This will be in the format release-XXXXXXX.tgz for you to take wherever you want.
  2. To test this looks okay, create some folders mkdir -p test_site/kit.
  3. Untar the release, tar -xzf release-XXXXXXX.tgz -C test_site/kit.
  4. Switch into the test_site directory, cd test_site.
  5. View the site:
    • For python version 2.x, run: python -m SimpleHTTPServer
    • For python version 3.x, run: python -m http.server
    • Note: Some servers are more advanced than others and can handle redirects, smart recognition of .html files, etc

Site content is licensed under CC-BY-4.0. CC-BY-4.0 gives you permission to use the content for almost any purpose but does not grant you any trademark permissions, so long as you note the license and give credit, such as follows:

Content based on github.github.com/training-kit/ used under the CC-BY-4.0 license.

Code used to build and test the site as well as code samples on the site, if any, are licensed under CC0-1.0. CC0 waives all copyright restrictions but does not grant you any trademark permissions.

This means you can use the content and code in this repository except for GitHub trademarks in your projects.

When you contribute to this repository you are doing so under the above licenses.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].