overflow-detection
There are 18 repositories under overflow-detection topic.
LLNL/FPChecker
A dynamic analysis tool to detect floating-point errors in HPC applications.
lingjf/h2unit
Light-weight (as light as hydrogen) unit test framework for C/C++, since 2012
funbox/activerecord-overflow_signalizer
Signalize when some primary key overflow soon
tapiocode/overflow-shadow
Pure JavaScript library to indicate overflowing content by displaying a shadow on the content edge
rwxe/overflow
Check for integer overflow in Go arithmetic and type conversion. 检查Go算术和类型转换中的整数溢出。
keithpl/checked-int
A small single-header library to detect integer overflow/underflow before it happens.
guuzaa/numbers
C++ library to handle integer overflow
MAIPA01/mstd
mstd (Maipa's Standard Library) is an extension of the C++ standard library, providing additional utility functions, new data types, and helpful templates for type comparisons. It aims to enhance the standard functionality with useful features while maintaining compatibility with modern C++.
TheMatt2/analyzer-tests
A set of example C programs that demonstrate common programming mistakes, and provides results on which static code analyzers can detect these mistakes.
jessysiman/overflow-prevention-pick-and-place-factory-simulation
Overflow prevention and pick-and-place factory simulation using Ecostruxure Machine Expert and Factory IO
KippieSan/checked
overflow checked class
prasad9921/ArduinoProjects
Arduino Project files
sanjanatg/Queue-implemented-using-singly-Linked-list-in-C.
The C code implements a queue data structure using a singly linked list. It allows users to enqueue elements to the rear of the queue, dequeue elements from the front, and display the queue. Error handling for queue overflow and underflow is included
sanjanatg/Stack-implementation-using-Singly-linked-list-in-C.
The C code implements a stack using a linked list. It allows users to push, pop, and display elements in the stack. Error handling for overflow and underflow is included.
Theshrink/Angular-exposed
Report’s altering by GitHub
web-packages/web_overlay
This package provides the foundation to implement overlay elements that take overflow-considered.
orsinium-labs/intover
Golang package for integer arithmetic with overflow detection.