stream
Here are 125 public repositories matching this topic...
This repository contains C++ console applications I created during college semesters. Most important topics covered are: data-types, vector, bitwise operator, control-flow, input-output stream and object-oriented design pattern.
-
Updated
Dec 25, 2017 - C++
Simple class to compare coming characters one by one, on the fly, from any stream and compare it with predefined string constants. Get characters from stream, one by one, perform non-blocking comparison with predefined string constants, on the fly. Return true if match found. May perform case sensitive or case in-sensitive comparison. Allow mult…
-
Updated
Jul 29, 2021 - C++
A C++ port (in .NET CLR, with a C# tester) of the NORX AEAD stream cipher, part of the CAESAR competition
-
Updated
Dec 23, 2022 - C++
tms(toy media server) is a toy media server for myself learning media develop. Just for fun.
-
Updated
Feb 8, 2023 - C++
json single header only c++. Parsing is stream friendly to minimize memory footprint for large json file. Support both char and wide char. Provide a "Value" type to handle underlying json type making it very easy manipulation in code.
-
Updated
Apr 12, 2024 - C++
A tiny C++11 library providing tools to ease the use of asynchrony
-
Updated
Sep 15, 2018 - C++
A refactored version of the default Flutter counter app, demonstrating Onion Architecture with reactive state management using streams. This example showcases a maintainable and scalable approach, incorporating immutability, dependency injection, and a clear separation of concerns.
-
Updated
Sep 28, 2024 - C++
A refactored version of the default Flutter "counter" app, demonstrating The Clean Architecture with reactive state management using streams. This example showcases a maintainable and scalable approach, incorporating immutability, dependency injection, and a clear separation of concerns.
-
Updated
Aug 8, 2024 - C++
C++ library for creating and removing rules to twitter streaming API and receiving callbacks every time a tweet matching the rules is published.
-
Updated
Apr 2, 2021 - C++
Trabalhos realizados na disciplina de Computação 3. Tal disciplina tem como foco a aprendizagem de c++.
-
Updated
Jan 9, 2020 - C++
The ArduinoStreamCommander is a library for interacting with an Arduino over any Stream-based interface (such as "Serial") via commands. It also allows automatic status updates and saving IDs to the EEPROM of the device.
-
Updated
Aug 29, 2024 - C++
RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
-
Updated
May 10, 2022 - C++
Improve this page
Add a description, image, and links to the stream topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stream topic, visit your repo's landing page and select "manage topics."