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

Topic: "underflow-detection"

LLNL/FPChecker

A dynamic analysis tool to detect floating-point errors in HPC applications.

Language: Python - Size: 8.36 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 34 - Forks: 4

keithpl/checked-int

A small single-header library to detect integer overflow/underflow before it happens.

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

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.

Language: C - Size: 10.7 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

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

Language: C - Size: 8.79 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0