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

Topic: "circular-buffer"

mrizaln/circbuf

A simple C++ circular buffer written in C++20 with STL and random access support

Language: C++ - Size: 73.2 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

cattlecloud/circlebuffer

A circular buffer implementation in Go with support for generics.

Language: Go - Size: 0 Bytes - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

tauseefk/rasengan

Minimal circular buffer implementation.

Language: Rust - Size: 33.2 KB - Last synced at: 4 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ori88c/data-oriented-slim-queue

A slim and efficient in-memory queue with a basic API for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.

Language: TypeScript - Size: 162 KB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ori88c/data-oriented-slim-deque

A slim and efficient in-memory Deque (doubly-ended queue) for Node.js projects, designed with Data-Oriented Design principles and implemented using a cyclic buffer to optimize memory layout through sequential item allocation. A notable real-world use case is maintaining the minimum or maximum item in a data stream.

Language: TypeScript - Size: 20.5 KB - Last synced at: 27 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

solesen1992/Processes-Threads-Concurrency-exercise-practice

Practice exercises from my education in Computer Science (second semester in Technology).

Language: Java - Size: 79.1 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

sh4run/message_queue

An inter-thread message queue implementation based on circular buffer and eventfd.

Language: C - Size: 12.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

andreysolovyev381/circular_buffer_fixed_size

Short exercise on a fixed size circular buffer data structure.

Language: C++ - Size: 30.3 KB - Last synced at: 1 day ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

hadv/ringcache

a non thread-safe circular cache

Language: Go - Size: 41 KB - Last synced at: 25 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

mjshakir/CircularBuffer

Circular Buffer that can either use a fixed-size buffer in a lock-free manner or a dynamic buffer in a thread-safe manner.

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

WinPooh32/ring

Generic circular buffer

Language: Go - Size: 10.7 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ohkashi/CircularArray

Double Buffered Circular Array

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

alinaiil/ITMO-programming-1course

Programming, IS ITMO, 1st and 2nd semester (C, C++)

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

Stablesj/RingArray

An efficient circular buffer that subclasses NumPy ndarray.

Language: Python - Size: 1.95 KB - Last synced at: 10 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

fbv81bp/SHA-256_full_pipeline_in_VHDL

Fully pipelined SHA2-256 VHDL description with circular buffers instead of shift registers for low power.

Language: VHDL - Size: 205 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

hwixley/Fall-Detection-Deep-Learning

Preprocessing my fall detection dataset using data standardisation and sliding windows, and splitting this data into train/validation/test sets. Modelling performed on PyTorch using LSTM and CNN networks. The final models were exported to `.tflite` files to be run on a mobile phone. The best performing model was the ResNet152 with 92.8% AUC.

Language: Jupyter Notebook - Size: 58.7 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

hutorny/infiniray

Infinite Array - A memory mirrored ring buffer

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

terablade2001/vkpLibs

Free utilities for C++ :)

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

unageek/Deque

Double-ended queue for .NET 🔁

Language: C# - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ztnel/cbuffer

Lightweight circular buffer for micro embedded systems

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

keithpl/ringbuf

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

xuoe/go-ring

Generic Ring Buffer

Language: Go - Size: 11.7 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

EunBinChoi/producer-consumer-problem-master

A visual simulation program is implemented for solving the producer-consumer problem using a circular multi-buffer, which is a classic problem used for multi-process synchronization.

Language: C# - Size: 4.3 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

MariaMozgunova/circular_buffer

Implementation of circular buffer with random access iterator

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

NicolasU-N/MKL46Z-UART-CIRCBUFFER

Using uart0 with circular buffer implementation

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

ibeauregard/curl

This is a partial replica of the Unix curl command. Just like its counterpart, my_curl is used to fetch data from a server without any user interaction.

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

MatteoCarlone/IPC_Speed_Comparator

A comparator between different Inter-Process ways of communication: Unnamed_Pipes , Named_Pipes , Sockets and Shared_Memory using Circular_Buffer

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

hwixley/fall-detection-data-collection-server

A localhost server to ensure secure and private data collection for fall detection data. This server uses IP-based whitelisting for security. This server streams ECG & Accelerometer data in chunks using a circular buffer to mitigate data loss.

Language: JavaScript - Size: 4.46 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

FraPagano/IPC-performance-analysis-

Second Assignment from ARP class

Language: Shell - Size: 366 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kelvincesar/ufsc_instrumentacao_trab_final

Repositório utilizado para armazenar os arquivos do uC ESP32, utilizados no trabalho final da disciplina de Instrumentação para Sistemas Eletrônicos da UFSC de Joinville.

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

miguelmoraperea/CircularBuffer

Circular Buffer module implemented using TDD

Language: C++ - Size: 3.13 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

bvujovic/MeinDataLogger

Customer defined data is added to circular buffer and then dumped to LittleFS/SPIFFS (ESP8266/ESP32) file.

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

michaelnoguera/537-proj2

"Shared Memory Producer/Consumer Program", CS 537 Programming Assignment 2 (Fall 2020).

Language: C - Size: 4.48 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jainsarthak277/Coding-Concepts

Coding Practice. Concepts like Arrays, Linked Lists, Strings are covered along with tests for different companies' preparation. Text file of useful Linux bash commands provided.

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

mistaru/semaphore

Implementing the "producer-consumer" task using semaphores

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

airliti/estructura

Language: JavaScript - Size: 84 KB - Last synced at: 14 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

peteraisher/SwiftQueue

A FIFO queue written in pure Swift, backed by a circular buffer

Language: Swift - Size: 53.7 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

sevagh/ringworm

some Go ringbuffers

Language: Go - Size: 14.6 KB - Last synced at: 8 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

benrrr/Data-Structure-Demonstrator

Command line program to demonstrate some typical operations of various data structures. (Heap, Stack, Circular Buffer Queue, Linked List Queue))

Language: Java - Size: 19.5 KB - Last synced at: 4 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

jajoosiddhant/Principles-of-Embeddded-Software-PES

Consists of Projects and Assignments Completed in Principles of Embedded Software Course | ECEN 5813 | University of Colorado, Boulder : UART, Circular Buffer, C-Unit Test Framework, Memory Manipulation, ADC, DMA, Function Pointers.

Language: C - Size: 3.34 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

jainsarthak277/Principles-of-Embedded-Software

Codes and file descriptions for ECEN 5813, Principles of Embedded Software

Language: C - Size: 369 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

IEclipseI/Queue

My queue implementation

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

Valyreon/c-void-data-structures

C libraries with common data structures and related algorithms.

Language: C - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

christianrickert/SparkFun-VL53L1X 📦

Demonstration of the SparkFun VL53L1X Distance Sensor

Language: Processing - Size: 34.2 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

jimmyberg/CircularBuffer

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

akshay-dandekar/circular_buffer

Implementation of a circular buffer. Used in C programs

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

MassimoCappellano/try_circular_buffer

simple tests on a simple circular buffer library

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

AndrewSpittlemeister/Python-MCU

Various classes that aid when creating microcontroller projects in python.

Language: Python - Size: 9.77 KB - Last synced at: 10 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

justinamiller/RingBuffer

This structure lends itself easily to buffering data streams.

Language: C# - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

barkinet/barki

Bachelor Naval Science

Size: 688 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

mtchavez/gobuf

Golang Circular Buffer

Language: Go - Size: 102 KB - Last synced at: 3 months ago - Pushed at: over 11 years ago - Stars: 0 - Forks: 0