concise-cheat-sheets

Cheat Sheets for programming languages and tools
授权协议 Readme
开发语言
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 商正浩
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Concise Cheat Sheets

This repository is a collection of Cheat Sheets for programming languages andtools. Currently:

This project was previously known as "Ultimate Cheat Sheets" and has beenrenamed to "Concise Cheat Sheets".

Compiling

Clone the project, then:

cd ./concise-cheat-sheets
make

Features

  • No more than 2 pages long: adhering to the dictionary definition of a sheet of paper.
    • Look at the C Reference Card by J. H. Silverman for a good example
    • If you think something must be added and there is no space: consider removing something
  • Simple to read: they do not aim to teach you how to use something, but simplyremind you of syntax, functions or caveats.
  • Made in LaTeX using a simple 3 column format.
  • Licensed under CC-BY-SA 3.0 or GNU FDL 1.3 (at your option) unless otherwise stated.
    • The refcard.cls file and the template are licensed under the LPPL.

Acknowledgements

  • Haskell Cheat Sheet

    • Many thanks toColin Runciman,Doug McIlroy,Jeremy Jacob,José Calderon,Karl Voelker andSean Leatherfor reviewing, corrections and suggestions.
  • CTF Cheat Sheet

 相关资料
  • Concise 是一款集日志,字典转换于一体的简洁工具,集操作日志、字典转换、全局异常以及统一返回数据处理而成的 spring boot starter。 配置属性 类型 作用 默认值 操作日志 concise.oplog.appName String  系统项目名称 appProject concise.oplog.enable boolean 操作日志功能是否启用 false:不开启 conc

  • CHEAT 是一个微型的 C 语言单元测试框架。没有任何依赖和安装配置,使用简单只需一个头文件和一个测试用例即可,示例代码: #include <cheat.h>CHEAT_TEST(mathematics_still_work,    cheat_assert(2 + 2 == 4);    cheat_assert_not(2 + 2 == 5);)

  • Cheat Engine 是一款开源的内存修改工具 ,它允许你修改游戏或软件内存数据,以达到各种非常规目的。 它包括16进制编辑,反汇编程序,内存查找工具。 它功能丰富专业,与同类修改工具相比,更像是一个Crack工具。 它具有强大的反汇编功能,且自身附带了外挂制作工具,甚至可用之直接生成修改器。 它具有良好的64位支持。支持插件,在官方网站可找到大量现成的游戏 Cheat Tables。

  • Cheat Sheets A searchable site of hints and tips! Image Credit ccbyplz A place for all my cheat sheets to live! This is a list of stuff that I have put down that I continuallyreference. Current list o

  • Linux 命令行的强大在于其灵活及多样化,各个Linux命令都带有它自己专属的命令行选项和参数。混合并匹配这些命令,甚至还可以通过管道和重 定向来联结不同的命令。理论上讲,你可以借助几个基本的命令来产生数以百计的使用案例。甚至对于浸淫多年的管理员而言,也难以完全使用它们。那正是命令行小抄成为我们救命稻草的一刻。 我知道联机手册页(man)仍然是我们的良师益友,但我们想通过我们能自行支配的快速参考

  • Visual Studio Code ESLint 插件 安装 ESLint vscode 插件 ESLint dbaeumer.vscode-eslint eslint 中文网站 安装 ESLint cnpm install -g eslint cnpm install eslint-plugin-react --save-dev cnpm install eslint-plugin-promi