gitlab.com topics: C/C++
mbrandner-group/conan-c-example
Conan project manager usage to pull license information through dependency scanning
Last synced at: about 1 month ago - Stars: 0 - Forks: 0


castor-collaboration/castor
CASToR is an open-source multi-platform project for 4D emission (PET and SPECT) and transmission (CT) tomographic reconstruction. This platform is a scalable software providing both basic image reconstruction features for "standard" users and advance
Last synced at: almost 2 years ago - Stars: 4 - Forks: 0


ngeco/platformer
Experimental platformer (with level editor), controlled with just one button and the mouse. Written in C++ using SDL2.
Last synced at: almost 2 years ago - Stars: 0 - Forks: 0

Millennium_Dawn/millennium-dawn-scripts
Millennium Dawn scripts.
Last synced at: almost 2 years ago - Stars: 0 - Forks: 0

tqfx/liba
An algorithm library based on C/C++ language
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
irreductibles_gaulois/OBLiX
OBLiX (OBject Library eXecutor) is a C++ framework (and/or) library designed to perform complex and heterogeneous numerical simulations/operations easily.
Last synced at: about 2 years ago - Stars: 3 - Forks: 0
MusicScience37Projects/tools/clang-tidy-checker
Tool to check C / C++ source codes using clang-tidy.
Last synced at: about 2 years ago - Stars: 0 - Forks: 0

8Bitz0/coder-universal-template
A template for Coder ready for any of the major languages.
Last synced at: about 2 years ago - Stars: 0 - Forks: 2


armengot/t-rle-class
C++ library to RLE encode/decode COCO standard JSON masks.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

CrisXed/base-cmake-templates
My own templates for modern CMake/C++
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
NadavShwartz93/list_and_tree
The Project contains a pure implementation of a Doubly linked list, Tree(Binary Search Tree), Queue, Stack, Linked list, and more to come. The implementation is in C++ style.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
Seeker04/elte-ik-cpp
A collection of lecture materials I have written (in Hungarian!) for C++ classes at ELTE-IK.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
Monsterovich/epson-printer-utility
Epson printer utility unofficial port to Qt5
Last synced at: almost 2 years ago - Stars: 2 - Forks: 1

m8618/MFlogger
C++ library to log to a file and/or format current time
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

moharamfatema/pthreads
Using pthreads to implement matrix multiplication: 1- A thread for each element 2- A thread for each row and comparing the performance of the 2 different methods.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
vnv-tools/STPL
STPL is a monitoring tool that supports Spatio Temporal Perception Logic to formalize perception systems requirements.
Last synced at: over 2 years ago - Stars: 3 - Forks: 1
perinet-io/pericore.application.distance
firmware for periNODE distance
Last synced at: over 2 years ago - Stars: 1 - Forks: 0
pkowalski3110/cpp-projects
C ++ projects from the university
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

ThomasCat/freecompile
A fast, simple, free and open-source all-in-one online text editor IDE.
Last synced at: over 2 years ago - Stars: 1 - Forks: 0

bkats/font-render
Project to use FreeType to render text in .net 6
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
conganhhcmus/sys-simpleshell
This is my project build a simple shell linux !
Last synced at: over 2 years ago - Stars: 1 - Forks: 0
school_uvm/programacion_estructurada_c_cpp
Actividades realizadas en la materia de programación estructurada en C/C++ (cuatrimestre 4 UVM)
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

robo.fish/edc
Electronic Device Control library for microcontroller applications
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

kbdharun/cpp-programs-for-students
Backup read only mirror of C++ Programs for students. Main Repo: https://github.com/kbdharun/CPP-programs-for-college-students
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
Al-Andrew/clas
A c++ library providing command line arguments parsing utilities
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

jaime.garita/programs-cpp-c
code of a student programming in c
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

rafalosa/cuda-helmholtz
Evaluation of magnetic induction generated by a set of polygonal Helmholtz coils in volume for CUDA GPUs. WIP
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
rafalosa/clinostat-software
Software for controlling a DIY clinostat with complementary firmware for the device. Part of my engineering thesis.
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
tkdevops/avatar-usb-macrokey
Full product source code and schematic of 'Avatar Macro Key' (ซอร์สโค้ดและวงจรผลิตภัณฑ์ "Avatar Macro Key" สามารถเขียน script เพื่อใช้ keyboard/mouse ได้)
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

libket/LibKet
LibKet (pronounced lib-ket) - The Quantum Expression Template Library. https://libket.readthedocs.org, https://libket.gitlab.io/LibKet/
Last synced at: over 2 years ago - Stars: 7 - Forks: 5

Diego_Martin/c
Mi propia estructura de datos hecha en C y C++, imita la estructura de herencia de Python, Java y Ruby, pero también compatible con C
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

Dertae/loxpp
C++ implementation lox (from https://craftinginterpreters.com/)
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
simplifiedgames/light-weight-snake
It's the simple, lightweight snake game, which is in early pre-alpha stage right now. My goal is to try and make a simple game that will render with only one shader and add as much variety and visual effects to it as possible.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

moharamfatema/merge-sort-using-pthreads
Each merge-sort call with a new subarray is a new thread
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
moharamfatema/hashtable
implementing a simple hashtable once using linked list and another using linear probing
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

DevelAngel/helloworld-conan-example
Let's try to package a hello world C/C++ example program with conan.
Last synced at: 10 months ago - Stars: 0 - Forks: 0
iddo-software/public/hamming
2016 C++ interview test
Last synced at: over 1 year ago - Stars: 0 - Forks: 0
aqifcse/video-app1
Playing a video using ffmpeg and glfw in C/C++
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
conganhhcmus/sys-moduleshook
This is my project build ubuntu modules and hook system call !
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
swagat-kumar/nnlib
Artificial Neural Network Library written in C++
Last synced at: over 2 years ago - Stars: 0 - Forks: 0