Topic: "cpp98"
0voice/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
Language: C++ - Size: 3.16 MB - Last synced at: 3 days ago - Pushed at: almost 3 years ago - Stars: 5,547 - Forks: 1,166

p-ranav/awesome-hpp
A curated list of awesome header-only C++ libraries
Size: 399 KB - Last synced at: 3 days ago - Pushed at: 10 months ago - Stars: 3,731 - Forks: 241

nemtrif/utfcpp
UTF-8 with C++ in a Portable Way
Language: C++ - Size: 173 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 1,693 - Forks: 212

tip-of-the-week/cpp
C++ Tip Of The Week
Language: C++ - Size: 2.41 MB - Last synced at: 3 days ago - Pushed at: 21 days ago - Stars: 1,611 - Forks: 73

gsl-lite/gsl-lite
ISO C++ Core Guidelines Library implementation for C++98, C++11 up
Language: C++ - Size: 1.58 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 927 - Forks: 108

martinmoene/span-lite
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
Language: C++ - Size: 396 KB - Last synced at: about 6 hours ago - Pushed at: 12 months ago - Stars: 498 - Forks: 44

martinmoene/string-view-lite
string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library
Language: C++ - Size: 268 KB - Last synced at: 1 day ago - Pushed at: about 2 months ago - Stars: 440 - Forks: 47

martinmoene/optional-lite
optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
Language: C++ - Size: 376 KB - Last synced at: 1 day ago - Pushed at: about 2 months ago - Stars: 405 - Forks: 47

martinmoene/lest
A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
Language: C++ - Size: 1000 KB - Last synced at: 2 days ago - Pushed at: about 2 months ago - Stars: 397 - Forks: 44

martinmoene/variant-lite
variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library
Language: C++ - Size: 475 KB - Last synced at: about 8 hours ago - Pushed at: 4 months ago - Stars: 239 - Forks: 27

martinmoene/ring-span-lite
ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
Language: C++ - Size: 258 KB - Last synced at: 10 days ago - Pushed at: 2 months ago - Stars: 157 - Forks: 14

martinmoene/any-lite
any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library
Language: C++ - Size: 202 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 138 - Forks: 26

hazelcast/hazelcast-cpp-client
Hazelcast IMDG C++ Client
Language: C++ - Size: 54.1 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 85 - Forks: 46

martinmoene/nonstd-lite
Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments
Language: Batchfile - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 83 - Forks: 5

oktonion/stdex
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
Language: C++ - Size: 2.61 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 67 - Forks: 7

srz-zumix/iutest
c++ testing framework
Language: C++ - Size: 213 MB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 66 - Forks: 6

martinmoene/clue
A tiny single-file header-only C++ logging framework
Language: C++ - Size: 70.3 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 64 - Forks: 7

martinmoene/byte-lite
byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library
Language: C++ - Size: 137 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 53 - Forks: 9

Vectorized/Static-Sort
A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.
Language: C++ - Size: 646 KB - Last synced at: about 9 hours ago - Pushed at: over 4 years ago - Stars: 52 - Forks: 6

martinmoene/value-ptr-lite
value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library
Language: C++ - Size: 171 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 48 - Forks: 14

Oberon00/luabind Fork of luabind/luabind
Luabind is a library that helps you create bindings between C++ and Lua.
Language: C++ - Size: 2.77 MB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 46 - Forks: 13

marineks/Ft_irc
Prompt: Recode your own IRC server in C++
Language: C++ - Size: 728 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 42 - Forks: 3

martinmoene/observer-ptr-lite
observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)
Language: C++ - Size: 159 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 36 - Forks: 6

levensta/IRC-Server
IRC server based on TCP/IP protocol to rfc1459 standard
Language: C++ - Size: 135 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 27 - Forks: 2

42YerevanProjects/cpp_modules
CPP modules of 42 school
Language: C++ - Size: 3.18 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 23 - Forks: 1

martinmoene/string-lite
String facilities for C++98 and later - a library in search of its identity.
Language: C++ - Size: 108 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 22 - Forks: 2

martinmoene/optional-bare
optional bare - A simple version of a C++17-like optional for default-constructible, copyable types, for C++98 and later in a single-file header-only library
Language: C++ - Size: 115 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 2

martinmoene/status-value-lite
status-value - A class for status and optional value for C++11 and later, C++98 variant provided in a single-file header-only library
Language: C++ - Size: 245 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 16 - Forks: 1

oktonion/Cpp-fast-delegates
Header-only extension for C++ Fast Delegates of Don Clugston (C++98 compatible)
Language: C++ - Size: 287 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 13 - Forks: 2

m0saan/CPP-Module
Learn C++ through a CPP-Pool by 42
Language: C++ - Size: 1.16 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 5

vittorioromeo/vrm_pp
Small C++ preprocessor library
Language: C++ - Size: 113 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 13 - Forks: 4

devvoid/vini
A single-header INI parser capable of both reading and writing files.
Language: C++ - Size: 48.8 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 8 - Forks: 0

nemtrif/ftest
A simple and limited unit-test framework for C++ 98
Language: C++ - Size: 18.6 KB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 4

mli42/at42ft_containers
Reimplement some containers from the STL (vector, list, map, stack, queue && their iterators, const_iterators, reverse_iterators) [C++]
Language: C++ - Size: 118 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 2

oktonion/PhWidgets-lib
lightweight fast C++ interface library for QNX Photon microGUI
Language: C++ - Size: 26.4 MB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 6 - Forks: 8

Kdelphinus/42born2code
42 Seoul의 프로젝트들
Language: C - Size: 47.6 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 6 - Forks: 0

flagarde/source_location
cross-platform source_location for c++98 to c++20
Language: CMake - Size: 194 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 2

izenynn/cpp-modules
42 Cursus: c++ modules for learning the language.
Language: C++ - Size: 143 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

dalexhd/ft_irc
The goal of this project is to make you write your own IRC server. To do so, you will test your work with a real IRC client. Internet is ruled by solid and standards protocols that allow a strong interaction between every connected computer. It’s always good to know about it.
Language: C++ - Size: 80.3 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 1

achrafelkhnissi/webserv
webserv is an HTTP server capable of handling multiple clients simultaneously using C++, Socket programming, and CGI.
Language: C++ - Size: 116 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 3

end2endzone/RapidAssist
RapidAssist is a lite cross-platform library that assist you with the most c++ repetitive tasks.
Language: C++ - Size: 1.65 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 5 - Forks: 0

martinmoene/boolean-lite
boolean lite: A strong boolean type for C++98 and later
Language: C++ - Size: 46.9 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

h-sarhan/webserv
An HTTP web server written in C++
Language: C++ - Size: 24.9 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

BaBreton/42-CPP
42 school CPP modules
Language: C++ - Size: 248 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

soofiane262/ft_irc
This project is about creating our own IRC server
Language: C++ - Size: 336 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

solareenlo/42ft_irc
[WIP :)] Simple IRC server in C++ 98
Language: C - Size: 857 KB - Last synced at: 7 months ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

42-Ikole/Plebserv
🖥 A http webserver
Language: C++ - Size: 8.66 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

denleyhsiao/CppUnitLite
C plus plus unit test framework
Language: C++ - Size: 245 KB - Last synced at: 1 day ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 3

oktonion/Cpp-fast-signals
Header-only fast signals and slots for C++ (C++98 compatible)
Language: C++ - Size: 127 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

rabinadk1/kurukshetra
Academic project on OOP( C++ ) by @safalthapaliya, @samipism and @rabinadk1
Language: C++ - Size: 24.7 MB - Last synced at: 1 day ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 3

weirdwiz/brick-break 📦
A simple brick breaker game made in C++98
Language: C++ - Size: 38.1 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 6

mcombeau/Cpp_Modules 📦
A collection of small 42 school projects about C++.
Language: C++ - Size: 3.66 MB - Last synced at: 1 day ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

nyuuuukie/json-parser
A simple JSON parser for C++ projects based on C++98
Language: C++ - Size: 107 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

bearlike/The-Truck-Rally-Game
A 2D game made using the discontinued Borland Turbo C++ compiler during my class 12th
Language: C++ - Size: 1.49 MB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

mitadic/webserv
NGINX prototype built using historical stack [ C++98, poll() ]
Language: C++ - Size: 29.1 MB - Last synced at: 4 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 1

Kuninoto/42_webserv
A Web Server written from scratch in C++
Language: JavaScript - Size: 18.5 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

deryaxacar/42-CPP-Module-05
This module teaches the fundamentals of object-oriented programming (OOP), focusing on class relationships, dynamic object management, inheritance, virtual functions, and method overriding. Students also learn to improve program reliability using try-catch blocks and handling exceptions.
Language: C++ - Size: 66.4 KB - Last synced at: 27 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

MickaelBlet/Args
Parse and store options from argc and argv
Language: C++ - Size: 520 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

guicdas/42_LISBOA
From 42 Lisboa common core.
Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

abdelbenamara/FtIRC
42 ft_irc project
Language: C++ - Size: 232 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 2

QiBowen2008/WindowsVirusCodes
94种病毒的源代码
Language: Pascal - Size: 1.26 MB - Last synced at: 1 day ago - Pushed at: 9 months ago - Stars: 2 - Forks: 1

Mushigarou/IRC-Server
This IRC server features private, group chat and file transfert
Language: C++ - Size: 1.77 MB - Last synced at: 1 day ago - Pushed at: 10 months ago - Stars: 2 - Forks: 2

TruncatedDinoSour/bruhst 📦
[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/bruhst] rust, c and c++ benchmark
Language: C - Size: 24.4 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

jdomingu98/ft_irc
Our custom Internet Relay Chat Server. Part of the 42school projects roadmap
Language: C++ - Size: 256 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

jmz-mzr/webserv
A high-performance, non-blocking C++ web server emulating NGINX functionality
Language: C++ - Size: 13.9 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

yavuzsonmez/42-Webserv
NGINX-like HTTP/1.1 server using TCP sockets and I/O multiplexing written in C++98
Language: C++ - Size: 36 MB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 3

sdragonx/glm
glm c++98 version.
Language: C++ - Size: 159 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Archer-01/ft_containers
Re-implementation of some C++ STL containers
Language: C++ - Size: 155 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

nicolasgasco/42_webserv
An HTTP server coded in C++. It supports configuration files and GET, HEAD, POST, and DELETE requests. Serves a fully static website
Language: C++ - Size: 23.3 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

khabouss/ft_containers
C++ STL Containers Implementation
Language: C++ - Size: 9.32 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

42-Ikole/Containers
🗃 STL containers but written by me :)
Language: C++ - Size: 719 KB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

rarakira/CPP-modules
Introduction to object oriented programming with C++, 42 curriculum
Language: C++ - Size: 116 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

mfunyu/ft_containers
Lv5 project @42Tokyo: Reimplementing containers from C++ STL(Standard Template Library) using C++98
Language: C++ - Size: 295 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

MosheGroot/webserver21
Implementation of webserver like nginx
Language: C++ - Size: 754 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

AcensJJ/webserv
This project is here to make you write your own HTTP server. You will follow the real HTTP RFC and you will be able to test it with a real browser. HTTP is one of the most used protocol on internet. Knowing its arcane will be useful, even if you won’t be working on a website.
Language: C++ - Size: 16 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

sdk-meb/ft_containers.42
Project aims to re-implement an STL C++ containers such as vector, map, stack, and potentially set while adhering to the C++98 standard. The goal is to ensure a deep understanding of these containers and to develop custom implementations that comply with C++98 features and restrictions.
Language: C++ - Size: 2.02 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

kaniteru/SimpleSocket
Single-header, cross-platform TCP/UDP socket wrapper in c++
Language: C++ - Size: 44.9 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 1

KeyZox71/tomlpp
📓 A small toml parser (poorly) written in CPP (for my webserver project)
Language: C++ - Size: 701 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

DreamyCecil/DreamyUtilities
A personal framework with a variety of libraries with classes and functions to enhance coding experience. Compatible with C++98.
Language: C++ - Size: 292 KB - Last synced at: 1 day ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

BLQuatre/42-cpp
Language: C++ - Size: 129 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

ohbamah/ft_irc
A 42 network-C++ project
Language: C++ - Size: 17.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

deryaxacar/42-Cpp_03
This project aims to teach you object-oriented programming principles by creating a class hierarchy in C++. It starts with a basic ClapTrap class and then adds derived classes such as ScavTrap, FragTrap, and DiamondTrap.
Language: C++ - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

oktonion/cppmeta
one header tiny C++ type meta-information library for reflection and serialization
Language: C++ - Size: 208 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

SILDTeam/LEFA-GE
LEFA | Game Engine write in C89
Language: C - Size: 34.2 MB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

abdelbenamara/CppModules
42 C++ Modules
Language: C++ - Size: 536 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

loyc12/CPP42
42 School Project : various small exercises aimed at learning the fundamentals of C++ and OOP
Language: C++ - Size: 525 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

bastienkody/classMakerCpp
Canonical form c++ classes definition maker (ecole 42 compliant)
Language: Shell - Size: 150 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

loyc12/Tesser4D
42 Inspired Project : generalizing the DDA algorithm from Cub3D42 into 3D, and switching from C to C++
Language: C++ - Size: 686 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

bastienkody/testercpp09
Ecole 42 (last cpp module tests)
Language: Shell - Size: 17.6 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Seeker04/elte-ik-cpp
A collection of lecture materials I have written (in Hungarian!) for C++ classes at ELTE-IK.
Language: C++ - Size: 896 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

hex01e/webserv
A web server project involves developing software that responds to requests made over the Hypertext Transfer Protocol (HTTP). This software acts as the engine behind a website, delivering content and functionality to users who access it through web browsers.
Language: C++ - Size: 60.9 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

thepaqui/My_Libftpp
My personal Libft for C++98
Language: C++ - Size: 26.4 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

jmz-mzr/containers
A performant recreation of the C++ library containers
Language: C++ - Size: 124 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Toowan0x1/ft_irc
An IRC server in C++ 98 (rfc 2812).
Language: C++ - Size: 3.04 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

ygor-sena/42cursus-cpp-piscine
The 12th project of 42 curriculum is a C++ piscine which aims to introduce students to Object-Oriented Programming. C++ was chosen because it's derived from our old and familiar C Language. Since C++ can be complex, the code will adhere with the C++98 standard.
Language: C++ - Size: 121 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

MickaelBlet/Thread
One header file std::thread for C++98
Language: C++ - Size: 70.3 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

42-teamprojects/42-WebServ
HTTP Server using C++98
Language: C++ - Size: 46.7 MB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 3

Mouad-El-Asri/webserv
🚀 We've just created our own HTTP server "webserv". Which we can test using a real web browser. Our main goal was to gain a better understanding of the HTTP protocol, which is crucial for internet communication. Webserv has helped us unravel the mysteries of HTTP. Come and explore the world of HTTP with us. 🌟
Language: C++ - Size: 11.3 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

shimazadeh/Ft_container
Designed C++ container classes (vector/list/map) from ground up and free from reliance existing libraries, using template metaprogramming techniques, providing essential data structures.
Language: C++ - Size: 265 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

t-h2o/webserv
This is when you finally understand why a URL starts with HTTP
Language: C++ - Size: 4.29 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 2
