cppcheatsheet

C/C++ Cheat Sheet

https://github.com/crazyguitar/cppcheatsheet

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary

Keywords

cheatsheet cpp

Keywords from Contributors

cryptocurrencies graph-generation mesh network-simulation hacking interactive projection sequences interpretability yolov5s
Last synced: 6 months ago · JSON representation ·

Repository

C/C++ Cheat Sheet

Basic Info
Statistics
  • Stars: 199
  • Watchers: 4
  • Forks: 48
  • Open Issues: 6
  • Releases: 1
Topics
cheatsheet cpp
Created almost 10 years ago · Last pushed 9 months ago
Metadata Files
Readme Funding License Citation

README.rst

Documentation Status
======================

.. image:: https://img.shields.io/badge/doc-pdf-blue
     :target: https://cppcheatsheet.readthedocs.io/_/downloads/en/latest/pdf/

.. image:: https://zenodo.org/badge/53253009.svg
  :target: https://doi.org/10.5281/zenodo.15528895

C Cheat Sheet
=============

- `From Scratch `_
- `GNU C Extension `_
- `Macro `_
- `Makefile `_
- `X86 Assembly `_

Modern C++ Cheat Sheet
======================

- `Modern C++ From Scratch `_
- `Constructor `_
- `Initialization `_
- `String `_
- `Container `_
- `Iterator `_
- `Template `_
- `Variadic `_
- `Forwarding `_
- `Casting `_
- `Constexpr `_
- `Lambda `_
- `Time `_
- `Smart Pointer `_
- `Return Value Optimization `_
- `Algorithm `_
- `Coroutine `_
- `Ranges `_

System Programming Cheat Sheet
==============================

- `File I/O `_
- `Signal `_
- `Socket `_
- `Concurrency `_

CMake
=====

- `CMake `_
- `Package `_
- `External Project `_

Shell
=====

- `Bash From Scratch `_
- `Bash Date `_
- `Bash Find `_
- `Bash Regular Expression `_
- `Operating System `_

GNU Debugger
============

- `GDB `_
- `Perf `_

Systemd
=======

- `Systemd `_

Owner

  • Name: CHANG-NING TSAI
  • Login: crazyguitar
  • Kind: user
  • Location: Mountain View

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "C/C++ Cheatsheet"
authors:
- family-names: "Tsai"
  given-names: "Chang-Ning"
  orcid: "https://orcid.org/0009-0000-5297-5940"
  github: "crazyguitar"
abstract: "A comprehensive C++ cheat sheet covering C++ syntax, features, and code snippets."
version: "master"
repository-code: "https://github.com/crazyguitar/cppcheatsheet"
license: "MIT"
date-released: "2016-05-06"
url: "https://github.com/crazyguitar/cppcheatsheet"
keywords:
  - cpp
  - cheatsheet
  - c-plus-plus
  - programming
  - reference

GitHub Events

Total
  • Watch event: 24
  • Delete event: 11
  • Issue comment event: 9
  • Push event: 7
  • Pull request event: 24
  • Fork event: 5
  • Create event: 12
Last Year
  • Watch event: 24
  • Delete event: 11
  • Issue comment event: 9
  • Push event: 7
  • Pull request event: 24
  • Fork event: 5
  • Create event: 12

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 439
  • Total Committers: 7
  • Avg Commits per committer: 62.714
  • Development Distribution Score (DDS): 0.335
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
chang-ning s****2@g****m 292
dependabot[bot] 4****] 90
dependabot-preview[bot] 2****] 48
chang-ning c****g@k****m 5
cntsai c****i@s****m 2
Pranjal Verma p****s@g****m 1
Marco Wang m****r@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 215
  • Average time to close issues: 7 days
  • Average time to close pull requests: 27 days
  • Total issue authors: 2
  • Total pull request authors: 5
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.4
  • Merged pull requests: 119
  • Bot issues: 1
  • Bot pull requests: 212
Past Year
  • Issues: 1
  • Pull requests: 13
  • Average time to close issues: 7 days
  • Average time to close pull requests: 9 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.46
  • Merged pull requests: 2
  • Bot issues: 1
  • Bot pull requests: 13
Top Authors
Issue Authors
  • alvaroandresgarayromero (1)
Pull Request Authors
  • dependabot[bot] (138)
  • dependabot-preview[bot] (71)
  • aesophor (1)
  • crazyguitar (1)
  • pvcodes-zz (1)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
dependencies (209) python (11) security (1)

Dependencies

requirements.txt pypi
  • Flask ==2.1.2
  • Flask-SSLify ==0.1.5
  • Flask-SeaSurf ==1.1.1
  • Flask-Testing ==0.8.1
  • Sphinx ==5.0.2
  • Werkzeug ==2.0.3
  • bandit ==1.7.2
  • coverage ==6.4.1
  • coveralls ==3.3.1
  • flask-talisman ==1.0.0
  • gunicorn ==20.1.0
  • pycodestyle ==2.8.0
  • pydocstyle ==6.1.1
  • requests ==2.28.0
.github/workflows/pythonpackage.yml actions
  • actions/checkout master composite
  • actions/setup-python v1 composite