An open API service providing repository metadata for many open source software ecosystems.

Topic: "cpp-templates"

downdemo/Cpp-Templates-2ed

Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery

Language: C++ - Size: 49.8 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1,635 - Forks: 284

phisko/kengine

Game engine with an Entity-Component-System (ECS) architecture. Focus on ease-of-use, runtime extensibility and compile-time type safety.

Language: C++ - Size: 64.5 MB - Last synced at: 17 days ago - Pushed at: about 2 years ago - Stars: 612 - Forks: 32

unterumarmung/fixed_string

C++17 string with fixed size

Language: C++ - Size: 1.05 MB - Last synced at: 10 days ago - Pushed at: about 3 years ago - Stars: 110 - Forks: 12

reacfen/uninttp

A universal type for non-type template parameters for C++20 or later.

Language: C++ - Size: 108 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 28 - Forks: 0

VioletGiraffe/cpp-template-utils

A header-only C++ library that augments the standard library with useful code snippets

Language: C++ - Size: 367 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 11 - Forks: 4

arbrk1/typeclasses_cpp

Feature-complete typeclasses for C++

Language: C++ - Size: 56.6 KB - Last synced at: 19 days ago - Pushed at: almost 5 years ago - Stars: 11 - Forks: 3

inr/starterpp

A modern C++ starter template

Language: CMake - Size: 46.9 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 10 - Forks: 0

OpenXRay/luabind-deboostified Fork of decimad/luabind-deboostified

luabind without boost for OpenXRay

Language: C++ - Size: 2.22 MB - Last synced at: 3 days ago - Pushed at: 26 days ago - Stars: 10 - Forks: 21

willdoescode/bubbles

Bubbles: simple and expandable c++ project template with googletest and boost included

Language: C++ - Size: 14.6 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 0

HypertextAssassin0273/Object_Oriented_Programming_in_Cpp

Contains some useful OOP based C++/C++11 Programs, developed during my 2nd semester at University.

Language: C++ - Size: 9.99 MB - Last synced at: 11 days ago - Pushed at: 7 months ago - Stars: 9 - Forks: 0

python-project-templates/python-template-cpp

A Python/C++ project template

Language: Makefile - Size: 40 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 7 - Forks: 1

seigtm/Pizza-Abstract-Factory 📦

Creational pattern test.

Language: C++ - Size: 6.84 KB - Last synced at: 1 day ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 0

threeal/cpp-starter

A minimalistic GitHub repository template to kickstart your C++ project

Language: CMake - Size: 200 KB - Last synced at: 7 days ago - Pushed at: 15 days ago - Stars: 6 - Forks: 0

Certseeds/CS205_project_2020S 📦

SUSTech's CS205-C&CPP final project in 2020Spring.Same with 2021Spring

Language: C++ - Size: 469 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 1

denismurphy/modern-template-techniques 📦

Modern Template Techniques

Language: C++ - Size: 13.7 KB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 4 - Forks: 0

LucaRitz/cpp_template_cgcp

A C++ Template-project for computer perception and computer graphics

Language: CMake - Size: 311 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

petrizhang/crisp

Crisp: Compile-Time Interpreter for Lisp. A header-only library implemented with C++ templates.

Language: C++ - Size: 461 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

abhinav-TB/cpp-template-generator

A minimalistic template generator for c++

Language: C++ - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

seigtm/BitwiseAddition 📦

Addition of two integers using only bitwise operators (C++).

Language: C++ - Size: 4.88 KB - Last synced at: 1 day ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

Chetan45s/Competitive-Programming

Stuff that can help in CP like STL's in CPP, Some Hard mostly used Implementations, Template for CP in CPP (both in .cpp and .json))

Language: C++ - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

timetravelCat/cpp-cmake-template

Language: CMake - Size: 472 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

R3D9477/csql 📦

SQL generation using C++ syntax and power of compilers data type checking

Language: C++ - Size: 498 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 1

willkill07/named-tuple

Language: C++ - Size: 7.81 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

MaroIsLife/CPP-Modules-Bootcamp

Language: C++ - Size: 14 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

mahlersand/schemot

A C++ template library

Language: C++ - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Barrus00/asm-computer-cpp

Metaprogramming computer with Assembler simulation in C++. Created with user 'snarkysnaut', as our students-project.

Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

arttet/tiny_utils 📦

A header-only library of modern C++ idioms

Language: C++ - Size: 20.5 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

dev-0x7C6/ledboard

Software for your ws2812b based skateboard, most of components are made with latest c++ standard in mind and concepts

Language: C++ - Size: 76.2 KB - Last synced at: 22 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

VioletGiraffe/embeddedUI

Embedded UI library for the Arduino framework

Language: C++ - Size: 47.9 KB - Last synced at: 5 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

connectivecpp/presentations

Presentations and associated example code for the Connective C++ organization

Language: C++ - Size: 16.4 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

GloryOfNight/cpp-cmake-template

Template for your C++ project using CMake and LLVM

Language: CMake - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

francescozoccheddu/cpputils

Some random C++20 utilities I coded while working on my master's thesis

Language: C++ - Size: 156 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

andrewharabor/autograd

A C++ library for gradient computation via reverse-mode automatic differentiation

Language: C++ - Size: 33.2 KB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

dpetrosy/SAED_solved_problems

In this repository, I store my solved problems during my university education.

Language: C++ - Size: 74.2 KB - Last synced at: 28 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dpetrosy/Stepik_CXX_course

In this repository, I store my solved problems from Stepik's C++ course.

Language: C++ - Size: 103 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Serenity0204/CPP-TEMPLATE

C++ template with CMake

Language: CMake - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yashmaniya0/DS-and-Algorithms-CPP

basic data structures, some beginner algos, templates

Language: C++ - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

alouane04/Cpp-BootCamp

The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.

Language: C++ - Size: 3.34 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Marko19907/CPP-exam

"C++ for programmers" (INFT2503) exam, fall 2022.

Language: C++ - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Marko19907/CPP-assignments

C++ assignments, NTNU's "C++ for programmers" (INFT2503) course, fall 2022.

Language: C++ - Size: 17.6 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dbj-systems/dbjplusplus

dbj.systems core library written in standard C++17

Language: C - Size: 4.75 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

michael-valdron/cpp-app-template

Personal template for starting a C++ project.

Language: CMake - Size: 9.77 KB - Last synced at: 27 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

abrams27/fibin-language

A simple functional language written using c++ templates

Language: C++ - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

CathalHarte/c_cpp_cmake_templates

Generate template files for c, cpp, and cmake files, as well as unit test files for c or cpp using gtest and cmake.

Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

OnofreTZK/GRAAL

Abstract programming ( generic functions with templates )

Language: C++ - Size: 374 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

xcodeassociated/cpp_type_list

C++ template type list implementation from scratch.

Language: C++ - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

asad14053/My-Contest-template

Necessary C++ templates for contest, Contest templates

Language: C++ - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

vbvh98/SomeImplimentation

implementation of diffrent algorithms and data structure's in c++

Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0