Calak

Calak

Geek Repo

0

followers

0

following

Github PK Tool:Github PK Tool

Calak's starred repositories

protobuf

Protocol Buffers - Google's data interchange format

Language:C++License:NOASSERTIONStargazers:65349Issues:2046Issues:6284

imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

stb

stb single-file public domain libraries for C/C++

Language:CLicense:NOASSERTIONStargazers:26528Issues:622Issues:827

Catch2

A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)

Language:C++License:BSL-1.0Stargazers:18518Issues:441Issues:1890

brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".

Language:C++License:Apache-2.0Stargazers:16406Issues:811Issues:1736

abseil-cpp

Abseil Common Libraries (C++)

Language:C++License:Apache-2.0Stargazers:14816Issues:589Issues:876

nuklear

A single-header ANSI C gui library

Simple-Web-Server

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.

cpp17_in_TTs

Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)

jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.

Language:C++License:MITStargazers:883Issues:67Issues:203

pystring

C++ functions matching the interface and behavior of python string methods with std::string

Language:C++License:BSD-3-ClauseStargazers:848Issues:46Issues:21

ImWindow

Window and GUI system based on Dear ImGui from OCornut

Language:C++License:MITStargazers:842Issues:43Issues:35

Protobufs

👑 Automatically tracked Steam, CS2, Dota 2, Deadlock, TF2 protobufs.

Language:ShellLicense:UnlicenseStargazers:376Issues:36Issues:0

tiny-process-library

A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process

Language:C++License:MITStargazers:339Issues:24Issues:13

argparse

A slimline C++ class for parsing command-line arguments, with an interface similar to python's class of the same name

Language:C++License:BSD-3-ClauseStargazers:267Issues:13Issues:9

flags

⛳ Simple, extensible, header-only C++17 argument parser released into the public domain.

Language:C++License:UnlicenseStargazers:228Issues:17Issues:4

rlutil

C and C++ utilities for cross-platform console roguelike game creation.

Algo_Ds

Repository for cool algorithms and Datastructures

quickcpplib

Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!

Language:CLicense:NOASSERTIONStargazers:132Issues:14Issues:27

thread_pool

Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.

review

a bit of code for programming review

Language:C++Stargazers:39Issues:2Issues:0

cs-gamestate

Node module for Counter-Strike: Global Offensive Game State Integration

Language:JavaScriptLicense:MITStargazers:33Issues:4Issues:2

packrat

CS:GO matchmaking demo downloader

arrrgh

A fast, small, simple, powerful, single-header library for parsing command line arguments in C++.

Language:C++Stargazers:13Issues:0Issues:0

net4cpp

Network library implemented with C++20 standard

Language:C++License:MITStargazers:9Issues:4Issues:1

json4cpp

JSON Library implemented with C++20 standard

Language:C++License:MITStargazers:8Issues:4Issues:1

GameState4Net

Gamestate integration framework which can be used with Steam's gamestate integration

Language:C#License:MITStargazers:6Issues:3Issues:0

CSGO_MM_Link

A quick inspection & dumper tool for your past matches data, demolinks, roundstats and more - But also a data source tool direclty expose protobuf::Steam-CSGO-GCmessages by using a 'real' steam_api.dll in c++ hooking into your local running SteamClient.

Language:C++License:NOASSERTIONStargazers:5Issues:4Issues:0

CppArguments

Easy way to define and parse your CLI program arguments

Language:C++License:NOASSERTIONStargazers:4Issues:4Issues:0

Parser

This program parses through assembly. The user must run this program on command line using the program name as the first argument and the file to parse as the second argument. If parsing is successful, the user will be told how many total operations were performed, how many Load/Store operations there were, how many ALU operations there were, and how many Compare/Jump operations there were. If there were errors in the assembly code, the user will be told what the error is and what line it is on.

Language:C++Stargazers:1Issues:1Issues:0