Refcards

Various original reference cards (cheat sheets)
授权协议 Readme
开发语言 Python
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 张承颜
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Refcards

This repository contains the sources for various of my Reference Cards / CheatSheets, available at https://michaelgoerz.net/refcards/.

Mostly, these are in LaTeX or Plain TeX (possibly generated through a Pythonscript), although some of the older refcards were written in Open Office (beforeI wised up to the fact that text processors are not suitable for tightlytypeset documents that you still want to be able to reproduce ten years later).

Prerequisites

Generate the refcards

To generate all refcards, run

make

To return the repository to a clean state, removing all generated refcards, run

make distclean

You can also remove build-artifacts (such as tex-aux files) with

make clean

To collect the files for https://michaelgoerz.net/refcards/, I use

make collect

If you only want to generate a particular refcard, you can also runmake/make clean/make distclean from within the folder for that refcard.

 相关资料
  • programming-cheatsheets This project is not maintained anymore, but people keep starring/forking it.I've decided to overwrite Git history.From now, please use reference-cards instead.

  • Command Line Debugging Cheatsheets Collection of language and runtime command-line debugging common actions Index Bash C Go Node.js Perl Python Why is this important? �� You won't always have 3rd part

  • WEBSITE DIRECTORY: Available here. �� Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. �� Why Awesom

  • security-cheatsheets A collection of useful cheatsheets for cheat that focuses on aiding security-type people with either security tools or popular UNIX programs. Requirements cheat Installation Someh

相关阅读

相关文章

相关问答

相关文档